@charset "UTF-8";
/* 基本設定
 *----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Noto+Sans+Display:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 12px;
  /* set 16px to 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: 1.3rem;
  /*13px*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 680px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}

#sysWrap {
  max-width: 1100px;
  margin: 160px auto 0;
  padding: 0;
  overflow: hidden;
}

#sysHeader {
  margin: 0;
  padding: 0;
}

div#sysMain {
  float: none;
  width: 100%;
  margin: 110px auto 0;
  padding: 0;
}

#sysAside {
  display: none;
  float: none;
  padding: 0;
}

#sysFooter {
  margin: 0;
  padding: 0;
}

#top #sysWrap {
  margin-top: 0;
}

.sysContent {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: inherit;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: inherit;
}

a:hover {
  color: #222222;
}

img {
  vertical-align: bottom;
  /*you kakunin*/
  height: auto;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}

a:hover img.nohover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

p {
  margin: 10px auto;
}

p.indent {
  margin: 5px 0 !important;
  text-indent: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム要素の基本レイアウト */
input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  width: 100%;
  line-height: 2;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  width: 100%;
  line-height: 2;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  line-height: 2;
  margin-top: 30px;
}

input[type=radio] {
  margin: 10px 10px 20px;
}

.sysFormField {
  margin: 10px 0;
}

.sysFormField label {
  margin-right: 20px;
  font-size: 15px;
}

.sysFormField a {
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}

select {
  height: 30px;
}

#sysItemCategory select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 100%;
  padding: 3px 5px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 10px;
}

.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: #999;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  position: absolute;
  top: 98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding: 0;
  text-indent: -9999px;
  z-index: 9999;
  border: none;
  border-radius: none;
  cursor: pointer;
}

.owl-nav .owl-prev {
  left: 35%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size: 40px;
}

.owl-nav .owl-next {
  right: 35%;
  background: url(/img/common/controls.png) no-repeat -20px 0;
  background-size: 40px;
}

.owl-nav .owl-prev:hover {
  background-position: 0 0;
}

.owl-nav .owl-next:hover {
  background-position: -20px 0;
}

/* 検索ボックス */
.search_bx form {
  overflow: hidden;
  border: 1px solid #dddddd;
}

.search_bx .sysItemSearchFormWord {
  float: left;
  width: 70%;
}

.search_bx input[type=search] {
  height: 40px;
  border: none;
  padding: 5px;
  width: 100%;
}

.search_bx .sysSearchButton {
  overflow: hidden;
  float: left;
  display: block;
  width: 30%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  border-radius: 0px;
  border: none;
  background: #222222 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  background: #666;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
  line-height: 1.75;
}

.sysFuncItemCategory a:hover {
  background: #eee;
}

#sysItemCategory h1.itemCategory {
  margin-left: 5px;
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}

.sysSelectionDescription {
  margin: 2px 0 10px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: small;
}

.sysItemCategoryCtl a {
  display: inline-block;
  padding: 2px 4px;
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
  margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr span {
  width: 24%;
  padding: 3px 10px;
  color: #222222;
  font-weight: bold;
  font-size: 13px;
  border-radius: 15px;
  margin: 0 0 5px;
  box-sizing: border-box;
  text-align: center;
}

span.icon_online,
span.icon_kyobashi {
  display: inline-block;
  background: #ff1000;
  border: 3px solid #ff1000;
  color: #fff;
}

span.icon_book {
  display: inline-block;
  border: 3px solid #ff1000;
  color: #ff1000;
  box-sizing: border-box;
}

span.icon_chilled {
  display: inline-block;
  background: #4472c4;
  border: 3px solid #4472c4;
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}

.sysCartButton:hover {
  background: #999;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}

.sysItemList ul.sysThumbnail {
  letter-spacing: -0.4em;
}

.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

.sysItemList ul.sysThumbnail input {
  width: 100%;
  padding: 10px 0;
}

/* 4-1-7  商品サムネイル画像 */
/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,
.sysThumbnailImage > br {
  display: none;
}

.sysItemImages {
  max-width: 500px;
  padding-right: 20px;
}

.sysItemImages .sysImageList li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 23%;
  line-height: 1;
  float: none;
  margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 {
  font-size: x-large;
}

/* 注文エリア*/
.orderArea {
  letter-spacing: -0.4em;
  text-align: center;
}

.orderArea > div {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}

.orderArea > .orderArea > div {
  width: 100%;
  display: block;
}

/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
  display: block;
  margin-bottom: 0px;
  font-size: large;
}

/* 商品説明 */
.sysExplanation table {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  line-height: 2;
}

.sysExplanation thead {
  text-align: center;
  color: #fff;
  background: #999;
}

.sysExplanation td {
  font-size: small;
  text-align: left;
  padding-left: 10px;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice {
  font-weight: bold;
}

#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}

#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #666;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}

#sysWishlist .sysButton {
  width: 98%;
  margin-left: 2%;
}

#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}

#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}

#sysCartInForm {
  width: 100%;
}

/* ログインボタン */
.sysLoginButton,
.sysButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

.sysLoginButton,
.sysButton:hover {
  background: #999;
}

.sysLoginButton {
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit] {
  background: #666;
  color: #fff;
  text-shadow: none;
}

.sysCart #sysMain button {
  background: #666;
  color: #fff;
  text-shadow: none;
}

.sysCart #sysMain button[type=submit] {
  background: #666;
  color: #fff;
  text-shadow: none;
}

.sysCartInDone {
  margin: 0;
}

/* フォームページの基本レイアウト*/
#sysFormConfirm label,
#sysMemberRegisterConfirm label {
  display: block;
  margin: 15px 0 5px !important;
}

#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
  margin: 10px 0 20px !important;
}

#sysFormConfirm button.sysButton {
  width: 49%;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-top: 30px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}

#sysFormConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 20px;
  margin-right: 1%;
  float: left;
}

#sysMemberRegisterConfirm .sysBackButton {
  width: 49%;
  float: left;
  margin: 0;
  margin-left: 1%;
  margin-top: 0px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}

#sysFormThanks .completeText {
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
}

#sysFormThanks .completeText a {
  color: #068acc;
  text-decoration: underline;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2 {
  display: none;
}

#sysFormIndex #sysMain input {
  font-size: 15px;
}

#sysFormIndex .txtBlock {
  text-align: center;
}

#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
  padding: 10px;
}

#sysMypageReminder #sysMain input[type=text],
#sysMemberRegisterIndex #sysMain input[type=text] {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
}

#sysFormIndex #sysMain input[type=text],
#sysFormIndex #sysMain textarea {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
}

#sysMemberRegisterIndex #sysMain input[type=tel],
#sysMemberRegisterIndex #sysMain input[type=email],
#sysMemberRegisterIndex #sysMain input[type=password] {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
}

#sysMain .sysFormLabel {
  display: block;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysMain .sysRequired {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysMain textarea {
  min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
}

.sysZipcode .sysFormLabel {
  display: block;
}

.sysZipcode .sysFormField {
  width: 200px;
}

.sysZipcode br {
  display: none;
}

.sysBirthday input {
  width: auto !important;
}

/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  font-size: small;
  border-radius: 3px;
  margin: 5px auto;
  min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine {
  display: none;
}

.SysMypageMinorHeadLine {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 20px 0;
}

#sysMypageLogin .sysMypageMinorHeadLine {
  display: none;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid #d4d4d4;
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}

.sysOrderList li {
  border-bottom: 1px dotted #d4d4d4;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}

/* Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -0.4em;
}

.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}

.sysSpecialPoint > div:nth-child(2n+1) {
  width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress {
  background: none;
  margin: 10px 0;
}

.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 0px solid;
  padding: 10px;
}

.sysSelectAddress a:hover {
  background: #eee;
}

/***********************************
	商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

#sysItemDetail .sysItemId {
  text-align: right;
  font-size: 12px;
}

#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  text-align: right;
}

#sysItemDetail .sysRetailPrice span {
  font-size: 1.1rem;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size: 20px;
  font-weight: normal;
}

#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}

#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #da4636;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #da4636;
  border-radius: 3px;
}

/*商品番号*/
/*価格表示*/
/*通常価格*/
/*送料区分*/
/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit] {
  margin-top: 0px;
}

.sysAddSelection div {
  margin-bottom: 10px;
}

.sysAddSelection input,
.sysAddSelection select {
  margin: 5px 0;
}

.sysItemPrArea {
  margin-top: 5px;
}

.sysItemPrArea span {
  width: 49%;
  height: 30px;
  display: inline-block;
  padding: 3px 0px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}

#sysItemDetail .sysForm select {
  min-width: 450px;
  display: inline-block;
  float: none !important;
  margin: 5px 0;
}

#sysItemDetail .sysForm select[name=num] {
  min-width: 200px;
}

#sysItemDetail .sysForm input[type=text] {
  margin-top: 5px;
}

#sysSelections div {
  margin-bottom: 10px;
}

#sysItemDetail .sysSelections {
  line-height: 30px;
}

#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
}

#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}

#sysWishlist .sysButton {
  width: 98%;
  margin-left: 2%;
}

#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}

#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}

#sysCartInForm {
  width: 100%;
  margin-left: auto;
}

/*バリエーション*/
#sysItemDetail .sysFormVariationName {
  background-color: #fdf5f5;
}

#sysItemDetail .sysFormVariationTable {
  width: 100%;
  max-width: 500px;
}

#sysItemDetail .order_bottom {
  margin: 0 auto 40px;
  text-align: right;
}

#sysItemDetail .sysDescription {
  text-align: left;
}

/*下部フォーム*/
/*簡易商品説明*/
/*商品詳細*/
.sysExplanation {
  text-align: center;
}

.sysExplanation img {
  height: auto;
}

#sysItemDetail .itempage_cap {
  margin-bottom: 30px;
  font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
  font-size: 18px;
  font-weight: normal;
}

#sysItemDetail .itempage_detail table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table tr {
  border-bottom: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

#sysItemDetail .itempage_detail table th {
  width: 30%;
  border-right: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table td {
  width: 70%;
  text-align: left;
  background: #fff;
}

#sysItemDetail .itempage_detail_ttl {
  position: relative;
  margin-top: 40px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
  content: "　";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #000;
}

#sysItemDetail .sysMainImage img {
  border: 1px solid #ccc;
}

#sysItemDetail #sysNumber {
  text-align: right;
}

#sysItemDetail .sysNumArea {
  margin-bottom: 20px;
}

#sysItemDetail .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #f1f1f1;
  cursor: pointer;
}

#sysItemDetail .sysNumArea button:hover {
  background-color: #efefef;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_plus.png) center center no-repeat;
  background-size: 65px;
  width: 37%;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_minus.png) center center no-repeat;
  background-size: 90px;
  width: 37%;
}

#sysItemDetail .sysCartButton {
  padding: 23px 15px !important;
  text-indent: -999px;
  background: #da4636 url(/img/layout/system/btn_cart.png) center center no-repeat;
  background-size: 140px;
}

#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}

#sysItemDetail .sysCartButton.sysGoCartButton {
  background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
  background-size: 127px;
}

#sysItemDetail #sysWishlist .sysButton {
  overflow: hidden;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
  background-size: 100px;
}

#sysItemDetail #sysWishlist .sysButton:hover {
  background-color: #efefef;
}

#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}

#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: 2px;
}

#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}

#sysItemDetail .sysShare .sysLine,
#sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}

#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}

#sysItemDetail .sysReview {
  margin: 20px 0 40px;
}

/*数量増減*/
/*カートに入れる*/
/*お気に入り*/
/*SNSボタン*/
/*.sysReview*/
/*テーブルデザイン*/
.sysExplanation table {
  margin-bottom: 40px;
  border: none;
  border-top: 1px solid #ccc;
}

.sysExplanation table tr {
  border-bottom: 1px solid #ccc;
}

.sysExplanation table th,
.sysExplanation table td {
  padding: 3px 10px;
  text-align: center;
  border: none;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
  width: 25%;
  padding: 0 10px;
}

.itempage_recommend .sysItemName {
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.itempage_recommend .sysItemPrice {
  text-align: left;
}

/*商品ページ成分表*/
#sysItemDetail .show_bx {
  margin-bottom: 30px;
}

#sysItemDetail .show_bx_inner {
  margin-bottom: 10px;
}

#sysItemDetail .btn_tr {
  padding: 10px 0 10px 35px !important;
  background: #e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
  background-size: 18px !important;
  cursor: pointer;
}

#sysItemDetail .active {
  background: #e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
  background-size: 18px !important;
}

#sysItemDetail .contents_tr {
  background-color: #f5f5f5;
}

#sysItemDetail .contents_tr td {
  background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
  margin-bottom: 0;
}

/***********************************
	カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under {
  float: none;
  padding: 10px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.sysCart .header_h1_under a {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.sysCart .header_h1_under .logo img {
  float: none;
  margin-right: 0;
}

.sysCart .header_h1_under .head_title {
  text-align: center;
}

.sysCart .header_wrap {
  border-bottom: none;
  height: auto;
  position: inherit;
}

.sysCart #sysWrap {
  margin: 0 auto;
}

.sysCart #sysMain {
  max-width: 1100px;
  border: 1px solid #eee;
  padding: 20px 150px;
  margin: 0 auto;
  color: #000;
}

.sysCart #sysMain a {
  color: #000;
}

.sysCart .sysBox,
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto 2em;
  padding: 1em;
}

.sysCart .sysBox hr {
  display: block;
  border: 0;
  height: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 0;
}

.sysCart #sysMain input[type=text],
.sysCart #sysMain input[type=password],
.sysCart #sysMain input[type=email],
.sysCart #sysMain input[type=number],
.sysCart #sysMain input[type=tel],
.sysCart #sysMain input[type=search] {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.sysCart .sysTotalTxt {
  text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2rem;
}

.sysCart .sysSubTotalArea {
  margin: 10px 0;
}

.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  background: #da4636 !important;
  border: none;
}

.sysCart .sysCartAttention,
.sysCart .sysRequired,
.sysCart .sysGetPoint {
  color: #da4636;
  font-weight: bolder;
}

.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}

.sysCart .sysCartTitle {
  color: #000;
  font-size: large;
  font-weight: bolder;
  background-color: #fff;
  padding: 0;
  margin-bottom: 2-px;
}

.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}

.sysCart #sysMain input {
  background: #fff !important;
}

.sysCart #sysMain input[type=submit] {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sysCart #sysMain button {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sysCart #sysMain button[type=submit] {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sysCart .sysDeleteArea,
.sysCart .sysConfirmButton {
  text-align: right;
}

.sysCart .sysNavImg {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sysCart .sysFreeArea {
  color: #000;
  margin: 20px 0;
}

.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks {
  border-bottom: none;
}

.sysCart .sysOrder .nav li:last-child {
  border-bottom: none;
}

.sysCart .sysAcceptDomainArea input {
  padding: 0 10px !important;
}

.sysCart .cart_btn {
  color: #000;
  text-align: center;
  margin-top: 40px;
}

.sysCart .cart_btn p {
  margin: 0;
  padding: 0;
}

.sysCart .cart_btn .btn {
  margin-top: 5px;
}

.sysCart .cart_btn img {
  width: 200px;
  border: 1px solid #d0d0d0;
}

#sysBasket #sysMain {
  padding-top: 10px;
}

.sysCart .cart_info .sysContent {
  max-width: 300px;
  color: #000;
  text-align: center;
  font-weight: bolder;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin: 1em auto 0 auto;
  padding: 10px;
  background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type=submit] {
  width: auto;
}

.sysCart #sysMain select {
  display: inline-block;
}

.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type=text] {
  display: inline-block;
}

#sysBillingAddress .sysPrefState select {
  width: 200px;
}

#sysBillingAddress .sysGender {
  margin-bottom: 20px;
}

#sysBillingAddress .sysGender input {
  vertical-align: middle;
}

#sysBillingAddress .sysGender label {
  display: inline-block;
  margin-right: 20px;
}

#sysBillingAddress .sysAcceptMailmagazine {
  margin-bottom: 20px;
}

/*都道府県*/
/*性別*/
/*メルマガ*/
/*注文完了ページ*/
.cart_completion {
  text-align: center;
}

/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
  font-size: 1.5rem;
  font-weight: bold;
}

/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
  font-weight: bold;
  background: #b4f4ff !important;
  border-color: #000 !important;
}

/***********************************
	ワンページカート
***********************************/
.mdl_btn_.opcDialog,
form.opcUseAmazon {
  width: 100%;
  padding-right: 0;
}

.sysCart #sysMain h3 {
  font-size: 20px;
}

.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit {
  display: block;
  width: 100% !important;
  padding: 15px 10px !important;
  margin: 5px 0 !important;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 5px;
  background: #da4636 !important;
}

.sysCart #sysMain #show-dlg-2 {
  display: block;
  width: 100% !important;
  padding: 10px;
  margin: 0 0 30px !important;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 5px;
  background: #000 !important;
}

.sysCart #sysMain #show-dlg-3 {
  display: block;
  width: 100% !important;
  padding: 10px;
  margin: 0 0 30px !important;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 5px;
  background: #000 !important;
  color: #fff !important;
  background: #da4636 !important;
}

.sysCart #sysMain .next_btn {
  color: #fff !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  background: #000 !important;
}

.sysCart #sysMain #order_price_confirm_btn {
  color: #fff !important;
  width: 100% !important;
  box-shadow: none;
  background: #000 !important;
}

.sysCart #sysMain .mdl-js-button {
  box-shadow: none;
}

.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
  line-height: 1;
  border: none !important;
  background: #000 !important;
}

.sysCart #sysMain p.user_type {
  font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
  font-size: 1.2rem;
}

/***********************************
	検索ページ
***********************************/
#sysItemSearch div#sysMain {
  max-width: 980px;
  margin: 20px auto 40px;
}

#sysItemSearch .sysThumbnail .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}

#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
  margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
  height: 40px;
  vertical-align: bottom;
  border: 1px solid #d0d0d0;
}

#sysItemSearch #sysMain .sysSearchButton {
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 95%;
  border: none;
  background: #222222;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}

#sysItemSearch #sysMain .sysItemSearchFormRange {
  display: inline-block;
  margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
  display: inline-block;
  margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
  padding: 10px;
}

/***********************************
	お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit {
  width: 100%;
  margin: 20px 0 0 !important;
}

#sysFormConfirm button.sysButton {
  width: 30%;
  margin-bottom: 20px;
}

/***********************************
	新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
  margin: 160px auto 0;
}

/***********************************
	マイページ
***********************************/
.sysMypage #sysWrap {
  margin: 160px auto 0;
}

.sysMypage input[type=submit] {
  margin-top: 10px;
}

/* マイページボタン */
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
}

#sysMemberRegisterIndex .sysNextSubmit {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type=submit] {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  margin-top: 10px;
}

#sysMypageLogin .sysLoginButton {
  width: 49%;
  float: left;
  margin-right: 1%;
  font-size: 15px;
}

#sysMypageLogin .sysButton {
  width: 49%;
  margin-left: 1%;
  font-size: 15px;
}

/***********************************
	ヘッダー
***********************************/
.header_wrap {
  position: fixed;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 120;
  border-bottom: 1px solid #aaa;
}

.header_wrap_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.h_inner {
  margin: 15px 0 0;
}

.header {
  width: 395px;
  height: 80px;
  float: left;
}

.logo img {
  width: 180px;
  margin-right: 15px;
  float: left;
}

.head_title {
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.header .g_navi li {
  float: left;
  text-align: center;
}

.header .g_navi li a {
  display: block;
  width: 120px;
  margin: 15px 5px 0;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #222222;
  border-radius: 20px;
}

.header .g_navi li i {
  margin-right: 5px;
}

/***********************************
	カート情報
***********************************/
#cartInfo {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: -10px;
}

#cartInfo p.cartTxt {
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}

#cartInfo p img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#cartInfo i {
  margin-right: 5px;
}

.h_cart {
  display: none;
  width: 280px;
  height: 145px;
  position: absolute;
  top: 40px;
  right: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 10px 20px;
}

.h_cart dl {
  font-size: 12px;
  margin-bottom: 0px;
}

.h_cart dl:after {
  display: block;
  content: "";
  clear: both;
}

.h_cart dt {
  float: left;
}

.h_cart dd {
  float: left;
}

.h_cart dd span {
  display: inline-block;
  color: #da4636;
  font-weight: bold;
  padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 10px 0% 5px;
  height: 50px;
  padding: 12px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.h_cart .sysCartInfoCartIn a:hover {
  background: #999;
}

.h_cart .sysCartInfoCartIn a img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.h_cart .sysCartInfoCartIn a i {
  margin-right: 5px;
}

/* カート内商品数表示 */
button.itemCount {
  display: none;
  border: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  color: #222222;
  background: #fff;
  border-radius: 10px;
}

/***********************************
	ナビゲーション
***********************************/
.h_navi {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

#headNavigation {
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
}

#headNavigation .pcnone {
  display: none;
}

#headNavigation li.tab1 {
  width: 220px;
  float: left;
  text-align: center;
}

#headNavigation li a {
  display: block;
  font-weight: 700;
}

#headNavigation li a span {
  display: block;
  font-size: 10px;
}

.tabmenu {
  margin: 10px 0 0;
}

.tabmenu .border:after {
  background-color: #000;
  content: " ";
  height: 15px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 42px;
  width: 1px;
}

.tabmenu:before {
  display: block;
  content: "";
  clear: both;
}

/*ナビゲーショントグル*/
.toggleNav {
  display: none;
  width: 220px;
  position: absolute;
  height: 0px;
  /*heightはjs制御*/
  top: 50px;
  left: 0;
  background: white;
  z-index: 110;
  box-shadow: 2px 2px 4px 0px #ccc;
  -moz-box-shadow: 2px 2px 4px 0px #ccc;
  -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.toggleNav:hover {
  overflow: visible !important;
}

.tabmenu li.tab1 {
  position: relative;
}

.tabmenu li.tab1 a {
  font-size: 14px;
}

.tabmenu li.tab2 {
  text-align: left;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}

.tabmenu li.tab2:hover {
  background: #ededed;
}

.tabmenu li.tab2 a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 12px !important;
  line-height: 15px;
  font-weight: bold;
}

.tabmenu li.tab2 a i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.tabmenu li.tab2 .subCategory {
  position: absolute;
  width: 200px;
  left: 200px;
  top: 0px;
  background: white;
  visibility: hidden;
  transition: all 0.1s ease;
  z-index: 120;
  box-shadow: 2px 2px 4px 0px #ccc;
  -moz-box-shadow: 2px 2px 4px 0px #ccc;
  -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
  visibility: visible;
}

.tabmenu li.tab3 {
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}

.tabmenu li.tab3:hover {
  background: #ededed;
}

/***********************************
	フッター
***********************************/
.footer {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #ededed;
  letter-spacing: 2px;
}

.footer .f_navi_all {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.footer .f_navi h3 {
  margin: 10px 0 0;
  font-size: 15px;
}

.footer .f_navi ul {
  width: 671px;
  text-align: left;
  margin: 0 auto;
}

.footer .f_navi li {
  display: inline-block;
  padding: 0 15px 0 5px;
  margin: 10px 5px 0;
  font-size: 15px;
  position: relative;
}

.footer .f_navi li:after {
  background-color: #000;
  content: "　";
  height: 10px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 41px;
  width: 1px;
}

.footer .f_navi .b_none {
  border-right: 0px;
}

.footer .telephone {
  margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
  width: 250px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}

.footer .telephone .telephone02 {
  width: 300px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.footer .telephone .telephone02 a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 25px;
}

.footer .telephone .telephone02 a img {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}

.footer .telephone:after {
  display: block;
  content: "";
  clear: both;
}

.footer .time {
  font-size: 15px;
  margin: 0 0 10px;
}

.footer .f_gnav_all {
  background: #c3c3c3;
  padding: 15px 0 10px;
  letter-spacing: 2px;
}

.footer .f_gnav {
  margin-bottom: 5px;
}

.footer .f_gnav li {
  display: inline-block;
  padding: 0px 20px 0 15px;
  font-size: 12px;
  position: relative;
}

.footer .f_gnav li:after {
  background-color: #000;
  content: "　";
  height: 10px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
}

.footer .f_gnav li:last-child {
  border-right: 0px;
}

.footer .f_copy {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}

/***********************************
	フッター部分のご利用ガイド
***********************************/
.f_guide {
  width: 100%;
  border-top: 2px solid #222222;
  margin-top: 50px;
}

.f_guide .sysContent {
  width: 1100px;
  margin: 0 auto;
}

.f_guide .Title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 30px;
}

.f_guide .clearfix {
  font-size: 0;
}

.f_guide .guideBlock {
  display: inline-block;
  width: 550px;
  font-size: 14px;
  vertical-align: top;
}

.f_guide .guideBlock:after {
  display: block;
  content: "";
  clear: both;
}

.f_guide .guide01 {
  padding-right: 50px;
}

.f_guide .guide02 {
  padding-left: 50px;
}

.f_guide .guideTitle {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
}

.f_guide p {
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0;
}

.f_guide .mt {
  margin-top: 20px;
}

.f_guide .smaller {
  font-size: 12px;
}

.f_guide .freedial {
  background: transparent url("/img/common/dial.png") no-repeat scroll left center/45px auto;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 50px;
}

.f_guide .common_btn {
  margin: 10px auto;
}

.f_guide .common_btn a {
  font-size: 13px;
  padding: 10px 0;
}

/*ボタン*/
/* ページトップに戻る*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
  z-index: 999999;
}

.pagetop #page-top {
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  background: #000;
  border-radius: 5px;
  padding-top: 4px;
  height: 51px;
}

.pagetop #page-top:hover {
  background: #999;
}

/***********************************
	サイド
***********************************/
/*検索ボックス*/
.side_search {
  margin-bottom: 30px;
}

.side_search form {
  border: none;
}

.side_search input[type=search] {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.side_search .sysItemSearchFormWord {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

.side_search .sysSearchButton {
  float: none;
  width: 100% !important;
  height: 40px;
  border-radius: 5px;
  background: #000 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline {
  font-size: 14px;
  margin: 0 !important;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  width: auto;
  border-bottom: 1px solid #222222;
}

.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before {
  content: none;
}

.side_navi {
  margin-bottom: 30px;
}

.side_navi a {
  position: relative;
  padding: 7px 5px 7px 20px !important;
  letter-spacing: 1px;
  border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi a:after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: ">";
  font-size: 14px;
}

.side_navi a:hover {
  background: #eee;
}

/*商品別*/
.side_navi_item {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
  width: 90% !important;
  margin-left: auto !important;
}

.side_navi_item a {
  position: relative;
  padding: 7px 5px !important;
  letter-spacing: 1px;
  border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item a:after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: ">";
  font-size: 14px;
}

.side_navi_item li:last-child a {
  border-bottom: none !important;
}

.side_navi_item .sysHeadline {
  font-size: 13px;
  padding: 0;
  border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item .sysHeadline a {
  display: block;
  border-bottom: none !important;
}

/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #222222;
  margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
  padding: 7px 5px !important;
  border: none !important;
}

.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover {
  background-color: #fff;
}

.side_navi_guide li:nth-last-child(3) {
  margin-bottom: 10px;
}

/***********************************
	共通パーツ
***********************************/
hr.style01 {
  width: 100%;
  height: 1px;
  background: #222222;
  margin: 50px auto;
  padding: 0;
  border: 0;
}

.sysTitle,
.sysHeadline {
  width: 600px;
  margin: 30px auto !important;
  position: relative;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
}

.sysTitle b,
.sysHeadline b {
  display: block;
  font-size: 14px;
  text-align: center;
}

.sysTitle span,
.sysHeadline span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
}

.sysTitle::before,
.sysHeadline::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  background-color: #222222;
}

.contentsWrap {
  width: 1100px;
  margin: 0 auto;
}

/***********************************
	特商法テーブルレイアウト
***********************************/
#main_tradelaw,
.main_tradelaw {
  border: 1px solid #ddd;
  margin: 0 auto 30px;
  max-width: 1100px;
}

#main_tradelaw dl,
.main_tradelaw dl {
  background: #ededed;
  border-bottom: 1px dotted #bfbfbf;
  overflow: hidden;
}

#main_tradelaw dl:last-child,
.main_tradelaw dl:last-child {
  border: 0px;
}

#main_tradelaw dt,
.main_tradelaw dt {
  padding: 15px 0 15px 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}

#main_tradelaw dd,
.main_tradelaw dd {
  margin-left: 200px;
  padding: 15px;
  background: #fff;
}

.shipFee {
  max-width: 1100px;
  margin: 20px auto;
}

.shipFee .tableTitle {
  font-size: 16px;
  height: 70px;
  padding: 10px;
  color: #424242;
  margin: 50px 0 0px;
  border: 0px !important;
  text-align: leftr;
}

table.shipFeeTable {
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
  text-align: center;
}

table.shipFeeTable .eyeCatch {
  width: 120px;
  display: block;
  margin: 5px auto;
  height: 25px;
  line-height: 25px;
  color: #000;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}

table.shipFeeTable thead {
  background: #555;
  text-align: center;
}

.spThead {
  display: none;
}

table.shipFeeTable thead th {
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  color: #fff;
}

table.shipFeeTable tbody .sum {
  position: relative;
}

table.shipFeeTable tbody .sum i {
  position: absolute;
  color: #888;
  font-size: 35px;
  right: -15px;
  bottom: 30px;
  z-index: 20;
}

table.shipFeeTable tbody th {
  width: 600px;
  padding: 10px;
  vertical-align: top;
  background: #fff;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

table.shipFeeTable td {
  width: 500px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background: #eee;
}

table.shipFeeTable b {
  color: #d42e30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

div#main_tradelaw a {
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
	2カラムレイアウト
***********************************/
.column2Wrap {
  width: 1100px;
  margin: 0 auto;
}

.column2Wrap:after {
  display: block;
  content: "";
  clear: both;
}

.sideWrap {
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}

.mainWrap {
  width: 900px;
  margin-left: 200px;
}

.col2Style h2.pattern01 {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 15px 0;
}

.col2Style h2.pattern02 {
  font-size: 18px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 15px 0;
}

.col2Style h2.pattern03 {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 30px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}

.col2Style h3.pattern01 {
  font-size: 14px;
  border-bottom: 0px solid #aaa !important;
  padding: 0px 0px 3px;
  margin: 15px 0 5px;
}

.col2Style h4.style01 {
  font-size: 15px;
  padding-bottom: 3px;
  margin: 20px 0;
  border-bottom: 0px solid #3d3d3d !important;
}

.col2Style .txtBlock,
.col2Style .imgWrap {
  margin: 30px 0;
}

.col2Style .txtBlock a {
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}

#forbusiness .txtBlock a,
#relocation .txtBlock a,
#privacypolicy .txtBlock a,
#shoplist td a,
#corporate dd a {
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}

.col2Style .txtBlock li {
  margin: 5px 0;
  font-size: 12px;
}

.col2Style .txtBlock li .larger {
  font-size: 14px;
  margin-bottom: 10px;
}

.col2Style .txtBlock li span {
  width: 20px;
  display: inline-block;
}

.col2Style .imgWrap img {
  width: 40%;
  margin: 10px 0;
}

.col2Style .floatWrap {
  margin: 20px 0;
}

.col2Style .floatWrap:after {
  display: block;
  content: "";
  clear: both;
}

.col2Style .floatWrap img {
  width: 150px;
  float: left;
}

.col2Style .floatWrap .txt {
  padding-top: 5px;
  margin-left: 170px;
}

.col2Style .floatImg {
  text-align: center;
}

.col2Style .floatImg:after {
  display: block;
  content: "";
  clear: both;
}

.col2Style .floatImg .imgWrap {
  width: 50%;
  float: left;
}

.col2Style .floatImg .imgWrap img {
  width: 60%;
  margin: 20px 10%;
}

/***********************************
	 お買い物ガイド
***********************************/
.indexList {
  margin: 10px 0;
}

.indexList li {
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
  border: 1px solid #aaa;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
}

.guideBlock {
  padding-top: 30px;
}

/*商品購入ステップ*/
.steps ul {
  width: 700px;
  margin: 0 auto;
}

.steps ul:after {
  display: block;
  content: "";
  clear: both;
}

.steps li {
  float: left;
  padding: 0 6px;
  height: 200px;
}

.steps li a {
  display: block;
  height: 100%;
  height: 200px !important;
}

.steps li img {
  height: 200px;
}

/***********************************
	 ボタンデザイン
***********************************/
.common_btn {
  width: 250px;
  margin: 20px auto 50px;
  position: relative;
}

.common_btn a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #000;
}

.common_btn a:hover {
  background: #999;
}

.common_btn a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

/***********************************
	TOPページ
***********************************/
/*スライダー*/
#slider {
  display: none;
}

.top_slider {
  padding-top: 130px;
  margin: 0 0 40px;
}

.top_slider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}

.top_slider .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul {
  font-size: 0;
  text-align: left;
}

.top_newarrival li {
  float: none !important;
  display: inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

.top_newarrival li img {
  width: 100%;
}

.top_newarrival .sysItemName {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features {
  overflow: hidden;
}

.top_features ul {
  font-size: 0;
  text-align: left;
}

.top_features li {
  float: none !important;
  display: inline-block;
  width: 30%;
  margin: 1.6666666667%;
  font-size: 12px;
  vertical-align: top;
}

.top_features li img {
  width: 100%;
}

.top_features li a {
  display: block;
  position: relative;
}

.top_features li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice {
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
  padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item {
  margin-bottom: 60px;
}

.top_recommend_item li {
  width: 100% !important;
  padding: 0 20px !important;
}

/*ランキング*/
.top_ranking_item ul {
  font-size: 0;
  text-align: left;
}

.top_ranking_item li {
  float: none !important;
  display: inline-block;
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
  font-size: 17px;
  float: right;
}

@media screen and (min-width: 1101px) {
  .sysDisplayPcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .sysDisplayTabletNone {
    display: none !important;
  }
  /* 20-0 Only Tablet
  *----------------------------------------------------------------------*/
  #sysWrap {
    margin-top: 120px;
  }
  div#sysMain,
  div#sysAside {
    width: 100% !important;
    float: none;
  }
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap {
    margin: 130px auto 0;
  }
  .sysCart #sysMain {
    width: 95% !important;
    margin: 0 auto;
    padding: 20px;
  }
  .sysFormField label {
    display: block;
  }
  /* 決済ページ*/
  #sysPayment #sysWrap,
  #sysConfirm #sysWrap,
  #sysThanks #sysWrap,
  #sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
  }
  #sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
  }
  #sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
  }
  #sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
  }
  /*header検索ボックス*/
  .h_search {
    margin-top: 100px;
  }
  /***********************************
  	商品詳細ページ
  ***********************************/
  #sysItemCategory #sysMain {
    padding: 30px 20px;
  }
  #sysItemCategory input[type=submit] {
    margin-top: 0px;
  }
  #sysItemDetail #sysMain {
    width: 95% !important;
  }
  #sysItemDetail .sysCategoryPankuzu {
    margin-bottom: 20px;
  }
  #sysItemDetail .sysItemName h1 {
    font-size: 15px;
  }
  #sysItemDetail .sysItemId {
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }
  #sysItemDetail .sysMainImage {
    max-width: 700px;
    margin: 0 auto;
  }
  #sysItemDetail .sysImageList {
    max-width: 700px;
    margin: 0 auto 20px;
  }
  #sysItemDetail .sysImageList li {
    display: inline-block;
    max-width: 60px;
    line-height: 0;
  }
  #sysItemDetail .sysReview,
  #sysItemDetail .description_left,
  #sysItemDetail .sysDescription,
  #sysItemDetail .sysForm,
  #sysItemDetail .sysRetailPrice,
  #sysItemDetail .sysImageDescription {
    max-width: 700px;
    margin: 0 auto 10px auto !important;
  }
  #sysItemDetail .sysForm select {
    min-width: 350px;
    display: inline-block;
    float: none !important;
  }
  #sysItemDetail #sysNumber {
    text-align: right;
  }
  .sysItemPrArea span {
    width: 48%;
    font-size: 14px;
  }
  .sysPr span {
    font-size: 10px;
  }
  /***********************************
  	ヘッダー
  ***********************************/
  .header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under a,
  .header_h1 a {
    display: none;
  }
  .head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
  }
  .header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .header_sp #navBtn img,
  .header_sp .spCart img {
    width: 40px;
    height: 40px;
  }
  .header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
  }
  /***********************************
  	カート情報
  ***********************************/
  #cartInfo {
    display: none;
  }
  /***********************************
  	ナビゲーション
  ***********************************/
  #headNavigation .pcnone {
    display: block;
  }
  #headNavigation .spnone {
    display: none;
  }
  #headNavigation li.active {
    background: #fff;
  }
  .h_navi {
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
  }
  #headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5) {
    display: none;
  }
  /*ナビゲーショントグル*/
  .toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: transparent;
    box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  }
  .toggleNav:hover {
    overflow: visible !important;
  }
  #headNavigation ul.tab {
    position: relative;
  }
  .tabmenu .border:after {
    content: none;
  }
  .tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
  }
  .tabmenu li.tab1:nth-child(4) {
    border-right: none;
  }
  .tabmenu li.tab1 {
    position: static;
  }
  .tabmenu li.tab1 a {
    font-size: 14px;
  }
  .tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: white;
  }
  .tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
  }
  #headNavigation li.tab2 a:after {
    display: none;
  }
  .tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .h_spnavi {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    background: rgba(220, 220, 220, 0.9);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
  }
  #spNaviWrap {
    position: absolute;
    width: 100%;
    height: 1400px;
    top: 0px;
    left: -100%;
    background: #e1e1e1;
    z-index: 200;
    padding: 80px 10px 50px;
    overflow: scroll;
  }
  /***********************************
  	ログイン情報
  ***********************************/
  .h_login {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
  }
  .h_login .sysHeadline {
    text-align: center;
    font-size: 25px;
    margin-botom: 10px;
  }
  .h_login .sysContent {
    text-align: center;
  }
  .h_login .sysFormItem {
    margin-bottom: 10px;
  }
  .h_login .sysFormLabel {
    display: block;
    font-size: 15px;
    height: 25px;
    text-align: left;
    margin-bottom: 0px;
  }
  .h_login .sysLoginButton {
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    border: 1px solid #444;
    font-size: 15px;
    height: 50px;
    line-height: 10px;
  }
  .h_login li {
    border: 1px solid #444;
    margin-bottom: 15px;
    height: 50px;
    line-height: 45px;
    text-align: center;
  }
  .h_login li a {
    font-size: 15px;
    padding: 0px 5px 5px 0px;
  }
  /***********************************
  	ナビゲーションメニュー
  ***********************************/
  #closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
  }
  #closeMenu span {
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
  }
  #closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  #closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
  }
  #spNavMenu .navTitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }
  #spNavMenu {
    max-width: 800px;
    margin: 80px auto 0;
    width: 90%;
  }
  #spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList i {
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
  }
  #spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav {
    height: 200px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa;
  }
  #spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
  }
  /***********************************
  	フッター
  ***********************************/
  .footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
  }
  .footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 5px;
  }
  .footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child {
    width: 100%;
  }
  .footer .f_gnav li a {
    display: block;
  }
  .footer .f_gnav .sp_wide {
    width: 100%;
    height: 35px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after {
    width: 0px;
  }
  /***********************************
  	サイド
  ***********************************/
  .side_search {
    width: 95%;
    margin: 0 auto 30px;
  }
  .side_navi_item,
  .side_navi {
    width: 95%;
    margin: 0 auto;
  }
  .side_navi ul li.sysText a {
    padding: 10px 5px !important;
  }
  .side_navi_item .sysHeadline,
  .side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .side_navi_item .sysContent li,
  .side_navi .sysContent li {
    float: left !important;
    width: 50% !important;
  }
  .side_navi_1 {
    border-top: 1px solid #000;
  }
  /***********************************
  	共通パーツ
  ***********************************/
  .sysTitle {
    width: 600px;
    margin: 50px auto !important;
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: auto;
  }
  .sysTitle b {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .contentsWrap {
    width: 90%;
    margin: 0 auto;
  }
  /***********************************
  	商法テーブルレイアウト
  ***********************************/
  .p-law .sysTitle {
    max-width: 600px;
  }
  .p-law .sysTitle span {
    font-size: 22px;
    padding: 0 40px;
  }
  #main_tradelaw {
    width: 90%;
  }
  .shipFee {
    width: 90%;
    margin: 50px auto;
  }
  .shipFee h3 {
    font-size: 16px;
  }
  table.shipFeeTable .newLine {
    display: block;
  }
  table.shipFeeTable tbody th {
    width: 500px;
    vertical-align: middle;
  }
  table.shipFeeTable td {
    width: 500px;
    font-size: 15px;
    vertical-align: middle;
  }
  /***********************************
  	 フッター部分のご利用ガイド
  ***********************************/
  .f_guide {
    margin-top: 50px;
  }
  .f_guide .sysContent {
    width: 100%;
  }
  .f_guide .Title {
    font-size: 15px;
    padding: 20px 0 30px;
  }
  .f_guide .guideBlock {
    width: 50%;
    padding: 0 2%;
    padding-bottom: 30px;
  }
  .f_guide .guide01 {
    padding-right: 20px;
  }
  .f_guide .guide02 {
    padding-left: 20px;
  }
  .f_guide .freedial {
    font-size: 30px;
  }
  .f_guide a {
    display: block;
    width: 200px;
  }
  /***********************************
  	カート内商品数表示
  ***********************************/
  button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  /***********************************
  	商品購入ステップ
  ***********************************/
  .steps ul {
    width: 550px;
  }
  .steps li {
    float: left;
    padding: 0 2px;
    height: 180px;
  }
  .steps li a {
    height: 180px !important;
  }
  .steps li img {
    height: 180px;
  }
  /***********************************
  	TOPページ
  ***********************************/
  /*.トップスライダー*/
  #slideShow {
    height: 190px;
  }
  .top_slider {
    padding-top: 0;
    margin-top: 120px;
  }
}
@media screen and (max-width: 680px) {
  .sysDisplayMobileNone {
    display: none !important;
  }
  /* 10-0 Only Smartphone
  *----------------------------------------------------------------------*/
  #sysWrap {
    margin-top: 120px;
  }
  #sysMain,
  #sysAside {
    width: 100% !important;
  }
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap {
    margin: 130px auto 0;
  }
  .sysFormField label {
    display: block;
  }
  #sysFormIndex .txtBlock {
    text-align: left;
  }
  #sysMain {
    margin-top: 110px;
  }
  .grid-col {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
  /*Header */
  #sysHeader {
    margin-bottom: 5px;
  }
  /* Category Pankuzu */
  .sysItemCategoryPankuzu {
    font-size: xx-small;
  }
  /* Archive Thumbnail Item */
  .sysItemList ul.sysThumbnail {
    font-size: small;
  }
  .sysItemList ul.sysThumbnail input {
    font-size: x-small;
  }
  /* Order Area */
  .orderArea {
    letter-spacing: normal;
  }
  .orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  /*header検索ボックス*/
  .h_search {
    margin-top: 30px;
  }
  /***********************************
  	商品詳細ページ
  ***********************************/
  #sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
  }
  .sysItemList ul.sysThumbnail li {
    width: 50% !important;
  }
  .sysItemName a {
    font-size: 12px;
  }
  /*商品名*/
  #sysItemDetail .sysItemName h1 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #sysItemDetail .sysForm select {
    height: 30px;
    text-align: center;
  }
  #sysItemDetail .sysSelectionDescription {
    margin: 5px 0 10px;
  }
  #sysItemDetail #sysNumber {
    text-align: right;
  }
  /*数量増減*/
  #sysItemDetail .sysNumArea button {
    width: 35%;
  }
  /*PRアイコン(商品カテゴリーページ)*/
  #sysItemCategory #sysMain {
    width: 95% !important;
    padding: 0;
    margin: 0 auto;
  }
  .sysItemPrArea span {
    width: 48%;
    padding: 3px 0px;
    font-size: 10px;
  }
  #sysItemCategory input[type=submit] {
    margin-top: 0px;
  }
  .sysAddSelection {
    font-size: 12px;
  }
  .sysSelectionDescription {
    font-size: 10px;
  }
  /*PRアイコン(商品詳細ページ)*/
  .sysPr {
    margin-top: 10px;
  }
  .sysPr span {
    width: 49%;
    font-size: 16px;
  }
  #sysItemDetail .sysForm select {
    min-width: 300px;
    display: inline-block;
    float: right;
  }
  #sysItemDetail .sysNumber select {
    min-width: 100px;
  }
  #sysItemDetail {
    padding-bottom: 40px;
  }
  /*商品ページ用おすすめ商品*/
  .itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .itempage_recommend .sysItemName {
    font-size: 12px;
  }
  .itempage_recommend .sysItemPrice {
    font-size: 11px;
  }
  /*for demo 2017/01/12*/
  .sysExplanation {
    float: none;
    width: 100%;
  }
  span.sp_newline {
    display: block;
  }
  /***********************************
  	ヘッダー
  ***********************************/
  .header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under a,
  .header_h1 a {
    display: none;
  }
  .head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
  }
  .header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .header_sp #navBtn img,
  .header_sp .spCart img {
    width: 40px;
    height: 40px;
  }
  .header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
  }
  /***********************************
  	カート情報
  ***********************************/
  #cartInfo {
    display: none;
  }
  /***********************************
  	ナビゲーション
  ***********************************/
  #headNavigation .pcnone {
    display: block;
  }
  #headNavigation .spnone {
    display: none;
  }
  #headNavigation li.active {
    background: #fff;
  }
  .h_navi {
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
  }
  #headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5) {
    display: none;
  }
  /*ナビゲーショントグル*/
  .toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: transparent;
    box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  }
  .toggleNav:hover {
    overflow: visible !important;
  }
  #headNavigation ul.tab {
    position: relative;
  }
  .tabmenu .border:after {
    content: none;
  }
  .tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
  }
  .tabmenu li.tab1:nth-child(4) {
    border-right: none;
  }
  .tabmenu li.tab1 a {
    font-size: 14px;
  }
  .tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: white;
  }
  .tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
  }
  #headNavigation li.tab2 a:after {
    display: none;
  }
  .tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .h_spnavi {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    background: rgba(220, 220, 220, 0.9);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
  }
  #spNaviWrap {
    position: absolute;
    width: 100%;
    height: 1550px;
    top: 0px;
    left: -100%;
    background: #e1e1e1;
    z-index: 200;
    padding: 30px 10px 0;
    overflow: scroll;
  }
  /***********************************
  	ログイン情報
  ***********************************/
  .h_login .sysHeadline,
  .h_search .sysHeadline {
    text-align: center;
    font-size: 18px;
    margin-botom: 10px;
  }
  .h_login .sysContent {
    text-align: center;
  }
  .h_login .sysFormItem {
    margin-bottom: 10px;
  }
  .h_login .sysFormLabel {
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
  }
  .h_login .sysLoginButton {
    width: 100%;
    margin: 10px 0%;
    border-radius: 5px;
    background: #000;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
  }
  .h_login li {
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
  }
  .h_login li a {
    font-size: 12px;
    padding: 0px 5px 5px 0px;
  }
  /***********************************
  	ナビゲーションメニュー
  ***********************************/
  #closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
  }
  #closeMenu span {
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
  }
  #closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #444;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
  }
  #closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
  }
  #spNavMenu .navTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #spNavMenu {
    margin: 30px 0 0;
  }
  #spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav {
    height: 270px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li {
    padding-left: 20px;
  }
  #spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa;
  }
  #spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
  }
  /***********************************
  	フッター
  ***********************************/
  .footer {
    margin: 30px 0 0;
    background: #fff;
    letter-spacing: 2px;
  }
  .footer .f_navi_all {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
  }
  .footer .f_navi h3 {
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
  }
  .footer .f_navi ul {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .footer .f_navi li {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
  }
  .footer .f_navi li i {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px;
    top: 0;
  }
  .footer .f_navi li.sp_title {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .footer .f_navi li.sp_title h5 {
    position: relative;
    text-align: center;
    background: #fff;
  }
  .footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  .footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .footer .f_navi li.sp_3column {
    width: 32%;
    margin-bottom: 5px;
  }
  .footer .f_navi li.sp_2column {
    width: 49%;
    margin-bottom: 5px;
  }
  .footer .f_navi li:after {
    width: 0;
  }
  .footer .f_navi .b_none,
  .footer .f_navi .spb_none {
    border-right: 0px;
  }
  .footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
  }
  .footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 6px;
  }
  .footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child {
    width: 100%;
  }
  .footer .f_gnav li a {
    display: block;
  }
  .footer .f_gnav .sp_wide {
    width: 100%;
    height: 38px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after {
    width: 0px;
  }
  .footer .f_gnav {
    margin-bottom: 5px;
  }
  .footer .f_copy {
    padding: 10px 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 680px) and (max-width: 320px) {
  .footer .telephone .telephone02 a {
    font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a {
    font-size: 10px;
  }
}
@media screen and (max-width: 680px) {
  /***********************************
  	サイド
  ***********************************/
  .side_search {
    width: 95%;
    margin: 0 auto 30px;
  }
  .side_navi_item,
  .side_navi {
    width: 95%;
    margin: 0 auto;
  }
  .side_navi ul li.sysText a {
    padding: 10px 5px !important;
  }
  .side_navi_item .sysHeadline,
  .side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .side_navi_1 {
    border-top: 1px solid #000;
  }
  /***********************************
  	共通パーツ
  ***********************************/
  .sysTitle {
    width: 100%;
    margin: 30px auto !important;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: auto;
  }
  .sysTitle b {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
  }
  .sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 10px 0 20px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .sysHeadline {
    width: 95%;
    margin: 30px auto !important;
    position: static;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .sysHeadline b {
    width: 100%;
    display: block;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #222222;
    padding: 0 80px;
    margin-top: 3px;
    padding-top: 5px;
  }
  .sysTitle span,
  .sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
  .sysTitle::before,
  .sysHeadline::before {
    height: 0px;
  }
  .contentsWrap {
    width: 90%;
    margin: 0 auto;
  }
  /***********************************
  	特商法テーブルレイアウト
  ***********************************/
  .p-law .sysTitle {
    width: 90%;
  }
  #main_tradelaw,
  .main_tradelaw {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
  }
  #main_tradelaw dl,
  .main_tradelaw d {
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
  }
  #main_tradelaw dl:after,
  .main_tradelaw dl:after {
    display: block;
    content: "";
    clear: both;
  }
  #main_tradelaw dt,
  .main_tradelaw dt {
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
  }
  #main_tradelaw dd,
  .main_tradelaw dd {
    margin-left: 0px;
    padding: 15px;
    background: #fff;
  }
  .shipFee {
    max-width: 1100px;
    margin: 20px auto;
  }
  .shipFee .tableTitle {
    text-align: center;
    font-size: 12px;
  }
  table.shipFeeTable {
    width: 100%;
    margin: 0%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
  }
  .spThead {
    display: block;
  }
  .pcThead {
    display: none;
  }
  table.shipFeeTable thead th {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: left;
  }
  table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
  }
  table.shipFeeTable tbody .sum {
    position: relative;
    padding: 25px 10px;
    text-align: center;
  }
  table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
  }
  table.shipFeeTable td {
    display: block;
    width: 100%;
    vertical-align: top;
    border: 0px;
  }
  table.shipFeeTable b {
    color: #d42e30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
  }
  /***********************************
  	2カラムレイアウト
  ***********************************/
  .col2Style h2.pattern03 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
  }
  .col2Style .txtBlock li {
    margin: 10px 0;
  }
  .col2Style .imgWrap img {
    width: 80%;
    margin: 0px 10%;
  }
  .col2Style .floatWrap img {
    width: 80%;
    margin: 0px 10%;
    float: none;
  }
  .col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 0px;
  }
  .col2Style .floatImg .imgWrap {
    width: 100%;
    float: none;
  }
  .col2Style .floatImg .imgWrap img {
    width: 80%;
    margin: 20px 10%;
  }
  /***********************************
  	お買物ガイド
  ***********************************/
  .indexList li {
    padding: 3px 5px;
    font-size: 12px;
  }
  .guideBlock {
    padding-top: 0;
    maergin-top: 30px;
  }
  /***********************************
  	ご利用ガイド
  ***********************************/
  .f_guide {
    margin-top: 30px;
  }
  .f_guide .sysContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .f_guide .Title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0px;
  }
  .f_guide .guideBlock {
    width: 95%;
    margin: 50px 2.5%;
    display: block;
    padding: 30px 0px 5px;
    border: 1px solid #424242;
    border-radius: 10px;
    position: relative;
  }
  .f_guide .guide01 {
    padding-right: 0px;
  }
  .f_guide .guide02 {
    padding-left: 0px;
  }
  .f_guide .guideTitle {
    width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 15px;
  }
  .f_guide p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 !important;
    text-align: left;
    padding: 0 10px 0 15px;
  }
  .f_guide img {
    width: 100%;
  }
  .f_guide .mt {
    margin-top: 10px;
  }
  .f_guide .smaller {
    font-size: 12px;
  }
  .f_guide a.f_guide_btn {
    margin: 20px auto;
    float: none;
  }
  .f_guide .freedial {
    font-size: 30px;
  }
  /* カート内商品数表示*/
  button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  /*商品購入ステップ*/
  .steps ul {
    width: 350px;
  }
  .steps li {
    float: left;
    padding: 0 6px;
    height: 150px;
  }
  .steps li a {
    height: 150px !important;
  }
  .steps li img {
    height: 150px;
  }
}
@media screen and (max-width: 680px) and (max-width: 350px) {
  /*商品購入ステップ*/
  .steps ul {
    width: 275px;
  }
  .steps li {
    float: left;
    padding: 0 2px;
    height: 100px;
  }
  .steps li a {
    height: 100px !important;
  }
  .steps li img {
    height: 100px;
  }
}
@media screen and (max-width: 680px) {
  /* 決済ページ*/
  #sysPayment #sysWrap,
  #sysConfirm #sysWrap,
  #sysThanks #sysWrap,
  #sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
  }
  #sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
  }
  #sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
  }
  #sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
  }
  /***********************************
  	マイページ
  ***********************************/
  .sysMypage .sysMypageNav form {
    width: 100% !important;
  }
  /***********************************
  	新規会員登録
  ***********************************/
  #sysMemberRegisterIndex .sysNextSubmit {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
  }
  #sysMemberRegisterIndex .sysButton[type=submit] {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 0px;
  }
  #sysMypageLogin .sysLoginButton {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  #sysMypageLogin .sysButton {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
  }
  /***********************************
  	カートページ
  ***********************************/
  /*ドメイン*/
  .sysAcceptDomainArea .sysAcceptDomain a {
    padding: 0;
    font-size: 10px;
  }
  /***********************************
  	ボタンデザイン
  ***********************************/
  .common_btn {
    margin: 20px auto 30px;
  }
  /***********************************
  	TOPページ
  ***********************************/
  /*.トップスライダー*/
  #slideShow {
    height: 130px;
  }
  .top_slider {
    padding-top: 0;
    margin: 120px auto 0;
  }
  .owl-dots .owl-dot {
    top: 0;
  }
  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
  .owl-nav .owl-prev {
    left: 20%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 30px !important;
  }
  .owl-nav .owl-next {
    right: 20%;
    background: url(/img/common/controls.png) no-repeat -15px 0;
    background-size: 30px !important;
  }
  .owl-nav .owl-prev:hover {
    background-position: 0 0;
  }
  .owl-nav .owl-next:hover {
    background-position: -15px 0;
  }
  /*新着アイテム*/
  .top_newarrival li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
  }
  .top_newarrival li .sysItemName {
    padding-top: 0;
  }
  .top_newarrival li .sysItemPrice {
    font-size: 12px;
  }
  /*特集一覧*/
  .top_features {
    overflow: hidden;
  }
  .top_recommend_item ul {
    font-size: 0;
    text-align: left;
  }
  .top_features li {
    width: 46%;
    margin: 2%;
  }
  .top_features li:nth-child(1),
  .top_features li:nth-child(2) {
    position: relative;
    z-index: 10;
    width: 96%;
  }
  .top_features li:nth-child(1) p,
  .top_features li:nth-child(2) p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  }
  /*おすすめ商品、ランキング*/
  .top_ranking_item li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
  }
  .top_recommend_item li .sysItemName,
  .top_ranking_item li .sysItemName {
    padding-top: 0;
  }
  .top_recommend_item li .sysItemPrice,
  .top_ranking_item li .sysItemPrice {
    font-size: 12px;
  }
  .top_recommend_item li .sysCartButton,
  .top_ranking_item li .sysCartButton {
    width: 100%;
    font-size: 10px;
    letter-spacing: -1px;
  }
  /*おすすめ商品*/
  .top_recommend_item li {
    padding: 5px !important;
  }
}
/* ----------------------------------------
  _common.scss
---------------------------------------- */
.pagetop #page-top,
.common_btn a,
.h_menu .h_menu_ttl span,
.h_menu.h_menu01 .h_menu_list .h_menu_wrap .sysHeadline span,
.h_menu .h_menu_item .sysHeadline span,
#sysFooter .top_banner_brand .sysHeadline span,
#sysFooter .footer .f_copy,
#top .sysHeadline span,
#top .top_features .sysContent .featuresText,
#top .top_banner_menu .t_bnr_menu_ttl,
#sysItemDetail .sysCategoryPankuzu,
.itempage_recommend_choice .sysHeadline span,
.itempage_vieweditems .sysHeadline span,
#sysItemCategory.news_category_list .sysItemCategoryPankuzu,
#sysItemCategory.news_category_list .sysThumbnailImage a p,
#sysItemCategory.news_category_list .sysPagination,
.news_tmplt_cat_nav .sysHeadline span,
.news_tmplt_cat_nav .sysContent ul li,
.news_article_wrap .sysItemImages .sysItemImage p,
.sysHeadline.news_pickup span,
.subpage .sysHeadline b,
.subpage.faq .faq_list dt::before,
.subpage.faq .faq_list dd::before,
.subpage.sizeguide .subpage_inner h3,
#shoplist .sysHeadline span,
#shoplist .shoplist_contents .area_name,
#shoplist .shoplist_contents .shopname h2 span,
#shoplist .shoplist_contents .shopname p,
#shoplist .shoplist_contents .btnarea .map,
#shoplist .shoplist_contents .btnarea .blog,
.concept_ranking .sysContent .sysHorizontal li::after,
.concept_shoplist_wrap .brand_info,
.concept_shoplist_wrap #concept_shopList .btnarea .map,
.concept_shoplist_wrap #concept_shopList .btnarea .blog,
.concept_footer .foot_logo span,
#albove .sysHeadline span,
#concept .sysHeadline span,
#riberce .sysHeadline span,
.stylebook_ttl .sysHeadline .lg_txt,
.sysCart .sysFreeArea .cart_completion p.msg1,
.check_item_list .sysHeadline span,
#sysItemDetail .sysReview > span {
  font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 601px) {
  div#sysMain {
    min-height: initial;
  }
}
#sysWrap {
  margin: 0 auto;
}

div#sysMain {
  margin-top: 110px;
}

#sysItemDetail div#sysMain {
  margin-bottom: 110px;
}

.sysFuncItemCategory a img {
  transition: all 0.3s;
}

.sysFuncItemCategory a:hover {
  background: transparent;
}

img {
  transition: all 0.3s;
}

br.pc_none {
  display: none;
}

br.sp_only {
  display: none;
}

.pagetop {
  position: static;
  width: 63px;
  height: 63px;
  margin: 0 auto 50px;
}

.pagetop #page-top {
  background: none;
  color: #000;
  font-size: 16px;
  position: relative;
  padding-top: 20px;
  display: block;
}

.pagetop #page-top::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.pagetop #page-top:hover {
  background: none;
}

.pagetop #page-top:hover::before {
  top: -10px;
}

.common_btn {
  width: 150px;
  margin-bottom: 100px;
}

.common_btn a {
  padding: 7px 0;
  color: #000;
  border-radius: 0;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
}

.common_btn a:hover {
  background: #fff;
  opacity: 0.6;
}

.h2_lead {
  margin-top: 26px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.052em;
}

.search_bx {
  margin: 0 0 30px;
}

.search_bx form {
  border-style: none;
  border-bottom: 1px solid #000;
}

.search_bx .sysItemSearchFormWord {
  width: calc(100% - 50px);
}

.search_bx input[type=search] {
  font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  outline: none;
  background-color: transparent;
}

.search_bx input[type=search]:focus {
  background-color: transparent;
  outline: none;
}

.search_bx .sysSearchButton {
  outline: none;
  width: 50px;
  background-size: 85%;
  background: url(https://www.riberce.com/img/layout/common/baseline-search-24px.svg) no-repeat 82% 60%;
}

#sysItemSearch div#sysMain {
  margin-top: 110px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li::after {
  content: ">";
  font-size: 11px;
  line-height: 1.6;
  font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb li:first-of-type a {
  padding-left: 0;
}

.breadcrumb li a {
  padding: 0 10px;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 11px;
  font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  #sysWrap {
    margin-top: 0;
  }
  div#sysMain {
    margin-top: 95px;
  }
  #sysItemDetail div#sysMain {
    margin-top: 110px;
  }
  .h2_lead {
    font-size: 12px;
  }
  br.pc_none {
    display: inline;
  }
  #sysItemSearch div#sysMain {
    margin-top: 110px;
  }
}
@media screen and (max-width: 680px) {
  #sysWrap {
    margin-top: 0;
  }
  .h2_lead {
    margin-top: 28px;
    font-size: 11px;
  }
  br.sp_only {
    display: inline;
  }
  .pagetop {
    z-index: 140;
    margin-bottom: 18px;
  }
  .pagetop #page-top {
    font-size: 12px;
    padding-top: 15px;
  }
  .pagetop #page-top::before {
    width: 48px;
    height: 48px;
  }
  .breadcrumb {
    padding: 0 4.2%;
    margin-top: 7.2em;
  }
  .sysHeadline b {
    padding: 5px 0 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------------------
  _header.scss
---------------------------------------- */
.header_wrap {
  height: auto;
  border-bottom-style: none;
  background: rgba(255, 255, 255, 0.9);
}

.sysCart .header_wrap {
  height: auto;
  position: fixed;
}

.header_wrap_inner {
  height: 100px;
  padding: 0 50px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.sysCart .header_wrap_inner {
  height: 110px;
}

.header {
  width: auto;
  float: none;
}

.header .g_navi {
  display: flex;
}

.header .g_navi li {
  float: none;
}

.header .g_navi li a {
  border-style: none;
  text-align: left;
  transition: all 0.3s;
}

.header_h1 h1 {
  position: absolute;
  left: 50px;
  padding: 15px 0 0;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  color: #000;
}

.header_logo {
  width: auto;
  float: none;
  position: absolute;
  left: 50px;
}

.header_logo .h_inner {
  margin: 40px 0 0;
}

.header_logo .logo img {
  width: 140px;
}

.h_menu {
  transition: all 0.3s;
}

.h_menu a {
  transition: all 0.3s;
}

.h_menu a:hover {
  opacity: 0.7;
}

.h_menu .h_menu_ttl {
  margin: 28px 8px 34px;
}

.h_menu .h_menu_ttl span {
  font-size: 12px;
  padding: 0 1em;
  background: transparent;
  letter-spacing: 0.07em;
  position: relative;
  line-height: 4;
  cursor: pointer;
}

.h_menu .h_menu_ttl span::after {
  content: "";
  position: absolute;
  background: url(https://albove.com/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: -5px;
  right: 1px;
  width: 10px;
  height: 10px;
}

.h_menu .h_menu_list {
  display: none;
  position: absolute;
  z-index: 150;
  padding: 30px 0;
  top: 100px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.h_menu .h_menu_list .h_mei nav {
  max-width: 1000px;
  margin: 0 auto;
}

.h_menu.h_menu01 .h_menu_list {
  margin: 0 200px;
}

.h_menu.h_menu01 .h_menu_list .h_menu01_inner {
  display: flex;
  max-width: 570px;
  margin: 0 35px 0 95px;
}

.h_menu.h_menu01 .h_menu_list .h_menu_swim {
  width: 180px;
}

.h_menu.h_menu01 .h_menu_list .h_menu_athleisuer {
  width: 210px;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap {
  width: 180px;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap .sysHeadline {
  width: auto;
  margin: 0 0 0.4em !important;
  padding: 0;
  text-align: left;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap .sysHeadline span {
  font-size: 18px;
  background: transparent;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap .sysHeadline::before {
  content: none;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap .h_menu_item {
  width: 100%;
}

.h_menu.h_menu01 .h_menu_list .h_menu_wrap .h_menu_item .sysHeadline span {
  font-size: 14px !important;
}

.h_menu.h_menu02 .h_menu_list {
  margin: 0 100px 0 720px;
}

.h_menu.h_menu02 .h_menu_list .h_menu_item .sysHeadline {
  display: none;
}

.h_menu.h_menu02 .h_menu_list .h_menu_item .sysContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h_menu.h_menu02 .h_menu_list .h_menu_item ul {
  display: block;
  margin-right: -30px;
}

.h_menu.h_menu02 .h_menu_list .h_menu_item ul li a {
  font-weight: normal;
}

.h_menu .h_menu_item {
  border-style: none;
  margin-bottom: 0;
  transition: all 0.3s;
  position: relative;
}

.h_menu .h_menu_item .sysHeadline {
  width: auto;
  margin: 0 !important;
  padding: 0;
  text-align: left;
}

.h_menu .h_menu_item .sysHeadline span {
  font-size: 18px;
  background: transparent;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

.h_menu .h_menu_item .sysHeadline::before {
  content: none;
}

.h_menu .h_menu_item .sysContent nav li a {
  font-weight: 500;
  font-size: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
}

#cartInfo {
  float: none;
  position: relative;
  margin-top: 45px;
  margin-left: 24px;
  width: 22px;
  height: 22px;
  border-style: none;
  background: transparent;
}

#cartInfo .cartTxt {
  position: relative;
  height: 23px;
  padding: 5px 0 0;
}

#cartInfo .cartTxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://albove.com/img/layout/header/cart_icon.png);
  background-size: 22px;
  width: 22px;
  height: 22px;
}

#cartInfo .cartTxt a {
  display: block;
  width: 34px;
  height: 20px;
  position: relative;
}

#cartInfo button.itemCount {
  background-color: rgba(204, 204, 204, 0.95);
  cursor: pointer;
  outline: none;
  position: absolute;
  top: -11px;
  right: -1px;
}

.top_slider_banner {
  padding-top: 100px;
}

.top_slider_banner .owl-nav {
  display: none;
}

.cart_postage {
  background-color: #eee;
  margin-top: 110px;
}

.cart_postage .sysCartInfoRemainFreeShipping {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}

.cart_postage .sysCartInfoRemainFreeShipping dt,
.cart_postage .sysCartInfoRemainFreeShipping dd {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 3.2;
}

.cart_postage .sysCartInfoRemainFreeShipping dd {
  font-weight: 700;
}

.cart_postage .sysCartInfoRemainFreeShipping dd span {
  font-size: 18px;
  padding: 0 5px;
  line-height: 2.7;
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
  .header_wrap {
    height: 75px;
  }
  .sysCart .header_wrap {
    height: auto;
  }
  .header_wrap_inner {
    padding: 0;
  }
  .header_h1 h1 {
    left: 0;
    padding: 8px 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .header_logo {
    display: none;
  }
  .header_sp #navBtn {
    top: 33px;
    left: -4px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
  }
  .header_sp #navBtn span {
    display: block;
    width: 21px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all 0.3s;
  }
  .header_sp #navBtn span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: -7px;
    left: 50%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
  }
  .header_sp #navBtn span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    bottom: -7px;
    left: 50%;
    transition: all 0.5s;
    transform: translate(-50%, 50%);
  }
  .header_sp #navBtn.open span {
    background: transparent;
  }
  .header_sp #navBtn.open span::before {
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
  }
  .header_sp #navBtn.open span::after {
    transform: translate(-50%, 50%) rotate(225deg);
    bottom: 50%;
  }
  .header_sp .spLogo img {
    margin-top: 40px;
    width: 92px;
  }
  .header_sp .spCart {
    top: 30px;
    right: -6px;
  }
  .header_sp .spCart a {
    position: relative;
    display: block;
  }
  .header_sp .spCart img {
    padding: 0.9em;
  }
  .header_sp button.itemCount2 {
    background-color: rgba(204, 204, 204, 0.95);
    color: #222;
    outline: none;
    cursor: pointer;
    top: 2px;
    right: -1px;
  }
  .h_spnavi {
    top: 75px;
  }
  #spNaviWrap {
    left: 0;
    background: white;
  }
  #spNavMenu {
    max-width: 100%;
    margin: 0 auto;
  }
  #spNavMenu .h_menu_ttl {
    margin: 0 0 1em;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  #spNavMenu .h_menu_ttl span {
    font-size: 16px;
  }
  #spNavMenu .h_menu_ttl span::after {
    content: none;
  }
  #spNavMenu .h_menu_list {
    display: block;
    margin: 0;
    position: static;
    padding: 0;
  }
  #spNavMenu .h_menu_list .h_menu01_inner {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item {
    width: 100%;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysHeadline {
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.3s;
    margin: 0 0 0.8em !important;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysHeadline::after {
    content: "";
    position: absolute;
    background: url(/img/layout/header/arrow_tr.png) no-repeat;
    background-size: cover;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    opacity: 0.3;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysHeadline span {
    font-weight: normal;
    font-size: 15px;
    line-height: 3.35;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item.open .sysHeadline {
    margin-bottom: 0 !important;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysContent {
    display: none;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysContent .spMenuClose {
    text-align: center;
    background: #eee;
    font-family: "Lato";
    line-height: 5;
    margin-bottom: 4em;
    font-size: 10px;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysContent .spMenuClose span {
    position: relative;
    margin-left: 2em;
    letter-spacing: 0.1em;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item .sysContent .spMenuClose span::before {
    content: "×";
    position: absolute;
    top: -0.15em;
    left: -1em;
    font-size: 17px;
    line-height: 1;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item ul {
    display: flex;
    flex-wrap: wrap;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item ul li {
    width: 50% !important;
    padding: 3vw 2.1vw;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item ul li:nth-of-type(2n) {
    border-right-style: none;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item ul li.menu_all_item {
    width: 100% !important;
    border-right-style: none;
    border-bottom-style: none;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item ul li a {
    line-height: 2;
    width: 100%;
  }
  #spNavMenu .h_menu_list .h_menu01_inner .h_menu_item.h_menu_athleisuer ul li.menu_all_item {
    border-top: 1px solid #ccc;
  }
  #spNavMenu .h_menu_list .h_menu_wrap {
    width: 100%;
  }
  #spNavMenu .h_menu_list .h_menu_wrap > .sysHeadline {
    display: none;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_ttl {
    margin-bottom: 0;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_list .h_menu_item ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_list .h_menu_item ul li {
    width: 50% !important;
    padding: 3vw 2.1vw;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_list .h_menu_item ul li:nth-last-child(-n+2) {
    border-bottom-style: none;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_list .h_menu_item ul li:nth-of-type(2n) {
    border-right-style: none;
  }
  #spNavMenu .h_menu.h_menu02 .h_menu_list .h_menu_item ul li a {
    line-height: 4;
  }
  #spNavMenu .h_menu.h_menu02 {
    display: none;
  }
  #spNavMenu .h_menu.h_menu03 {
    display: none;
  }
  #closeMenu2 {
    border-radius: 0;
    margin: 3em calc(50% - 50vw) 0;
    background: #eee;
    border-color: #eee;
    height: 3em;
    line-height: 3;
    letter-spacing: 0.1em;
  }
  #closeMenu2 span {
    position: relative;
  }
  #closeMenu2 span::after {
    content: "×";
    position: absolute;
    top: -0.5em;
    left: -1em;
    font-size: 20px;
  }
  .cart_postage {
    margin-top: 80px;
  }
  .top_slider_banner {
    padding-top: 75px;
  }
  .top_slider_banner_sp {
    display: none !important;
    padding-top: 75px;
  }
}
@media screen and (max-width: 680px) {
  #spNaviWrap {
    left: 0;
    background: white;
    padding: 30px 0 10px;
  }
  .h_spnavi {
    top: 75px;
  }
  #spNavMenu {
    margin: 0 auto;
  }
  .header_sp button.itemCount2 {
    background-color: rgba(204, 204, 204, 0.95);
  }
  .cart_postage .sysCartInfoRemainFreeShipping {
    padding: 0 5%;
  }
  .cart_postage .sysCartInfoRemainFreeShipping dt,
  .cart_postage .sysCartInfoRemainFreeShipping dd {
    font-size: 12px;
  }
  .cart_postage .sysCartInfoRemainFreeShipping dd span {
    font-size: 15px;
  }
  .top_slider_banner_sp {
    display: block !important;
  }
}
/* ----------------------------------------
  _footer.scss
---------------------------------------- */
.f_search.search_bx {
  max-width: 900px;
  padding: 0 50px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 680px) {
  .f_search.search_bx {
    padding: 0;
    margin: 30px auto 50px;
  }
}

#sysFooter .top_banner_brand {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

#sysFooter .top_banner_brand .sysHeadline {
  margin-bottom: 0.9em !important;
  width: auto;
  margin: 0 0 0.9em !important;
  text-align: left;
}

#sysFooter .top_banner_brand .sysHeadline::before {
  content: none;
}

#sysFooter .top_banner_brand .sysHeadline span {
  font-size: 24px;
  background: transparent;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

#sysFooter .top_banner_brand ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 37px 20px 34px;
}

#sysFooter .top_banner_brand ul li img[alt=Riberce] {
  width: 122px;
}

#sysFooter .top_banner_brand ul li img[alt=gottex] {
  width: 154px;
}

#sysFooter .top_banner_brand ul li img[alt=lspace] {
  width: 92px;
}

#sysFooter .top_banner_brand ul li img[alt=defilious_homme] {
  width: 185px;
}

#sysFooter .top_banner_brand ul li img[alt=ondade_mar] {
  width: 118px;
}

#sysFooter .top_banner_brand ul li img[alt=albove] {
  width: 118px;
}

#sysFooter .f_logo {
  padding-top: 100px;
  margin-bottom: 114px;
}

#sysFooter .f_logo .sysContent a {
  display: block;
  margin: 0 auto;
  width: 176px;
}

#sysFooter #f_sns ul {
  display: flex;
  width: 194px;
  margin: 0 auto 0;
  justify-content: space-between;
}

#sysFooter #f_sns ul li {
  width: 29px;
  text-align: center;
}

#sysFooter #f_sns ul li.f_sns_fb img {
  width: 14px;
}

#sysFooter #f_sns ul li.f_sns_tw {
  margin-top: 2px;
}

#sysFooter #f_sns ul li.f_sns_blog img {
  width: 24px;
}

#sysFooter .footer {
  background-color: transparent;
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-bottom: 86px;
}

#sysFooter .footer .f_gnav_all {
  background-color: transparent;
  padding: 36px 0 7px;
}

#sysFooter .footer .f_gnav li:last-of-type::after {
  content: none;
}

#sysFooter .footer .f_copy {
  font-weight: normal;
  font-size: 10px;
}

@media screen and (max-width: 1100px) {
  #sysFooter .top_banner_brand ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  #sysFooter .top_banner_brand ul li img[alt=reberce] {
    width: 12.2vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=gottex] {
    width: 15.4vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=lspace] {
    width: 9.2vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=defilious_homme] {
    width: 18.5vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=ondade_mar] {
    width: 11.8vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=albove] {
    width: 11.8vw;
  }
  #sysFooter .footer .f_gnav_all {
    text-align: center;
  }
  #sysFooter .footer .f_gnav {
    width: auto;
    border-top-style: none;
  }
  #sysFooter .footer .f_gnav ul {
    max-width: 373px;
    margin: 0 auto;
  }
  #sysFooter .footer .f_gnav li {
    width: auto;
    height: auto;
    border-bottom-style: none;
    float: none;
    display: inline-block;
    padding: 0 14px 0 12px;
    line-height: initial;
  }
  #sysFooter .footer .f_gnav li::after {
    width: 1px;
    top: 37px;
  }
  #sysFooter .footer .f_gnav li:nth-child(even) {
    border-left-style: none;
  }
  #sysFooter .footer .f_gnav li:nth-of-type(4) {
    margin-bottom: 10px;
  }
  #sysFooter .footer .f_gnav li:nth-of-type(4)::after {
    content: none;
  }
}
@media screen and (max-width: 680px) {
  #sysFooter .top_banner_brand {
    padding: 0 5%;
  }
  #sysFooter .top_banner_brand .sysHeadline {
    margin-bottom: 0.6em !important;
    text-align: center;
  }
  #sysFooter .top_banner_brand .sysHeadline span {
    font-size: 18px;
  }
  #sysFooter .top_banner_brand ul {
    flex-wrap: wrap;
    padding: 9.7vw 5vw 10vw;
  }
  #sysFooter .top_banner_brand ul li:nth-of-type(-n + 3) {
    margin-bottom: 6vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=reberce] {
    width: 19.6vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=gottex] {
    width: 24.8vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=lspace] {
    width: 14.8vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=defilious_homme] {
    width: 29.8666666667vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=ondade_mar] {
    width: 19.0666666667vw;
  }
  #sysFooter .top_banner_brand ul li img[alt=albove] {
    width: 19.0666666667vw;
  }
  #sysFooter .f_logo {
    padding-top: 42px;
    margin-bottom: 58px;
  }
  #sysFooter .f_logo .sysContent a {
    width: 88px;
  }
  #sysFooter #f_sns ul {
    width: 135px;
  }
  #sysFooter #f_sns ul li {
    width: 21px;
  }
  #sysFooter #f_sns ul li.f_sns_fb img {
    width: 10px;
  }
  #sysFooter #f_sns ul li.f_sns_tw {
    margin-top: 0;
  }
  #sysFooter #f_sns ul li.f_sns_blog img {
    width: 17px;
  }
  #sysFooter .footer {
    margin-top: 18px;
    padding-bottom: 54px;
  }
  #sysFooter .footer .f_gnav_all {
    padding-top: 20px;
  }
  #sysFooter .footer .f_gnav ul {
    max-width: 336px;
  }
  #sysFooter .footer .f_gnav li:nth-of-type(3n) {
    margin-bottom: 10px;
  }
  #sysFooter .footer .f_gnav li:nth-of-type(3n)::after {
    content: none;
  }
  #sysFooter .footer .f_gnav li:nth-of-type(4)::after {
    content: "";
  }
  #sysFooter .footer .f_gnav li:nth-of-type(5)::after {
    content: none;
  }
}
/* ----------------------------------------
  _top.scss
---------------------------------------- */
#top #sysWrap {
  padding: 0 50px;
}

#top #sysMain {
  margin-top: 0;
}

#top .sysHeadline {
  width: auto;
  margin: 0 0 0.4em !important;
  padding: 0;
  text-align: left;
}

#top .sysHeadline span {
  font-size: 24px;
  background: transparent;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

#top .sysHeadline::before {
  content: none;
}

#top .rss_feed .sysHeadline {
  margin-bottom: 0.9em !important;
}

#top .rss_feed .sysHeadline span {
  letter-spacing: 0.03em;
}

#top .rss_feed .sysRss {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}

#top .rss_feed .sysRssItem {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

#top .rss_feed .sysRssDescription {
  margin-bottom: 16px;
  order: 1;
  position: relative;
}

#top .rss_feed .sysRssDescription::before,
#top .rss_feed .sysRssDescription::after {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 3.5em;
  background-image: url(../img/layout/common/brackets_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 105.8%;
}

#top .rss_feed .sysRssDescription::before {
  left: 1%;
}

#top .rss_feed .sysRssDescription::after {
  background-image: url(../img/layout/common/brackets_right.png);
  right: 0.2%;
}

#top .rss_feed .sysRssTitle,
#top .rss_feed .sysRssPubDate {
  padding: 0 1em 0 1.8em;
  font-size: 11px;
}

#top .rss_feed .sysRssTitle {
  order: 3;
}

#top .rss_feed .sysRssPubDate {
  order: 2;
}

#top .rss_feed .common_btn {
  margin-top: 92px;
}

#top .top_newarrival {
  margin-bottom: 54px;
}

#top .top_newarrival .sysHeadline {
  margin-bottom: 0.9em !important;
}

#top .top_newarrival .sysContent .sysHorizontal {
  display: flex;
  flex-wrap: wrap;
}

#top .top_newarrival .sysContent .sysHorizontal li {
  width: 220px !important;
  padding: 0;
  overflow: hidden;
  margin: 0 40px 25px 0 !important;
}

#top .top_newarrival .sysContent .sysHorizontal li:nth-of-type(4n) {
  margin-right: 0 !important;
}

#top .top_features {
  margin-bottom: 100px;
}

#top .top_features .sysHeadline {
  margin-bottom: 0.9em !important;
}

#top .top_features .sysContent ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#top .top_features .sysContent ul::after {
  position: absolute;
  content: "";
  width: 528px;
  height: 528px;
  border: 2px solid #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#top .top_features .sysContent li {
  margin: 0;
  width: 475px;
  height: 475px;
  background: #fff;
}

#top .top_features .sysContent li:nth-of-type(-n + 2) {
  margin-bottom: 50px;
}

#top .top_features .sysContent li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}

#top .top_features .sysContent li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
  opacity: 0.7;
}

#top .top_features .sysContent li a:hover img {
  transform: scale(1.05);
}

#top .top_features .sysContent li a:hover .feature_ttl {
  background-color: rgba(255, 255, 255, 0.3);
}

#top .top_features .sysContent .featuresText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#top .top_features .sysContent .featuresText::after {
  content: "";
  position: absolute;
  background: url(../img/layout/common/arrow_tr_large.png) no-repeat;
  background-size: cover;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
}

#top .top_features .sysContent .feature_ttl {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5em 2.6em;
}

#top .top_features .sysContent .feature_ttl span {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#top .top_features .sysContent .feature_ttl span small {
  display: block;
}

#top .top_banner_menu {
  margin-bottom: 110px;
}

#top .top_banner_menu ul {
  display: flex;
  justify-content: space-between;
}

#top .top_banner_menu ul li {
  width: 212px;
}

#top .top_banner_menu ul li a {
  overflow: hidden;
  display: block;
  height: 198px;
}

#top .top_banner_menu .t_bnr_menu_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.25em;
  color: #555;
  transition: all 0.3s;
}

#top .top_banner_menu .t_bnr_menu_ttl span::before {
  content: "[";
  display: inline-block;
  width: 1em;
}

#top .top_banner_menu .t_bnr_menu_ttl span::after {
  content: "]";
  display: inline-block;
  width: 1em;
}

@media screen and (max-width: 1100px) {
  #top #sysMain {
    margin-top: 0;
  }
  #top #main_slider_sp .owl-nav {
    display: none;
  }
  #top .rss_feed .sysRssItem {
    width: 28vw;
  }
  #top .top_newarrival .sysContent .sysHorizontal li {
    width: 21vw !important;
    margin-right: 1.5vw !important;
  }
  #top .top_features .sysContent li {
    width: 42vw;
    height: 42vw;
  }
  #top .top_banner_menu ul li {
    width: 21vw;
  }
  #top .top_banner_menu ul li a {
    height: 19.6vw;
  }
  #top .top_banner_menu .t_bnr_menu_ttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 680px) {
  #top #sysWrap {
    padding: 0 5%;
  }
  #top #sysMain {
    margin-top: 0;
  }
  #top .sysHeadline {
    text-align: center;
    margin-bottom: 0.7em !important;
  }
  #top .sysHeadline span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #top .rss_feed .sysHeadline {
    margin-bottom: 1em;
  }
  #top .rss_feed .sysHeadline span {
    letter-spacing: 0.14em;
  }
  #top .rss_feed .sysRss {
    overflow-x: scroll;
    padding-bottom: 20px;
    gap: 30px;
  }
  #top .rss_feed .sysRssItem {
    flex-shrink: 0;
    max-width: 100%;
    width: 50%;
    margin: 0;
  }
  #top .rss_feed .sysRssDescription {
    margin-bottom: 10px;
  }
  #top .rss_feed .sysRssDescription img {
    width: 100%;
  }
  #top .rss_feed .common_btn {
    margin-top: 20px;
  }
  #top .top_newarrival {
    margin-bottom: 30px;
  }
  #top .top_newarrival .sysContent .sysHorizontal {
    flex-wrap: wrap;
  }
  #top .top_newarrival .sysContent .sysHorizontal li {
    width: 42.4vw !important;
    margin: 0 5.2vw 20px 0 !important;
  }
  #top .top_newarrival .sysContent .sysHorizontal li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  #top .top_features .sysContent ul::after {
    width: 69vw;
    height: 69vw;
    border-width: 1px;
  }
  #top .top_features .sysContent li:nth-of-type(-n + 2) {
    margin-bottom: 5.8vw;
    position: static;
  }
  #top .top_features .sysContent li:nth-of-type(-n + 2) p {
    background: transparent;
    padding: 0;
  }
  #top .top_features .sysContent .featuresText::after {
    bottom: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
  }
  #top .top_features .sysContent .feature_ttl {
    padding: 0.5em 0.6em;
  }
  #top .top_features .sysContent .feature_ttl span {
    font-size: 12px;
  }
  #top .top_banner_menu {
    margin-bottom: 113px;
  }
  #top .top_banner_menu .t_bnr_menu_ttl {
    margin-bottom: 0.95em;
  }
  #top .top_banner_menu ul {
    display: block;
    margin: 0 calc(50% - 50vw);
  }
  #top .top_banner_menu ul li {
    width: 100%;
    margin-bottom: 42px;
  }
  #top .top_banner_menu ul li a {
    height: 93.1vw;
  }
}
/*!────────────────────────────────────────
 * _category_page.scss
 * ────────────────────────────────────────*/
#sysItemCategory a,
#sysItemSearch a {
  text-decoration: none;
}

#sysItemCategory #sysWrap,
#sysItemSearch #sysWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#sysItemCategory article,
#sysItemSearch article {
  max-width: 1000px;
  margin: 0 auto 30px;
}

#sysItemCategory .sysCategoryPankuzu,
#sysItemSearch .sysCategoryPankuzu {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

#sysItemCategory .sysCategoryPankuzu a,
#sysItemSearch .sysCategoryPankuzu a {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

#sysItemCategory .sysCategoryDescription h1,
#sysItemSearch .sysCategoryDescription h1 {
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
}

#sysItemCategory .category_head,
#sysItemSearch .category_head {
  margin-bottom: 30px;
  text-align: center;
}

#sysItemCategory .category_head p,
#sysItemSearch .category_head p {
  margin: 10px auto;
}

#sysItemCategory .category_head p.txt,
#sysItemSearch .category_head p.txt {
  padding: 20px;
  border: 1px solid #000;
}

#sysItemCategory .sysItemList .sysItemPrArea,
#sysItemSearch .sysItemList .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}

#sysItemCategory .sysItemList .sysItemPrArea span,
#sysItemSearch .sysItemList .sysItemPrArea span {
  width: auto;
  border-radius: 3px;
  padding: 2px 10px;
  line-height: 1.6;
  font-size: 1.1rem;
  height: auto;
  color: #fff;
}

#sysItemCategory .sysItemList .sysItemPrArea span.ladies_7s,
#sysItemCategory .sysItemList .sysItemPrArea span.ladies_9m,
#sysItemCategory .sysItemList .sysItemPrArea span.ladies_11l,
#sysItemCategory .sysItemList .sysItemPrArea span.ladies_13ll,
#sysItemCategory .sysItemList .sysItemPrArea span.mens_s,
#sysItemCategory .sysItemList .sysItemPrArea span.mens_m,
#sysItemCategory .sysItemList .sysItemPrArea span.mens_l,
#sysItemSearch .sysItemList .sysItemPrArea span.ladies_7s,
#sysItemSearch .sysItemList .sysItemPrArea span.ladies_9m,
#sysItemSearch .sysItemList .sysItemPrArea span.ladies_11l,
#sysItemSearch .sysItemList .sysItemPrArea span.ladies_13ll,
#sysItemSearch .sysItemList .sysItemPrArea span.mens_s,
#sysItemSearch .sysItemList .sysItemPrArea span.mens_m,
#sysItemSearch .sysItemList .sysItemPrArea span.mens_l {
  background-color: #cbd0d3;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItemPr,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItemPr {
  border: 1px solid #666;
  color: #222;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_soldout,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_soldout {
  border: 1px solid #666;
  color: #222;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_new,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_new {
  background-color: #f39800;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_restock,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_restock {
  background-color: #7a99cf;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_reservation,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_reservation {
  background-color: #de82a7;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_single,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_single {
  background-color: #8da0b6;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_press,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_press {
  background-color: #9b72b0;
}

#sysItemCategory .sysItemList .sysItemPrArea span.sysItempr_insta,
#sysItemSearch .sysItemList .sysItemPrArea span.sysItempr_insta {
  background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}

#sysItemCategory .sysItemList ul.sysThumbnail li,
#sysItemSearch .sysItemList ul.sysThumbnail li {
  width: 25%;
  margin-bottom: 20px;
  padding: 10px;
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

#sysItemCategory .sysExplanation > div > span,
#sysItemCategory .sysItemName,
#sysItemCategory .sysItemPrice,
#sysItemCategory .sysReview > span,
#sysItemSearch .sysExplanation > div > span,
#sysItemSearch .sysItemName,
#sysItemSearch .sysItemPrice,
#sysItemSearch .sysReview > span {
  display: block;
  font-size: 1.1rem;
  text-align: left;
}

/*!────────────────────────────────────────
 * _itemdetail.scss
 * ────────────────────────────────────────*/
#sysItemDetail a {
  text-decoration: none;
}

#sysItemDetail p {
  margin: 10px auto;
}

#sysItemDetail form {
  margin-bottom: 30px;
}

#sysItemDetail input[type=submit] {
  -webkit-appearance: none;
}

#sysItemDetail input[type=radio] {
  margin: 5px 0 0 5px;
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 100%;
  background-color: transparent;
}

#sysItemDetail input[type=radio]:checked {
  background: #666 !important;
}

#sysItemDetail select {
  height: 40px;
  border: 1px solid #aaa;
  background-color: transparent;
  border-radius: 0;
}

#sysItemDetail #sysWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#sysItemDetail article {
  max-width: 1000px;
  margin: 0 auto 30px;
}

#sysItemDetail .sysCategoryPankuzu {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

#sysItemDetail .sysCategoryPankuzu a {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

#sysItemDetail .orderArea {
  letter-spacing: -0.4em;
  text-align: center;
}

#sysItemDetail .orderArea > div {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#sysItemDetail .sysItemImages {
  width: 50%;
  padding-right: 40px;
}

#sysItemDetail .sysItemImages .sysImageList {
  max-width: 430px;
  width: 100%;
  margin-right: -4.4444444444%;
  font-size: 0;
  margin-bottom: 20px;
}

#sysItemDetail .sysItemImages .sysImageList li {
  float: none;
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 16.6666666667%;
  margin: 1% 0;
  padding: 0 5px;
  line-height: 1;
}

#sysItemDetail .sysItemImages .sysImageList li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 1px solid lightgray;
}

#sysItemDetail .sysItemImages .sysImageList li.sysCurrent img {
  border: 3px solid rgba(211, 211, 211, 0.8);
}

#sysItemDetail .sysItemImages .sysImageList::after {
  clear: both;
  content: "";
  display: block;
}

#sysItemDetail .sysPr {
  text-align: right;
}

#sysItemDetail .sysPr > span.sysItempr_soldout,
#sysItemDetail .sysPr > span.sysItempr_new,
#sysItemDetail .sysPr > span.sysItempr_restock,
#sysItemDetail .sysPr > span.sysItempr_reservation,
#sysItemDetail .sysPr > span.sysItempr_single,
#sysItemDetail .sysPr > span.sysItempr_press,
#sysItemDetail .sysPr > span.sysItempr_insta,
#sysItemDetail .sysPr > span.ladies_7s,
#sysItemDetail .sysPr > span.ladies_9m,
#sysItemDetail .sysPr > span.ladies_11l,
#sysItemDetail .sysPr > span.ladies_13ll,
#sysItemDetail .sysPr > span.mens_s,
#sysItemDetail .sysPr > span.mens_m,
#sysItemDetail .sysPr > span.mens_l {
  display: inline-block;
  width: auto;
  font-size: 1.1rem;
  padding: 2px 5px;
  background-color: #cbd0d3;
  color: #fff;
  border-radius: 3px;
}

#sysItemDetail .sysPr > span.ladies_7s,
#sysItemDetail .sysPr > span.ladies_9m,
#sysItemDetail .sysPr > span.ladies_11l,
#sysItemDetail .sysPr > span.ladies_13ll,
#sysItemDetail .sysPr > span.mens_s,
#sysItemDetail .sysPr > span.mens_m,
#sysItemDetail .sysPr > span.mens_l {
  padding: 2px 10px;
}

#sysItemDetail .sysPr > span.sysItempr_soldout {
  border: 1px solid #666;
  background-color: #fff;
  color: #222;
}

#sysItemDetail .sysPr > span.sysItempr_new {
  color: #fff;
  background-color: #f39800;
}

#sysItemDetail .sysPr > span.sysItempr_restock {
  color: #fff;
  background-color: #7a99cf;
}

#sysItemDetail .sysPr > span.sysItempr_reservation {
  color: #fff;
  background-color: #de82a7;
}

#sysItemDetail .sysPr > span.sysItempr_single {
  color: #fff;
  background-color: #8da0b6;
}

#sysItemDetail .sysPr > span.sysItempr_press {
  color: #fff;
  background-color: #9b72b0;
}

#sysItemDetail .sysPr > span.sysItempr_insta {
  color: #fff;
  background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}

#sysItemDetail .sysModal img {
  transition: none;
}

#sysItemDetail .sysItemName h1 {
  font-size: 1.8rem;
  font-weight: normal;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sysItemDetail .sysRetailPrice {
  margin-bottom: 20px;
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-weight: bold;
}

#sysItemDetail #sysMain .orderArea div.sysSuggestedRetailPrice {
  text-align: right;
  margin-top: -15px;
}

#sysItemDetail .sysDescription span {
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  margin-bottom: 10px;
}

#sysItemDetail .sysDescription hr {
  width: 90%;
  margin: 20px auto;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#sysItemDetail a.otherItem {
  display: inline-block;
  color: #aaa;
  font-weight: bold;
  padding: 3px 10px;
  margin: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 12px;
}

#sysItemDetail .detailBtn {
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  width: inherit;
  display: inline-block;
  padding: 0 20px;
}

#sysItemDetail .detailBtn.button05 {
  height: 35px;
  line-height: 35px;
  background: #cbd0d3;
  color: #222;
  position: relative;
}

#sysItemDetail .detailBtn.button05.line {
  height: 35px;
  line-height: 35px;
  background: #06c755;
  color: #fff;
  position: relative;
}

#sysItemDetail .detailBtn.button05::after {
  content: ">";
  padding-left: 10px;
}

#sysItemDetail table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #999;
}

#sysItemDetail table th,
#sysItemDetail table td {
  padding: 5px;
  border-bottom: 1px solid #999;
}

#sysItemDetail #sysCartInForm {
  width: 100%;
}

#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}

#sysItemDetail .sysFormVariationTable {
  width: 100%;
  margin-bottom: 20px;
  border: #cccccc 1px solid;
  margin: 0 0 8px 0;
}

#sysItemDetail .sysFormVariationName {
  padding: 3px;
  border: 1px solid #999;
  background-color: #f1f1f1;
}

#sysItemDetail .sysFormVariation {
  padding: 3px;
  border: 1px solid #999;
}

#sysItemDetail #sysNumber {
  display: none;
  margin-bottom: 20px;
  text-align: right;
}

#sysItemDetail .sysForm select {
  min-width: 190px;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysItemDetail .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 30%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #f1f1f1;
  cursor: pointer;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
  background: url(/img/layout/system/btn_plus.png) center center no-repeat;
  background-size: 71px;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
  background: url(/img/layout/system/btn_minus.png) center center no-repeat;
  background-size: 90px;
}

#sysItemDetail .sysCartButton {
  -webkit-appearance: none;
  width: 100%;
  padding: 23px 15px !important;
  text-indent: -999px;
  background: #000 url(/img/layout/system/btn_cart.png) center center no-repeat;
  transition: all 0.3s;
  background-size: 140px;
  border: none;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}

#sysItemDetail .sysCartButton.sysGoCartButton {
  background-color: #222;
}

#sysItemDetail .sysButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  color: #000;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
}

#sysItemDetail #sysWishlist .sysButton {
  width: 100%;
  overflow: hidden;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
  background-size: 100px;
}

#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}

#sysItemDetail .sysShare li {
  display: inline-block;
}

#sysItemDetail .sysShare .sysLine {
  display: inline-block !important;
}

#sysItemDetail .sysFreeForm .sysNextSubmit {
  display: block;
  width: 50%;
  border-radius: 5px;
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: 0;
  padding: 10px;
  overflow: hidden;
  text-indent: -999px;
  border: 1px solid #4b4b4b;
  background: #4b4b4b url(/img/layout/system/btn_restock2.png) center center no-repeat;
  background-size: 120px;
  cursor: pointer;
}

#sysItemDetail .sysFreeForm .sysNextSubmit:hover {
  background: #fff url(/img/layout/system/btn_restock.png) center center no-repeat;
  background-size: 120px;
}

a#modalPreb {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 52px;
  margin: auto;
  border-radius: 100%;
  background: #000;
  left: 10px;
}

a#modalPreb::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  right: 0;
  left: 3px;
  width: 8px;
  height: 8px;
}

a#modalNext {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 52px;
  margin: auto;
  border-radius: 100%;
  background: #000;
  right: 10px;
}

a#modalNext::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 3px;
  left: 0;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 981px) {
  .sysModal {
    float: none;
    margin-right: 15px;
    max-width: 500px;
    border: 1px solid #efefef;
    position: relative;
  }
  #photoNum {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    z-index: 100;
  }
}
@media screen and (max-width: 1100px) and (min-width: 681px) {
  #sysItemDetail .sysImageList {
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  #sysItemDetail #sysMain {
    width: 96% !important;
    max-width: 450px;
    margin: 0 auto;
  }
  #sysItemDetail .orderArea {
    letter-spacing: normal;
  }
  #sysItemDetail .orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  #sysItemDetail .sysModal {
    margin-bottom: 10px;
    position: relative;
  }
  #sysItemDetail .sysModal #photoNum {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    z-index: 100;
  }
  #sysItemDetail .sysForm select {
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0.5em;
  }
  #sysItemCategory .category_head p.txt,
  #sysItemSearch .category_head p.txt {
    padding: 10px;
    border: 1px solid #000;
  }
}
.itempage_recommend_choice,
.itempage_vieweditems {
  max-width: 1000px;
  margin: 0 auto 55px;
}

.itempage_recommend_choice .sysHeadline,
.itempage_vieweditems .sysHeadline {
  text-align: left;
  width: auto;
  margin: 0 0 0.85em !important;
  padding: 0 5px;
}

.itempage_recommend_choice .sysHeadline::before,
.itempage_vieweditems .sysHeadline::before {
  content: none;
}

.itempage_recommend_choice .sysHeadline span,
.itempage_vieweditems .sysHeadline span {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.itempage_recommend_choice .sysContent .sysHorizontal,
.itempage_vieweditems .sysContent .sysHorizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.itempage_recommend_choice .sysContent .sysHorizontal li,
.itempage_vieweditems .sysContent .sysHorizontal li {
  float: none !important;
  width: 164px;
  margin-right: 44px;
  padding: 0 !important;
}

.itempage_recommend_choice .sysContent .sysHorizontal li:nth-of-type(5n),
.itempage_vieweditems .sysContent .sysHorizontal li:nth-of-type(5n) {
  margin-right: 0;
}

.itempage_recommend_choice .sysContent .sysItemName,
.itempage_vieweditems .sysContent .sysItemName,
.itempage_recommend_choice .sysContent .sysItemPrice,
.itempage_vieweditems .sysContent .sysItemPrice {
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .itempage_recommend_choice .sysContent .sysHorizontal li,
  .itempage_vieweditems .sysContent .sysHorizontal li {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 20px;
  }
  .itempage_recommend_choice .sysContent .sysHorizontal li:nth-of-type(3n),
  .itempage_vieweditems .sysContent .sysHorizontal li:nth-of-type(3n) {
    margin-right: 0;
  }
  .itempage_recommend_choice .sysContent .sysHorizontal li:nth-of-type(n + 4),
  .itempage_vieweditems .sysContent .sysHorizontal li:nth-of-type(n + 4) {
    display: none;
  }
  .itempage_recommend_choice .sysContent .sysItemName a,
  .itempage_vieweditems .sysContent .sysItemName a,
  .itempage_recommend_choice .sysContent .sysItemPrice a,
  .itempage_vieweditems .sysContent .sysItemPrice a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 680px) {
  .itempage_recommend_choice,
  .itempage_vieweditems {
    margin-bottom: 30px;
  }
  .itempage_recommend_choice .sysHeadline,
  .itempage_vieweditems .sysHeadline {
    text-align: center;
  }
  .itempage_recommend_choice .sysHeadline span,
  .itempage_vieweditems .sysHeadline span {
    font-size: 1.8rem;
  }
}
/* ----------------------------------------
  _news.scss
---------------------------------------- */
#sysItemCategory.news_category_list #sysMain {
  max-width: 1100px;
  padding: 0 50px;
  margin-bottom: 84px;
}

#sysItemCategory.news_category_list .sysItemCategoryCtl,
#sysItemCategory.news_category_list .sysItemListDisp,
#sysItemCategory.news_category_list .sysRetailPrice,
#sysItemCategory.news_category_list .sysItemPrArea {
  display: none;
}

#sysItemCategory.news_category_list .sysItemCategoryPankuzu {
  font-size: 11px;
}

#sysItemCategory.news_category_list .sysItemList {
  margin: 54px 0 24px;
}

#sysItemCategory.news_category_list .sysItemList ul.sysThumbnail li {
  padding: 0;
  width: 30%;
  margin: 0 5% 48px 0;
}

#sysItemCategory.news_category_list .sysItemList ul.sysThumbnail li:nth-of-type(3n) {
  margin-right: 0;
}

#sysItemCategory.news_category_list .sysThumbnailImage {
  margin-bottom: 13px;
}

#sysItemCategory.news_category_list .sysThumbnailImage a {
  position: relative;
  display: block;
}

#sysItemCategory.news_category_list .sysThumbnailImage a p {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.3em 0;
}

#sysItemCategory.news_category_list .sysItemName {
  font-size: 1.2rem;
  line-height: 1.88;
  overflow: hidden;
  letter-spacing: 0.2em;
}

#sysItemCategory.news_category_list .sysItemName b {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0.2em;
}

#sysItemCategory.news_category_list .sysPagination {
  font-size: 1.8rem;
}

#sysItemCategory.news_category_list .sysPagination ul li {
  width: 2.2em;
}

#sysItemCategory.news_category_list .sysPagination a {
  line-height: 1.6;
  border-style: none;
}

#sysItemCategory.news_category_list .sysPagination a.sysCurrent {
  background-color: #fff;
  border: 1px solid #000;
}

.news_tmplt_cat_nav .sysHeadline {
  margin: 0 auto 64px !important;
}

.news_tmplt_cat_nav .sysHeadline::before {
  content: none;
}

.news_tmplt_cat_nav .sysHeadline span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.news_tmplt_cat_nav .sysContent ul {
  max-width: 815px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news_tmplt_cat_nav .sysContent ul li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  float: none;
  width: 25%;
  margin-bottom: 1em;
}

.news_tmplt_cat_nav .sysContent ul li a {
  display: block;
  padding: 0.5em 0;
}

.news_tmplt_cat_nav .sysContent ul li.sysText a {
  border-right-style: none;
}

.news_article_wrap {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 68px;
}

.news_article_wrap .sysItemName {
  margin-bottom: 24px;
}

.news_article_wrap .sysItemName h1 span {
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-block;
}

.news_article_wrap .sysItemName h1 span b {
  color: #bbb;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  display: inline-block;
}

#sysItemDetail .news_article_wrap .sysItemImages {
  width: 100%;
  padding-right: 0;
  max-width: 100%;
  margin-bottom: 22px;
}

#sysItemDetail .news_article_wrap .sysItemImages img {
  width: 100%;
}

.news_article_wrap .sysItemImages .sysItemImage {
  position: relative;
}

.news_article_wrap .sysItemImages .sysItemImage p {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 !important;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.3em 0;
}

.news_article_wrap .sysDescription {
  text-align: left;
  font-size: 1.3rem;
}

#sysItemDetail .news_article_wrap .sysDescription p {
  margin: 0 1.4em 2.1em;
  line-height: 2;
}

.news_article_wrap .sysDescription .anc_layout1 {
  margin: 0 1.4em 2.1em;
}

.news_article_wrap .sysDescription .anc_layout1 a {
  border-bottom: 1px solid #000;
  line-height: 1.7;
  display: inline-block;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.news_article_wrap .sysDescription .anc_layout1 a::after {
  content: "＞";
  margin-left: 1.1em;
}

.news_article_wrap .sysDescription .anc_layout1 a:hover {
  opacity: 0.8;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.sysHeadline.news_pickup {
  margin: 5px auto 64px !important;
}

.sysHeadline.news_pickup::before {
  content: none;
}

.sysHeadline.news_pickup span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.news_pickup_wrap {
  padding-top: 0;
  max-width: 1000px;
}

#sysItemDetail .news_pickup_wrap .sysItemImages {
  margin-bottom: 48px;
}

#sysItemDetail .news_pickup_wrap .sysMainImage img {
  border-style: none;
}

.news_pickup_wrap .sysImageList {
  display: none;
}

.news_pickup_wrap .sysDescription {
  margin-bottom: 3.6em;
  font-size: 1.6rem;
}

.news_pickup_wrap .sysExplanation .layout {
  padding: 0 15%;
}

.news_pickup_wrap .sysExplanation .layout .main_img {
  padding: 0 100px;
  margin-bottom: 55px;
}

.news_pickup_wrap .sysExplanation .layout .main_img.mimg_ls {
  padding: 0 30px;
}

.news_pickup_wrap .sysExplanation .layout .main_img img {
  width: auto;
}

.news_pickup_wrap .sysExplanation .layout .detail {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 3.9em;
}

.news_pickup_wrap .sysExplanation .layout .detail .main_txt {
  margin-bottom: 3.6em;
}

.news_pickup_wrap .sysExplanation .layout .detail .info {
  border-top: 1px solid #000;
  padding-top: 1.85em;
  display: inline-block;
}

.news_pickup_wrap .sysExplanation .layout .thumb_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.news_pickup_wrap .sysExplanation .layout .thumb_list ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
}

.news_pickup_wrap .sysExplanation .layout .thumb_list ul li {
  width: 135px;
  margin: 0 30px 30px 0;
}

.news_pickup_wrap .sysExplanation .layout .thumb_list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.news_pickup_wrap .sysExplanation .layout .thumb_list ul li:last-of-type {
  margin-right: 0;
}

.news_pickup_wrap .sysExplanation .layout .common_btn {
  margin-bottom: 120px;
}

@media screen and (max-width: 680px) {
  #sysItemCategory.news_category_list #sysMain {
    padding: 0;
    margin-bottom: 84px;
  }
  #sysItemCategory.news_category_list .sysItemCategoryPankuzu {
    margin-top: 7.2em;
    padding: 0 4.2%;
  }
  #sysItemCategory.news_category_list .sysItemList {
    margin: 8px 0 0;
    padding: 0 7.8%;
  }
  #sysItemCategory.news_category_list .sysItemList ul.sysThumbnail li {
    width: 100% !important;
    margin: 0 0 34px 0;
  }
  #sysItemCategory.news_category_list .sysThumbnailImage {
    margin-bottom: 16px;
  }
  #sysItemCategory.news_category_list .sysItemName {
    line-height: 1.6;
  }
  #sysItemCategory.news_category_list .sysItemName b {
    margin-bottom: 0.1em;
  }
  .news_tmplt_cat_nav .sysHeadline {
    margin-bottom: 20px !important;
  }
  .news_tmplt_cat_nav .sysHeadline span {
    font-size: 1.8rem;
  }
  .news_tmplt_cat_nav .sysContent ul {
    border-top: 1px solid #ccc;
    justify-content: flex-start;
    margin: 0 -2%;
  }
  .news_tmplt_cat_nav .sysContent ul li {
    float: none;
    width: 50% !important;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .news_tmplt_cat_nav .sysContent ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .news_tmplt_cat_nav .sysContent ul li a {
    padding: 1em 0;
  }
  .news_article_wrap {
    width: 88%;
    padding-top: 15px;
  }
  .news_article_wrap .sysDescription {
    font-size: 1.2rem;
  }
  #sysItemDetail .news_article_wrap .sysDescription p {
    margin: 0 0.7em 1.7em;
    line-height: 1.8;
  }
  .news_article_wrap .sysDescription .anc_layout1 {
    margin: 0 0.7em 1.7em;
  }
  .news_article_wrap .sysItemName {
    margin-bottom: 14px;
  }
  .news_article_wrap .sysItemName h1 span {
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .news_article_wrap .sysItemImages .sysItemImage p {
    font-size: 1.2rem;
  }
  .sysHeadline.news_pickup {
    margin: 5px auto 6px !important;
  }
  .sysHeadline.news_pickup span {
    font-size: 1.8rem;
  }
  .news_pickup_wrap {
    width: 100%;
  }
  #sysItemDetail .news_pickup_wrap .sysItemImages {
    margin: 0 -2% 38px;
  }
  .news_pickup_wrap .sysItemImages .sysMainImage {
    width: 100vw;
  }
  .news_pickup_wrap .sysDescription {
    font-size: 1.3rem;
  }
  #sysItemDetail .news_pickup_wrap .sysDescription {
    margin: 0 2% 2.4em !important;
  }
  #sysItemDetail .news_pickup_wrap .sysDescription p {
    line-height: 1.6;
    margin: 0 0 2.1em;
  }
  .news_pickup_wrap .sysExplanation .layout {
    padding: 0;
  }
  .news_pickup_wrap .sysExplanation .layout .main_img {
    padding: 0;
    margin: 0 -2% 24px;
  }
  .news_pickup_wrap .sysExplanation .layout .main_img.mimg_ls {
    padding: 0;
  }
  .news_pickup_wrap .sysExplanation .layout .detail {
    font-size: 1.2rem;
    margin: 0 2% 2.6em;
  }
  .news_pickup_wrap .sysExplanation .layout .detail .main_txt {
    margin-bottom: 0;
  }
  .news_pickup_wrap .sysExplanation .layout .detail .info {
    padding-top: 0.9em;
  }
  .news_pickup_wrap .sysExplanation .layout .thumb_list {
    margin-bottom: 0;
  }
  .news_pickup_wrap .sysExplanation .layout .thumb_list ul li {
    width: 30.6666666667vw;
    margin: 0 1.8666666667vw 20px 0;
  }
  .news_pickup_wrap .sysExplanation .layout .thumb_list ul li:nth-of-type(4n) {
    margin-right: 1.8666666667vw;
  }
  .news_pickup_wrap .sysExplanation .layout .thumb_list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .news_pickup_wrap .sysExplanation .layout .common_btn {
    margin: 10px auto 68px;
  }
}
/* ----------------------------------------
_subpage.scss
---------------------------------------- */
.subpage a {
  transition: all 0.3s;
}

.subpage a:hover {
  opacity: 0.6;
}

.subpage .sysHeadline {
  width: auto;
  margin: 2.8em 0 !important;
  padding: 0;
}

.subpage .sysHeadline::before {
  content: none;
}

.subpage .sysHeadline span {
  font-size: 24px;
  background: transparent;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

.subpage .subpage_inner {
  padding: 0 50px;
  max-width: 900px;
  margin: 0 auto 112px;
}

.subpage .subpage_inner .box {
  margin-top: 30px;
}

.subpage .subpage_inner .box h3 {
  padding: 0 0 3px;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.subpage .subpage_inner .box p {
  margin-bottom: 20px;
}

.subpage .subpage_inner .box .flex {
  display: flex;
  flex-wrap: wrap;
}

.subpage .subpage_inner .box dl {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 20px 0 15px;
}

.subpage .subpage_inner .box dt,
.subpage .subpage_inner .box dd {
  padding: 10px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.subpage .subpage_inner .box dt {
  background: #eee;
  width: 20%;
  font-weight: bold;
}

.subpage .subpage_inner .box dd {
  width: 80%;
  background: #fff;
  border-left: 1px solid #ccc;
}

.subpage .subpage_inner .box a {
  font-weight: bold;
  text-decoration: underline;
}

.subpage .subpage_inner .box th {
  background-color: #eee;
}

.subpage .subpage_inner .box th,
.subpage .subpage_inner .box td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.subpage.guide h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.subpage.guide .red {
  color: #ff0004;
  font-weight: bold;
}

.subpage.guide .red a {
  color: #ff0004;
  font-weight: bold;
}

.subpage.guide .caution_btn {
  font-size: 12px;
}

.subpage.guide .box {
  margin-bottom: 50px;
}

.subpage.guide .guide_menu {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.subpage.guide .guide_menu li {
  width: 48%;
  padding: 5px;
}

.subpage.guide .guide_menu li a {
  position: relative;
  display: block;
  padding: 12px;
  border: 1px solid #000;
  font-weight: bold;
}

.subpage.guide .guide_menu li a::after {
  position: absolute;
  content: "";
  background: url(/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
}

.subpage.guide .guide_flow li {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}

.subpage.guide .guide_flow li::after {
  display: block;
  content: "▽";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: 0 0 0 10px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.subpage.guide .guide_flow li:last-of-type::after {
  content: none;
}

.subpage.guide .subpage_btn a {
  display: block;
  max-width: 300px;
  margin: 0;
  padding: 7px 5px;
  text-align: center;
  border: 1px solid #000;
}

.subpage.guide .subpage_btn a::after {
  content: "＞";
  margin-left: 10px;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.subpage.guide .guide_calendar {
  overflow: hidden;
}

.subpage.guide .guide_calendar span {
  display: inline-block;
  padding: 2px;
}

.subpage.guide .guide_calendar span.bg_white {
  border: 1px solid #ccc;
}

.subpage.guide .guide_calendar span.bg_blue {
  background-color: #aae2fd;
}

.subpage.guide .guide_calendar table {
  float: left;
  width: 30%;
  margin: 0 1.6666666667%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  color: #222;
}

.subpage.guide .guide_calendar table tr {
  background-color: #fff;
}

.subpage.guide .guide_calendar table .month {
  background-color: #fff;
}

.subpage.guide .guide_calendar table .dow {
  background-color: #eee;
}

.subpage.guide .guide_calendar table .blue {
  background-color: #aae2fd;
}

.subpage.guide .subpage_inner .box .subpage_btn a {
  text-decoration: none;
  font-weight: normal;
}

.subpage.guide .subpage_inner .box .guide_calendar p {
  margin-bottom: 10px;
}

.subpage.guide .subpage_inner .box td {
  padding: 5px 0;
  border-style: none;
}

.subpage.guide .subpage_inner .box#guide07 .img_payment img {
  width: 340px;
}

.subpage.guide .subpage_inner .box#guide07 .img_atodene img {
  width: 380px;
}

.subpage.guide .subpage_inner .box#guide07 .img_r_pay1 img {
  width: 300px;
}

.subpage.guide .subpage_inner .box#guide07 .img_r_pay2 img {
  width: 210px;
}

.subpage.guide02 h3 {
  border-bottom: 1px solid #000;
  margin: 2em 0;
}

.subpage.company dt {
  margin-bottom: 10px;
  padding: 0 0 3px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.subpage.company dd {
  margin-bottom: 20px;
}

.subpage.faq .faq_menu {
  max-width: 600px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.subpage.faq .faq_menu li {
  width: 48%;
  font-size: 13px;
}

.subpage.faq .faq_menu li a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 1em;
  border: 1px solid #000;
  font-weight: bold;
}

.subpage.faq .faq_menu li a::after {
  position: absolute;
  content: "";
  background: url(s/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
}

.subpage.faq h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.subpage.faq .faq_list {
  margin-bottom: 30px;
}

.subpage.faq .faq_list dt {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
  border: 1px solid #000;
  cursor: pointer;
}

.subpage.faq .faq_list dt::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.subpage.faq .faq_list dt::after {
  display: block;
  position: absolute;
  content: "";
  background: url(s/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
}

.subpage.faq .faq_list dd {
  display: none;
  margin-bottom: 20px;
  padding: 10px 10px 10px 35px;
  position: relative;
}

.subpage.faq .faq_list dd::before {
  display: block;
  content: "A";
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.subpage.faq .faq_list dd a {
  font-weight: bold;
  text-decoration: underline;
}

.subpage.sizeguide .subpage_inner a {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.subpage.sizeguide .subpage_inner p:first-of-type {
  text-align: center;
}

.subpage.sizeguide .subpage_inner hr {
  width: 80%;
  margin: 40px auto;
  border: 0;
  height: 0;
  border-bottom: 1px solid #000;
}

.subpage.sizeguide .subpage_inner h3 {
  font-size: 2.8rem;
  text-align: center;
}

.subpage.sizeguide .subpage_inner h4 {
  text-align: center;
  margin-bottom: 0.8em;
}

.subpage.sizeguide .subpage_inner #ladies01 h4 {
  margin-bottom: -0.6em;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide {
  margin-bottom: 5em;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide h3 {
  margin-bottom: 10px;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide ul {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide li {
  margin-right: 1em;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide li:last-of-type {
  margin-right: 0;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide li a {
  padding: 1.04em 1.8em;
  border: 1px solid #000;
  position: relative;
  display: block;
}

.subpage.sizeguide .subpage_inner .nav_sizeguide li a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(s/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
}

.subpage.sizeguide .subpage_inner table {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.subpage.sizeguide .subpage_inner th {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 1.1rem;
}

.subpage.sizeguide .subpage_inner td {
  padding: 5px 10px;
  font-size: 1.1rem;
  border: 1px solid #ccc;
}

.subpage.caution .subpage_inner .box dt {
  width: 22%;
}

.subpage.caution .subpage_inner .box dd {
  width: 78%;
}

@media screen and (max-width: 1100px) {
  .subpage .sysHeadline {
    margin: 1.8em 0 2.8em !important;
  }
}
@media screen and (max-width: 680px) {
  .subpage .sysHeadline {
    margin: 0.5em 0 1.5em !important;
  }
  .subpage .sysHeadline span {
    font-size: 18px;
    text-align: center;
  }
  .subpage .sysHeadline b {
    border-top-style: none;
  }
  .subpage .subpage_inner {
    padding: 0 5%;
  }
  .subpage .subpage_inner .box .flex {
    flex-direction: column;
  }
  .subpage .subpage_inner .box dt {
    width: 100%;
    text-align: center;
  }
  .subpage .subpage_inner .box dd {
    width: 100%;
    border-left-style: none;
  }
  .subpage .subpage_inner .box table {
    margin: 0 auto;
    width: 100%;
  }
  .subpage.guide .guide_menu li {
    width: 100%;
  }
  .subpage.guide .guide_calendar table {
    float: none;
    width: 98%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  .subpage.guide .subpage_inner .box#guide07 .img_payment img {
    width: 250px;
  }
  .subpage.guide .subpage_inner .box#guide07 .img_r_pay2 img {
    width: 190px;
  }
  .subpage.sizeguide .subpage_inner th,
  .subpage.sizeguide .subpage_inner td {
    font-size: 1rem;
    padding: 0.5em 0.4em;
  }
  .subpage.sizeguide .subpage_inner .nav_sizeguide li {
    margin-right: 0.5em;
  }
  .subpage.sizeguide .subpage_inner .nav_sizeguide li a {
    padding: 1.04em 1.2em;
  }
  .subpage.caution .subpage_inner .box dt {
    width: 100%;
  }
  .subpage.caution .subpage_inner .box dd {
    width: 100%;
  }
}
/* ----------------------------------------
_shoplist.scss
---------------------------------------- */
#shoplist .sysHeadline {
  width: auto;
  margin: 2.8em 0 !important;
  padding: 0;
}

#shoplist .sysHeadline span {
  font-size: 2.4rem;
  background: transparent;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

#shoplist .sysHeadline::before {
  content: none;
}

#shoplist .shoplist_contents {
  padding: 0 50px;
  margin-bottom: 112px;
}

#shoplist .shoplist_contents .area {
  margin-bottom: 10px;
}

#shoplist .shoplist_contents .area:last-of-type {
  border-bottom: 1px solid #000;
}

#shoplist .shoplist_contents .area_name {
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0.1em;
}

#shoplist .shoplist_contents .shop {
  display: flex;
  padding: 3.1em 0;
}

#shoplist .shoplist_contents .shop + .shop {
  border-top: 1px solid #dfdfdf;
}

#shoplist .shoplist_contents .shopname {
  width: 21.8%;
}

#shoplist .shoplist_contents .shopname h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

#shoplist .shoplist_contents .shopname h2 span {
  font-size: 10px;
}

#shoplist .shoplist_contents .shopname p {
  font-size: 10px;
}

#shoplist .shoplist_contents .shopimg {
  width: 38%;
}

#shoplist .shoplist_contents .detail {
  width: 40.2%;
  padding-left: 3.6em;
  font-size: 12px;
}

#shoplist .shoplist_contents .detail p {
  margin-top: 0;
}

#shoplist .shoplist_contents .address {
  margin: 0 0 0.9em;
}

#shoplist .shoplist_contents .address .postcode {
  margin-bottom: 0.4em;
  display: block;
  line-height: 1;
}

#shoplist .shoplist_contents .btnarea {
  margin-bottom: 1em;
  display: flex;
}

#shoplist .shoplist_contents .btnarea .map a,
#shoplist .shoplist_contents .btnarea .blog a {
  display: block;
  border: 1px solid #000;
  font-size: 10px;
  line-height: 1.6;
  padding: 0.35em 2em;
}

#shoplist .shoplist_contents .btnarea .map {
  margin-right: 0.6em;
}

#shoplist .shoplist_contents .phone {
  margin-bottom: 0.6em;
}

#shoplist .shoplist_contents .phone span {
  margin-right: 1.3em;
  position: relative;
}

#shoplist .shoplist_contents .phone span::after {
  position: absolute;
  content: ":";
  width: 1.5em;
  text-align: center;
}

#shoplist .shoplist_contents .time {
  line-height: 1.6;
  margin-bottom: 0.9em;
}

#shoplist .shoplist_contents .brand {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}

#shoplist .shoplist_contents .brand span {
  position: relative;
  margin-right: 2.18em;
}

#shoplist .shoplist_contents .brand span::after {
  position: absolute;
  content: "/";
  width: 2.2em;
  text-align: center;
}

#shoplist .shoplist_contents .brand span:first-of-type {
  width: 100%;
}

#shoplist .shoplist_contents .brand span:first-of-type::after {
  content: none;
}

#shoplist .shoplist_contents .brand span:last-of-type::after {
  content: none;
}

#shoplist .shoplist_contents .no_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#shoplist .shoplist_contents .no_img .shop {
  width: 22%;
  margin-right: 4%;
  display: block;
}

#shoplist .shoplist_contents .no_img .shop + .shop {
  border-top: none;
}

#shoplist .shoplist_contents .no_img .shop + .shop:nth-child(n+5) {
  border-top: 1px solid #dfdfdf;
}

#shoplist .shoplist_contents .no_img .shop:nth-child(4n) {
  margin-right: 0;
}

#shoplist .shoplist_contents .no_img .shop .shopname {
  width: 100%;
}

#shoplist .shoplist_contents .no_img .shop .shopname p.limited {
  display: block;
  margin-top: -1em;
}

#shoplist .shoplist_contents .no_img .shop .detail {
  padding-left: 0;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #shoplist .sysHeadline {
    margin: 1.8em 0 2.8em !important;
  }
}
@media screen and (max-width: 680px) {
  #shoplist .sysHeadline {
    margin: 0.5em 0 1.5em !important;
  }
  #shoplist .sysHeadline span {
    font-size: 18px;
  }
  #shoplist .shoplist_contents {
    padding: 0;
    margin-bottom: 98px;
  }
  #shoplist .shoplist_contents .area:last-of-type {
    border-bottom-style: none;
  }
  #shoplist .shoplist_contents .area_name {
    font-size: 14px;
    padding-left: 1.5em;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  #shoplist .shoplist_contents .shop {
    display: block;
    padding: 0.5em 0 2em;
  }
  #shoplist .shoplist_contents .shopname {
    width: 100%;
    padding: 0.8em 0 0 1.5em;
  }
  #shoplist .shoplist_contents .shopname h2,
  #shoplist .shoplist_contents .shopname p {
    display: inline-block;
    margin-bottom: 1.4em;
  }
  #shoplist .shoplist_contents .shopname h2 {
    margin-right: 1em;
    letter-spacing: 1px;
  }
  #shoplist .shoplist_contents .shopname p {
    margin-top: 0;
  }
  #shoplist .shoplist_contents .shopimg {
    width: 100%;
    margin-bottom: 1.4em;
  }
  #shoplist .shoplist_contents .detail {
    width: 100%;
    font-size: 13px;
    padding: 0 0.4em 0 1.4em;
  }
  #shoplist .shoplist_contents .address {
    margin-bottom: 0.8em;
  }
  #shoplist .shoplist_contents .btnarea {
    margin-bottom: 0.7em;
  }
  #shoplist .shoplist_contents .brand span {
    margin-right: 1.4em;
  }
  #shoplist .shoplist_contents .brand span:nth-of-type(4) {
    margin-right: 1.4em;
  }
  #shoplist .shoplist_contents .brand span::after {
    width: 1.5em;
  }
  #shoplist .shoplist_contents .no_img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #shoplist .shoplist_contents .no_img .shop {
    flex-wrap: nowrap;
    padding: 0.5em 0.4em 0.5em 1.4em;
    margin-right: 0;
    width: 100%;
  }
  #shoplist .shoplist_contents .no_img .shop + .shop {
    border-top: 1px solid #dfdfdf;
  }
  #shoplist .shoplist_contents .no_img .shop .shopname {
    padding: 0.8em 0 0 0;
  }
  #shoplist .shoplist_contents .no_img .shop .shopname p.limited {
    margin-top: -1.5em;
  }
  #shoplist .shoplist_contents .pc_only {
    display: none;
  }
}
/* ----------------------------------------
_concept.scss
---------------------------------------- */
.concept_main .concept_main {
  margin: 0 calc(50% - 50vw);
}

.concept_main .concept_main .flex_wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept_main .concept_main .img_wrap {
  width: 64%;
  position: relative;
  height: 600px;
}

.concept_main .concept_main .pc_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1600px;
}

.concept_main .concept_main .sp_img {
  display: none;
}

.concept_main .concept_main .txt_wrap {
  position: relative;
  z-index: 10;
  width: 36%;
  text-align: center;
}

.concept_main .concept_main .logo_wrap {
  margin-bottom: 25px;
}

.concept_main .concept_main .logo_wrap img {
  margin-bottom: 10px;
  width: 230px;
}

.concept_main .concept_main .logo_wrap h1 {
  font-size: 14px;
  font-weight: normal;
}

.concept_main .concept_main h2 {
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal;
}

.concept_main .concept_main .mv_wrap {
  display: flex;
  width: 64%;
  flex-wrap: wrap;
  flex-direction: column;
}

.concept_main .concept_main .mv_wrap .breadcrumb {
  padding: 0;
}

.concept_main .concept_main .mv_wrap .breadcrumb li:first-of-type a {
  padding-left: 5px;
}

.concept_main .concept_contents {
  padding: 0 50px;
  margin: 0 auto;
}

.concept_main .concept_contents p {
  margin: 0;
  font-size: 10px;
}

.concept_main .concept_contents .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concept_main .concept_contents .wrapper_box {
  width: 50%;
  height: 625px;
  position: relative;
}

.concept_main .concept_contents .txt_wrap01,
.concept_main .concept_contents .txt_wrap02 {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  font-weight: bold;
  z-index: 10;
  padding: 10px;
}

.concept_main .concept_contents .txt_wrap01 {
  top: 40px;
  left: 30px;
}

.concept_main .concept_contents .txt_wrap02 {
  top: 110px;
  right: 20px;
}

.concept_main .concept_contents .txt_wrap02 p:last-of-type {
  margin-top: -1.5em;
}

.concept_main .concept_contents .box01 {
  position: absolute;
  width: 265px;
  top: 0;
  right: 30px;
}

.concept_main .concept_contents .box02 {
  position: absolute;
  width: 190px;
  bottom: 170px;
  left: 0;
}

.concept_main .concept_contents .box03 {
  position: absolute;
  width: 265px;
  top: 60px;
  left: 40px;
}

.concept_main .concept_contents .box04 {
  position: absolute;
  width: 190px;
  bottom: 50px;
  right: 25px;
}

.concept_main .concept_contents .box05 {
  position: absolute;
  width: 140px;
  bottom: 0;
  left: -50px;
}

.concept_main .concept_contents .common_btn {
  margin-top: 60px;
}

#albove .concept_main .concept_contents .txt_wrap01 {
  top: 100px;
  left: 40px;
}

#albove .concept_main .concept_contents .txt_wrap02 {
  top: 220px;
  right: 50px;
}

#unitLayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 50px;
  margin: 0 auto;
}

#unitLayout .concept_hot,
#unitLayout .concept_trend {
  width: 300px;
  margin-right: 50px;
}

#unitLayout .concept_hot ul,
#unitLayout .concept_trend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#unitLayout .concept_hot li,
#unitLayout .concept_trend li {
  width: 130px;
  margin: 0 40px 80px 0;
  padding: 0;
  float: none;
}

#unitLayout .concept_hot li:nth-child(even),
#unitLayout .concept_trend li:nth-child(even) {
  margin-right: 0;
}

#unitLayout .concept_hot li:nth-child(n+2),
#unitLayout .concept_trend li:nth-child(n+2) {
  margin-bottom: 0;
}

#unitLayout .concept_trent_wrap {
  width: 300px;
  margin-right: 50px;
  padding-top: 60px;
}

#unitLayout .concept_trend {
  width: 300px;
  margin-right: 0;
}

#unitLayout .concept_trend .sysHeadline {
  text-indent: -9999px;
}

.concept_ranking {
  padding: 0 50px;
  margin: 0 auto 35px;
}

.concept_ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concept_ranking .sysContent .sysHorizontal li {
  float: none !important;
  width: 164px;
  margin-right: 44px;
  padding: 0 !important;
  position: relative;
  counter-increment: concept_ranking;
}

.concept_ranking .sysContent .sysHorizontal li:last-of-type {
  margin-right: 0;
}

.concept_ranking .sysContent .sysHorizontal li .sysIconRank {
  display: none;
}

.concept_ranking .sysContent .sysHorizontal li::before {
  content: "";
  border-top: 1.9em solid rgba(255, 255, 255, 0.5);
  border-right: 1.9em solid transparent;
  border-bottom: 1.9em solid transparent;
  border-left: 1.9em solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.concept_ranking .sysContent .sysHorizontal li::after {
  content: counter(concept_ranking);
  font-size: 16px;
  position: absolute;
  top: 0.05em;
  left: 0.7em;
}

.concept_ranking .sysContent .sysHorizontal li:hover::after {
  opacity: 0.6;
}

.concept_shoplist_wrap {
  background: #ededed;
  padding: 25px 0 40px;
  margin: 0 calc(50% - 50vw) 60px;
}

#concept .concept_shoplist_wrap .sysHeadline,
#riberce .concept_shoplist_wrap .sysHeadline {
  max-width: 1100px;
  margin: 0 auto 30px !important;
  padding: 0 50px;
}

.concept_shoplist_wrap .sysContent {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px !important;
  position: relative;
}

.concept_shoplist_wrap .brand_info {
  display: none;
  margin: 40px auto;
  text-align: center;
  justify-content: center;
}

.concept_shoplist_wrap .brand_info a {
  display: block;
  border: 1px solid #000;
  font-size: 10px;
  line-height: 2.4;
  padding: 1em 2.4em;
  margin-right: 2em;
}

.concept_shoplist_wrap .brand_info a:last-of-type {
  margin-right: 0;
}

.concept_shoplist_wrap .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concept_shoplist_wrap .flex_left {
  width: 300px;
  margin-right: 30px;
}

.concept_shoplist_wrap .flex_right {
  width: calc(100% - 330px);
  height: 450px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 2% 40px;
}

.concept_shoplist_wrap .flex_right::-webkit-scrollbar {
  width: 12px;
}

.concept_shoplist_wrap .flex_right::-webkit-scrollbar-track {
  background: #fff;
}

.concept_shoplist_wrap .flex_right::-webkit-scrollbar-thumb {
  background: #ccc;
}

.concept_shoplist_wrap #concept_shopList {
  width: 100%;
  padding: 10px 0;
}

.concept_shoplist_wrap #concept_shopList .area_name {
  display: none;
}

.concept_shoplist_wrap #concept_shopList .shop {
  margin-bottom: 30px;
}

.concept_shoplist_wrap #concept_shopList .shopname {
  display: flex;
}

.concept_shoplist_wrap #concept_shopList .shopname h2 {
  font-weight: bold;
  font-size: 16px;
  margin-right: 1.3em;
}

.concept_shoplist_wrap #concept_shopList .shopname p {
  margin: 0;
  font-size: 10px;
  line-height: 2.6;
}

.concept_shoplist_wrap #concept_shopList .shopimg {
  display: none;
}

.concept_shoplist_wrap #concept_shopList .detail {
  position: relative;
}

.concept_shoplist_wrap #concept_shopList .postcode {
  display: block;
}

.concept_shoplist_wrap #concept_shopList .btnarea {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.concept_shoplist_wrap #concept_shopList .btnarea .map a,
.concept_shoplist_wrap #concept_shopList .btnarea .blog a {
  display: block;
  border: 1px solid #000;
  font-size: 10px;
  line-height: 1.6;
  padding: 0.35em 2em;
}

.concept_shoplist_wrap #concept_shopList .btnarea .map {
  margin-bottom: 1em;
}

.concept_shoplist_wrap #concept_shopList .brand {
  display: flex;
  flex-wrap: wrap;
}

.concept_shoplist_wrap #concept_shopList .brand span {
  position: relative;
  margin-right: 1.5em;
  display: block;
}

.concept_shoplist_wrap #concept_shopList .brand span::after {
  content: "/";
  width: 1em;
  position: absolute;
  top: 0;
  right: -1.5em;
}

.concept_shoplist_wrap #concept_shopList .brand span:first-of-type {
  margin-right: 1em;
}

.concept_shoplist_wrap #concept_shopList .brand span:first-of-type::after {
  content: none;
}

.concept_shoplist_wrap #concept_shopList .brand span:last-of-type {
  margin-right: 0;
}

.concept_shoplist_wrap #concept_shopList .brand span:last-of-type::after {
  content: none;
}

.concept_style {
  padding: 0 50px;
  margin: 0 auto 100px;
}

.concept_style .style_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concept_style .style_wrap li {
  width: 248px;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
}

.concept_style .style_wrap li:last-of-type {
  margin-right: 0;
}

.concept_style .style_wrap li:hover .img_wrap::before {
  opacity: 1;
  pointer-events: all;
}

.concept_style .style_wrap li:hover .link_wrap {
  opacity: 1;
  pointer-events: all;
}

.concept_style .style_wrap .img_wrap {
  position: relative;
}

.concept_style .style_wrap .img_wrap::before {
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}

.concept_style .style_wrap .link_wrap {
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 10px;
  z-index: 15;
}

.concept_style .style_wrap .link_wrap a {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  text-decoration: underline;
}

.concept_style .style_wrap .modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
  transform: scale(0);
}

.concept_style .style_wrap .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.concept_style .style_wrap .modal_contents {
  align-self: center;
  transform: scale(0.3);
  transition: 0.3s;
  position: relative;
  padding: 3% 10%;
  width: 90%;
  max-height: 90vh;
  border-radius: 4px;
  background-color: #fff;
  overflow: auto;
}

.concept_style .style_wrap .modal_contents .img_wrap {
  max-width: 450px;
  margin: 0 auto 1em;
}

.concept_style .style_wrap .modal_contents .img_wrap::before {
  content: none;
}

.concept_style .style_wrap .modal_contents .link_wrap {
  max-width: 450px;
  margin: 0 auto;
  display: block;
  position: static;
}

.concept_style .style_wrap .close_btn {
  cursor: pointer;
  text-align: center;
  margin: 3em 0;
  background: #eee;
  border-color: #eee;
  height: 3em;
  line-height: 3;
  letter-spacing: 0.1em;
  display: block;
}

.concept_style .style_wrap .close_btn span {
  position: relative;
}

.concept_style .style_wrap .close_btn span::before {
  content: "×";
  position: absolute;
  top: -0.5em;
  left: -1em;
  font-size: 20px;
  line-height: 1.4;
}

.concept_style .style_wrap .modal_wrap input {
  display: none;
}

.concept_style .style_wrap .modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s;
}

.concept_style .style_wrap .modal_wrap input:checked ~ .modal_overlay .modal_contents {
  transform: scale(1);
}

.concept_style .style_wrap .open_wrp {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.concept_footer {
  background-color: rgba(237, 237, 237, 0.2);
  margin: 0 calc(50% - 50vw) 100px;
  text-align: center;
}

.concept_footer .foot_logo {
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.concept_footer .foot_logo span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.6em;
}

.concept_footer .foot_sns ul {
  display: flex;
  justify-content: center;
}

.concept_footer .foot_sns li img {
  width: 40px;
}

#albove #sysWrap,
#concept #sysWrap,
#riberce #sysWrap {
  overflow: visible;
}

#albove .sysHeadline,
#concept .sysHeadline,
#riberce .sysHeadline {
  width: auto;
  margin: 1em 0 1.2em !important;
  padding: 0;
  text-align: left;
}

#albove .sysHeadline span,
#concept .sysHeadline span,
#riberce .sysHeadline span {
  font-size: 24px;
  background: transparent;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  padding: 0;
}

#albove .sysHeadline::before,
#concept .sysHeadline::before,
#riberce .sysHeadline::before {
  content: none;
}

#albove .sysItemImage,
#concept .sysItemImage,
#riberce .sysItemImage {
  margin-bottom: 5px;
}

#albove .sysItemName,
#albove .sysItemPrice,
#concept .sysItemName,
#riberce .sysItemName,
#concept .sysItemPrice,
#riberce .sysItemPrice {
  line-height: 1.6;
  font-size: 10px;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .concept_main .concept_main .img_wrap {
    height: 37.5vw;
  }
  .concept_main .concept_main .pc_img {
    width: 100vw;
  }
}
@media screen and (max-width: 1100px) {
  .concept_main .concept_main .logo_wrap {
    margin-bottom: 15px;
  }
  .concept_main .concept_main .logo_wrap img {
    width: 166px;
  }
  .concept_main .concept_main h2 {
    font-size: 10px;
  }
  .concept_main .concept_contents {
    padding: 0;
    width: 96%;
  }
  .concept_main .concept_contents .wrapper_box {
    height: 80vw;
  }
  .concept_main .concept_contents .wrapper_box.box_right {
    height: 90vw;
  }
  .concept_main .concept_contents .txt_wrap01 {
    top: 65vw;
  }
  .concept_main .concept_contents .txt_wrap02 {
    top: 0;
    right: 50px;
  }
  .concept_main .concept_contents .box03 {
    top: 160px;
  }
  .concept_main .concept_contents .box04 {
    bottom: 50px;
  }
  .concept_main .concept_contents .box05 {
    bottom: 0;
  }
  #unitLayout {
    padding: 0;
    width: 96%;
  }
  #unitLayout .concept_hot {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  #unitLayout .concept_hot li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  #unitLayout .concept_hot li:nth-child(even) {
    margin-right: 2%;
  }
  #unitLayout .concept_hot li:nth-child(n+2) {
    margin-bottom: 40px;
  }
  #unitLayout .concept_hot li:last-child {
    margin-right: 0;
  }
  #unitLayout .concept_trent_wrap {
    width: 49%;
    margin-right: 2%;
    padding-top: 20px;
  }
  #concept #unitLayout .concept_trent_wrap .sysHeadline,
  #riberce #unitLayout .concept_trent_wrap .sysHeadline {
    margin-top: 0 !important;
  }
  #unitLayout .concept_trend {
    width: 49%;
  }
  #unitLayout .concept_trend .sysHeadline {
    display: none;
  }
  #unitLayout .concept_trend li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .concept_ranking {
    padding: 0;
    width: 96%;
  }
  .concept_ranking .sysContent .sysHorizontal li {
    width: 31vw;
    margin-right: 1.5vw;
    margin-bottom: 20px;
  }
  .concept_ranking .sysContent .sysHorizontal li:nth-of-type(3n) {
    margin-right: 0;
  }
  .concept_ranking .sysContent .sysHorizontal li:nth-of-type(n + 4) {
    display: none;
  }
  .concept_shoplist_wrap {
    padding: 25px 0 0;
    margin-bottom: 60px;
  }
  #concept .concept_shoplist_wrap .sysHeadline,
  #riberce .concept_shoplist_wrap .sysHeadline {
    width: 96%;
    margin-bottom: 0 !important;
    padding: 30px 0;
    text-align: center;
  }
  .concept_shoplist_wrap .sysContent {
    padding: 0;
    width: 96%;
  }
  .concept_shoplist_wrap .brand_info {
    display: flex;
  }
  .concept_shoplist_wrap .flex_wrap {
    display: block;
  }
  .concept_shoplist_wrap .flex_left {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
  .concept_shoplist_wrap .flex_left img {
    max-width: 600px;
    width: 100%;
  }
  .concept_shoplist_wrap .flex_right {
    width: 100vw;
    height: auto;
    margin: 30px calc(50% - 50vw);
    overflow: visible;
    background-color: #fff;
  }
  .concept_shoplist_wrap #concept_shopList {
    padding: 2% 0;
  }
  .concept_style {
    padding: 0;
    width: 96%;
  }
  .concept_style .style_wrap li {
    width: calc(25% - 2px);
    margin-right: 2.6666666667px;
  }
  .concept_style .style_wrap .img_wrap::before {
    content: none;
  }
  .concept_style .style_wrap .link_wrap {
    display: none;
  }
  .concept_style .style_wrap .open_wrp {
    display: block;
  }
  #concept .sysHeadline span,
  #riberce .sysHeadline span {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  .concept_main .concept_main .flex_wrap {
    display: block;
  }
  .concept_main .concept_main .img_wrap {
    width: 100%;
    height: auto;
  }
  .concept_main .concept_main .pc_img {
    display: none;
  }
  .concept_main .concept_main .sp_img {
    display: block;
  }
  .concept_main .concept_main .txt_wrap {
    width: 100%;
    padding: 30px 0 0;
  }
  .concept_main .concept_main .logo_wrap {
    margin-bottom: 20px;
  }
  .concept_main .concept_main .logo_wrap h1 {
    font-size: 12px;
  }
  .concept_main .concept_main h2 {
    font-size: 12px;
  }
  .concept_main .concept_main .mv_wrap {
    width: 100%;
    flex-direction: column-reverse;
  }
  .concept_main .concept_main .mv_wrap .breadcrumb {
    padding: 0 4.2%;
    margin-top: 0;
  }
  .concept_main .concept_main .mv_wrap .breadcrumb li:first-of-type a {
    padding-left: 0;
  }
  .concept_main .concept_contents .flex_wrap {
    display: block;
  }
  .concept_main .concept_contents .wrapper_box {
    width: 100%;
  }
  .concept_main .concept_contents .wrapper_box.box_left {
    height: 125vw;
    margin-bottom: 40px;
  }
  .concept_main .concept_contents .wrapper_box.box_right {
    height: 170vw;
  }
  .concept_main .concept_contents .txt_wrap01 {
    top: 8vw;
    left: 6vw;
  }
  .concept_main .concept_contents .txt_wrap02 {
    top: 10vw;
    right: 9vw;
  }
  .concept_main .concept_contents .box01 {
    width: 66vw;
    right: 0;
  }
  .concept_main .concept_contents .box02 {
    width: 46vw;
    bottom: 0;
    left: 8vw;
  }
  .concept_main .concept_contents .box03 {
    width: 66vw;
    top: 0;
    left: 0;
  }
  .concept_main .concept_contents .box04 {
    width: 50vw;
    bottom: 33vw;
    right: 0;
  }
  .concept_main .concept_contents .box05 {
    width: 36vw;
    bottom: 0;
    left: 4vw;
  }
  #albove .concept_main .concept_contents .txt_wrap01 {
    left: 10px;
  }
  #albove .concept_main .concept_contents .txt_wrap02 {
    top: 140px;
    right: 20px;
  }
  #unitLayout {
    display: block;
    position: relative;
  }
  #unitLayout .concept_hot ul,
  #unitLayout .concept_trend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #unitLayout .concept_hot li,
  #unitLayout .concept_trend li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  #unitLayout .concept_hot li:nth-child(3n),
  #unitLayout .concept_trend li:nth-child(3n) {
    margin-right: 0;
  }
  #unitLayout .concept_hot li:nth-child(even),
  #unitLayout .concept_trend li:nth-child(even) {
    margin-right: 3.33333%;
  }
  #unitLayout .concept_hot li:nth-child(n+2),
  #unitLayout .concept_trend li:nth-child(n+2) {
    margin-bottom: 30px;
  }
  #unitLayout .concept_hot li:last-child,
  #unitLayout .concept_trend li:last-child {
    margin-right: 0;
  }
  #unitLayout .concept_trent_wrap {
    width: 65%;
    position: absolute;
    top: 80vw;
    margin-right: 0;
    padding-top: 0;
  }
  #unitLayout .concept_trend {
    width: 100%;
  }
  #unitLayout .concept_trend ul {
    justify-content: center;
  }
  #unitLayout .concept_trend li:nth-child(even) {
    margin-right: 3%;
    margin-bottom: 30px;
  }
  #unitLayout .concept_trend li:last-child {
    margin-right: 0;
  }
  #unitLayout .concept_trend li:nth-child(3n) {
    margin-right: 3%;
  }
  #unitLayout .concept_trend li:nth-child(1) {
    margin-left: 68%;
    margin-right: 0;
  }
  .concept_shoplist_wrap .sysContent {
    padding: 0 6% !important;
  }
  .concept_shoplist_wrap .flex_right {
    margin-top: 0;
    padding: 20px 2%;
  }
  .concept_shoplist_wrap #concept_shopList {
    width: 90%;
    margin: 0 auto;
  }
  .concept_shoplist_wrap #concept_shopList .btnarea {
    position: static;
    display: flex;
  }
  .concept_shoplist_wrap #concept_shopList .btnarea .map {
    margin: 0 0.6em 0 0;
  }
  #concept .concept_style .sysHeadline,
  #riberce .concept_style .sysHeadline {
    text-align: center;
  }
  .concept_style .style_wrap li {
    width: calc(50% - 5px);
    margin: 0 auto 5px;
  }
  .concept_style .style_wrap li:last-of-type {
    margin-right: auto;
  }
  #concept .sysHeadline span,
  #riberce .sysHeadline span {
    font-size: 20px;
  }
  #concept .sysItemName a,
  #riberce .sysItemName a {
    font-size: 10px;
  }
}
/* ----------------------------------------
_stylebook.scss
---------------------------------------- */
#ribercestyle #sysMain {
  margin-bottom: 100px;
}

.stylebook_ttl .sysHeadline {
  width: auto;
  margin: 2.8em 0 !important;
  padding: 0;
}

.stylebook_ttl .sysHeadline::before {
  content: none;
}

.stylebook_ttl .sysHeadline .lg_txt {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.615em;
}

.stylebook_ttl .sysHeadline b {
  font-size: 1rem;
}

.stylebook_ttl .sysContent {
  line-height: 0;
}

#sbModal_wrapper {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
  transform: scale(0);
}

#sbModal_wrapper .sbModal_contents {
  align-self: center;
  transform: scale(0.3);
  transition: 0.3s;
  position: relative;
  padding: 3% 10%;
  width: 90%;
  max-height: 90vh;
  border-radius: 4px;
  background-color: #fff;
  overflow: auto;
}

#sbModal_wrapper .sbModal_img_wrap {
  max-width: 450px;
  margin: 0 auto 0.9em;
}

#sbModal_wrapper .sbModal_crdit {
  max-width: 450px;
  margin: 0 auto;
}

#sbModal_wrapper .sbModal_crdit a {
  font-size: 1rem;
  line-height: 1.6;
  display: block;
  padding: 5px 5px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  position: relative;
}

#sbModal_wrapper .sbModal_crdit a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 5px;
  right: 10px;
}

#sbModal_wrapper .sbModal_close {
  cursor: pointer;
  text-align: center;
  margin: 2.4em 0;
  background: #eee;
  border-color: #eee;
  height: 3em;
  line-height: 3;
  letter-spacing: 0.1em;
  display: block;
}

#sbModal_wrapper .sbModal_close span {
  position: relative;
}

#sbModal_wrapper .sbModal_close span::before {
  content: "×";
  position: absolute;
  top: -0.5em;
  left: -1em;
  font-size: 20px;
  line-height: 1.4;
}

#sbModal_wrapper.modal_open {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s;
}

#sbModal_wrapper.modal_open .sbModal_contents {
  transform: scale(1);
}

.stylebook_main ul {
  margin-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
}

.stylebook_main li {
  width: 33.27%;
  position: relative;
  margin: 0 0.09% 2px 0;
}

.stylebook_main li:nth-of-type(3n) {
  margin-right: 0;
}

.stylebook_main li .img_wrap::before {
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}

.stylebook_main li .link_wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 10px;
  z-index: 15;
}

.stylebook_main li .link_wrap a {
  transition: all 0.3s;
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  text-decoration: underline;
}

.stylebook_main li .link_wrap a:hover {
  opacity: 0.6;
}

.stylebook_main li:hover .img_wrap::before {
  opacity: 1;
  pointer-events: all;
}

.stylebook_main li:hover .link_wrap {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1100px) {
  .stylebook_main li .img_wrap::before {
    content: none;
  }
  .stylebook_main li .link_wrap {
    display: none;
  }
  .stylebook_ttl .sysHeadline {
    margin: 1.8em 0 2.8em !important;
  }
}
@media screen and (max-width: 680px) {
  #ribercestyle #sysMain {
    margin-bottom: 60px;
  }
  .stylebook_ttl .sysHeadline {
    margin: 0.5em 0 1.5em !important;
  }
  .stylebook_ttl .sysHeadline .lg_txt {
    font-size: 1.8rem;
  }
  .stylebook_main li {
    width: 48.95%;
    margin: 0px 2% 2% 0;
  }
  .stylebook_main li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .stylebook_main li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ----------------------------------------
  _page_ssl.scss
---------------------------------------- */
.sysCart h1.sysHeadline,
.sysMemberRegister h1.sysHeadline,
.sysMypage h1.sysHeadline,
#sysFormIndex h1.sysHeadline,
#sysFormConfirm h1.sysHeadline,
#sysFormThanks h1.sysHeadline {
  display: none;
}

.sysCart .sysErrorFormField,
.sysMemberRegister .sysErrorFormField,
.sysMypage .sysErrorFormField,
#sysFormIndex .sysErrorFormField,
#sysFormConfirm .sysErrorFormField,
#sysFormThanks .sysErrorFormField {
  background-color: rgba(218, 70, 54, 0.1) !important;
  background: rgba(218, 70, 54, 0.1) !important;
}

.sysCart #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain,
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain {
  max-width: 800px;
  margin: 20px auto 100px;
  border-style: none;
  padding: 0;
}

.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button,
.sysMemberRegister #sysMain input[type=submit],
.sysMemberRegister #sysMain button[type=submit],
.sysMemberRegister #sysMain button,
.sysMypage #sysMain input[type=submit],
.sysMypage #sysMain button[type=submit],
.sysMypage #sysMain button,
#sysFormIndex #sysMain input[type=submit],
#sysFormIndex #sysMain button[type=submit],
#sysFormIndex #sysMain button,
#sysFormConfirm #sysMain input[type=submit],
#sysFormConfirm #sysMain button[type=submit],
#sysFormConfirm #sysMain button,
#sysFormThanks #sysMain input[type=submit],
#sysFormThanks #sysMain button[type=submit],
#sysFormThanks #sysMain button {
  color: #000;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}

.sysCart #sysMain button.sysBtnPlus,
.sysCart #sysMain button.sysBtnMinus,
.sysMemberRegister #sysMain button.sysBtnPlus,
.sysMemberRegister #sysMain button.sysBtnMinus,
.sysMypage #sysMain button.sysBtnPlus,
.sysMypage #sysMain button.sysBtnMinus,
#sysFormIndex #sysMain button.sysBtnPlus,
#sysFormIndex #sysMain button.sysBtnMinus,
#sysFormConfirm #sysMain button.sysBtnPlus,
#sysFormConfirm #sysMain button.sysBtnMinus,
#sysFormThanks #sysMain button.sysBtnPlus,
#sysFormThanks #sysMain button.sysBtnMinus {
  display: inline-block;
}

.sysCart #sysMain input[type=submit].sysNextSubmit,
.sysMemberRegister #sysMain input[type=submit].sysNextSubmit,
.sysMypage #sysMain input[type=submit].sysNextSubmit,
#sysFormIndex #sysMain input[type=submit].sysNextSubmit,
#sysFormConfirm #sysMain input[type=submit].sysNextSubmit,
#sysFormThanks #sysMain input[type=submit].sysNextSubmit {
  width: 65% !important;
  margin: 5px auto !important;
  border-radius: 5px;
}

.sysCart #sysMain input[type=submit].sysBackSubmitArea,
.sysCart #sysMain input[type=submit].sysBackButton,
.sysCart #sysMain input[type=submit].sysButton,
.sysMemberRegister #sysMain input[type=submit].sysBackSubmitArea,
.sysMemberRegister #sysMain input[type=submit].sysBackButton,
.sysMemberRegister #sysMain input[type=submit].sysButton,
.sysMypage #sysMain input[type=submit].sysBackSubmitArea,
.sysMypage #sysMain input[type=submit].sysBackButton,
.sysMypage #sysMain input[type=submit].sysButton,
#sysFormIndex #sysMain input[type=submit].sysBackSubmitArea,
#sysFormIndex #sysMain input[type=submit].sysBackButton,
#sysFormIndex #sysMain input[type=submit].sysButton,
#sysFormConfirm #sysMain input[type=submit].sysBackSubmitArea,
#sysFormConfirm #sysMain input[type=submit].sysBackButton,
#sysFormConfirm #sysMain input[type=submit].sysButton,
#sysFormThanks #sysMain input[type=submit].sysBackSubmitArea,
#sysFormThanks #sysMain input[type=submit].sysBackButton,
#sysFormThanks #sysMain input[type=submit].sysButton {
  float: none;
  margin: 0 auto;
  background-color: transparent;
  width: 65%;
  display: block;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.4rem;
  height: 50px;
  border-radius: 5px;
}

.sysCart #sysMain input[type=checkbox],
.sysMemberRegister #sysMain input[type=checkbox],
.sysMypage #sysMain input[type=checkbox],
#sysFormIndex #sysMain input[type=checkbox],
#sysFormConfirm #sysMain input[type=checkbox],
#sysFormThanks #sysMain input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 0 !important;
  position: relative;
  top: 2px;
}

.sysCart #sysMain input[type=radio],
.sysMemberRegister #sysMain input[type=radio],
.sysMypage #sysMain input[type=radio],
#sysFormIndex #sysMain input[type=radio],
#sysFormConfirm #sysMain input[type=radio],
#sysFormThanks #sysMain input[type=radio] {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  border-radius: 100%;
  margin: 2px 8px 10px;
  position: relative;
  top: 4px;
}

.sysCart #sysMain input[type=radio]:checked,
.sysMemberRegister #sysMain input[type=radio]:checked,
.sysMypage #sysMain input[type=radio]:checked,
#sysFormIndex #sysMain input[type=radio]:checked,
#sysFormConfirm #sysMain input[type=radio]:checked,
#sysFormThanks #sysMain input[type=radio]:checked {
  background: #666 !important;
}

.sysCart #sysMain .sysItemListArea button,
.sysMemberRegister #sysMain .sysItemListArea button,
.sysMypage #sysMain .sysItemListArea button,
#sysFormIndex #sysMain .sysItemListArea button,
#sysFormConfirm #sysMain .sysItemListArea button,
#sysFormThanks #sysMain .sysItemListArea button {
  font-weight: normal;
  padding: 15px;
  min-width: 9em;
}

.sysCart #sysMain .sysItemListArea input[type=submit],
.sysMemberRegister #sysMain .sysItemListArea input[type=submit],
.sysMypage #sysMain .sysItemListArea input[type=submit],
#sysFormIndex #sysMain .sysItemListArea input[type=submit],
#sysFormConfirm #sysMain .sysItemListArea input[type=submit],
#sysFormThanks #sysMain .sysItemListArea input[type=submit] {
  line-height: 2;
}

.sysCart #sysMain .sysBackButton,
.sysMemberRegister #sysMain .sysBackButton,
.sysMypage #sysMain .sysBackButton,
#sysFormIndex #sysMain .sysBackButton,
#sysFormConfirm #sysMain .sysBackButton,
#sysFormThanks #sysMain .sysBackButton {
  padding: 15px 0 !important;
}

.sysCart #sysMain .sysBackSubmitArea,
.sysMemberRegister #sysMain .sysBackSubmitArea,
.sysMypage #sysMain .sysBackSubmitArea,
#sysFormIndex #sysMain .sysBackSubmitArea,
#sysFormConfirm #sysMain .sysBackSubmitArea,
#sysFormThanks #sysMain .sysBackSubmitArea {
  padding-left: 0 !important;
}

.sysCart #sysMain .sysBackSubmitArea .sysButton,
.sysMemberRegister #sysMain .sysBackSubmitArea .sysButton,
.sysMypage #sysMain .sysBackSubmitArea .sysButton,
#sysFormIndex #sysMain .sysBackSubmitArea .sysButton,
#sysFormConfirm #sysMain .sysBackSubmitArea .sysButton,
#sysFormThanks #sysMain .sysBackSubmitArea .sysButton {
  padding: 15px 0 !important;
}

.sysCart #sysMain .sysFormLabel,
.sysMemberRegister #sysMain .sysFormLabel,
.sysMypage #sysMain .sysFormLabel,
#sysFormIndex #sysMain .sysFormLabel,
#sysFormConfirm #sysMain .sysFormLabel,
#sysFormThanks #sysMain .sysFormLabel {
  border-left-style: none;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.sysCart #sysMain .sysFormField,
.sysMemberRegister #sysMain .sysFormField,
.sysMypage #sysMain .sysFormField,
#sysFormIndex #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField,
#sysFormThanks #sysMain .sysFormField {
  margin-top: 0;
}

.sysCart #sysMain .sysFormItem input[type=submit],
.sysMemberRegister #sysMain .sysFormItem input[type=submit],
.sysMypage #sysMain .sysFormItem input[type=submit],
#sysFormIndex #sysMain .sysFormItem input[type=submit],
#sysFormConfirm #sysMain .sysFormItem input[type=submit],
#sysFormThanks #sysMain .sysFormItem input[type=submit] {
  font-weight: normal;
  line-height: 2;
}

.sysCart #sysMain .sysFormItem input[type=text],
.sysCart #sysMain .sysFormItem input[type=password],
.sysCart #sysMain .sysFormItem input[type=email],
.sysCart #sysMain .sysFormItem input[type=number],
.sysCart #sysMain .sysFormItem input[type=tel],
.sysCart #sysMain .sysFormItem input[type=search],
.sysMemberRegister #sysMain .sysFormItem input[type=text],
.sysMemberRegister #sysMain .sysFormItem input[type=password],
.sysMemberRegister #sysMain .sysFormItem input[type=email],
.sysMemberRegister #sysMain .sysFormItem input[type=number],
.sysMemberRegister #sysMain .sysFormItem input[type=tel],
.sysMemberRegister #sysMain .sysFormItem input[type=search],
.sysMypage #sysMain .sysFormItem input[type=text],
.sysMypage #sysMain .sysFormItem input[type=password],
.sysMypage #sysMain .sysFormItem input[type=email],
.sysMypage #sysMain .sysFormItem input[type=number],
.sysMypage #sysMain .sysFormItem input[type=tel],
.sysMypage #sysMain .sysFormItem input[type=search],
#sysFormIndex #sysMain .sysFormItem input[type=text],
#sysFormIndex #sysMain .sysFormItem input[type=password],
#sysFormIndex #sysMain .sysFormItem input[type=email],
#sysFormIndex #sysMain .sysFormItem input[type=number],
#sysFormIndex #sysMain .sysFormItem input[type=tel],
#sysFormIndex #sysMain .sysFormItem input[type=search],
#sysFormConfirm #sysMain .sysFormItem input[type=text],
#sysFormConfirm #sysMain .sysFormItem input[type=password],
#sysFormConfirm #sysMain .sysFormItem input[type=email],
#sysFormConfirm #sysMain .sysFormItem input[type=number],
#sysFormConfirm #sysMain .sysFormItem input[type=tel],
#sysFormConfirm #sysMain .sysFormItem input[type=search],
#sysFormThanks #sysMain .sysFormItem input[type=text],
#sysFormThanks #sysMain .sysFormItem input[type=password],
#sysFormThanks #sysMain .sysFormItem input[type=email],
#sysFormThanks #sysMain .sysFormItem input[type=number],
#sysFormThanks #sysMain .sysFormItem input[type=tel],
#sysFormThanks #sysMain .sysFormItem input[type=search] {
  margin-top: 0;
  height: 44px;
}

.sysCart #sysMain .sysFormItem button[name=searchAddress],
.sysMemberRegister #sysMain .sysFormItem button[name=searchAddress],
.sysMypage #sysMain .sysFormItem button[name=searchAddress],
#sysFormIndex #sysMain .sysFormItem button[name=searchAddress],
#sysFormConfirm #sysMain .sysFormItem button[name=searchAddress],
#sysFormThanks #sysMain .sysFormItem button[name=searchAddress] {
  font-weight: normal;
}

.sysCart #sysMain .sysFormItem.sysZipcode .sysFormField.input-append,
.sysMemberRegister #sysMain .sysFormItem.sysZipcode .sysFormField.input-append,
.sysMypage #sysMain .sysFormItem.sysZipcode .sysFormField.input-append,
#sysFormIndex #sysMain .sysFormItem.sysZipcode .sysFormField.input-append,
#sysFormConfirm #sysMain .sysFormItem.sysZipcode .sysFormField.input-append,
#sysFormThanks #sysMain .sysFormItem.sysZipcode .sysFormField.input-append {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sysCart #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
.sysCart #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError,
.sysMemberRegister #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
.sysMemberRegister #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError,
.sysMypage #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
.sysMypage #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError,
#sysFormIndex #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
#sysFormIndex #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError,
#sysFormConfirm #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
#sysFormConfirm #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError,
#sysFormThanks #sysMain .sysFormItem.sysZipcode .sysErrorMessage,
#sysFormThanks #sysMain .sysFormItem.sysZipcode .SysInvalidZipcodeError {
  width: 100%;
  padding-left: 0.5em;
}

.sysCart #sysMain .sysFormItem.sysZipcode input[type=text],
.sysMemberRegister #sysMain .sysFormItem.sysZipcode input[type=text],
.sysMypage #sysMain .sysFormItem.sysZipcode input[type=text],
#sysFormIndex #sysMain .sysFormItem.sysZipcode input[type=text],
#sysFormConfirm #sysMain .sysFormItem.sysZipcode input[type=text],
#sysFormThanks #sysMain .sysFormItem.sysZipcode input[type=text] {
  display: block;
  min-width: 8em;
  margin-right: 0.6em;
}

.sysCart #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
.sysMemberRegister #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
.sysMypage #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormIndex #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormConfirm #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormThanks #sysMain .sysFormItem.sysZipcode button[name=searchAddress] {
  margin-top: 0;
}

.sysCart #sysMain .sysRequired,
.sysMemberRegister #sysMain .sysRequired,
.sysMypage #sysMain .sysRequired,
#sysFormIndex #sysMain .sysRequired,
#sysFormConfirm #sysMain .sysRequired,
#sysFormThanks #sysMain .sysRequired {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.sysCart #sysMain .sysConfirmButton input[type=submit],
.sysCart #sysMain .sysDeleteArea input[type=submit],
.sysMemberRegister #sysMain .sysConfirmButton input[type=submit],
.sysMemberRegister #sysMain .sysDeleteArea input[type=submit],
.sysMypage #sysMain .sysConfirmButton input[type=submit],
.sysMypage #sysMain .sysDeleteArea input[type=submit],
#sysFormIndex #sysMain .sysConfirmButton input[type=submit],
#sysFormIndex #sysMain .sysDeleteArea input[type=submit],
#sysFormConfirm #sysMain .sysConfirmButton input[type=submit],
#sysFormConfirm #sysMain .sysDeleteArea input[type=submit],
#sysFormThanks #sysMain .sysConfirmButton input[type=submit],
#sysFormThanks #sysMain .sysDeleteArea input[type=submit] {
  font-weight: normal;
}

.sysCart #sysMain .sysNumArea button,
.sysMemberRegister #sysMain .sysNumArea button,
.sysMypage #sysMain .sysNumArea button,
#sysFormIndex #sysMain .sysNumArea button,
#sysFormConfirm #sysMain .sysNumArea button,
#sysFormThanks #sysMain .sysNumArea button {
  font-weight: normal;
}

.sysCart #sysMain .sysNextSubmitArea,
.sysMemberRegister #sysMain .sysNextSubmitArea,
.sysMypage #sysMain .sysNextSubmitArea,
#sysFormIndex #sysMain .sysNextSubmitArea,
#sysFormConfirm #sysMain .sysNextSubmitArea,
#sysFormThanks #sysMain .sysNextSubmitArea {
  margin-bottom: 14px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysMemberRegister #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysMypage #sysMain .sysNextSubmitArea .sysNextSubmit,
#sysFormIndex #sysMain .sysNextSubmitArea .sysNextSubmit,
#sysFormConfirm #sysMain .sysNextSubmitArea .sysNextSubmit,
#sysFormThanks #sysMain .sysNextSubmitArea .sysNextSubmit {
  font-size: 1.6rem;
  background: #000 !important;
  color: #fff !important;
  height: 50px;
  width: 65% !important;
  display: block;
  margin: 0 auto !important;
}

.sysCart #sysMain .sysNextSubmit,
.sysMemberRegister #sysMain .sysNextSubmit,
.sysMypage #sysMain .sysNextSubmit,
#sysFormIndex #sysMain .sysNextSubmit,
#sysFormConfirm #sysMain .sysNextSubmit,
#sysFormThanks #sysMain .sysNextSubmit {
  background: #ccc !important;
  color: #000 !important;
}

.sysCart .sysItemName,
.sysCart .sysExplanation > div > span,
.sysCart .sysReview > span,
.sysMemberRegister .sysItemName,
.sysMemberRegister .sysExplanation > div > span,
.sysMemberRegister .sysReview > span,
.sysMypage .sysItemName,
.sysMypage .sysExplanation > div > span,
.sysMypage .sysReview > span,
#sysFormIndex .sysItemName,
#sysFormIndex .sysExplanation > div > span,
#sysFormIndex .sysReview > span,
#sysFormConfirm .sysItemName,
#sysFormConfirm .sysExplanation > div > span,
#sysFormConfirm .sysReview > span,
#sysFormThanks .sysItemName,
#sysFormThanks .sysExplanation > div > span,
#sysFormThanks .sysReview > span {
  font-size: 1.1rem;
}

.sysCart select,
.sysMemberRegister select,
.sysMypage select,
#sysFormIndex select,
#sysFormConfirm select,
#sysFormThanks select {
  height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0.5em;
}

.sysCart .common_btn,
.sysMemberRegister .common_btn,
.sysMypage .common_btn,
#sysFormIndex .common_btn,
#sysFormConfirm .common_btn,
#sysFormThanks .common_btn {
  margin-top: 80px;
  width: 226px;
}

#sysBillingAddress .sysPrefState select {
  width: 100%;
  height: 44px;
}

#sysBillingAddress .sysGender {
  margin-bottom: 0;
}

#sysBillingAddress .sysGender .sysFormField {
  margin-bottom: 0;
}

#sysBillingAddress .sysAcceptMailmagazine {
  margin-bottom: 14px;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap,
#sysFormIndex #sysWrap,
#sysFormConfirm #sysWrap,
#sysFormThanks #sysWrap {
  margin-top: 112px;
  color: #2d2d2d;
}

.sysMypage #sysMain .sysFormLabel,
.sysMemberRegister #sysMain .sysFormLabel,
#sysFormIndex #sysMain .sysFormLabel,
#sysFormConfirm #sysMain .sysFormLabel,
#sysFormThanks #sysMain .sysFormLabel {
  font-size: 1.3rem;
  padding-left: 0;
}

.sysMypage #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
.sysMemberRegister #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormIndex #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormConfirm #sysMain .sysFormItem.sysZipcode button[name=searchAddress],
#sysFormThanks #sysMain .sysFormItem.sysZipcode button[name=searchAddress] {
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sysMypage #sysMain .sysFormItem.sysGender,
.sysMemberRegister #sysMain .sysFormItem.sysGender,
#sysFormIndex #sysMain .sysFormItem.sysGender,
#sysFormConfirm #sysMain .sysFormItem.sysGender,
#sysFormThanks #sysMain .sysFormItem.sysGender {
  margin-bottom: 22px;
}

.sysMypage #sysMain .sysFormItem.sysGender ul.sysFormField,
.sysMemberRegister #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysFormIndex #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysFormConfirm #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysFormThanks #sysMain .sysFormItem.sysGender ul.sysFormField {
  display: flex;
  padding-top: 10px;
}

.sysMypage #sysMain .sysFormItem.sysBirthday .sysFormLabel,
.sysMemberRegister #sysMain .sysFormItem.sysBirthday .sysFormLabel,
#sysFormIndex #sysMain .sysFormItem.sysBirthday .sysFormLabel,
#sysFormConfirm #sysMain .sysFormItem.sysBirthday .sysFormLabel,
#sysFormThanks #sysMain .sysFormItem.sysBirthday .sysFormLabel {
  margin-bottom: 7px;
}

.sysMypage #sysMain .sysFormItem.sysAcceptMailmagazine .sysFormLabel,
.sysMemberRegister #sysMain .sysFormItem.sysAcceptMailmagazine .sysFormLabel,
#sysFormIndex #sysMain .sysFormItem.sysAcceptMailmagazine .sysFormLabel,
#sysFormConfirm #sysMain .sysFormItem.sysAcceptMailmagazine .sysFormLabel,
#sysFormThanks #sysMain .sysFormItem.sysAcceptMailmagazine .sysFormLabel {
  margin-bottom: 8px;
}

.sysMypage #sysMain .sysPrefStateId select,
.sysMemberRegister #sysMain .sysPrefStateId select,
#sysFormIndex #sysMain .sysPrefStateId select,
#sysFormConfirm #sysMain .sysPrefStateId select,
#sysFormThanks #sysMain .sysPrefStateId select {
  width: 100%;
  height: 44px;
}

.sysMypage #sysMain input[type=submit].sysNextSubmit,
.sysMemberRegister #sysMain input[type=submit].sysNextSubmit,
#sysFormIndex #sysMain input[type=submit].sysNextSubmit,
#sysFormConfirm #sysMain input[type=submit].sysNextSubmit,
#sysFormThanks #sysMain input[type=submit].sysNextSubmit {
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
  margin-top: 30px !important;
}

.sysMypage #sysMain input[type=submit].sysBackButton,
.sysMemberRegister #sysMain input[type=submit].sysBackButton,
#sysFormIndex #sysMain input[type=submit].sysBackButton,
#sysFormConfirm #sysMain input[type=submit].sysBackButton,
#sysFormThanks #sysMain input[type=submit].sysBackButton {
  float: none;
  margin: 14px auto 0;
  background-color: transparent;
  width: 65%;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

#sysMemberRegisterRegister #sysMain > form,
#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormThanks #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form,
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form,
#sysMypageEditConfirm #sysMain > form {
  padding: 0;
}

.sysCart #sysMain .sysDeleteArea input[type=submit] {
  width: auto;
  margin-right: 0;
  border-radius: 0;
}

.sysCart .sysNextSubmitAreaForUseAmazon {
  display: flex;
  justify-content: space-between;
  width: 420px;
  margin: 20px auto;
}

.sysCart #useAmazonSubmitButton,
.sysCart #lowAmazonPayButton {
  padding: 0;
  width: auto;
  text-align: center;
}

.sysCart#sysBasket #sysMain input[type=submit].sysAmazonNextSubmit {
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-top: 7px;
  background-image: url(/img/layout/common/arrow_right.png) !important;
  background-repeat: no-repeat !important;
  background-size: 8.5px !important;
  background-position: 94% 50% !important;
}

.sysCart#sysBillingAddress #sysMain .sysBackSubmitArea {
  margin-top: 0;
}

.sysCart#sysPayment #sysMain .sysBackSubmitArea {
  margin-top: 14px;
}

.sysCart#sysConfirm #sysMain .sysOrder input[type=submit].sysButton,
.sysCart#sysConfirm #sysMain .sysProduct input[type=submit].sysButton,
.sysCart#sysConfirm #sysMain .sysDetail input[type=submit].sysButton {
  width: auto;
  margin-right: 0;
  border-radius: 0;
}

.sysCart#sysConfirm #sysMain .sysProduct select {
  max-width: 10em;
}

.sysCart#sysConfirm #sysMain .sysNextSubmitArea {
  margin-bottom: 0;
}

.sysCart .sysFreeArea {
  color: #625d51;
}

.sysCart .cart_item_check h2.sysHeadline {
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  letter-spacing: 0.32px;
}

.sysCart .cart_item_check h2.sysHeadline::before {
  content: none;
}

.sysCart .sysCartTitle {
  font-size: 13px;
}

.sysCart .sysCartAttention,
.sysCart .sysGetPoint {
  color: #000;
}

.sysCart .sysFreeArea .cart_completion p.msg1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 0.03em;
}

.sysCart .sysFreeArea .cart_completion p.msg2 {
  margin-top: 0;
}

.sysCart .sysNextSubmitAreaForUseAmazon {
  margin: 20px auto;
}

#sysRegi #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #ccc !important;
  color: #000 !important;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

#sysMemberRegisterRegister #sysMain input[type=text],
#sysMemberRegisterRegister #sysMain input[type=tel],
#sysMemberRegisterRegister #sysMain input[type=password],
#sysMemberRegisterRegister #sysMain input[type=email],
#sysMemberRegisterConfirm #sysMain input[type=text],
#sysMemberRegisterConfirm #sysMain input[type=tel],
#sysMemberRegisterConfirm #sysMain input[type=password],
#sysMemberRegisterConfirm #sysMain input[type=email],
#sysMemberRegisterIndex #sysMain input[type=text],
#sysMemberRegisterIndex #sysMain input[type=tel],
#sysMemberRegisterIndex #sysMain input[type=password],
#sysMemberRegisterIndex #sysMain input[type=email],
#sysFormThanks #sysMain input[type=text],
#sysFormThanks #sysMain input[type=tel],
#sysFormThanks #sysMain input[type=password],
#sysFormThanks #sysMain input[type=email],
#sysFormConfirm #sysMain input[type=text],
#sysFormConfirm #sysMain input[type=tel],
#sysFormConfirm #sysMain input[type=password],
#sysFormConfirm #sysMain input[type=email] {
  height: 44px;
  margin: 6px 0 2px;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysZipcode .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysZipcode .sysFormField,
#sysMemberRegisterIndex #sysMain .sysFormItem.sysZipcode .sysFormField,
#sysFormThanks #sysMain .sysFormItem.sysZipcode .sysFormField,
#sysFormConfirm #sysMain .sysFormItem.sysZipcode .sysFormField {
  width: 88px;
  margin-right: 3px;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysZipcode input[type=text],
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysZipcode input[type=text],
#sysMemberRegisterIndex #sysMain .sysFormItem.sysZipcode input[type=text],
#sysFormThanks #sysMain .sysFormItem.sysZipcode input[type=text],
#sysFormConfirm #sysMain .sysFormItem.sysZipcode input[type=text] {
  min-width: inherit;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysZipcode button,
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysZipcode button,
#sysMemberRegisterIndex #sysMain .sysFormItem.sysZipcode button,
#sysFormThanks #sysMain .sysFormItem.sysZipcode button,
#sysFormConfirm #sysMain .sysFormItem.sysZipcode button {
  width: 153px;
  height: 44px;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysGender,
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysGender,
#sysMemberRegisterIndex #sysMain .sysFormItem.sysGender,
#sysFormThanks #sysMain .sysFormItem.sysGender,
#sysFormConfirm #sysMain .sysFormItem.sysGender {
  margin-bottom: 14px;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysMemberRegisterIndex #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysFormThanks #sysMain .sysFormItem.sysGender ul.sysFormField,
#sysFormConfirm #sysMain .sysFormItem.sysGender ul.sysFormField {
  padding-top: 20px;
}

#sysMemberRegisterRegister #sysMain .sysFormItem.sysBirthday input[type=text],
#sysMemberRegisterConfirm #sysMain .sysFormItem.sysBirthday input[type=text],
#sysMemberRegisterIndex #sysMain .sysFormItem.sysBirthday input[type=text],
#sysFormThanks #sysMain .sysFormItem.sysBirthday input[type=text],
#sysFormConfirm #sysMain .sysFormItem.sysBirthday input[type=text] {
  padding: 10px 14px !important;
  text-align: center;
}

#sysMemberRegisterRegister #sysMain input[type=submit].sysNextSubmit,
#sysMemberRegisterConfirm #sysMain input[type=submit].sysNextSubmit,
#sysMemberRegisterIndex #sysMain input[type=submit].sysNextSubmit,
#sysFormThanks #sysMain input[type=submit].sysNextSubmit,
#sysFormConfirm #sysMain input[type=submit].sysNextSubmit {
  margin: 50px auto 0;
  float: none;
}

.sysMemberRegister #sysMain .sysFormLabel {
  font-size: 1.2rem;
}

.sysMemberRegister #sysMain .sysFormField label {
  font-size: 1.2rem;
}

.sysMemberRegister #sysMain .sysPrefStateId select {
  font-size: 1.2rem;
}

#sysMemberRegisterIndex #sysMain input[type=submit].sysNextSubmit {
  margin-bottom: 14px !important;
}

#sysMemberRegisterConfirm #sysMain .sysFormField {
  min-height: 28px;
}

#sysMemberRegisterConfirm #sysMain .sysFormItem.sysZipcode .sysFormField {
  width: 100%;
}

#sysMemberRegisterConfirm #sysMain input[type=submit].sysNextSubmit {
  margin: 20px auto !important;
}

.sysMypage #sysMain .sysHeadline {
  display: none;
}

.sysMypage #sysMain .sysMypageNav {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sysMypage #sysMain .sysMypageNav input[type=submit].sysButton {
  -webkit-appearance: none;
  padding: 10px !important;
  margin: 5px 0 !important;
  color: #000;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 1px;
  line-height: 2.3;
  width: 100%;
}

.sysMypage #sysMain .sysMypageNav form {
  position: relative;
}

.sysMypage #sysMain .sysMypageNav form::after {
  position: absolute;
  content: "";
  background: url(/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 9.5px;
  right: 4px;
  width: 10px;
  height: 10px;
  opacity: 0.45;
}

.sysMypage .sysMypageMajorHeadLine {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.4em;
}

.sysMypage .SysMypageMinorHeadLine {
  border-left-style: none;
  padding-left: 0;
  font-size: 1.3rem;
  margin: 0 0 10px;
}

.sysMypage .sysFormField label {
  font-size: 1.3rem;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 2;
  height: 44px;
  margin: 5px 0 2px;
}

#sysMypageEditDelivery #sysMain input[type=radio],
#sysMypageEditMember #sysMain input[type=radio] {
  height: 20px;
  top: 6px;
}

#sysMypageEditDelivery #sysMain input[type=checkbox],
#sysMypageEditMember #sysMain input[type=checkbox] {
  height: 16px;
}

#sysMypageEditDelivery #sysMain input[type=submit].sysNextSubmit,
#sysMypageEditMember #sysMain input[type=submit].sysNextSubmit {
  height: 50px;
  font-size: 1.6rem;
}

#sysMypageEditDelivery #sysMain input[type=submit].sysBackButton,
#sysMypageEditDelivery #sysMain input[type=submit].sysButton,
#sysMypageEditMember #sysMain input[type=submit].sysBackButton,
#sysMypageEditMember #sysMain input[type=submit].sysButton {
  margin: 14px auto 0;
  height: 50px;
  font-size: 1.4rem;
  line-height: 1.3;
  border-radius: 5px;
}

#sysMypageEditMember #sysMain .sysZipcode .sysFormField {
  width: 88px;
  margin-right: 3px;
}

#sysMypageEditMember #sysMain .sysZipcode.sysFormItem input[type=text] {
  min-width: 88px;
}

#sysMypageEditMember #sysMain .sysZipcode button {
  width: 153px;
  height: 44px;
}

#sysMypageEditMember #sysMain .sysBirthday input {
  padding: 10px 12px !important;
  text-align: center;
}

#sysMypageEditConfirm #sysMain .sysName {
  margin-bottom: 10px;
}

#sysMypageEditConfirm #sysMain .sysFormLabel {
  display: inline;
  line-height: 1.6;
}

#sysMypageEditConfirm #sysMain .sysFormField {
  border-style: none;
  padding-left: 0;
  margin: 0 auto 4px;
}

#sysMypageEditConfirm #sysMain .sysZipcode .sysFormLabel {
  display: block;
}

#sysMypageEditConfirm #sysMain .sysFormItem.sysGender {
  margin-bottom: 4px;
}

#sysMypageEditConfirm #sysMain input[type=submit].sysBackButton {
  margin-top: 14px;
}

#sysMypageEditDelivery #sysMain .sysOtherAddress {
  margin-bottom: 12px;
}

#sysMypageEditDelivery #sysMain .sysFormItem.sysZipcode input[type=text] {
  width: 88px;
  min-width: initial;
  margin-right: 7px;
}

#sysMypageEditDelivery #sysMain .sysFormItem.sysZipcode button[name=searchAddress] {
  margin: 5px 0 2px;
  padding: 0 0.8em;
  width: 154px;
}

#sysMypageEditDelivery #sysMain .sysSelectAddress button {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  padding: 2px;
  color: #2d2d2d;
  -webkit-appearance: none;
  background-color: #fff;
}

#sysMypageAshiato #sysMain .sysItemList input[type=submit].sysCartButton,
#sysMypageReview #sysMain .sysItemList input[type=submit].sysCartButton {
  background-color: #ccc;
  border-radius: 3px;
  font-size: 1.1rem;
  border-style: none;
  line-height: 1.5;
}

#sysMypageAshiato #sysMain .sysItemList input[type=submit].sysButton,
#sysMypageReview #sysMain .sysItemList input[type=submit].sysButton {
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 12px 0 0;
  line-height: 1.3;
  height: 36px;
  width: 180px;
}

#sysMypageAshiato #sysMain .sysItemListDisp,
#sysMypageReview #sysMain .sysItemListDisp {
  margin-bottom: 10px;
}

#sysMypageAshiato #sysMain .sysItemListDisp .sysItemListViewType,
#sysMypageReview #sysMain .sysItemListDisp .sysItemListViewType {
  margin-top: -6px;
}

#sysMypageAshiato .sysItemList ul.sysThumbnail li,
#sysMypageReview .sysItemList ul.sysThumbnail li {
  width: 25%;
}

#sysMypageWithdrawalConfirm #sysMain input[type=submit] {
  margin-bottom: 20px;
}

#sysMypageLogin #sysMain input[type=submit] {
  font-weight: normal;
}

#sysMypageLogin #sysMain input[type=submit].sysLoginButton {
  width: 65%;
  float: none;
  margin: 30px auto;
  display: block;
  font-size: 1.6rem;
  border-style: none;
  background: #ccc;
  color: #000;
  padding: 5px 0 !important;
  height: 50px;
  border-radius: 5px;
}

#sysMypageLogin #sysMain input[type=submit].sysButton {
  width: 240px !important;
  margin-right: 0;
  font-size: 1.4rem;
  border-style: none;
  background-image: url(/img/layout/common/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 8.5px;
  background-position: 94% 50%;
  padding-right: 2em !important;
}

#sysMypageLogin #sysMain input[type=submit].sysButton[value=会員登録] {
  display: none;
}

#sysMypageLogin #sysMain .toMember {
  display: none;
  margin: 30px 1em 0 auto;
}

#sysMypageLogin #sysMain .toMember a {
  font-size: 1.4rem;
}

#sysMypageReminder #sysMain input[type=email] {
  height: 44px;
}

#sysMypageReminder #sysMain input[type=submit] {
  width: 65%;
  margin: 30px auto;
  font-size: 1.6rem;
  background: #ccc;
  color: #000;
  height: 50px;
  border-radius: 5px;
  line-height: 1.8;
}

#sysFormIndex #sysMain .sysFormItem {
  display: flex;
  flex-wrap: wrap;
}

#sysFormIndex #sysMain .sysFormField {
  width: 100%;
  margin: 5px 0 13px;
}

#sysFormIndex #sysMain input[type=text] {
  margin-bottom: 0;
}

#sysFormIndex #sysMain select {
  width: 200px;
  height: 44px;
}

#sysFormIndex.form-inquiry #sysMain .info {
  margin-bottom: 1.6em;
}

#sysFormIndex.form-inquiry #sysMain .info .small {
  font-size: 1.1rem;
}

#sysFormIndex.form-inquiry #sysMain .sysFormItem.sys5 .sysFormField input[type=text] {
  width: 5.8em;
  margin-right: 0.2em;
}

#sysFormIndex.form-inquiry #sysMain .sysFormItem.sys5 .sysFormField .sysButton {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  margin: 0;
}

#sysFormIndex.form-inquiry #sysMain .sysFormItem.sys5 .sysFormField .sysButton:hover {
  opacity: 0.6;
}

#sysFormIndex.form-sainyuka #sysMain .sysItemThumnailByFreeform {
  margin-bottom: 10px;
}

#sysFormIndex.form-sainyuka #sysMain .sysFormItem.sys5 .sysFormLabel {
  display: none;
}

#sysFormConfirm #sysMain form {
  position: relative;
}

#sysFormConfirm #sysMain .sysFormLabel {
  position: relative;
  padding-left: 1.2em;
}

#sysFormConfirm #sysMain .sysFormLabel::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #2d2d2d;
}

#sysFormConfirm #sysMain .sysFormField {
  min-width: 28px;
  border-style: none;
}

#sysFormConfirm #sysMain button[type=submit] {
  width: 65%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: none;
  display: block;
  margin: 94px auto 0;
}

#sysFormConfirm #sysMain input[type=submit].sysNextSubmit {
  position: absolute;
  left: 0;
  right: 0;
  top: -144px;
}

@media screen and (max-width: 1100px) {
  .sysCart #sysWrap,
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap,
  #sysFormIndex #sysWrap,
  #sysFormConfirm #sysWrap,
  #sysFormThanks #sysWrap {
    margin-top: 55px;
  }
  .sysCart #sysMain,
  .sysMypage #sysMain,
  .sysMemberRegister #sysMain,
  #sysFormIndex #sysMain,
  #sysFormConfirm #sysMain,
  #sysFormThanks #sysMain {
    margin-bottom: 80px;
    width: 95% !important;
    padding: 0 !important;
  }
  .sysCart #sysMain {
    margin-top: 0 !important;
  }
  .sysCart #sysWrap {
    margin-top: 20px;
  }
  #sysBillingAddress form {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 680px) {
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap,
  #sysFormIndex #sysWrap,
  #sysFormConfirm #sysWrap,
  #sysFormThanks #sysWrap {
    margin-top: 55px;
  }
  .sysCart #sysMain,
  .sysMypage #sysMain,
  .sysMemberRegister #sysMain,
  #sysFormIndex #sysMain,
  #sysFormConfirm #sysMain,
  #sysFormThanks #sysMain {
    width: 95%;
    padding: 0;
  }
  .sysCart #sysMain input[type=submit].sysBackSubmitArea,
  .sysCart #sysMain input[type=submit].sysBackButton,
  .sysCart #sysMain input[type=submit].sysNextSubmit,
  .sysCart #sysMain input[type=submit].sysButton,
  .sysMypage #sysMain input[type=submit].sysBackSubmitArea,
  .sysMypage #sysMain input[type=submit].sysBackButton,
  .sysMypage #sysMain input[type=submit].sysNextSubmit,
  .sysMypage #sysMain input[type=submit].sysButton,
  .sysMemberRegister #sysMain input[type=submit].sysBackSubmitArea,
  .sysMemberRegister #sysMain input[type=submit].sysBackButton,
  .sysMemberRegister #sysMain input[type=submit].sysNextSubmit,
  .sysMemberRegister #sysMain input[type=submit].sysButton,
  #sysFormIndex #sysMain input[type=submit].sysBackSubmitArea,
  #sysFormIndex #sysMain input[type=submit].sysBackButton,
  #sysFormIndex #sysMain input[type=submit].sysNextSubmit,
  #sysFormIndex #sysMain input[type=submit].sysButton,
  #sysFormConfirm #sysMain input[type=submit].sysBackSubmitArea,
  #sysFormConfirm #sysMain input[type=submit].sysBackButton,
  #sysFormConfirm #sysMain input[type=submit].sysNextSubmit,
  #sysFormConfirm #sysMain input[type=submit].sysButton,
  #sysFormThanks #sysMain input[type=submit].sysBackSubmitArea,
  #sysFormThanks #sysMain input[type=submit].sysBackButton,
  #sysFormThanks #sysMain input[type=submit].sysNextSubmit,
  #sysFormThanks #sysMain input[type=submit].sysButton {
    width: 100% !important;
  }
  .sysCart #sysMain .sysNextSubmitAreaForUseAmazon {
    max-width: 420px;
    width: 100%;
    display: block;
  }
  .sysCart #sysMain .sysDeleteArea input[type=submit] {
    width: auto !important;
    margin-right: 0;
  }
  .sysCart #sysMain .sysNumArea button {
    font-size: 1.2rem;
  }
  .sysCart#sysConfirm #sysMain .sysOrder input[type=submit].sysButton,
  .sysCart#sysConfirm #sysMain .sysProduct input[type=submit].sysButton,
  .sysCart#sysConfirm #sysMain .sysDetail input[type=submit].sysButton {
    width: 160px !important;
    margin-right: 0;
  }
  #sysMypageLogin #sysMain input[type=submit].sysLoginButton {
    width: 100%;
    margin-bottom: 20px;
  }
  #sysMypageLogin #sysMain .toMember {
    margin-top: 20px;
  }
  #sysPayment #sysWrap,
  #sysConfirm #sysWrap,
  #sysThanks #sysWrap {
    width: 100% !important;
    margin-left: 0;
  }
  #sysMypageAshiato #sysMain input[type=radio],
  #sysMypageReview #sysMain input[type=radio] {
    top: 5px;
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li,
  #sysMypageReview .sysItemList ul.sysThumbnail li {
    width: 25%;
  }
  .sysMypage .sysHeadline {
    margin-bottom: 1em !important;
  }
  .sysMypage .sysHeadline b {
    border-top-style: none;
    padding-top: 0;
  }
  #sysFormConfirm #sysMain button[type=submit] {
    width: 100%;
  }
  #sysFormThanks #sysMain .completeText {
    text-align: left;
  }
}
/* カテゴリ画像非表示 */
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription img {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .top_slider_banner_sp {
    padding-top: 80px;
  }
}
@media screen and (max-width: 680px) {
  .is-sp {
    display: block;
  }
}
#top .h2_lead {
  margin-top: 56px;
}

@media screen and (max-width: 680px) {
  #top .h2_lead {
    margin-top: 35px;
  }
}
#sysItemCategory .sysPagination {
  margin-bottom: 90px;
}

#sysItemCategory .sysItemListDisp {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  #sysItemCategory .sysPagination {
    margin-bottom: 110px;
  }
}
#sysItemDetail .sysCartButton {
  border-radius: 0;
}

#sysItemDetail #sysWrap #sysMain {
  margin-bottom: 100px;
}

#sysItemDetail .sysItemImages .sysImageList {
  text-align: left;
}

#sysItemDetail .itemdetail .sysExplanation + .sysForm #sysNumber {
  display: none;
}

#sysItemDetail .sysReview {
  margin-bottom: 100px;
}

#sysItemDetail .sysReview > span {
  font-size: 2.4rem;
  font-weight: bold;
}

#sysItemDetail .sysReview .sysReviewHistoryCount {
  display: none;
}

#sysItemDetail .sysReview .sysReviewHistoryList {
  padding-left: 45px;
  padding-right: 45px;
}

#sysItemDetail .sysReview .sysReviewHistoryList li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #999999;
}

#sysItemDetail .sysReview .sysReviewHistoryList li .sysReviewText {
  margin-bottom: 5px;
}

#sysItemDetail .sysReview form {
  text-align: center;
}

#sysItemDetail .sysReview input[type=submit] {
  cursor: pointer;
  background-color: #fff;
  font-size: 15px;
  padding: 8px 55px !important;
  border: 1px solid #000000;
  margin-top: 60px;
  transition: opacity 0.3s;
}

#sysItemDetail .sysReview input[type=submit]:hover {
  opacity: 0.5;
}

.check_item_list {
  max-width: 1000px;
  margin: 0 auto 0;
}

.check_item_list .sysContent .sysHorizontal li {
  width: 20%;
}

.check_item_list .sysContent .sysItemName {
  min-height: 52px;
}

.check_item_list .sysContent .sysItemName,
.check_item_list .sysContent .sysItemPrice {
  font-size: 1.1rem;
  text-align: left;
}

.check_item_list .sysHeadline {
  width: auto;
  text-align: left;
  margin: 0 0 0.85em !important;
  padding: 0 5px;
}

.check_item_list .sysHeadline span {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.check_item_list .sysHeadline::before {
  display: none;
}

@media screen and (max-width: 1100px) {
  .check_item_list .sysContent .sysHorizontal li {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 20px;
  }
  .check_item_list .sysContent .sysHorizontal li:nth-child(3n) {
    margin-right: 0;
  }
  .check_item_list .sysContent .sysHorizontal li:nth-of-type(n + 4) {
    display: none;
  }
  .check_item_list .sysContent .sysItemName a {
    font-size: 1.1rem;
  }
  .check_item_list .sysHeadline span {
    font-size: 2.4rem;
  }
  #sysItemDetail .sysReview {
    margin-bottom: 80px !important;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  #sysItemDetail {
    padding-bottom: 0;
  }
  #sysItemDetail .sysPr {
    text-align: left;
  }
  #sysItemDetail .sysPr span:first-child {
    display: none;
  }
  #sysItemDetail .sysItemImages .sysImageList {
    margin: 0 auto;
  }
  #sysItemDetail #sysWrap #sysMain {
    margin-bottom: 90px;
  }
  #sysItemDetail .sysFreeForm form {
    margin-bottom: 58px;
  }
  #sysItemDetail .sysReview {
    margin-bottom: 45px !important;
  }
  #sysItemDetail .sysReview > span {
    text-align: center;
    font-size: 1.8rem;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #sysItemDetail .sysReview input[type=submit] {
    margin-top: 30px;
    padding: 5px 50px !important;
  }
  .check_item_list .sysHeadline {
    text-align: center;
  }
  .check_item_list .sysHeadline span {
    font-size: 1.8rem;
  }
}
.itempage_recommend_choice .sysContent .sysItemName {
  min-height: 52px;
}

#sysItemReviewIndex #sysWrap .sysButton {
  transition: all 0.3s;
}

#sysItemReviewIndex #sysWrap .sysButton:hover {
  opacity: 0.7;
}

#sysItemReviewIndex #sysWrap select {
  width: 107px;
  text-align: center;
  height: 38px;
  font-size: 15px;
}

#sysItemReviewIndex #sysWrap input[name=front_site_item_review_index] {
  width: 107px;
  height: 38px;
  padding: 0 !important;
  border-radius: 0;
  margin-bottom: 20px;
  background: #999999;
}

#sysItemReviewIndex #sysWrap #sysMain {
  padding: 0 3%;
  margin-top: 150px;
}

#sysItemReviewIndex #sysWrap #sysMain > h2 {
  font-size: 18px;
  margin-bottom: 42px;
}

#sysItemReviewIndex #sysWrap #sysMain > div:first-of-type {
  text-align: center;
}

#sysItemReviewIndex #sysWrap #sysMain > div:first-of-type img {
  width: 35%;
}

#sysItemReviewIndex #sysWrap #sysMain > form:first-of-type {
  text-align: center;
}

#sysItemReviewIndex #sysWrap #sysMain > form:first-of-type input[type=submit] {
  width: 260px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  margin-top: 10px;
  font-size: 15px;
  padding: 6px 5px !important;
}

#sysItemReviewIndex #sysWrap #sysMain > form:first-of-type .sysButton {
  background-size: 8px !important;
  background-position: center right 10px !important;
  background-image: url(http://albove.aispr.jp/img/yazirusi.png) !important;
  background-repeat: no-repeat !important;
}

#sysItemReviewIndex #sysWrap .sysReviewHistoryList {
  margin-bottom: 110px;
  border-bottom: 1px solid #999;
}

#sysItemReviewIndex #sysWrap .sysReviewHistoryList li {
  padding-top: 32px;
  padding-bottom: 15px;
  border-top: 1px solid #999;
}

#sysItemReviewIndex #sysWrap .sysReviewImproperForm {
  text-align: right;
}

#sysItemReviewIndex #sysWrap .sysReviewImproperForm input[type=submit] {
  width: 154px;
  font-size: 12px;
  border-radius: 0;
  padding: 8px 5px !important;
  margin-top: 5px;
  background-color: #999;
}

#sysItemReviewIndex #sysWrap h3 {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  #sysItemReviewIndex #sysWrap input[name=front_site_item_review_index] {
    margin-top: 20px;
  }
  #sysItemReviewIndex #sysWrap #sysMain {
    margin-top: 100px;
  }
  #sysItemReviewIndex #sysWrap #sysMain > h2 {
    font-size: 13px;
    margin-bottom: 18px;
  }
  #sysItemReviewIndex #sysWrap #sysMain > div:first-of-type img {
    width: 70%;
  }
  #sysItemReviewIndex #sysWrap #sysMain > form:first-of-type input[type=submit] {
    width: 205px;
    padding: 5px 5px !important;
    margin-bottom: 25px;
    font-size: 15px;
  }
  #sysItemReviewIndex #sysWrap .sysReviewHistoryList li {
    padding-top: 20px;
  }
  #sysItemReviewIndex #sysWrap .sysReviewImproperForm input[type=submit] {
    padding: 4px 5px !important;
  }
}
@media screen and (max-width: 680px) {
  .header_wrap {
    height: auto;
  }
  .header_wrap_inner {
    height: 80px;
  }
  .sysCart .header_wrap_inner {
    height: 80px;
  }
  .header_sp #navBtn {
    top: 39px;
  }
  .header_sp .spCart {
    top: 38px;
  }
  .header_sp .spLogo img {
    margin-top: 48px;
  }
}
#sysFooter .footer {
  padding-bottom: 35px;
}

#sysFooter #f_sns ul {
  width: 150px;
}

#sysFooter .f_logo {
  padding-top: 23px;
  margin-bottom: 70px;
}

#sysFooter .f_logo .sysContent {
  text-align: center;
}

#sysFooter .f_logo .sysContent a {
  display: inline-block;
  margin: 0 20px;
}

#sysFooter .f_logo .sysContent a:last-child img {
  width: 130px;
}

@media screen and (max-width: 680px) {
  #sysFooter .footer {
    padding-bottom: 25px;
  }
  #sysFooter #f_sns ul {
    width: 110px;
  }
  #sysFooter .f_logo {
    padding-top: 0;
    margin-bottom: 33px;
  }
  #sysFooter .f_logo .sysContent a:first-child {
    margin-bottom: 15px;
  }
  #sysFooter .f_logo .sysContent a:last-child img {
    width: 75px;
  }
}
#style_alvobe #sysWrap #sysMain .stylebook_main {
  margin-bottom: 100px;
}

#top #sysMain .top_itemBlock {
  margin-bottom: 80px;
}

#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li {
  float: none !important;
  width: 130px;
  margin-right: 44px;
  text-align: left !important;
  padding: 0 !important;
}

#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  #top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li {
    width: 100%;
    margin-right: 1.5vw;
    margin-bottom: 20px;
  }
  #top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li:nth-child(3n) {
    margin-right: 0;
  }
}
#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li .sysItemImage {
  margin-bottom: 5px;
}

#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li .sysItemName a {
  font-size: 10px;
  line-height: 1.6;
}

#top #sysMain .top_itemBlock .sysItemBlock ul.sysHorizontal li .sysItemPrice {
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  #top #sysMain .top_itemBlock {
    display: none !important;
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #top #sysMain .top_itemBlock_sp .owl-dots {
    display: none;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-stage {
    position: relative;
    /* fix firefox animation glitch */
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-item,
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-loaded {
    display: block;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-hidden {
    opacity: 0;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 5px;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-rtl {
    direction: rtl;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  #top #sysMain .top_itemBlock_sp .no-js .owl-carousel {
    display: block;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #top #sysMain .top_itemBlock_sp .owl-height {
    transition: height 500ms ease-in-out;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-playing .owl-video-play-icon,
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
  #top #sysMain .top_itemBlock_sp .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  #top #sysMain .top_itemBlock_sp .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  #top #sysMain .top_itemBlock_sp .owl-dots {
    text-align: center;
  }
  #top #sysMain .top_itemBlock_sp .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: 10px;
  }
  #top #sysMain .top_itemBlock_sp .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 12.5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  #top #sysMain .top_itemBlock_sp .owl-dots .owl-dot.active span,
  #top #sysMain .top_itemBlock_sp .owl-dots .owl-dot:hover span {
    background: #000;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-next,
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-prev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 42px;
    top: 0;
    bottom: 40px;
    margin: auto;
    z-index: 150;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "ＭＳ ゴシック", MS Gothic, " Osaka－等幅", " Osaka-mono", monospace;
    text-align: center;
    border-radius: 50%;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-prev {
    left: 10px;
    text-indent: -9999px;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-next {
    right: 10px;
    text-indent: -9999px;
  }
}
/*
  221125 SPヘッダー改修
*/
@media screen and (max-width: 1100px) {
  .header_sp .spLogin {
    position: absolute;
    top: 30px;
    right: 35px;
  }
  .header_sp .spLogin a {
    position: relative;
    display: block;
  }
  .header_sp .spLogin a img {
    padding: 0.7em;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 680px) {
  .header_sp .spLogin {
    top: 37px;
  }
}
#sysItemCategory .category_head {
  margin-bottom: 5px;
}

#sysItemCategory .sysItemCategoryInfo .category_head img {
  display: block;
}

.sub_cate_link_wrap {
  width: 100%;
}

.sub_cate_link_wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.sub_cate_link_wrap ul li {
  width: calc((100% - 10px) / 2);
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #000;
  position: relative;
}

.sub_cate_link_wrap ul li::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 16px solid #000;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}

.sub_cate_link_wrap ul li::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
  pointer-events: none;
}

.sub_cate_link_wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .sub_cate_link_wrap ul {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .sub_cate_link_wrap ul li {
    width: calc((100% - 1.3333333333vw) / 2);
    height: 12vw;
    margin-bottom: 0;
  }
  input.opcConfirm_requestOrder.opcCommonButton.opcConfirm_order {
    font-size: 16px;
  }
  .sysOpcBody div#sysMain {
    margin-top: 0 !important;
    padding: 20px 10px;
  }
  .opcCommonButtonEdit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
#sysItemDetail .renew_wrap * {
  font-family: "Noto Sans Display", "Noto Sans JP", sans-serif;
}

#sysItemDetail .renew_wrap .model_styling_ttl {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 20px;
}

#sysItemDetail .renew_wrap .model_styling_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

#sysItemDetail .renew_wrap .model_styling_list li {
  width: 164px;
  margin-right: 4px;
}

#sysItemDetail .renew_wrap .model_styling_list li:last-child {
  margin-right: 0;
}

#sysItemDetail .renew_wrap .model_styling_list li .txt {
  padding-top: 10px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

#sysItemDetail .renew_wrap .item_detail_ttl {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 15px;
}

#sysItemDetail .renew_wrap .item_detail_txt {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 50px;
}

#sysItemDetail .renew_wrap .btn_wrap {
  margin-bottom: 30px;
}

#sysItemDetail .renew_wrap .btn_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#sysItemDetail .renew_wrap .btn_wrap ul li {
  width: 30.8%;
  height: 60px;
  border: 1px solid #000;
  position: relative;
}

#sysItemDetail .renew_wrap .btn_wrap ul li::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 16px solid #000;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}

#sysItemDetail .renew_wrap .btn_wrap ul li::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
  pointer-events: none;
}

#sysItemDetail .renew_wrap .btn_wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sysItemDetail .renew_wrap .btn_wrap .large_btn {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  border: 1px solid #000;
  position: relative;
}

#sysItemDetail .renew_wrap .btn_wrap .large_btn::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 16px solid #000;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}

#sysItemDetail .renew_wrap .btn_wrap .large_btn::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
  pointer-events: none;
}

#sysItemDetail .renew_wrap .btn_wrap .large_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 680px) {
  #sysItemDetail .renew_wrap * {
    font-family: "Noto Sans Display", "Noto Sans JP", sans-serif;
  }
  #sysItemDetail .renew_wrap .btn_wrap ul li {
    width: 30.6666666667vw;
  }
}
.albove_ranking {
  margin-bottom: 80px;
}
.albove_ranking .sysContent .sysHorizontal li {
  float: none;
  width: auto;
  padding: 0;
}
.albove_ranking .sysContent .sysHorizontal li .sysIconRank {
  position: relative;
  width: 100%;
  height: 30px;
}
.albove_ranking .sysContent .sysHorizontal li .sysIconRank::after {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.albove_ranking .sysContent .sysHorizontal li .sysIconRank img {
  display: none !important;
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(1) .sysIconRank::after {
  content: "1";
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(2) .sysIconRank::after {
  content: "2";
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(3) .sysIconRank::after {
  content: "3";
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(4) .sysIconRank::after {
  content: "4";
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(5) .sysIconRank::after {
  content: "5";
}
.albove_ranking .sysContent .sysHorizontal li:nth-child(6) .sysIconRank::after {
  content: "6";
}

.sp_top_ranking {
  margin-bottom: 100px;
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item li {
  float: none;
  width: auto;
  padding: 0;
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item li .sysIconRank {
  position: relative;
  width: 100%;
  height: 30px;
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item li .sysIconRank::after {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item li .sysIconRank img {
  display: none !important;
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(3) .sysIconRank::after {
  content: "6";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(4) .sysIconRank::after {
  content: "1";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(5) .sysIconRank::after {
  content: "2";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(6) .sysIconRank::after {
  content: "3";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(7) .sysIconRank::after {
  content: "4";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(8) .sysIconRank::after {
  content: "5";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(9) .sysIconRank::after {
  content: "6";
}
.sp_top_ranking .sysContent .sysHorizontal .owl-item:nth-child(10) .sysIconRank::after {
  content: "1";
}

/* カテゴリーアコーディオン */
#sysItemCategory .category_head .accordion_wrap {
  width: 100%;
  margin-top: 20px;
}

#sysItemCategory .category_head .accordion_wrap dl {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
}

#sysItemCategory .category_head .accordion_wrap dl:last-child {
  margin-bottom: 0;
}

#sysItemCategory .category_head .accordion_wrap dl dt {
  width: 100%;
  padding: 10px;
  background: #ededed;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

#sysItemCategory .category_head .accordion_wrap dl dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
}

#sysItemCategory .category_head .accordion_wrap dl dt::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotateZ(90deg);
  transition-duration: 0.3s;
}

#sysItemCategory .category_head .accordion_wrap dl dt.open::after {
  transform: translate(-50%, -50%) rotateZ(0);
}

#sysItemCategory .category_head .accordion_wrap dl dd {
  display: none;
  padding: 20px 10px;
}

.header .h_menu.h_menu01 .h_menu_list {
  margin: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.header .h_menu.h_menu01 .h_menu_list .h_menu01_inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  justify-content: center;
  gap: 50px;
}
.header .h_menu.h_menu01 .h_menu_list .h_menu01_inner .h_menu_item {
  flex-shrink: 0;
  width: 180px !important;
}
.header .h_menu.h_menu01 .h_menu_list .h_menu01_inner .add_link_wrap {
  flex-shrink: 0;
  min-width: 180px;
}
.header .h_menu.h_menu01 .h_menu_list .h_menu01_inner .add_link_wrap a {
  font-size: 24px;
  background: transparent;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
}

#spNavMenu .h_menu_list .h_menu01_inner .add_link_wrap {
  margin-bottom: 0.8em;
}
#spNavMenu .h_menu_list .h_menu01_inner .add_link_wrap:last-child {
  margin-bottom: 30px;
}
#spNavMenu .h_menu_list .h_menu01_inner .add_link_wrap a {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 3.35;
  border: 1px solid #ccc;
  position: relative;
}
#spNavMenu .h_menu_list .h_menu01_inner .add_link_wrap a::after {
  content: "";
  position: absolute;
  background: url(/img/layout/header/arrow_tr.png) no-repeat;
  background-size: cover;
  bottom: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}

#sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal {
  gap: 30px 44px;
}
#sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal li {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  #sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal {
    gap: 10px 5px;
  }
  #sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal li {
    width: calc((100% - 10px) / 3);
    margin-right: 0;
  }
  #sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal li:nth-of-type(n+4) {
    display: block;
  }
  #sysItemDetail .itempage_recommend_choice .sysContent .sysHorizontal li:nth-of-type(n+10) {
    display: none;
  }
}
form[action="https://albove.com/mypage/my-coupon.html"] {
  display: none !important;
}

#top .top_rankingBlock li .sysItemImage {
  position: relative;
  padding-top: 35px;
}
#top .top_rankingBlock li .sysItemImage::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  color: #fff;
}
#top .top_rankingBlock li:nth-child(1) .sysItemImage::after {
  content: "1";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock li:nth-child(2) .sysItemImage::after {
  content: "2";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock li:nth-child(3) .sysItemImage::after {
  content: "3";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock li:nth-child(4) .sysItemImage::after {
  content: "4";
  background: #000;
}
#top .top_rankingBlock li:nth-child(5) .sysItemImage::after {
  content: "5";
  background: #000;
}
#top .top_rankingBlock li:nth-child(6) .sysItemImage::after {
  content: "6";
  background: #000;
}
#top .top_rankingBlock_sp .owl-item li .sysItemImage {
  position: relative;
  padding-top: 35px;
}
#top .top_rankingBlock_sp .owl-item li .sysItemImage::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
}
#top .top_rankingBlock_sp .owl-item:nth-child(4) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(10) li .sysItemImage::after {
  content: "1";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock_sp .owl-item:nth-child(5) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(11) li .sysItemImage::after {
  content: "2";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock_sp .owl-item:nth-child(6) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(12) li .sysItemImage::after {
  content: "3";
  color: #fff;
  background: #000;
}
#top .top_rankingBlock_sp .owl-item:nth-child(1) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(7) li .sysItemImage::after {
  content: "4";
  background: #000;
}
#top .top_rankingBlock_sp .owl-item:nth-child(2) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(8) li .sysItemImage::after {
  content: "5";
  background: #000;
}
#top .top_rankingBlock_sp .owl-item:nth-child(3) li .sysItemImage::after, #top .top_rankingBlock_sp .owl-item:nth-child(9) li .sysItemImage::after {
  content: "6";
  background: #000;
}

.top_h2_lead {
  display: none;
}

.top_slider_banner #main_slider .owl-nav {
  display: block;
}
.top_slider_banner #main_slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 65%;
  margin-top: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: -9999px;
  z-index: 9999;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(-50%);
}
.top_slider_banner #main_slider .owl-nav .owl-prev {
  left: 5%;
  background: #000;
}
.top_slider_banner #main_slider .owl-nav .owl-prev::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotateZ(-45deg);
}
.top_slider_banner #main_slider .owl-nav .owl-next {
  right: 5%;
  background: #000;
}
.top_slider_banner #main_slider .owl-nav .owl-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(30%, -50%) rotateZ(45deg);
}

@media screen and (max-width: 1100px) {
  #top #sysMain .top_itemBlock_sp .owl-nav {
    display: block;
    margin-top: 0;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: 0;
    outline: 0;
    width: 8vw;
    height: 8vw;
    padding: 0;
    text-indent: -9999px;
    z-index: 9999;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-prev {
    left: -2.6666666667vw;
    background: #000;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-prev::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) rotateZ(-45deg);
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-next {
    right: -2.6666666667vw;
    background: #000;
  }
  #top #sysMain .top_itemBlock_sp .owl-nav .owl-next::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(30%, -50%) rotateZ(45deg);
  }
  #top #main_slider_sp .owl-nav {
    display: block;
    margin-top: 0;
  }
  #top #main_slider_sp .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: 0;
    outline: 0;
    width: 8vw;
    height: 8vw;
    padding: 0;
    text-indent: -9999px;
    z-index: 9999;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #top #main_slider_sp .owl-nav .owl-prev {
    left: 2.6666666667vw;
    background: #000;
  }
  #top #main_slider_sp .owl-nav .owl-prev::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) rotateZ(-45deg);
  }
  #top #main_slider_sp .owl-nav .owl-next {
    right: 2.6666666667vw;
    background: #000;
  }
  #top #main_slider_sp .owl-nav .owl-next::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(30%, -50%) rotateZ(45deg);
  }
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysHeadline {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 20px 0 !important;
  padding: 0;
  text-align: left;
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysHeadline span {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  margin: 0;
  margin-right: 8px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysHeadline {
    font-size: 12px;
  }
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysHeadline span {
    font-size: 26px;
  }
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul::after {
  display: none;
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li {
  width: 25%;
  padding: 10px;
  float: none;
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li .sysItemName {
  display: block;
  font-size: 1.1rem;
  text-align: left;
}
#sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li .sysItemPrice {
  display: block;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (max-width: 680px) {
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul::after {
    display: none;
  }
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li {
    width: 50%;
    padding: 10px;
    float: none;
  }
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li .sysItemName {
    display: block;
    font-size: 1.1rem;
    text-align: left;
  }
  #sysItemCategory .sysItemCategoryInfo .popular_list .sysItemBlock ul li .sysItemPrice {
    display: block;
    font-size: 1.1rem;
    text-align: left;
  }
}
#sysItemCategory .sysItemList .sysSuggestedRetailPrice,
#sysItemSearch .sysItemList .sysSuggestedRetailPrice {
  text-decoration: line-through;
}
#sysItemCategory .sysItemList .sysSuggestedRetailPrice span,
#sysItemSearch .sysItemList .sysSuggestedRetailPrice span {
  text-decoration: none !important;
}
#sysItemCategory .sysItemList .sysRetailPrice.sysRetailPriceWithSuggested,
#sysItemSearch .sysItemList .sysRetailPrice.sysRetailPriceWithSuggested {
  color: #f75353;
  font-size: 1.1em;
}
#sysItemCategory .sysItemList .sysRetailPrice.sysRetailPriceWithSuggested::before,
#sysItemSearch .sysItemList .sysRetailPrice.sysRetailPriceWithSuggested::before {
  content: "SALE価格：";
  display: inline;
}
#sysItemCategory .sysItemList .sysItemPrArea span.sale,
#sysItemSearch .sysItemList .sysItemPrArea span.sale {
  display: inline-block;
  width: auto;
  font-size: 1.1rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #f75353;
}

#sysItemDetail #sysMain .orderArea.itemdetail .sysSuggestedRetailPrice:has(span) {
  margin-top: 0;
  text-decoration: line-through;
}
#sysItemDetail #sysMain .orderArea.itemdetail .sysSuggestedRetailPrice:has(span) span {
  font-size: 1em;
}
#sysItemDetail #sysMain .orderArea.itemdetail .sysSuggestedRetailPrice:has(span) + .sysRetailPrice {
  color: #f75353;
}
#sysItemDetail #sysMain .orderArea.itemdetail .sysSuggestedRetailPrice:has(span) + .sysRetailPrice::before {
  content: "SALE価格：";
  display: inline;
}
#sysItemDetail #sysMain .orderArea.itemdetail .sysPr span.sale {
  display: inline-block;
  width: auto;
  font-size: 1.1rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #f75353;
}

.top_slider_banner_sp {
  overflow: hidden;
  margin: 0 auto -30px;
}
.top_slider_banner_sp ul#main_slider_sp div.owl-stage-outer div.owl-stage div.owl-item {
  height: 100vw;
}
.top_slider_banner_sp ul#main_slider_sp div.owl-stage-outer div.owl-stage div.owl-item > li {
  width: 100%;
  height: 100%;
}
.top_slider_banner_sp ul#main_slider_sp div.owl-stage-outer div.owl-stage div.owl-item > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_slider_banner_sp ul#main_slider_sp div.owl-stage-outer div.owl-stage div.owl-item > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 680px) {
  div.top_under_slide_link div.sysContent div.cate_link_wrap > ul > li {
    height: 9.7435897436vw;
  }
  div.top_under_slide_link div.sysContent div.cate_link_wrap > ul > li a {
    font-size: 3.5897435897vw;
  }
}
div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
}
div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal > li {
  float: none !important;
  width: calc((100% - 220px) / 6);
  margin-right: 0;
  padding: 0 !important;
  position: relative;
  counter-increment: concept_ranking;
}
div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal > li:nth-child(n+7) {
  display: none;
}

@media screen and (max-width: 1100px) {
  div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 1.5vw;
  }
  div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal > li {
    width: 31vw;
    margin-right: 0;
    margin-bottom: 0;
  }
  div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal > li:nth-child(-n+6) {
    display: block;
  }
  div.concept_ranking div.sysContent div.sysItemBlock ul.sysHorizontal > li:nth-child(n+7) {
    display: none;
  }
}
iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 600px;
  display: block;
  margin: auto;
}

#top #sysMain .top_rankingBlock {
  margin-bottom: 80px;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li {
  float: none !important;
  width: 130px;
  margin-right: 44px;
  text-align: left !important;
  padding: 0 !important;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li .sysIconRank,
#top #sysMain .top_rankingBlock_sp .sysItemBlock ul.sysHorizontal li .sysIconRank {
  display: none !important;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  #top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li {
    width: 100%;
    margin-right: 1.5vw;
    margin-bottom: 20px;
  }
  #top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li:nth-child(3n) {
    margin-right: 0;
  }
}
#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li .sysItemImage {
  margin-bottom: 5px;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li .sysItemName a {
  font-size: 10px;
  line-height: 1.6;
}

#top #sysMain .top_rankingBlock .sysItemBlock ul.sysHorizontal li .sysItemPrice {
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  #top #sysMain .top_rankingBlock {
    display: none !important;
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #top #sysMain .top_rankingBlock_sp .owl-dots {
    display: none;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-stage {
    position: relative;
    /* fix firefox animation glitch */
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-item,
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-loaded {
    display: block;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-hidden {
    opacity: 0;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 5px;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-rtl {
    direction: rtl;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  #top #sysMain .top_rankingBlock_sp .no-js .owl-carousel {
    display: block;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #top #sysMain .top_rankingBlock_sp .owl-height {
    transition: height 500ms ease-in-out;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-playing .owl-video-play-icon,
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
  #top #sysMain .top_rankingBlock_sp .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  #top #sysMain .top_rankingBlock_sp .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  #top #sysMain .top_rankingBlock_sp .owl-dots {
    text-align: center;
  }
  #top #sysMain .top_rankingBlock_sp .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: 10px;
  }
  #top #sysMain .top_rankingBlock_sp .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 12.5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  #top #sysMain .top_rankingBlock_sp .owl-dots .owl-dot.active span,
  #top #sysMain .top_rankingBlock_sp .owl-dots .owl-dot:hover span {
    background: #000;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-next,
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-prev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 42px;
    top: 0;
    bottom: 40px;
    margin: auto;
    z-index: 150;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "ＭＳ ゴシック", MS Gothic, " Osaka－等幅", " Osaka-mono", monospace;
    text-align: center;
    border-radius: 50%;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-prev {
    left: 10px;
    text-indent: -9999px;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-next {
    right: 10px;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 1100px) {
  #top #sysMain .top_rankingBlock_sp .owl-nav {
    display: block;
    margin-top: 0;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: 0;
    outline: 0;
    width: 8vw;
    height: 8vw;
    padding: 0;
    text-indent: -9999px;
    z-index: 9999;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transform: translateY(-50%);
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-prev {
    left: -2.6666666667vw;
    background: #000;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-prev::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) rotateZ(-45deg);
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-next {
    right: -2.6666666667vw;
    background: #000;
  }
  #top #sysMain .top_rankingBlock_sp .owl-nav .owl-next::after {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(30%, -50%) rotateZ(45deg);
  }
}
@media screen and (max-width:600px){

}
@media screen and (min-width:601px) and (max-width:1100px){

}
@media screen and (min-width:1101px){

}
/* #END_OF_RESOURCE_FILE */
