@charset "UTF-8";
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
reset.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/*!────────────────────────────────────────
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 ────────────────────────────────────────*/
/*
  # Global selectors
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/*
  # General elements
 */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Forms
    */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/*
  # Specify media element style
   */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/*
  # Accessibility
    */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
  # Selection
    */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:focus {
  outline: none;
}

/*added 2018-05-14*/
ul {
  list-style: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
tpl.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 基本設定
 *----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #434343;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #7DA9BE;
}

.sp_only {
  display: none;
}

#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}

#sysWrap {
  max-width: 1200px;
  margin: 160px auto 0;
  padding: 0;
  overflow: hidden;
}

#sysHeader {
  margin: 0;
  padding: 0;
}

div#sysMain {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: auto !important;
}

#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;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: inherit;
}

a {
  color: #434343;
  text-decoration: none;
  font-weight: inherit;
}

a:hover {
  color: #434343;
}

img {
  vertical-align: bottom;
  /*you kakunin*/
  height: 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], textarea {
  -webkit-appearance: none;
  padding: 5px 5px !important;
  width: 100%;
  line-height: 2;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  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;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* 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,
.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);
}

.owl-carousel .owl-item {
  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,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -ms-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 - Video Plugin
 */
.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 {
  -ms-transform: scale(1.3, 1.3);
  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-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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-controls .owl-nav .disabled {
  opacity: .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;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  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: #434343;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.3s ease;
}

#sysMypageReminder #sysMain input[type=submit]:hover,
.sysBackButton:hover,
.sysNextSubmit:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

/*
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
*/
/*
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
*/
/* 商品カテゴリページ */
.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アイコン設定 */
/*PRアイコン(商品詳細ページ)*/
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
  letter-spacing: -.4em;
}

.sysItemList ul.sysThumbnail input {
  width: 100%;
  padding: 10px 0;
}

/* 商品ぺージ */
/* 商品画像 */
.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: -.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;
  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 button {
  display: inline-block;
  width: 48%;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysWishlist .sysButton,
#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: #434343;
  color: #434343;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: bold;
}

.sysLoginButton:hover,
.sysButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sysLoginButton {
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background: #666;
  color: #fff;
  text-shadow: none;
}

.sysCartInDone {
  margin: 0;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
  width: 1100px;
  border: none;
  padding: 0 150px !important;
  margin: 30px auto;
}

#sysDestination #sysMain {
  width: 1100px;
  border: 1px solid #eee;
  padding: 20px 150px !important;
  margin: 30px auto;
}

#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: #fff;
  color: #434343;
  border: 1px solid #9b9b9b;
}

#sysFormConfirm #sysMain .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
  max-width: 400px;
  height: 50px;
  margin-top: 80px;
  margin: 50px auto 0;
  background: #434343;
  float: none;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#sysMemberRegisterConfirm .sysNextSubmit:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#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,
#sysFormIndex #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: 0;
}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
}

#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
  background: #fff;
  border-radius: 0;
  margin: 0px 0 20px;
}

#sysMain .sysFormLabel {
  display: block;
  padding-left: 5px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysMain .sysRequired {
  display: inline-block;
}

#sysMain .sysRequired::before {
  content: "";
}

#sysMain .sysRequired::after {
  content: "";
}

#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 #9d9d9d;
  line-height: 2;
  padding-left: 10px;
  font-size: 1.4rem;
  border-radius: 0;
  margin: 5px auto;
  min-height: 40px;
  padding: 0.45em;
}

/* マイページ */
.sysMypageMajorHeadLine {
  display: none;
}

.SysMypageMinorHeadLine {
  border: none;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}

#sysMypageLogin .sysMypageMinorHeadLine {
  display: none;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid #9b9b9b;
  padding: 20px;
  max-height: 400px;
  overflow-y: scroll;
}

.sysOrderList li {
  border-bottom: 1px dotted #9b9b9b;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px 0 0;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  padding: 5px;
  margin: 5px auto;
  transition: all 0.3s ease;
}

/*
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
*/
#sysMypageEditConfirm #sysMain > form {
  padding: 10px 0 0;
}

/* Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -.4em;
}

.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}

.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint > div:nth-child(2n+1) {
  width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress {
  background: none;
}

.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 0px solid;
  padding: 10px;
}

.sysSelectAddress {
  margin: 10px 0;
}

.sysSelectAddress a:hover {
  background: #eee;
}

/***********************************
  商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1 {
  font-size: 24px;
  font-weight: normal;
}

/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: left;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
}

/*価格表示*/
#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 {
  clear: both;
}

.sysAddSelection input, .sysAddSelection select {
  margin: 5px 0;
}

#sysItemDetail .sysForm select {
  min-width: 450px;
  display: inline-block;
  float: none !important;
  margin: 5px 0;
}

#sysItemDetail .sysForm select[name="num"] {
  min-width: 200px;
}

#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 button {
  display: inline-block;
  width: 48%;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}

#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}

#sysWishlist .sysButton, #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 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;
  cursor: pointer;
}

/*カートに入れる*/
#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 .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;
}

.modaal-container {
  max-width: 750px !important;
  padding: 30px 8%;
  box-shadow: none !important;
  color: #333 !important;
}

.sysWishListButton {
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
}

/* お気に入り登録時の画面 */
/* バツボタン */
.modaal-close {
  width: 50px;
  height: 50px;
  width: 22px !important;
  height: 22px !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  border-radius: 0 !important;
  border: 1px solid #434343 !important;
  background-color: #fff !important;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 6px !important;
  left: 19px !important;
  width: 4px;
  height: 30px !important;
  border-radius: 4px;
  background: #434343 !important;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-close {
  width: 44px !important;
  height: 44px !important;
  right: 30px !important;
  top: 30px !important;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

/* サンプルイメージ */
.mdl-dialog__image::before {
  content: "お気に入り登録完了";
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.mdl-dialog__image {
  width: 88.81%;
  max-width: 250px;
  margin: auto;
}

.massage {
  text-align: center;
}

/* ログインボタン */
.sysWishlistLoginButton {
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #434343;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
  color: #fff;
}

.sysWishlistLoginGroup {
  margin: auto auto 30px !important;
  text-align: center;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
  background-repeat: no-repeat;
  box-sizing: inherit;
}

.mdl-dialog__content {
  margin-top: 15px;
  padding: 0 0 30px !important;
  font-size: 1.6rem !important;
}

/* 会員登録ボタン */
.sysWishlistMemberRegisterGroup::before {
  content: "会員登録をされていないお客様はこちら";
  margin-top: 12px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}

.sysWishlistMemberRegisterGroup {
  width: 80%;
  text-align: center;
  border: 1px solid #9b9b9b;
  position: relative;
  background-color: #fff;
  margin: auto auto 30px !important;
  padding-bottom: 8px;
}

.sysWishlistMemberRegistButton {
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #434343;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
  color: #fff;
  margin-top: 10px !important;
}

/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
  border-bottom: 1px solid #9b9b9b;
  transition: .2s;
  background-color: transparent;
  border-radius: 0px;
}

.sysWishlistCloseBottomButtonGroup {
  margin-top: 30px;
  text-align: right;
  text-align: center;
  font-size: 1.3rem;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}

#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: -6px;
}

#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}

#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}

#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}

/*.sysReview*/
#sysItemDetail .sysReview {
  margin: 20px 0 40px;
}

/*テーブルデザイン*/
.sysExplanation table {
  margin-bottom: 40px;
  border: none;
}

.sysExplanation table tr {
  border-bottom: 1px solid #ccc;
}

.sysExplanation table th,
.sysExplanation table td {
  padding: 3px 10px;
  text-align: center;
  border: none;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemName {
  margin-bottom: 0;
  font-size: 14px;
  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 .contents_tr {
  background-color: #f5f5f5;
}

#sysItemDetail .contents_tr td {
  background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
  margin-bottom: 0;
}

/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
  float: none;
  padding: 10px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.sysCart .header_h1_under .head_title,
.sysOpcBody .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,
.sysOpcBody #sysMain {
  max-width: 1000px;
  padding: 20px 150px;
  margin: 0 auto;
}

.sysCart #sysMain, .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-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"],
.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.sysCart .sysTotalTxt {
  text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2.4rem;
}

.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 {
  color: #da4636;
  font-weight: bolder;
}

.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"], .sysCart #sysMain button[type="submit"], .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 .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, .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,
.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;
}

.sysCart #sysMain #show-dlg-3 {
  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;
}

/*情報入力ページ調整*/
.sysOpcBody div#sysWrap {
  margin: 0 auto;
}

.sysOpcBody div#sysMain {
  padding: 3em 200px 0;
  margin-bottom: 60px;
}

.sysOpcBody .header_wrap {
  height: auto;
  position: static;
  border-bottom: none;
}

.sysOpcBody .header_h1_under a {
  pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
  display: none;
}

input[type="button"],
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

select {
  padding: 0 .5em;
}

.sysOpcBody img {
  max-width: 100%;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}

.opcCommonEditModeBlock {
  background: #fff !important;
  padding: 20px;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  margin-bottom: 0.5em;
}

.opcItem {
  padding: 3%;
  border: 1px solid #9b9b9b;
  margin-top: 10px;
}

.opcCommonInputSelect,
.opcCommonButton {
  /*width: 100px !important;*/
  background: #fff !important;
}

.opcCommonInputSelect {
  background: #f1f1f1 !important;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  background: #434343 !important;
  border: 1px solid #434343 !important;
  color: #fff !important;
  font-weight: bold;
}

.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ff3b1b !important;
  color: #fff !important;
  border: 1px solid #ff3b1b !important;
  font-weight: bold;
}

.opcConfirm_inputStatus_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ccc !important;
  color: #000 !important;
}

.opcConfirm_order {
  display: block !important;
  width: 400px !important;
  margin: 0 auto;
  background: #ff3b1b !important;
  color: #fff !important;
  border: 1px solid #ff3b1b !important;
  font-weight: bold;
  padding: 14px;
  max-width: 400px;
  transition: all 0.3s ease;
}

.opcConfirm_order:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.opcConfirm_order_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
}

.opcCommonButtonGroup {
  margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}

.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}

.opcCommonEditLabel {
  margin-top: 1em;
  border-left: 0px;
}

.opcOrderSummary_priceBreakDownGroup {
  padding-top: 1em;
  padding-bottom: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.opcBillingAddress_prefState_edit {
  margin: 5px 0;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}

.opcCommonRequireLabel {
  color: #da4636 !important;
  font-weight: bold;
}

.opcRemarks_remark_edit {
  width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  width: calc(32% - 1em) !important;
}

.opcItem_itemName {
  font-weight: bold;
  font-size: 15px;
}

.opcConfirm_headerErrorMessage {
  width: 100% !important;
  max-width: 800px;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
  margin-left: 0 !important;
  width: 100% !important;
  white-space: normal !important;
}

#sysOpc > form + div {
  margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-bottom: none !important;
}

.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 126px;
  display: inline-block;
}

/*完了ページ調整*/
#sysThanks #sysMain {
  border: none;
}

#sysThanks .sysNavImg {
  display: none;
}

#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
  margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
}

#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: #434343;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}

#sysItemSearch #sysMain .sysSearchButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
  display: inline-block;
  margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
  padding: 10px;
}

/***********************************
  お問い合わせ
***********************************/
#sysFormConfirm #sysMain .sysNextSubmit {
  width: 100%;
  margin: 20px 0 0 !important;
}

#sysFormConfirm button.sysButton {
  margin-bottom: 20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
  margin: 160px auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap {
  margin: 160px auto 0;
}

/* マイページボタン */
.sysMypageNav {
  display: flex;
  flex-wrap: wrap;
}

.sysMypageNav > form {
  width: 49%;
  vertical-align: top;
  margin-right: 2%;
}

.sysMypageNav > form:nth-child(even) {
  margin-right: 0;
}

.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.sysMypageNav .sysButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#sysMemberRegisterIndex .sysNextSubmit {
  max-width: 400px;
  height: 50px;
  margin-top: 80px;
  margin: 50px auto 0;
  background: #434343;
  float: none;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#sysMemberRegisterIndex .sysNextSubmit:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

#sysMypageLogin .sysLoginButton {
  width: 100%;
  float: left;
  margin-right: 1%;
  font-size: 14px;
  background: #434343;
  border: none;
  color: #fff;
  padding: 11px;
  border-radius: 3px;
  transition: all 0.3s ease;
  font-weight: bold;
}

#sysMypageLogin .sysLoginButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#sysMypageLogin .sysButton {
  width: 100%;
  margin-left: 0;
  font-size: 14px;
  background: none;
  border: 1px solid #434343;
  border-radius: 0;
  padding: 13px;
  background: #434343;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 3px;
  line-height: 1.6;
  font-weight: bold;
}

#sysMypageLogin .sysButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#sysMypageLogin .sysButton a {
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}

/***********************************
  ヘッダー
***********************************/
.h_inner {
  margin: 15px 0 0;
}

.header_h1_under, .header_h1 {
  width: 580px;
  height: 80px;
  float: left;
}

.header {
  width: 395px;
  height: 80px;
  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, .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 .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;
}

.tabmenu {
  margin: 10px 0 0;
}

.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 .10s 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%;
  text-align: left;
  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 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_gnav {
  margin-bottom: 5px;
}

.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 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 {
  margin-bottom: 30px;
}

/*商品別*/
.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;
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.shipFeeTable td {
  width: 500px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  margin: 30px 0;
}

.col2Style .imgWrap {
  margin: 30px 0;
}

.col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a {
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}

#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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.66666666666667%;
  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: 14px;
  font-weight: 500;
}

/*おすすめ商品*/
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
  font-size: 17px;
  float: right;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
  margin-right: 21px;
}

.sysCart #sysMain #kuronekoPayFlex button img {
  margin-top: -11px;
}

.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
  padding: 10px 0px 0px 0px;
}

.sysConfirmButton input#open_dlg_edit_customer_info {
  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;
}

/* =========================================================================================================
=========================================================================================================
SP
=========================================================================================================
========================================================================================================= */
@media screen and (max-width: 750px) {
  .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;
  }
  #sysFormIndex div#sysMain,
  #sysFormConfirm div#sysMain,
  #sysFormThanks div#sysMain {
    width: 98% !important;
    padding: 20px 10px 30px !important;
    margin: 10px auto;
  }
  .sysCart #sysMain,
  .sysMypage div#sysMain,
  .sysMemberRegister #sysMain,
  #sysItemSearch div#sysMain {
    width: 100% !important;
    padding: 20px 20px 30px !important;
    margin: 10px auto;
  }
  .sysCart #sysMain {
    width: 94% !important;
    padding: 0 !important;
    margin: 0 auto;
  }
  .sysFormField label {
    display: block;
  }
  #sysFormIndex .txtBlock {
    text-align: left;
  }
  #sysMain {
    margin-top: 0;
  }
  .grid-col {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
  /*Header */
  #sysHeader {
    margin-bottom: 5px;
  }
  /* Category Pankuzu */
  .sysItemCategoryPankuzu {
    font-size: 1.2rem;
  }
  /* 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%;
  }
  .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 {
    padding: 5px;
  }
  #sysItemCategory input[type=submit] {
    margin-top: 0px;
  }
  .sysAddSelection {
    font-size: 12px;
  }
  .sysSelectionDescription {
    font-size: 10px;
  }
  /*PRアイコン(商品詳細ページ)*/
  .sysPr {
    margin-top: 10px;
  }
  .sysPr span {
    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;
  }
  /*for demo 2017/01/12*/
  .sysExplanation {
    float: none;
    width: 100%;
  }
  span.sp_newline {
    display: block;
  }
  /***********************************
  ヘッダー
***********************************/
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under, .header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
  }
  .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;
  }
  /***********************************
  カート情報
***********************************/
  #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 .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 {
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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: 750px) 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: 750px) {
  /***********************************
  サイド
***********************************/
  .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_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;
  }
  .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: 750px) 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: 750px) {
  /* 決済ページ*/
  #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;
  }
  .sysMypageNav > form {
    margin-right: 0;
  }
  .sysMypageNav .sysButton {
    font-size: 1.4rem;
    padding: 11px 0;
  }
  /***********************************
  新規会員登録
***********************************/
  #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 [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
  }
  .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_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 .sysCartButton,
  .top_ranking_item li .sysCartButton {
    width: 100%;
    font-size: 10px;
    letter-spacing: -1px;
  }
  /*おすすめ商品*/
  .top_recommend_item li {
    padding: 5px !important;
  }
  /***********************************
  ワンページカート
***********************************/
  /*情報入力ページ調整*/
  .sysOpcBody .header_wrap {
    border-bottom: none;
  }
  .sysOpcBody img {
    max-width: 100%;
  }
  .sysOpcBody div#sysWrap {
    margin: 20px auto 0;
  }
  .sysCart #sysMain,
  .sysOpcBody #sysMain {
    border: none;
  }
  .sysOpcBody div#sysMain {
    padding: 0 3%;
    margin-bottom: 0;
  }
  .opcCommonInputSelect,
  .opcCommonButton {
    /*width: 49% !important;*/
  }
  .opcConfirm_inputStatus,
  .opcConfirm_inputStatus_disable,
  .opcConfirm_order,
  .opcConfirm_order_disable {
    width: 94% !important;
  }
  .opcConfirm_inputStatus {
    margin-bottom: .5em;
  }
  .opcItem_increaseNumButton_edit,
  .opcItem_decreaseNumButton_edit {
    width: 40px !important;
  }
  .opcCommonButtonGroup {
    margin-top: 1em;
  }
  .opcBillingAddress_genderMaleAndLabelGroup_edit,
  .opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 30% !important;
  }
  .opcBillingAddress_prefState_edit {
    margin: 5px 0;
    width: 100% !important;
  }
  .opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
  }
  .opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
  .opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
  }
  .opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
  .opcBillingAddress_addressGroup {
    width: calc(100% - 80px) !important;
  }
  .opcRemarks_remark_edit {
    width: 100% !important;
  }
  .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    margin: 0 0 .5em !important;
    width: 100% !important;
  }
  .opcOrderSummary_totalPriceLabel {
    font-size: 14px !important;
  }
  /*完了ページ調整*/
  #sysThanks #sysMain {
    width: 100% !important;
    padding: 0 !important;
  }
}

/* =========================================================================================================
=========================================================================================================
TB
=========================================================================================================
========================================================================================================= */
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .sysDisplayTabletNone {
    display: none !important;
  }
.sysMypageNav > form {
margin-right: 0%; 
flex-grow: 1;
margin: 4px;
}
  /* 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;
  }
  #sysFormIndex div#sysMain,
  #sysFormConfirm div#sysMain,
  #sysFormThanks div#sysMain,
  .sysMypage div#sysMain,
  .sysMemberRegister #sysMain,
  #sysItemSearch div#sysMain {
    width: 95% !important;
    margin: 30px auto;
    padding: 20px !important;
  }
  .sysCart #sysMain {
    width: 92% !important;
    margin: 0 auto;
    padding: 0;
  }
  .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%;
  }
  #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 .sysForm select {
    min-width: 350px;
    display: inline-block;
    float: none !important;
  }
  #sysItemDetail #sysNumber {
    text-align: right;
  }
  .sysPr span {
    font-size: 10px;
  }
  /***********************************
  ヘッダー
***********************************/
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under, .header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
  }
  .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;
  }
  /***********************************
  カート情報
***********************************/
  #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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
  }
  /***********************************
  ワンページカート
***********************************/
  /*情報入力ページ調整*/
  .sysOpcBody .header_wrap {
    border-bottom: none;
  }
  .sysOpcBody div#sysWrap {
    margin: 20px auto 0;
  }
  .sysCart #sysMain,
  .sysOpcBody #sysMain {
    border: none;
  }
  .sysOpcBody div#sysMain {
    margin-bottom: 0;
  }
  .sysOpcBody img {
    max-width: 100%;
  }
  .sysOpcBody div#sysMain {
    padding: 0 4%;
  }
  .opcConfirm_inputStatus,
  .opcConfirm_inputStatus_disable,
  .opcConfirm_order,
  .opcConfirm_order_disable {
    width: 94% !important;
  }
}

/* =========================================================================================================
=========================================================================================================
PC
=========================================================================================================
========================================================================================================= */
@media screen and (min-width: 1101px) {
  .sysDisplayPcNone {
    display: none !important;
  }


.sysMypageNav > form {
margin-right: 0%; 
flex-grow: 1;
margin: 5px;
}

}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
common_setting.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 見出し */
.heading {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.sysHeadline,
.sysMypageMinorHeadLine {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
}

.sysHeadline b,
.sysMypageMinorHeadLine b {
  display: none;
}

#sysMain h2 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#sysItemSearch #sysMain h2 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  /* 見出し */
  .heading {
    font-size: 1.7rem;
  }
  .sysHeadline,
  .sysMypageMinorHeadLine {
    font-size: 1.7rem;
  }
  #sysMain h2 {
    font-size: 1.7rem;
  }
  #sysItemSearch #sysMain h2 {
    font-size: 1.7rem;
  }
}

/* もっと見るボタン */
.more_btn_wrap,
.more_btn_wrap02 {
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
  width: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.more_btn_wrap a,
.more_btn_wrap02 a {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 160px;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  transform: translateX(0);
}

.more_btn_wrap a::after,
.more_btn_wrap02 a::after {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 8px;
  margin-top: 7px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
  transition: all 0.3s ease;
  transform: translateX(0);
}

.more_btn_wrap a:hover:after,
.more_btn_wrap02 a:hover:after {
  content: "";
  transform: translateX(12px);
  transition: all 0.3s ease;
}

.common_more_btn .more_btn_wrap {
  margin-bottom: 92px;
}

.back_btn_wrap {
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.back_btn_wrap a {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 200px;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  transform: translateX(0);
}

.back_btn_wrap a::after {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 8px;
  margin-top: 7px;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: -1;
  transition: all 0.3s ease;
  transform: translateX(0) scale(-1.1);
}

.back_btn_wrap a:hover:after {
  content: "";
  transform: translateX(-12px) scale(-1.1);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .more_btn_wrap {
    width: 140px;
    margin-bottom: 15px;
  }
  .more_btn_wrap a {
    font-size: 1.2rem;
    width: 140px;
    padding-bottom: 5px;
  }
  .more_btn_wrap a::after {
    width: 8px;
    height: 5px;
    margin-top: 8px;
    right: 12px;
  }
  .more_btn_wrap02 {
    width: 140px;
    margin-bottom: 15px;
  }
  .more_btn_wrap02 a {
    font-size: 1.2rem;
    width: 140px;
    padding-bottom: 5px;
  }
  .more_btn_wrap02 a::after {
    width: 8px;
    height: 5px;
    margin-top: 8px;
    right: 12px;
  }
  .common_more_btn .more_btn_wrap {
    margin-bottom: 72px;
  }
  .back_btn_wrap {
    width: 170px;
  }
  .back_btn_wrap a {
    width: 170px;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .back_btn_wrap a::after {
    content: "";
    width: 8px;
    height: 5px;
    margin-top: 8px;
    top: 0;
    left: 5px;
    z-index: -1;
    transition: all 0.3s ease;
    transform: translateX(0) scale(-1.1);
  }
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.ttl_center {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

.ttl_center02 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

.ttl_line {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}

.ttl_line span::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #434343;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
}

.sub_ttl {
  font-size: 1.7rem;
  font-weight: bold;
}

.sub_ttl_center {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.lead_txt_l {
  font-size: 1.8rem;
}

.lead_txt_m {
  font-size: 1.6rem;
}

.txt_num_l {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
}

.txt_num_m {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.txt_num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
}

.lead_txt_l_pc {
  font-size: 1.8rem;
}

.txt_color_red {
  color: #ff3b1b;
}

.tbl_cmn {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 18px;
}

.tbl_cmn tr {
  border-bottom: 1px solid #9b9b9b;
}

.tbl_cmn tr th {
  text-align: left;
  font-weight: normal;
  padding: 20px 0 18px;
  width: 162px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.tbl_cmn tr td {
  text-align: left;
  padding: 20px 0 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.tbl_cmn tr:first-child {
  border-top: 1px solid #9b9b9b;
}

.list_cmn li {
  display: flex;
}

.hero_image img {
  width: 100%;
  height: auto;
}

.under_line {
  max-width: 300px;
  width: 100%;
  height: 1px;
  background: #434343;
  margin-left: auto;
  margin-right: auto;
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner700 {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.template_sec01 {
  margin-bottom: 0;
}

.template_sec02 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.template_sec03 {
  margin-bottom: 90px;
}

.template_sec04 {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 50px;
}

.template_sec04 .d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template_sec04 .d_flex_img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.template_sec04 .d_flex_img02 {
  display: none;
}

.template_sec04 .d_flex_txt {
  max-width: 500px;
  width: 100%;
}

.template_sec04 .d_flex_line {
  width: 100%;
  height: 1px;
  background: #434343;
}

.template_sec04 .sysItemPrArea span {
  margin-right: 10px;
}

.template_sec04::before {
  content: "";
  max-width: 44.27083vw;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  background: #F4F4F4;
  z-index: -1;
}

.template_sec04 a {
  transition: all 300ms ease;
}

.template_sec04 a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec05 {
  position: relative;
  margin-bottom: 0;
}

.template_sec05 .d_flex_list {
  margin-bottom: 100px;
}

.template_sec05 .d_flex_list ul {
  display: flex;
}

.template_sec05 .d_flex_list ul li {
  margin-right: 23px;
}

.template_sec05 .d_flex_list ul li:nth-child(2) {
  margin-top: 30px;
}

.template_sec05 .d_flex_list ul li:nth-child(3) {
  margin-top: 60px;
}

.template_sec05 .d_flex_list ul li:last-child {
  margin-right: 0;
}

.template_sec05 .d_flex_list ul li a {
  transition: all 300ms ease;
}

.template_sec05 .d_flex_list ul li a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec06 {
  padding-bottom: 70px;
  margin-bottom: 50px;
  position: relative;
}

.template_sec06 .d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template_sec06 .d_flex_img {
  max-width: 600px;
  width: 100%;
  height: auto;
  order: 2;
}

.template_sec06 .d_flex_img02 {
  display: none;
}

.template_sec06 .d_flex_txt {
  max-width: 500px;
  width: 100%;
  order: 1;
}

.template_sec06 .d_flex_line {
  width: 100%;
  height: 1px;
  background: #434343;
}

.template_sec06 .sysItemPrArea span {
  margin-right: 10px;
}

.template_sec06::before {
  content: "";
  max-width: 44.27083vw;
  width: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  right: 0;
  bottom: 0;
  background: #F4F4F4;
  z-index: -1;
}

.template_sec06 a {
  transition: all 300ms ease;
}

.template_sec06 a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec07 {
  position: relative;
}

.template_sec07 .d_flex_list02 ul {
  display: flex;
}

.template_sec07 .d_flex_list02 ul li {
  margin-right: 23px;
}

.template_sec07 .d_flex_list02 ul li:nth-child(1) {
  margin-top: 60px;
}

.template_sec07 .d_flex_list02 ul li:nth-child(2) {
  margin-top: 30px;
}

.template_sec07 .d_flex_list02 ul li:last-child {
  margin-right: 0;
}

.template_sec07 .d_flex_list02 ul a {
  transition: all 300ms ease;
}

.template_sec07 .d_flex_list02 ul a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec08 {
  position: relative;
}

.template_sec08 .d_flex_list03 ul {
  display: flex;
  flex-wrap: wrap;
}

.template_sec08 .d_flex_list03 ul li {
  max-width: 385px;
  width: 100%;
  margin-right: 22px;
  margin-bottom: 100px;
}

.template_sec08 .d_flex_list03 ul li .sysItemPrArea span {
  margin-right: 10px;
}

.template_sec08 .d_flex_list03 ul li:nth-child(3n) {
  margin-right: 0;
}

.template_sec08 .d_flex_list03 ul li:nth-last-child(1), .template_sec08 .d_flex_list03 ul li:nth-last-child(2), .template_sec08 .d_flex_list03 ul li:nth-last-child(3) {
  margin-bottom: 0;
}

.template_sec08 .d_flex_list03 ul li a {
  transition: all 300ms ease;
}

.template_sec08 .d_flex_list03 ul li a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec09 {
  position: relative;
}

.template_sec09 .d_flex_list04 ul {
  display: flex;
}

.template_sec09 .d_flex_list04 ul li {
  max-width: 585px;
  width: 100%;
  margin-right: 30px;
}

.template_sec09 .d_flex_list04 ul li a {
  transition: all 300ms ease;
}

.template_sec09 .d_flex_list04 ul li a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec09 .d_flex_list04 ul li:nth-child(2n) {
  margin-right: 0;
}

.template_sec10 .slick-dots {
  bottom: -45px;
}

.template_sec10 .slick-dots li button::before {
  font-size: 12px;
}

.template_sec10 .d_flex_head {
  display: none;
}

.template_sec10 .d_flex_slide_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}

.template_sec10 .d_flex_slide_wrap .d_flex_slide {
  max-width: 700px;
  width: 100%;
}

.template_sec10 .d_flex_slide_wrap .d_flex_slide img {
  width: 100%;
}

.template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_sp {
  display: none;
}

.template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_pc {
  max-width: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.template_sec10 a {
  display: block;
  transition: all 300ms ease;
}

.template_sec10 a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.template_sec11 .btn_wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

.template_sec12 .btn_wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

.txt_center {
  text-align: center;
}

.txt_center_pc {
  text-align: center;
}

.d_blk_pc {
  display: block;
}

.d_none_pc {
  display: none;
}

.d_flex_center {
  justify-content: center;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_110 {
  margin-bottom: 110px;
}

.ico_sns_line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: auto;
}

.itemlist_cmn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.itemlist_cmn li {
  max-width: 285px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.itemlist_cmn li img {
  margin-bottom: 30px;
}

.itemlist_cmn li .sysItemPrArea span {
  padding: 6px 15px;
}

.itemlist_cmn li:nth-child(4n) {
  margin-right: 0;
}

.itemlist_cmn li a {
  display: block;
  transition: all 300ms ease;
}

.itemlist_cmn li a:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.lastone {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .inner1200 {
    max-width: 100%;
    width: 90%;
  }
  .inner700 {
    width: 90%;
  }
  .mb_tb_30 {
    margin-bottom: 30px;
  }
  .mb_tb_50 {
    margin-bottom: 50px;
  }
  .itemlist_cmn {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
  .itemlist_cmn li {
    max-width: 100%;
    width: 23.5%;
    margin-right: 2%;
  }
  .itemlist_cmn li img {
    margin-bottom: 20px;
  }
  .itemlist_cmn li:nth-child(4n) {
    margin-right: 0;
  }
  .template_sec04 .d_flex_img {
    width: 48%;
  }
  .template_sec04 .d_flex_txt {
    width: 48%;
  }
  .template_sec04::before {
    max-width: 40%;
  }
  .template_sec06 .d_flex_img {
    width: 48%;
  }
  .template_sec06 .d_flex_txt {
    width: 48%;
  }
  .template_sec06::before {
    max-width: 40%;
  }
  .template_sec08 .d_flex_list03 ul li {
    max-width: 100%;
    width: 31.99%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .template_sec10 .d_flex_slide_wrap {
    align-items: center;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide {
    max-width: 100%;
    width: 50%;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_pc {
    max-width: 100%;
    width: 48%;
  }
  .template_sec11 .btn_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .template_sec12 .btn_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .d_none_pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .ttl {
    font-size: 1.7rem;
  }
  .ttl_center {
    font-size: 1.7rem;
  }
  .ttl_line {
    font-size: 1.7rem;
  }
  .sub_ttl {
    font-size: 1.4rem;
  }
  .sub_ttl_center {
    font-size: 1.4rem;
  }
  .lead_txt_l {
    font-size: 1.6rem;
  }
  .lead_txt_m {
    font-size: 1.4rem;
  }
  .txt_num_l {
    font-size: 2.6rem;
  }
  .txt_num_m {
    font-size: 2.4rem;
  }
  .txt_num {
    font-size: 1.1rem;
  }
  .lead_txt_m_sp {
    font-size: 1.4rem;
  }
  .tbl_cmn {
    margin-bottom: 3px;
  }
  .tbl_cmn tr th {
    padding: 22px 8px 19px 0;
    font-size: 1.2rem;
    width: 90px;
  }
  .tbl_cmn tr td {
    padding: 22px 8px 19px 0;
    font-size: 1.2rem;
  }
  .txt_center_pc {
    text-align: left;
  }
  .text_left_sp {
    text-align: left;
  }
  .fz_11_sp {
    font-size: 1.1rem;
  }
  .fz_12_sp {
    font-size: 1.2rem;
  }
  .fz_13_sp {
    font-size: 1.3rem;
  }
  .fz_14_sp {
    font-size: 1.4rem;
  }
  .fz_17_sp {
    font-size: 1.7rem;
  }
  .template_sec02 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .template_sec02 .under_line {
    max-width: 150px;
  }
  .template_sec03 {
    margin-bottom: 40px;
  }
  .mb_15 {
    margin-bottom: 0;
  }
  .mb_20 {
    margin-bottom: 0;
  }
  .mb_25 {
    margin-bottom: 0;
  }
  .mb_30 {
    margin-bottom: 0;
  }
  .mb_35 {
    margin-bottom: 0;
  }
  .mb_50 {
    margin-bottom: 0;
  }
  .mb_40 {
    margin-bottom: 0;
  }
  .mb_45 {
    margin-bottom: 0;
  }
  .mb_100 {
    margin-bottom: 0;
  }
  .mb_110 {
    margin-bottom: 0;
  }
  .mb_sp_5 {
    margin-bottom: 5px;
  }
  .mb_sp_10 {
    margin-bottom: 10px;
  }
  .mb_sp_15 {
    margin-bottom: 15px;
  }
  .mb_sp_20 {
    margin-bottom: 20px;
  }
  .mb_sp_25 {
    margin-bottom: 25px;
  }
  .mb_sp_30 {
    margin-bottom: 30px;
  }
  .mb_sp_50 {
    margin-bottom: 50px;
  }
  .d_blk_pc {
    display: none;
  }
  .d_none_pc {
    display: block;
  }
  .lh2_sp {
    line-height: 2;
  }
  .lastone {
    margin-bottom: 50px;
  }
  .inner1200 {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .inner700 {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .itemlist_cmn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .itemlist_cmn li {
    max-width: 100%;
    width: 48%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .itemlist_cmn li img {
    margin-bottom: 10px;
  }
  .itemlist_cmn li .sysItemPrArea span {
    padding: 4px 8px;
  }
  .itemlist_cmn li:nth-child(4n) {
    margin-right: 0;
  }
  .itemlist_cmn li a {
    display: block;
    transition: all 300ms ease;
  }
  .itemlist_cmn li a:hover {
    opacity: 0.8;
    transition: all 300ms ease;
  }
  .itemlist_cmn li:nth-child(4n) {
    margin-right: auto;
  }
  .itemlist_cmn li:nth-child(2n) {
    margin-right: 0;
  }
  .template_sec04 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .template_sec04 .d_flex {
    display: block;
  }
  .template_sec04 .d_flex_img {
    max-width: 100%;
    width: 100%;
  }
  .template_sec04 .d_flex_img02 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .template_sec04 .d_flex_img02 div {
    margin-right: 10px;
  }
  .template_sec04 .d_flex_img02 div:last-child {
    margin-right: 0;
  }
  .template_sec04 .sysItemPrArea span {
    margin-right: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .template_sec04 .d_flex_txt {
    max-width: 100%;
    width: 100%;
  }
  .template_sec04 .d_flex_line {
    display: none;
  }
  .template_sec04::before {
    content: none;
  }
  .template_sec05 {
    display: none;
  }
  .template_sec07 {
    display: none;
  }
  .template_sec06 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .template_sec06 .d_flex {
    display: block;
  }
  .template_sec06 .d_flex_img {
    max-width: 100%;
    width: 100%;
  }
  .template_sec06 .d_flex_img02 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .template_sec06 .d_flex_img02 div {
    margin-right: 10px;
  }
  .template_sec06 .d_flex_img02 div:last-child {
    margin-right: 0;
  }
  .template_sec06 .sysItemPrArea span {
    margin-right: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .template_sec06 .d_flex_line {
    display: none;
  }
  .template_sec06 .d_flex_txt {
    max-width: 100%;
    width: 100%;
  }
  .template_sec06::before {
    content: none;
  }
  .template_sec08 {
    position: relative;
  }
  .template_sec08 .d_flex_list03 ul li {
    max-width: 100%;
    width: 48%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .template_sec08 .d_flex_list03 ul li:nth-last-child(3) {
    margin-bottom: 20px;
  }
  .template_sec08 .d_flex_list03 ul li:nth-child(3n) {
    margin-right: auto;
  }
  .template_sec08 .d_flex_list03 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .template_sec09 .d_flex_list04 ul {
    display: block;
  }
  .template_sec09 .d_flex_list04 ul li {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .template_sec09 .d_flex_list04 ul li .sysItemPrArea span {
    margin-right: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .template_sec09 .d_flex_list04 ul li:last-child {
    margin-bottom: 0;
  }
  .template_sec10 .slick-dots {
    bottom: -35px;
  }
  .template_sec10 .d_flex_head {
    display: block;
  }
  .template_sec10 .sysItemPrArea span {
    margin-right: 10px;
    font-size: 1.3rem;
    padding: 6px 8px;
  }
  .template_sec10 .d_flex_slide_wrap {
    display: block;
    margin-bottom: 55px;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide {
    max-width: 700px;
    width: 100%;
    margin-bottom: 70px;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide img {
    width: 100%;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_sp {
    display: flex;
    justify-content: space-between;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_sp .d_flex_slide_txt_box {
    width: 42.66667vw;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_sp .d_flex_slide_img {
    width: 44vw;
  }
  .template_sec10 .d_flex_slide_wrap .d_flex_slide_txt_pc {
    display: none;
  }
  .template_sec10 .d_flex_txt_group {
    display: none;
  }
  .template_sec11 .btn_wrap,
  .template_sec12 .btn_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.drawer_bg {
  transition: all 0.3s ease;
}

.drawer_bg.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(67, 67, 67, 0.7);
  z-index: 98;
  transition: all 0.3s ease;
}

.header_bnr_wrap {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  background: #676767;
  position: relative;
  z-index: 98;
  display: flex;
  align-items: center;
}

.header_bnr_wrap a {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header_bnr_wrap a img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.header_bnr_wrap a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header,
.header_top {
  width: 100%;
  float: none;
  margin: 0 auto;
  height: auto;
  background: #fff;
}

.header .header_container,
.header_top .header_container {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  transition: all 0.3s ease;
}

.header .header_container .header_inner,
.header_top .header_container .header_inner {
  display: flex;
  justify-content: space-between;
  z-index: 98;
  width: 100%;
  padding-top: 11px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}

.header .header_container .header_inner .header_logo_area,
.header_top .header_container .header_inner .header_logo_area {
  display: flex;
  align-items: center;
}

.header .header_container .header_inner .header_logo_area .header_logo,
.header_top .header_container .header_inner .header_logo_area .header_logo {
  margin-right: 25px;
}

.header .header_container .header_inner .header_logo_area .header_logo a,
.header_top .header_container .header_inner .header_logo_area .header_logo a {
  display: block;
  transition: all 0.3s ease;
}

.header .header_container .header_inner .header_logo_area .header_logo a img,
.header_top .header_container .header_inner .header_logo_area .header_logo a img {
  width: 90px;
  height: auto;
}

.header .header_container .header_inner .header_logo_area .header_logo a:hover,
.header_top .header_container .header_inner .header_logo_area .header_logo a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header .header_container .header_inner .header_logo_area .header_lead_txt,
.header_top .header_container .header_inner .header_logo_area .header_lead_txt {
  font-size: 1.5rem;
  letter-spacing: 0.085em;
  font-weight: normal;
}

.header .header_container .header_inner .header_navi,
.header_top .header_container .header_inner .header_navi {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header .header_container .header_inner .header_navi ul,
.header_top .header_container .header_inner .header_navi ul {
  display: flex;
  align-items: center;
}

.header .header_container .header_inner .header_navi ul li,
.header_top .header_container .header_inner .header_navi ul li {
  margin-right: 25px;
}

.header .header_container .header_inner .header_navi ul li a,
.header_top .header_container .header_inner .header_navi ul li a {
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.header .header_container .header_inner .header_navi ul li a:hover,
.header_top .header_container .header_inner .header_navi ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header .header_container .header_inner .header_navi ul li.navi_member,
.header_top .header_container .header_inner .header_navi ul li.navi_member {
  margin-right: 18px;
}

.header .header_container .header_inner .header_navi ul li.navi_login,
.header_top .header_container .header_inner .header_navi ul li.navi_login {
  margin-right: 17px;
}

.header .header_container .header_inner .header_navi ul li.navi_search,
.header_top .header_container .header_inner .header_navi ul li.navi_search {
  margin-right: 28px;
  margin-top: -4px;
}

.header .header_container .header_inner .header_navi ul li.navi_search img,
.header_top .header_container .header_inner .header_navi ul li.navi_search img {
  width: 20px;
  height: auto;
}

.header .header_container .header_inner .header_navi ul li.navi_favorite,
.header_top .header_container .header_inner .header_navi ul li.navi_favorite {
  margin-right: 28px;
}

.header .header_container .header_inner .header_navi ul li.navi_favorite img,
.header_top .header_container .header_inner .header_navi ul li.navi_favorite img {
  width: 23px;
  height: auto;
}

.header .header_container .header_inner .header_navi ul li.navi_cart,
.header_top .header_container .header_inner .header_navi ul li.navi_cart {
  position: relative;
  margin-right: 0;
}

.header .header_container .header_inner .header_navi ul li.navi_cart img,
.header_top .header_container .header_inner .header_navi ul li.navi_cart img {
  width: 22px;
  height: auto;
}

.header .header_container .header_inner .header_navi .ec_menu,
.header_top .header_container .header_inner .header_navi .ec_menu {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 28px;
  cursor: pointer;
  margin-top: 3px;
}

.header .header_container .header_inner .header_navi .ec_menu span,
.header_top .header_container .header_inner .header_navi .ec_menu span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #434343;
  width: 20px;
}

.header .header_container .header_inner .header_navi .ec_menu span:nth-child(2),
.header_top .header_container .header_inner .header_navi .ec_menu span:nth-child(2) {
  top: 9px;
}

.header .header_container .header_inner .header_navi .ec_menu span:nth-child(3),
.header_top .header_container .header_inner .header_navi .ec_menu span:nth-child(3) {
  top: auto;
  bottom: 0;
}

.header .header_container.fixed,
.header_top .header_container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 98;
  transition: all 0.3s ease;
}

.header .header_container.fixed .header_inner,
.header_top .header_container.fixed .header_inner {
  padding-top: 0;
  transition: all 0.3s ease;
}

.header .header_drawer,
.header_top .header_drawer {
  position: fixed;
  top: 80px;
  bottom: 0;
  right: 0;
  min-width: 400px;
  z-index: -1;
  transition: opacity 0.3s ease;
  background: #fff;
  opacity: 0;
}

.header .header_drawer .header_drawer_inner,
.header_top .header_drawer .header_drawer_inner {
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 0;
}

.header .header_drawer .header_drawer_inner .drawer_close_btn_pos,
.header_top .header_drawer .header_drawer_inner .drawer_close_btn_pos {
  max-width: 340px;
}

.header .header_drawer .header_drawer_inner .drawer_close_btn,
.header_top .header_drawer .header_drawer_inner .drawer_close_btn {
  width: 28px;
  height: 21px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  cursor: pointer;
  top: 3px;
}

.header .header_drawer .header_drawer_inner .drawer_close_btn span:first-child,
.header_top .header_drawer .header_drawer_inner .drawer_close_btn span:first-child {
  border-top: 2px solid #434343;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
}

.header .header_drawer .header_drawer_inner .drawer_close_btn span:last-child,
.header_top .header_drawer .header_drawer_inner .drawer_close_btn span:last-child {
  border-top: 2px solid #434343;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 100%;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01,
.header .header_drawer .header_drawer_inner .header_drawer_nav02,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 340px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li {
  border-bottom: 1px solid #9b9b9b;
  letter-spacing: 0.05em;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li a,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li a {
  font-size: 1.4rem;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a {
  transition: all 0.3s ease;
  transform: translateX(0);
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a:before,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a:before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a:before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a:before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  transform: translateX(0);
  transition: all 0.3s ease;
  background-size: 90%;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a:hover::before,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a:hover::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.drawer_item a:hover::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.drawer_item a:hover::before {
  content: "";
  transform: translateX(12px);
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a {
  position: relative;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a::before,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #434343;
  right: 15px;
  background: #434343;
  width: 12px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a::after,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a::after,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a::after,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #434343;
  right: 16px;
  transform: rotate(90deg);
  background: #434343;
  width: 10px;
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open {
  border-bottom: 1px solid #9b9b9b;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open::before,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open::before,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open::before {
  content: none;
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open:after,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open:after,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a.open:after,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a.open:after {
  content: "";
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul {
  background: #f5f5f5;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li {
  margin-left: 15px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li:first-child,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li:first-child,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li:first-child,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li:first-child {
  border-top: none;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown ul,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown ul,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown ul,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown ul {
  display: none;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown ul li:last-child,
.header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown ul li:last-child,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown ul li:last-child,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown ul li:last-child {
  border-bottom: 0;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav02,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 {
  margin-bottom: 20px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav02 li:first-child,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li:first-child {
  border-top: 1px solid #9b9b9b;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav03,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav03 {
  font-size: 1.4rem;
  max-width: 340px;
  width: 100%;
  margin-bottom: 70px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav03 li,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav03 li {
  margin-bottom: 8px;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav03 li a,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav03 li a {
  display: inline;
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_nav03 li a:hover,
.header_top .header_drawer .header_drawer_inner .header_drawer_nav03 li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header .header_drawer .header_drawer_inner .header_drawer_close,
.header_top .header_drawer .header_drawer_inner .header_drawer_close {
  display: none;
}

.header .header_drawer.open,
.header_top .header_drawer.open {
  transition: opacity 0.3s ease;
  overflow-y: scroll;
  opacity: 1;
  z-index: 99;
  top: 0;
}

.header .header_drawer.open.route,
.header_top .header_drawer.open.route {
  top: 0;
  transition: opacity 0.3s ease;
}

.header .header_drawer.open.route .header_drawer_inner,
.header_top .header_drawer.open.route .header_drawer_inner {
  margin-top: 20px;
}

.header .header_drawer.open.fixed,
.header_top .header_drawer.open.fixed {
  top: 0;
  transition: opacity 0.3s ease;
}

.header .header_drawer.open.fixed .header_drawer_inner,
.header_top .header_drawer.open.fixed .header_drawer_inner {
  margin-top: 20px;
}

.header .header_drawer_search,
.header_top .header_drawer_search {
  position: fixed;
  top: 80px;
  bottom: 0;
  right: 0;
  min-width: 400px;
  z-index: -1;
  transition: opacity 0.3s ease;
  background: #fff;
  opacity: 0;
}

.header .header_drawer_search .header_drawer_search_inner,
.header_top .header_drawer_search .header_drawer_search_inner {
  position: relative;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.header .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos,
.header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos {
  max-width: 340px;
}

.header .header_drawer_search .header_drawer_search_inner .drawer_close_btn,
.header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn {
  width: 28px;
  height: 21px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  cursor: pointer;
  top: 3px;
}

.header .header_drawer_search .header_drawer_search_inner .drawer_close_btn span:first-child,
.header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn span:first-child {
  border-top: 2px solid #434343;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
}

.header .header_drawer_search .header_drawer_search_inner .drawer_close_btn span:last-child,
.header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn span:last-child {
  border-top: 2px solid #434343;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 100%;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi {
  width: 340px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: static;
  height: auto;
  display: block;
  background: none;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap {
  position: static;
  height: auto;
  background: none;
  padding: 0;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .h_search,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .h_search {
  margin-top: 0;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form {
  border: none;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form input[type=search],
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form input[type=search] {
  width: 270px !important;
  height: 50px;
  border-bottom: 1px solid #9b9b9b;
  font-size: 1.4rem;
  padding-left: 10px !important;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton {
  background: #434343;
  color: #fff;
  text-indent: initial;
  font-size: 1.4rem;
  width: 60px;
  height: 50px;
  float: right;
  border-radius: 3px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton:hover,
.header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.header .header_drawer_search .header_drawer_search_inner .keyword_list_ttl,
.header_top .header_drawer_search .header_drawer_search_inner .keyword_list_ttl {
  font-size: 2.3rem;
  font-weight: 500;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 26px;
}

.header .header_drawer_search .header_drawer_search_inner .keyword_list,
.header_top .header_drawer_search .header_drawer_search_inner .keyword_list {
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.header .header_drawer_search .header_drawer_search_inner .keyword_list li,
.header_top .header_drawer_search .header_drawer_search_inner .keyword_list li {
  font-size: 1.4rem;
  margin-right: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}

.header .header_drawer_search .header_drawer_search_inner .keyword_list li a,
.header_top .header_drawer_search .header_drawer_search_inner .keyword_list li a {
  border: 1px solid #9b9b9b;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 15px;
  transition: all 0.3s ease;
}

.header .header_drawer_search .header_drawer_search_inner .keyword_list li a:hover,
.header_top .header_drawer_search .header_drawer_search_inner .keyword_list li a:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

.header .header_drawer_search .header_drawer_search_inner .header_drawer_close,
.header_top .header_drawer_search .header_drawer_search_inner .header_drawer_close {
  display: none;
}

.header .header_drawer_search.open,
.header_top .header_drawer_search.open {
  transition: opacity 0.3s ease;
  overflow-y: scroll;
  opacity: 1;
  z-index: 99;
  top: 0;
}

.header .header_drawer_search.open.route,
.header_top .header_drawer_search.open.route {
  top: 0;
  transition: opacity 0.3s ease;
}

.header .header_drawer_search.open.route .header_drawer_search_inner,
.header_top .header_drawer_search.open.route .header_drawer_search_inner {
  margin-top: 18px;
}

.header .header_drawer_search.open.fixed,
.header_top .header_drawer_search.open.fixed {
  top: 0;
  transition: opacity 0.3s ease;
}

.header .header_drawer_search.open.fixed .header_drawer_search_inner,
.header_top .header_drawer_search.open.fixed .header_drawer_search_inner {
  margin-top: 18px;
}

.header.fixed,
.header_top.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
}

.header .header_g_navi,
.header_top .header_g_navi {
  margin-bottom: 28px;
}

.header .header_g_navi nav,
.header_top .header_g_navi nav {
  width: 100%;
}

.header .header_g_navi nav ul,
.header_top .header_g_navi nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}

.header .header_g_navi nav ul li,
.header_top .header_g_navi nav ul li {
  font-size: 1.6rem;
}

.header .header_g_navi nav ul li a,
.header_top .header_g_navi nav ul li a {
  position: relative;
}

.header .header_g_navi nav ul li a span,
.header_top .header_g_navi nav ul li a span {
  position: relative;
}

.header .header_g_navi nav ul li a span::after,
.header_top .header_g_navi nav ul li a span::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #434343;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition-duration: 300ms;
}

.header .header_g_navi nav ul li a:hover span::after,
.header_top .header_g_navi nav ul li a:hover span::after {
  content: "";
  width: 17px;
}

.header_cart_info .sysCartInfoItemCount dt {
  display: none;
}

.header_cart_info .sysCartInfoItemCount dd {
  display: none;
}

.sysCart .cartTxt,
.sysOpcBody .cartTxt {
  padding: 0;
  margin: 0;
}

.cartTxt span {
  display: none;
  width: 20px;
  height: 20px;
  background-color: #7DA9BE;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -8px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .header .header_container .header_inner,
  .header_top .header_container .header_inner {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header .header_drawer,
  .header_top .header_drawer {
    top: 80px;
  }
  .header .header_drawer .header_drawer_inner,
  .header_top .header_drawer .header_drawer_inner {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 18px;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn_pos,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn {
    margin-right: 1px;
    width: 20px;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header .header_drawer .header_drawer_inner .header_drawer_nav02,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav02 {
    width: 100%;
    max-width: 100%;
  }
  .header .header_drawer.open,
  .header_top .header_drawer.open {
    top: 0;
  }
  .header .header_drawer.open.fixed,
  .header_top .header_drawer.open.fixed {
    top: 0;
  }
  .header .header_drawer_search,
  .header_top .header_drawer_search {
    top: 80px;
  }
  .header .header_drawer_search .header_drawer_search_inner,
  .header_top .header_drawer_search .header_drawer_search_inner {
    padding-left: 26px;
    padding-right: 26px;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn {
    margin-right: 0;
    width: 20px;
  }
  .header .header_drawer_search.open,
  .header_top .header_drawer_search.open {
    top: 0;
  }
  .header .header_drawer_search.open.fixed,
  .header_top .header_drawer_search.open.fixed {
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .header_drawer,
  .header_top .header_drawer {
    top: 60px;
  }
  .header .header_drawer .drawer_close_btn_pos,
  .header_top .header_drawer .drawer_close_btn_pos {
    max-width: auto;
  }
  .header .header_drawer .header_drawer_inner,
  .header_top .header_drawer .header_drawer_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn_pos,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn {
    margin-right: 0;
    width: 20px;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header .header_drawer .header_drawer_inner .header_drawer_nav02,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav02 {
    width: 100%;
    max-width: 100%;
  }
  .header .header_drawer.open,
  .header_top .header_drawer.open {
    top: 0;
  }
  .header .header_drawer.open.fixed,
  .header_top .header_drawer.open.fixed {
    top: 0;
  }
  .header .header_drawer.open.fixed .header_drawer_inner,
  .header_top .header_drawer.open.fixed .header_drawer_inner {
    margin-top: 16px;
  }
  .header .header_drawer_search,
  .header_top .header_drawer_search {
    top: 60px;
  }
  .header .header_drawer_search .header_drawer_search_inner,
  .header_top .header_drawer_search .header_drawer_search_inner {
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn {
    margin-right: 0;
    width: 20px;
  }
  .header .header_drawer_search.open,
  .header_top .header_drawer_search.open {
    top: 0;
  }
  .header .header_drawer_search.open.fixed,
  .header_top .header_drawer_search.open.fixed {
    top: 0;
  }
  .header .header_drawer_search.open.fixed .header_drawer_inner,
  .header_top .header_drawer_search.open.fixed .header_drawer_inner {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header_drawer,
  .header_top .header_drawer {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    transition: opacity 0.3s ease;
    width: 100%;
    min-width: 100%;
  }
  .header .header_drawer .drawer_close_btn_pos,
  .header_top .header_drawer .drawer_close_btn_pos {
    max-width: auto;
  }
  .header .header_drawer .header_drawer_inner,
  .header_top .header_drawer .header_drawer_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    height: 100%;
    margin-top: 15px;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn_pos,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header .header_drawer .header_drawer_inner .header_drawer_nav02,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav01,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav02 {
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_nav01 li,
  .header .header_drawer .header_drawer_inner .header_drawer_nav02 li,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li {
    border-bottom: 1px solid #9b9b9b;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li,
  .header .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav01 li.dropdown > a + ul li,
  .header_top .header_drawer .header_drawer_inner .header_drawer_nav02 li.dropdown > a + ul li {
    margin-left: 20px;
  }
  .header .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03,
  .header_top .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03 {
    max-width: 100%;
    font-size: 1.2rem;
    margin-bottom: 70px;
  }
  .header .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03 li,
  .header_top .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03 li {
    margin-bottom: 10px;
  }
  .header .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03 li a,
  .header_top .header_drawer .header_drawer_inner header_drawer_nav02 li
.header_drawer_nav03 li a {
    display: block;
  }
  .header .header_drawer .header_drawer_inner .drawer_close_btn,
  .header_top .header_drawer .header_drawer_inner .drawer_close_btn {
    margin-right: 0;
    width: 25px;
    top: 5px;
    right: -3px;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_close,
  .header_top .header_drawer .header_drawer_inner .header_drawer_close {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 10px;
    width: 140px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #9b9b9b;
    display: block;
    margin-bottom: 40px;
  }
  .header .header_drawer .header_drawer_inner .header_drawer_close::before,
  .header_top .header_drawer .header_drawer_inner .header_drawer_close::before {
    content: "";
    background: url(https://shop.okamotogroup.com/img/common/ico_close.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
  .header .header_drawer.open,
  .header_top .header_drawer.open {
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
  }
  .header .header_drawer.open.fixed,
  .header_top .header_drawer.open.fixed {
    top: 0;
    transition: opacity 0.3s ease;
  }
  .header .header_drawer.open.fixed .header_drawer_inner,
  .header_top .header_drawer.open.fixed .header_drawer_inner {
    margin-top: 15px;
  }
  .header .header_drawer_search,
  .header_top .header_drawer_search {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    transition: opacity 0.3s ease;
    width: 100%;
    min-width: 100%;
  }
  .header .header_drawer_search .header_drawer_search_inner,
  .header_top .header_drawer_search .header_drawer_search_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
  }
  .header .header_drawer_search .header_drawer_search_inner .h_spnavi,
  .header_top .header_drawer_search .header_drawer_search_inner .h_spnavi {
    width: 100%;
    background: none;
  }
  .header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap,
  .header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap {
    padding: 0;
  }
  .header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx .sysItemSearchFormWord,
  .header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx .sysItemSearchFormWord {
    width: 71.33333vw;
  }
  .header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form input[type=search],
  .header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form input[type=search] {
    width: 100% !important;
  }
  .header .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton,
  .header_top .header_drawer_search .header_drawer_search_inner .h_spnavi #spNaviWrap .search_bx form .sysSearchButton {
    width: 16vw;
  }
  .header .header_drawer_search .header_drawer_search_inner .keyword_list_ttl,
  .header_top .header_drawer_search .header_drawer_search_inner .keyword_list_ttl {
    max-width: 100%;
    margin-top: 40px;
    font-size: 1.8rem;
    text-align: center;
  }
  .header .header_drawer_search .header_drawer_search_inner .keyword_list,
  .header_top .header_drawer_search .header_drawer_search_inner .keyword_list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .header .header_drawer_search .header_drawer_search_inner .keyword_list li,
  .header_top .header_drawer_search .header_drawer_search_inner .keyword_list li {
    font-size: 1.2rem;
    margin-right: 10px;
    margin-bottom: 12px;
  }
  .header .header_drawer_search .header_drawer_search_inner .keyword_list li a,
  .header_top .header_drawer_search .header_drawer_search_inner .keyword_list li a {
    border: 1px solid #9b9b9b;
    display: block;
    border-radius: 30px;
    padding: 4px 11px;
    letter-spacing: 0.075em;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn_pos {
    max-width: 100%;
  }
  .header .header_drawer_search .header_drawer_search_inner .drawer_close_btn,
  .header_top .header_drawer_search .header_drawer_search_inner .drawer_close_btn {
    margin-right: 0;
    width: 25px;
    top: 5px;
    right: -3px;
  }
  .header .header_drawer_search .header_drawer_search_inner .header_drawer_close,
  .header_top .header_drawer_search .header_drawer_search_inner .header_drawer_close {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 140px;
    margin: 0 auto 30px;
    position: relative;
    border-bottom: 1px solid #434343;
    display: block;
  }
  .header .header_drawer_search .header_drawer_search_inner .header_drawer_close::before,
  .header_top .header_drawer_search .header_drawer_search_inner .header_drawer_close::before {
    content: "";
    background: url(https://shop.okamotogroup.com/img/common/ico_close.png) no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
  .header .header_drawer_search.open,
  .header_top .header_drawer_search.open {
    transition: opacity 0.3s ease;
    z-index: 99;
    width: 100%;
    background: #fff;
    top: 0;
  }
  .header .header_drawer_search.open.fixed,
  .header_top .header_drawer_search.open.fixed {
    top: 0;
    transition: opacity 0.3s ease;
  }
  .header .header_drawer_search.open.fixed .header_drawer_search_inner,
  .header_top .header_drawer_search.open.fixed .header_drawer_search_inner {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .header_bnr_wrap {
    height: 60px;
  }
  .header_bnr_wrap a {
    display: block;
    max-width: 375px;
  }
  .header_bnr_wrap a img {
    max-width: 375px;
  }
  .header .header_container .header_inner,
  .header_top .header_container .header_inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    padding-top: 2px;
  }
  .header .header_container .header_inner .header_logo_area .header_logo,
  .header_top .header_container .header_inner .header_logo_area .header_logo {
    margin-right: 10px;
  }
  .header .header_container .header_inner .header_logo_area .header_logo a,
  .header_top .header_container .header_inner .header_logo_area .header_logo a {
    display: block;
  }
  .header .header_container .header_inner .header_logo_area .header_logo a img,
  .header_top .header_container .header_inner .header_logo_area .header_logo a img {
    width: 72px;
    height: auto;
  }
  .header .header_container .header_inner .header_logo_area .header_lead_txt,
  .header_top .header_container .header_inner .header_logo_area .header_lead_txt {
    font-size: 1.0rem;
  }
  .header .header_container .header_inner .header_navi,
  .header_top .header_container .header_inner .header_navi {
    margin-top: auto;
    margin-bottom: auto;
  }
  .header .header_container .header_inner .header_navi ul,
  .header_top .header_container .header_inner .header_navi ul {
    padding: 0;
  }
  .header .header_container .header_inner .header_navi ul li,
  .header_top .header_container .header_inner .header_navi ul li {
    margin-right: 20px;
  }
  .header .header_container .header_inner .header_navi ul li.navi_search,
  .header_top .header_container .header_inner .header_navi ul li.navi_search {
    margin-right: 20px;
    margin-top: -8px;
  }
  .header .header_container .header_inner .header_navi ul li.navi_cart,
  .header_top .header_container .header_inner .header_navi ul li.navi_cart {
    margin-top: -8px;
  }
  .header .header_container .header_inner .header_navi .ec_menu,
  .header_top .header_container .header_inner .header_navi .ec_menu {
    margin-top: 0;
    margin-left: 20px;
  }
  .header .header_container .header_inner .header_navi .ec_menu span:nth-child(1),
  .header_top .header_container .header_inner .header_navi .ec_menu span:nth-child(1) {
    transition: all 0.3s ease;
  }
  .header .header_container .header_inner .header_navi .ec_menu span:nth-child(3),
  .header_top .header_container .header_inner .header_navi .ec_menu span:nth-child(3) {
    transition: all 0.3s ease;
  }
  .header .header_container .header_inner .header_navi .ec_menu.open,
  .header_top .header_container .header_inner .header_navi .ec_menu.open {
    transition: all 0.3s ease;
  }
  .header .header_container .header_inner .header_navi .ec_menu.open span:nth-child(1),
  .header_top .header_container .header_inner .header_navi .ec_menu.open span:nth-child(1) {
    transform: rotate(45deg);
    transition: all 0.3s ease;
    top: 10px;
  }
  .header .header_container .header_inner .header_navi .ec_menu.open span:nth-child(2),
  .header_top .header_container .header_inner .header_navi .ec_menu.open span:nth-child(2) {
    display: none;
  }
  .header .header_container .header_inner .header_navi .ec_menu.open span:nth-child(3),
  .header_top .header_container .header_inner .header_navi .ec_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    bottom: 9px;
  }
  .header .header_container .navi_member,
  .header_top .header_container .navi_member {
    display: none;
  }
  .header .header_container .navi_login,
  .header_top .header_container .navi_login {
    display: none;
  }
  .header .header_container .navi_favorite,
  .header_top .header_container .navi_favorite {
    display: none;
  }
  .header_g_navi {
    display: none;
  }
  .mv .mv_txt {
    bottom: 80vw;
  }
  .mv .mv_txt .catchcopy_txt {
    display: none;
  }
  .mv .mv_txt .more_btn {
    font-size: 1.2rem;
    line-height: 35px;
  }
  .section_campaign {
    margin-bottom: 90px;
  }
  .section_campaign .heading {
    margin-bottom: 40px;
  }
  .section_campaign ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_campaign ul li {
    margin-bottom: 0;
    width: 50%;
  }
  .top_recommend_item .sysItemBlock ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top_recommend_item .sysItemBlock ul li {
    left: none;
  }
  .top_recommend_item .sysContent .sysHorizontal li {
    float: none;
    width: 48% !important;
  }
}

@media only screen and (max-width: 350px) {
  .header .header_container .header_inner .header_navi ul li.navi_member,
  .header_top .header_container .header_inner .header_navi ul li.navi_member {
    margin-right: 10px;
  }
  .header .header_container .header_inner .header_navi ul li.navi_login,
  .header_top .header_container .header_inner .header_navi ul li.navi_login {
    margin-right: 10px;
  }
  .header .header_container .header_inner .header_navi ul li.navi_search,
  .header_top .header_container .header_inner .header_navi ul li.navi_search {
    margin-right: 10px;
  }
  .header .header_container .header_inner .header_navi .ec_menu,
  .header_top .header_container .header_inner .header_navi .ec_menu {
    margin-left: 10px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
footer {
  background: #eeeeee;
  padding-top: 100px;
  padding-bottom: 95px;
  text-align: left;
}

footer .footer_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
}

footer .footer_inner .footer_left {
  width: 730px;
}

footer .footer_inner .footer_left .footer_ttl {
  font-size: 2.4rem;
  margin-bottom: 32px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category {
  display: flex;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap {
  margin-right: 65px;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list {
  margin-bottom: 100px;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list p {
  margin-bottom: 28px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list ul li {
  margin-bottom: 5px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list02 p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list02 ul li {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list02 ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list02 ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list03 {
  margin-bottom: 75px;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list03 p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list03 ul li {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list03 ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list03 ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list04 {
  margin-bottom: 30px;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list04 p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list04 ul li {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list04 ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list04 ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 p {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 p a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 p a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 ul li {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap .footer_nav_list05 ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_left .footer_category .footer_nav_wrap:last-child {
  margin-right: 0;
}

footer .footer_inner .footer_right {
  width: 470px;
}

footer .footer_inner .footer_right .footer_other .footer_mailmag .footer_ttl {
  font-size: 2.4rem;
  margin-bottom: 32px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_right .footer_other .footer_mailmag .footer_mailmag_txt {
  margin-bottom: 15px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

footer .footer_inner .footer_right .footer_sns ul {
  display: flex;
  margin-top: 30px;
  margin-bottom: 96px;
}

footer .footer_inner .footer_right .footer_sns ul li.ico_line {
  width: 35px;
  height: auto;
  margin-right: 25px;
}

footer .footer_inner .footer_right .footer_sns ul li.ico_instagram {
  width: 35px;
  height: auto;
}

footer .footer_inner .footer_right .footer_sns ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_right .footer_sns ul li a:hover {
  transition: all 0.3s ease;
  opacity: 0.7;
}

footer .footer_inner .footer_right .footer_underpage ul li {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
}

footer .footer_inner .footer_right .footer_underpage ul li a {
  transition: all 0.3s ease;
}

footer .footer_inner .footer_right .footer_underpage ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

footer .footer_inner_tb,
footer .footer_inner_sp {
  display: none;
}

footer .footer_copy {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

footer .footer_copy .footer_shop_name {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}

footer .footer_copy .footer_copy_txt {
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  footer .footer_inner {
    width: 90%;
  }
  footer .footer_inner .footer_left .footer_category .footer_nav_wrap {
    margin-right: 40px;
  }
  footer .footer_copy {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  footer .footer_inner {
    display: none;
  }
  footer .footer_inner_tb {
    display: block;
  }
  footer .footer_inner_sp {
    display: none;
  }
  footer .footer_inner_tb {
    display: block;
    margin-bottom: 50px;
  }
  footer .footer_inner_tb .footer_mailmag_tb {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .footer_inner_tb .footer_mailmag_tb .footer_ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
    letter-spacing: 0.075em;
  }
  footer .footer_inner_tb .footer_mailmag_tb .footer_mailmag_tb_txt {
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.55;
  }
  footer .footer_inner_tb .accordion_item_list {
    display: flex;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li {
    border-bottom: 1px solid #9b9b9b;
    letter-spacing: 0.05em;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li a {
    font-size: 1.4rem;
    display: block;
    padding-top: 13px;
    padding-bottom: 14px;
    position: relative;
    transition: all 0.3s ease;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li a:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a {
    position: relative;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #434343;
    right: 17px;
    background: #434343;
    width: 12px;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a::after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #434343;
    right: 18px;
    transform: rotate(90deg);
    background: #434343;
    width: 10px;
    transition: all 0.3s ease;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a.open::before {
    content: none;
    transition: all 0.3s ease;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a.open:after {
    content: "";
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown > a + ul li a {
    background: #e2e2e2;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown ul {
    display: none;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.dropdown ul li:last-child {
    border-bottom: 0;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li:first-child {
    border-top: 1px solid #9b9b9b;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02 li.drawer_item a:before {
    content: "";
    background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background-size: 95%;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02:first-child {
    padding-right: 0;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02:last-child {
    padding-left: 0;
    border-left: 1px solid #9b9b9b;
  }
  footer .footer_inner_tb .accordion_item_list .header_drawer_nav02:last-child li a {
    padding-left: 15px;
  }
  footer .footer_inner_tb .footer_underpage_tb {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
  }
  footer .footer_inner_tb .footer_underpage_tb li {
    font-size: 1.2rem;
    margin-bottom: 9px;
    transition: all 0.3s ease;
  }
  footer .footer_inner_tb .footer_underpage_tb li:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
  }
  footer .footer_inner_tb .footer_sns_tb {
    display: flex;
    justify-content: center;
  }
  footer .footer_inner_tb .footer_sns_tb li {
    margin-right: 35px;
    width: 35px;
    height: auto;
  }
  footer .footer_inner_tb .footer_sns_tb li:last-child {
    margin-right: 0;
  }
  footer .footer_copy .footer_shop_name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
  }
  footer .footer_copy .footer_copy_txt {
    text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 85px;
    padding-bottom: 35px;
  }
  footer .footer_inner {
    display: none;
  }
  footer .footer_inner_sp {
    display: block;
    margin-bottom: 50px;
  }
  footer .footer_inner_sp .footer_mailmag_sp {
    text-align: center;
    margin-bottom: 80px;
  }
  footer .footer_inner_sp .footer_mailmag_sp .footer_ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
    letter-spacing: 0.075em;
  }
  footer .footer_inner_sp .footer_mailmag_sp .footer_mailmag_sp_txt {
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.55;
  }
  footer .footer_inner_sp .header_drawer_nav02 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer_inner_sp .header_drawer_nav02 li {
    border-bottom: 1px solid #9b9b9b;
    letter-spacing: 0.05em;
  }
  footer .footer_inner_sp .header_drawer_nav02 li a {
    font-size: 1.4rem;
    display: block;
    padding-top: 13px;
    padding-bottom: 14px;
    position: relative;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a {
    position: relative;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #434343;
    right: 17px;
    background: #434343;
    width: 12px;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a::after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #434343;
    right: 18px;
    transform: rotate(90deg);
    background: #434343;
    width: 10px;
    transition: all 0.3s ease;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a.open {
    border-bottom: 1px solid #9b9b9b;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a.open::before {
    content: none;
    transition: all 0.3s ease;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a.open:after {
    content: "";
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a + ul {
    background: #e2e2e2;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a + ul li {
    margin-left: 25px;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown > a + ul li:first-child {
    border-top: none;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown ul {
    display: none;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.dropdown ul li:last-child {
    border-bottom: 0;
  }
  footer .footer_inner_sp .header_drawer_nav02 li:first-child {
    border-top: 1px solid #9b9b9b;
  }
  footer .footer_inner_sp .header_drawer_nav02 li.drawer_item a:before {
    content: "";
    background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background-size: 80%;
  }
  footer .footer_inner_sp .footer_underpage_sp {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
    letter-spacing: 0.05em;
    margin-top: 75px;
  }
  footer .footer_inner_sp .footer_underpage_sp li {
    font-size: 1.2rem;
    margin-bottom: 9px;
  }
  footer .footer_inner_sp .footer_sns_sp {
    display: flex;
    justify-content: center;
  }
  footer .footer_inner_sp .footer_sns_sp li {
    margin-right: 35px;
  }
  footer .footer_inner_sp .footer_sns_sp li:first-child {
    width: 35px;
  }
  footer .footer_inner_sp .footer_sns_sp li:last-child {
    margin-right: 0;
    width: 30px;
  }
  footer .footer_copy .footer_shop_name {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
  }
  footer .footer_copy .footer_copy_txt {
    text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
parts.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.cmn_txt_link {
  max-width: 240px;
  width: 100%;
  border-bottom: 1px solid #434343;
  color: #434343;
  text-align: left;
  padding: 0;
  height: auto;
  padding-bottom: 7px;
  margin-top: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  margin: 0 auto 92px;
}

.cmn_txt_link:before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  transform: translateX(0);
  transition: all 0.3s ease;
  background-size: 100%;
}

.cmn_txt_link:hover:before {
  content: "";
  right: 0;
  transition: all 0.3s ease;
}

.mp_more_btn_wrap03 .cmn_txt_link {
  max-width: 195px;
}

.mp_more_btn_wrap .cmn_txt_link {
  max-width: 180px;
}

.customer_info01 .cmn_txt_link {
  max-width: 255px;
}

.customer_info02 .cmn_txt_link {
  max-width: 185px;
}

.customer_info03 .cmn_txt_link {
  max-width: 185px;
}

.mp_more_btn_wrap {
  max-width: 180px;
}

.mp_more_btn_wrap02 .cmn_txt_link {
  max-width: 240px;
}

.mp_other .okyakusama_info.okyakusama_info01 .cmn_txt_link {
  max-width: 255px;
}

.mp_other .okyakusama_info.okyakusama_info02 .cmn_txt_link {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .cmn_txt_link {
    font-size: 1.2rem;
    margin: 0 auto 72px;
  }
  .cmn_txt_link:before {
    content: "";
    width: 12px;
    height: 7px;
    margin-top: -4px;
    right: 5px;
  }
  .mp_more_btn_wrap03 .cmn_txt_link {
    max-width: 165px;
  }
  .mp_more_btn_wrap .cmn_txt_link {
    max-width: 155px;
  }
  .customer_info01 .cmn_txt_link {
    max-width: 215px;
  }
  .customer_info02 .cmn_txt_link {
    max-width: 155px;
  }
  .customer_info03 .cmn_txt_link {
    max-width: 152px;
  }
  .mp_more_btn_wrap02 .cmn_txt_link {
    max-width: 200px;
  }
  .mp_other .okyakusama_info.okyakusama_info01 .cmn_txt_link {
    max-width: 215px;
  }
  .mp_other .okyakusama_info.okyakusama_info02 .cmn_txt_link {
    max-width: 255px;
  }
}

.footer_mailmag_form {
  overflow: hidden;
}

.footer_mailmag_form .sysForm {
  float: left;
  max-width: 330px;
  width: 100%;
}

.footer_mailmag_form .sysForm .sysFormItem {
  margin-bottom: 0;
}

.footer_mailmag_form .sysForm .sysFormItem input {
  height: 40px;
  border: none;
  padding: 4px 15px !important;
}

.footer_mailmag_form input {
  height: 40px;
  border: none;
  padding: 4px 15px !important;
  max-width: 330px;
}

.footer_mailmag_form input[type=submit],
.footer_mailmag_form .sysBackButton,
.footer_mailmag_form .sysNextSubmit {
  width: 120px;
  height: 40px;
  margin-top: 0;
  float: right;
  background: #ff3b1b;
  font-size: 1.3rem;
  padding: 0 !important;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.footer_mailmag_form input[type=submit]:hover,
.footer_mailmag_form .sysBackButton:hover,
.footer_mailmag_form .sysNextSubmit:hover {
  opacity: 1;
  background: #434343;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .footer_mailmag_form {
    overflow: hidden;
    width: 100%;
  }
  .footer_mailmag_form .sysForm {
    float: left;
    width: 75%;
  }
  .footer_mailmag_form input {
    width: 75%;
  }
  .footer_mailmag_form input[type=submit],
  .footer_mailmag_form .sysBackButton,
  .footer_mailmag_form .sysNextSubmit {
    width: 20%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_mailmag_form {
    width: 70%;
    margin: 0 auto;
  }
  .footer_mailmag_form .sysForm {
    width: 100%;
    max-width: 80%;
  }
  .footer_mailmag_form input {
    width: 100%;
    max-width: 80%;
  }
  .footer_mailmag_form input[type=submit],
  .footer_mailmag_form .sysBackButton,
  .footer_mailmag_form .sysNextSubmit {
    max-width: 15%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer_mailmag_form {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_mailmag_form .sysForm {
    float: none;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .footer_mailmag_form .sysForm .sysFormItem input {
    height: 50px;
    border: none;
  }
  .footer_mailmag_form input {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .footer_mailmag_form input[type=submit],
  .footer_mailmag_form .sysBackButton,
  .footer_mailmag_form .sysNextSubmit {
    width: 140px;
    height: 45px;
    float: none;
    font-size: 1.3rem;
  }
}

.CategoryPankuzuWrap {
  background: #f7f7f7;
}

.sysCategoryPankuzu {
  background: #f7f7f7;
}

.sysItemCategoryPankuzu {
  padding-top: 17px;
}

.sysCategoryDescription,
.sysItemCategoryPankuzu,
.sysCategoryPankuzu {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 17px;
  letter-spacing: 0.075em;
  font-size: 1.2rem;
}

.sysCategoryDescription h1,
.sysItemCategoryPankuzu h1,
.sysCategoryPankuzu h1 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#law .sysCategoryPankuzu,
#sns .sysCategoryPankuzu,
#termsofuse .sysCategoryPankuzu,
#p_law .sysCategoryPankuzu,
#shoppingguide .sysCategoryPankuzu,
.wp_pankuzu .sysCategoryPankuzu,
#about_blondoll .sysCategoryPankuzu {
  padding-top: 17px;
}

.form_pankuzu {
  padding-top: 17px;
  background: #f7f7f7;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sysItemCategoryPankuzu {
    padding-top: 17px;
  }
  .sysCategoryDescription,
  .sysItemCategoryPankuzu,
  .sysCategoryPankuzu {
    width: 90%;
    padding-bottom: 20px;
  }
  #law .sysCategoryPankuzu,
  #sns .sysCategoryPankuzu,
  #termsofuse .sysCategoryPankuzu,
  #p_law .sysCategoryPankuzu,
  #shoppingguide .sysCategoryPankuzu,
  .wp_pankuzu .sysCategoryPankuzu,
  #about_blondoll .sysCategoryPankuzu {
    font-size: 1.2rem;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .sysItemCategoryPankuzu {
    padding-top: 8px;
  }
  .sysCategoryDescription,
  .sysItemCategoryPankuzu,
  .sysCategoryPankuzu {
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.0rem;
  }
  .sysCategoryDescription h1,
  .sysItemCategoryPankuzu h1,
  .sysCategoryPankuzu h1 {
    font-size: 1.7rem;
  }
  #law .sysCategoryPankuzu,
  #sns .sysCategoryPankuzu,
  #termsofuse .sysCategoryPankuzu,
  #p_law .sysCategoryPankuzu,
  #shoppingguide .sysCategoryPankuzu,
  .wp_pankuzu .sysCategoryPankuzu,
  #about_blondoll .sysCategoryPankuzu {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 1.0rem;
    padding-top: 7px;
  }
  .form_pankuzu {
    padding-top: 7px;
  }
}

.sysItemCategoryForm {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 8px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sysItemCategoryForm .sysItemCategoryCtl {
  font-size: 1.4rem;
  border: none;
}

.sysItemCategoryForm .sysItemCategoryCtl a {
  background: none;
  border: 1px solid #9b9b9b;
  margin-right: 3px;
  padding: 5px 8px;
  transition: all 0.3s ease;
}

.sysItemCategoryForm .sysItemCategoryCtl a.sysCurrent {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  color: #fff;
  transition: all 0.3s ease;
}

.sysItemCategoryForm .sysItemCategoryCtl a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sysItemCategoryForm {
    width: 90%;
  }
  .sysItemCategoryForm .sysItemCategoryCtl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sysItemCategoryForm {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sysItemCategoryForm .sysItemCategoryCtl {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .sysItemCategoryForm .sysItemCategoryCtl a {
    margin-bottom: 6px;
    font-size: 1.0rem;
    margin-right: 3px;
    padding: 3px 5px;
  }
}

.sysItemListDisp {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sysItemListDisp div {
  float: none;
  font-size: 1.4rem;
}

.sysItemListDisp .sysItemListViewType {
  float: none;
  display: flex;
  align-items: center;
}

.sysItemListDisp .sysItemListViewType label {
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  cursor: pointer;
}

.sysItemListDisp .sysItemListViewType label:nth-child(1) {
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_list.png);
  width: 25px;
  height: 27px;
  margin-right: 20px;
}

.sysItemListDisp .sysItemListViewType label:nth-child(2) {
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_thumbnail.png);
  width: 25px;
  height: 25px;
}

.sysItemListDisp .sysItemListViewType label input {
  display: none;
}

.sysItemListDisp:after {
  content: none;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sysItemListDisp {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .sysItemListDisp {
    padding: 13px 20px;
  }
  .sysItemListDisp div {
    font-size: 1.2rem;
  }
  .sysItemListDisp .sysItemListViewType label:nth-child(1) {
    width: 19px;
    height: 21px;
  }
  .sysItemListDisp .sysItemListViewType label:nth-child(2) {
    width: 20px;
    height: 20px;
  }
}

.sysItemList ul.sysList li {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.sysItemList ul.sysList li:first-child {
  border-top: none;
}

.sysItemList ul.sysList li:last-child {
  border-bottom: none;
}

.sysItemList ul.sysList li .sysThumbnailImage {
  padding: 10px 10px 10px 0;
}

.sysItemList ul.sysList li .sysThumbnailImage + div {
  width: 60%;
}

.sysItemList ul.sysList li form .sysButton {
  width: 100%;
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
  transition: all 0.3s ease;
}

.sysItemList ul.sysList li form .sysButton:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

.sysItemList ul.sysList li form .sysCartButton {
  background: #ff3b1b;
  width: 200px;
  margin-top: 15px;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.sysItemList ul.sysList li form .sysCartButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sysItemList ul.sysList li .itemDetailWrap {
  height: auto !important;
}

.sysItemList ul.sysList li .sysItemName {
  font-size: 1.6rem;
  padding-top: 0;
  min-height: auto;
}

.sysItemList ul.sysList li .sysSuggestedRetailPrice {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sysItemList {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sysItemList ul.sysList li:first-child .sysThumbnailImage {
    padding-top: 0;
  }
  .sysItemList ul.sysList li form .sysCartButton {
    width: 160px;
    margin-top: 5px;
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}

.sysItemList {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sysItemList ul.sysThumbnail li {
  padding: 0;
  margin-right: 15px;
  width: calc(25% - 45px / 4);
  margin-bottom: 25px;
}

.sysItemList ul.sysThumbnail li:nth-child(4n) {
  margin-right: 0;
}

.sysItemList ul.sysThumbnail li .itemDetailWrap {
  height: auto !important;
}

.sysItemList ul.sysThumbnail li .sysItemName {
  font-size: 1.6rem;
}

.sysItemList ul.sysThumbnail li .sysSuggestedRetailPrice {
  margin-bottom: 0;
}

.sysItemList ul.sysThumbnail li form .sysButton {
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.sysItemList ul.sysThumbnail li form .sysButton:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

.sysItemList ul.sysThumbnail li form .sysCartButton {
  background: #ff3b1b;
  margin-top: 15px;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.sysItemList ul.sysThumbnail li form .sysCartButton:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sysItemList {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .sysItemList ul.sysThumbnail li {
    margin-right: 15px;
    width: calc(50% - 15px / 2) !important;
  }
  .sysItemList ul.sysThumbnail li:nth-child(4n) {
    margin-right: 15px;
  }
  .sysItemList ul.sysThumbnail li:nth-child(even) {
    margin-right: 0;
  }
  .sysItemList ul.sysThumbnail li .sysItemName {
    font-size: 1.4rem;
  }
}

.sysItemName {
  text-align: left;
  font-size: 1.4rem;
  padding-top: 30px;
  transition: all 0.3s ease;
  min-height: 74px;
  line-height: 1.45;
}

.sysItemName a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .sysItemName {
    padding-top: 15px;
    font-size: 1.2rem;
    min-height: 60px;
  }
}

.ItemPriceWrap {
  min-height: 64px;
}

.sysItemPrice,
.sysRetailPrice,
.sysSuggestedRetailPrice,
.sysItemSuggestedPrice {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 13px;
}

.sysItemPrice::before,
.sysRetailPrice::before,
.sysSuggestedRetailPrice::before,
.sysItemSuggestedPrice::before {
  content: "¥";
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 70%;
}

.sysSuggestedRetailPrice,
.sysItemSuggestedPrice {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  display: table;
}

.sysSuggestedRetailPrice::after,
.sysItemSuggestedPrice::after {
  content: "";
  position: absolute;
  border-top: 1px solid #434343;
  top: 50%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ItemPriceWrap {
    min-height: 38px;
  }
  .sysItemPrice,
  .sysRetailPrice,
  .sysSuggestedRetailPrice,
  .sysItemSuggestedPrice {
    font-size: 1.3rem;
    padding-left: 8px;
    margin-bottom: 4px;
  }
}

.sysItemPrArea,
.sysPr {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.sysItemPrArea span,
.sysPr span {
  font-size: 1.3rem;
  text-align: left;
  border: 1px solid #9b9b9b;
  padding: 6px 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sysItemPrArea span,
  .sysPr span {
    font-size: 0.9rem;
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sysItemPrArea span,
  .sysPr span {
    font-size: 0.9rem;
    padding: 4px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.sysPagination {
  margin-top: 78px;
  margin-bottom: 100px;
}

.sysPagination > ul > li {
  width: 30px;
  margin-right: 20px;
  padding: 0;
}

.sysPagination > ul > li > a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 1.3rem;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
  transition: all 300ms ease;
  text-decoration: none !important;
}

.sysPagination > ul > li > a.sysCurrent {
  background: #7da9be;
  border: 1px solid #7da9be;
  color: #fff;
  transition: all 300ms ease;
}

.sysPagination > ul > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sysPagination {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .sysPagination > ul > li {
    width: 30px;
    margin-right: 15px;
  }
  .sysPagination > ul > li > a {
    width: 30px;
    height: 30px;
  }
}

.sysHorizontal {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sysHorizontal li {
  float: none;
  padding: 0;
  margin-right: 19px;
  max-width: 225px;
}

.sysHorizontal li:nth-child(5n) {
  margin-right: 0;
}

.sysHorizontal li .sysItemImage a {
  display: block;
  transition: all 0.3s ease;
  position: relative;
}

.sysHorizontal li .sysItemImage a img {
  width: 100%;
}

.sysHorizontal li .sysItemImage a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sysHorizontal li .sysItemImage a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 10px;
}

.sysHorizontal li .sysItemSuggestedPrice {
  margin-bottom: 0;
}

.sysHorizontal li:nth-of-type(1) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank01.png);
}

.sysHorizontal li:nth-of-type(2) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank02.png);
}

.sysHorizontal li:nth-of-type(3) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank03.png);
}

.sysHorizontal li:nth-of-type(4) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank04.png);
}

.sysHorizontal li:nth-of-type(5) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank05.png);
}

.sysHorizontal li:nth-of-type(6) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank06.png);
}

.sysHorizontal li:nth-of-type(7) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank07.png);
}

.sysHorizontal li:nth-of-type(8) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank08.png);
}

.sysHorizontal li:nth-of-type(9) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank09.png);
}

.sysHorizontal li:nth-of-type(10) .sysItemImage a::before {
  content: "";
  background-image: url(https://shop.okamotogroup.com/img/layout/common/ico_rank10.png);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sysItemBlock {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .sysItemBlock .sysHorizontal {
    flex-wrap: nowrap;
  }
  .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .sysItemBlock {
    max-width: 100%;
    padding: 0;
  }
  .sysItemBlock .sysHorizontal {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sysItemBlock .sysHorizontal::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    flex-shrink: 0;
  }
  .sysItemBlock .sysHorizontal::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    flex-shrink: 0;
  }
  .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    flex-shrink: 0;
    width: 48%;
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }
  .sysItemBlock .sysHorizontal li:nth-child(5n) {
    margin-right: 8px;
  }
  .sysItemBlock .sysHorizontal li:nth-child(n + 6) {
    display: block;
  }
  .sysItemBlock .sysHorizontal li .sysItemImage a::before {
    width: 25px;
    height: 25px;
  }
}

.top_ranking_wrap {
  position: relative;
  margin-bottom: 70px;
}

.top_ranking {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition-duration: 500ms;
  opacity: 0;
}

.top_ranking.active {
  transition-delay: 250ms;
  opacity: 1;
  z-index: 1;
}

.top_ranking.top_ranking_01 {
  position: relative;
}

.top_ranking .sysItemBlock .sysHorizontal li {
  width: 30.3%;
}

.top_ranking .sysItemBlock .sysHorizontal li .sysIconRank {
  display: none;
}

.top_ranking .sysItemBlock .sysHorizontal li:nth-child(n + 6) {
  display: none;
}

.check_item .sysContent .sysHorizontal {
  max-width: 1180px;
}

.itempage_recommend .sysContent .sysHorizontal .slick-list {
  max-width: 1200px;
  margin: 0 auto;
}

.itempage_recommend .sysContent .sysHorizontal li {
  margin-right: 10px;
  margin-left: 10px;
}

.itempage_recommend .slick_prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 300ms ease;
  cursor: pointer;
  margin-top: -40px;
  margin-left: -60px;
}

.itempage_recommend .slick_prev::before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/arrow_left.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 12px;
  background-size: contain;
  margin-top: -6px;
  margin-right: -3px;
  z-index: 99;
  transition: all 300ms ease;
}

.itempage_recommend .slick_next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  transition: all 300ms ease;
  cursor: pointer;
  margin-top: -40px;
  margin-right: -60px;
}

.itempage_recommend .slick_next::before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/arrow_left.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 12px;
  background-size: contain;
  margin-top: -6px;
  margin-right: -3px;
  z-index: 99;
  transition: all 300ms ease;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .itempage_recommend .slick_prev {
    left: 40px;
  }
  .itempage_recommend .slick_next {
    right: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .itempage_recommend .sysItemBlock .sysHorizontal li {
    max-width: 225px;
  }
  .itempage_recommend .slick_prev {
    left: 40px;
  }
  .itempage_recommend .slick_next {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top_ranking_wrap {
    margin-bottom: 45px;
  }
  .top_ranking_01 .sysContent .sysHorizontal li,
  .top_ranking_02 .sysContent .sysHorizontal li,
  .top_ranking_03 .sysContent .sysHorizontal li,
  .check_item .sysContent .sysHorizontal li,
  .itempage_recommend .sysContent .sysHorizontal li {
    width: 40%;
    margin-right: 8px;
    max-width: 100%;
    padding: 0;
  }
  .top_ranking_01 .sysContent .sysHorizontal li:nth-child(5n),
  .top_ranking_02 .sysContent .sysHorizontal li:nth-child(5n),
  .top_ranking_03 .sysContent .sysHorizontal li:nth-child(5n),
  .check_item .sysContent .sysHorizontal li:nth-child(5n),
  .itempage_recommend .sysContent .sysHorizontal li:nth-child(5n) {
    margin-right: 8px;
  }
  .top_ranking_01 .sysContent .sysHorizontal li:nth-child(n + 6),
  .top_ranking_02 .sysContent .sysHorizontal li:nth-child(n + 6),
  .top_ranking_03 .sysContent .sysHorizontal li:nth-child(n + 6),
  .check_item .sysContent .sysHorizontal li:nth-child(n + 6),
  .itempage_recommend .sysContent .sysHorizontal li:nth-child(n + 6) {
    display: block;
  }
}

.top_ranking .sysItemBlock,
.check_item .sysItemBlock,
.itempage_recommend .sysItemBlock {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.check_item .sysItemBlock,
.itempage_recommend .sysItemBlock {
  margin-bottom: 45px;
  margin-top: 30px;
}

.check_item .sysItemBlock .sysHorizontal li .sysItemImage a::before,
.itempage_recommend .sysItemBlock .sysHorizontal li .sysItemImage a::before {
  content: none;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .top_ranking .sysItemBlock,
  .check_item .sysItemBlock,
  .itempage_recommend .sysItemBlock {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_ranking .sysItemBlock,
  .check_item .sysItemBlock,
  .itempage_recommend .sysItemBlock {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .check_item .sysItemBlock,
  .itempage_recommend .sysItemBlock {
    margin-top: 20px;
  }
}

.template_campaign {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
}

.template_campaign ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.template_campaign ul li {
  margin-bottom: 35px;
  max-width: 100%;
  width: 375px;
  margin-right: 37px;
}

.template_campaign ul li:nth-child(3n) {
  margin-right: 0;
}

.template_campaign ul li a {
  display: block;
  transition: all 0.3s ease;
}

.template_campaign ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .template_campaign {
    width: 90%;
  }
  .template_campaign ul li {
    width: 31.3%;
    margin-right: 3%;
  }
  .template_campaign ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .template_campaign {
    margin-bottom: 72px;
  }
  .template_campaign ul {
    margin-top: 20px;
  }
  .template_campaign ul li {
    width: 50%;
    margin: 0;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
top.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.ranking_sort {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.ranking_sort ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: space-between;
  transform: translateX(-12px);
}

.ranking_sort ul li {
  margin-bottom: 40px;
}

.ranking_sort ul li a {
  font-size: 1.4rem;
  position: relative;
}

.ranking_sort ul li a span {
  font-size: 1.4rem;
  position: relative;
}

.ranking_sort ul li a span::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #434343;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition-duration: 300ms;
}

.ranking_sort ul li a.active span::after {
  width: 17px;
}

@media only screen and (max-width: 767px) {
  .ranking_sort ul {
    transform: translateX(0);
    margin-top: 20px;
  }
  .ranking_sort ul li {
    font-size: 1.8rem;
  }
  .ranking_sort ul li a span::after {
    bottom: -15px;
  }
}

.top_recommend_item {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.top_recommend_item .sysContent .sysItemBlock {
  margin-top: 30px;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal {
  display: flex;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li {
  float: none;
  padding: 0 !important;
  margin-right: 19px;
  max-width: 225px;
  width: 100%;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+6) {
  display: none;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(5n) {
  margin-right: 0;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li .sysItemImage a {
  display: block;
  transition: all 0.3s ease;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li .sysItemImage a img {
  width: 100%;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li .sysItemImage a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li .sysItemImage a::before {
  content: none;
}

.top_recommend_item .sysContent .sysItemBlock .sysHorizontal li .sysItemSuggestedPrice {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .top_recommend_item {
    width: 90%;
  }
  .top_recommend_item .sysContent .sysItemBlock {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_recommend_item {
    width: 90%;
    margin-bottom: 50px;
  }
  .top_recommend_item .sysContent .sysItemBlock {
    width: 100%;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal {
    flex-wrap: nowrap;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    width: 20% !important;
  }
}

@media only screen and (max-width: 767px) {
  .top_recommend_item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 18px;
  }
  .top_recommend_item .sysContent .sysItemBlock {
    margin-top: 20px;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    width: 48% !important;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(even) {
    margin-right: 0;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(5n) {
    margin-right: auto;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+6) {
    display: block;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+7) {
    display: block;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal::before {
    content: none;
  }
  .top_recommend_item .sysContent .sysItemBlock .sysHorizontal::after {
    content: none;
  }
}

.mv {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 34px;
}

.mv .slider li a img {
  width: 100%;
}

.mv .slider .slick-dots {
  bottom: 20px;
}

.mv .slider .slick-dots li {
  margin: 0px 7px;
  width: 10px;
  height: 10px;
}

.mv .slider .slick-dots li button::before {
  content: "";
  font-size: 10px;
  border: 1px solid #fff;
  background: none;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.mv .slider .slick-dots li.slick-active button::before {
  content: "";
  font-size: 10px;
  background: #fff;
}

.mv .slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 800px;
}

.mv .slider.slick-dotted.slick-slider .slick-slide {
  position: relative;
}

.mv .mv_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
}

.mv .mv_txt .catchcopy_txt {
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: 0.075em;
  margin-left: -12px;
}

.mv .mv_txt .more_btn {
  font-size: 1.4rem;
  width: 130px;
  line-height: 40px;
  margin: 0 auto;
}

.mv .mv_txt .more_btn a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.mv .mv_txt .more_btn a:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .mv .slider.slick-dotted.slick-slider {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv .slider.slick-dotted.slick-slider {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mv .slider.slick-dotted.slick-slider {
    height: auto;
  }
  .mv .mv_txt {
    bottom: 76.4vw;
  }
  .mv .mv_txt .more_btn {
    width: 110px;
    font-size: 1.2rem;
    line-height: 34px;
  }
}

.news .heading {
  font-weight: 600;
}

.news .section_infomation {
  padding-top: 30px;
  padding-bottom: 32px;
  margin-bottom: 95px;
}

.news .section_infomation dl {
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news {
    width: 90%;
    margin: 0 auto;
  }
  .news .infomation {
    width: 90%;
    margin: 0 auto 100px;
  }
  .news .infomation .section_infomation {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .news .section_infomation {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 38px;
    margin-bottom: 62px;
  }
  .news .section_infomation dl {
    display: block;
    margin: 0 auto 25px;
  }
  .news .section_infomation dl dt {
    font-size: 1.1rem;
  }
  .news .section_infomation dl dd {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .infomation {
    margin-bottom: 70px;
  }
}

.top_keyword .section_keyword {
  margin-top: 20px;
  margin-bottom: 85px;
}

.top_keyword .section_keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}

.top_keyword .section_keyword ul li {
  font-size: 1.4rem;
  margin-right: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.075em;
}

.top_keyword .section_keyword ul li a {
  border: 1px solid #9b9b9b;
  display: block;
  border-radius: 30px;
  padding: 5px 8px;
  transition: all 0.3s ease;
}

.top_keyword .section_keyword ul li a:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .top_keyword .section_keyword ul {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .top_keyword .section_keyword {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 55px;
  }
  .top_keyword .section_keyword ul {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .top_keyword .section_keyword ul li {
    font-size: 1.2rem;
  }
  .top_keyword .section_keyword ul li a {
    padding: 4px 8px;
  }
}

.section_category {
  margin-bottom: 32px;
}

.section_category ul {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  max-width: 760px;
  margin: 0 auto;
}

.section_category ul li {
  width: 240px;
  text-align: center;
  margin-right: 20px;
}

.section_category ul li a {
  border: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  display: block;
  padding: 23px;
  background: #fff;
  transition: all 0.3s ease;
}

.section_category ul li a:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

.section_category ul li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_category ul {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .section_category ul {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .section_category ul li {
    width: 33%;
    text-align: center;
    margin-right: 10px;
  }
  .section_category ul li a {
    font-size: 1.2rem;
    display: block;
    padding: 10px;
  }
  .section_category ul li:last-child {
    margin-right: 0;
  }
}

.top_campaign {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
}

.top_campaign ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_campaign ul li {
  margin-bottom: 35px;
  max-width: 100%;
  width: 375px;
  margin-right: 37px;
}

.top_campaign ul li:nth-child(3n) {
  margin-right: 0;
}

.top_campaign ul li a {
  display: block;
  transition: all 0.3s ease;
}

.top_campaign ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .top_campaign {
    width: 90%;
  }
  .top_campaign ul li {
    width: 31.3%;
    margin-right: 3%;
  }
  .top_campaign ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top_campaign {
    margin-bottom: 72px;
    margin-left: 20px;
		margin-right: 20px;
		width: auto;
  }
  .top_campaign ul {
    margin-top: 20px;
  }
  .top_campaign ul li {
    width: 48%;
    margin: 0;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .top_campaign ul li:nth-child(3n) {
    margin-right: auto;
  }
  .top_campaign ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* コーディネート */
.top_coordinate {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}

.top_coordinate .coordinate_txt {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 30px;
  letter-spacing: 0.075em;
}

.top_coordinate .coordinate_tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 36px;
}

.top_coordinate .coordinate_tag li {
  font-size: 1.3rem;
  text-align: left;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  margin-right: 13px;
  margin-bottom: 5px;
}

.top_coordinate .coordinate_tag li a {
  display: block;
  padding: 5px 10px 3px;
  transition: all 0.3s ease;
}

.top_coordinate .coordinate_tag li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.top_coordinate .coordinate_tag li:last-child {
  margin-right: 0;
}

.top_coordinate .coordinate_list {
  margin-top: 30px;
}

.top_coordinate .coordinate_list ul {
  max-width: 1200px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}

.top_coordinate .coordinate_list ul li {
  padding: 0;
  margin-right: 20px;
  width: calc(20% - 80px / 5);
  margin-bottom: 48px;
}

.top_coordinate .coordinate_list ul li:nth-child(5n) {
  margin-right: 0;
}

.top_coordinate .coordinate_list ul li a {
  display: block;
}

.top_coordinate .coordinate_list ul li a .coordinate_img img {
  padding-bottom: 32px;
}

.top_coordinate .coordinate_list ul li a .coordinate_ItemName {
  text-align: left;
  font-size: 1.4rem;
  padding-top: 30px;
  transition: all 0.3s ease;
  line-height: 1.45;
  padding-top: 8px;
  min-height: 56px;
  letter-spacing: 0.075em;
}

.top_coordinate .coordinate_list ul li a .coordinate_pr {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.top_coordinate .coordinate_list ul li a .coordinate_pr span {
  font-size: 1.3rem;
  text-align: left;
  border: 1px solid #9b9b9b;
  padding: 6px 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 3px;
}

.top_coordinate .coordinate_list ul li a .coordinate_spec {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.top_coordinate .coordinate_list ul li a .coordinate_spec span {
  font-family: 'Josefin Sans', sans-serif;
}

.top_coordinate .coordinate_list ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.top_coordinate .more_btn_wrap {
  margin-top: 25px;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .top_coordinate {
    width: 90%;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_coordinate {
    width: 90%;
    margin: 0 auto 100px;
  }
  .top_coordinate .coordinate_list ul li a .coordinate_pr span {
    font-size: 0.9rem;
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .top_coordinate {
    margin: 0 auto 82px;
  }
  .top_coordinate .coordinate_tag {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .top_coordinate .coordinate_tag li {
    margin-bottom: 6px;
    font-size: 1.0rem;
    margin-right: 6px;
  }
  .top_coordinate .coordinate_tag li a {
    padding: 3px 5px;
  }
  .top_coordinate .coordinate_list {
    margin-top: 15px;
  }
  .top_coordinate .coordinate_list ul {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .top_coordinate .coordinate_list ul::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    flex-shrink: 0;
  }
  .top_coordinate .coordinate_list ul::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    flex-shrink: 0;
  }
  .top_coordinate .coordinate_list ul li {
    width: 40%;
    margin-right: 8px;
    max-width: 100%;
    padding: 0;
    flex-shrink: 0;
    margin-bottom: 8px;
  }
  .top_coordinate .coordinate_list ul li a .coordinate_ItemName {
    padding-top: 3px;
    font-size: 1.0rem;
    min-height: 35px;
  }
  .top_coordinate .coordinate_list ul li a .coordinate_img img {
    padding-bottom: 20px;
  }
  .top_coordinate .coordinate_list ul li a .coordinate_pr span {
    font-size: 0.9rem;
    padding: 2px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .top_coordinate .coordinate_list ul li a .coordinate_spec {
    font-size: 1.1rem;
  }
  .top_coordinate .coordinate_list ul li:nth-child(5n) {
    margin-right: 8px;
  }
}

.top_bnr .bnr_item_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 90px;
}

.top_bnr .bnr_item_list li {
  max-width: 565px;
  width: 100%;
  margin-right: 70px;
}

.top_bnr .bnr_item_list li .bnr_item {
  margin-bottom: 25px;
}

.top_bnr .bnr_item_list li .bnr_item a {
  display: block;
  transition: all 0.3s ease;
}

.top_bnr .bnr_item_list li .bnr_item a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.top_bnr .bnr_item_list li p {
  font-size: 1.4rem;
}

.top_bnr .bnr_item_list li p a {
  transition: all 0.3s ease;
}

.top_bnr .bnr_item_list li p a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.top_bnr .bnr_item_list li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .top_bnr .bnr_item_list {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_bnr .bnr_item_list {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .top_bnr .bnr_item_list {
    display: block;
    margin-bottom: 70px;
  }
  .top_bnr .bnr_item_list li {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .top_bnr .bnr_item_list li .bnr_item {
    margin-bottom: 15px;
  }
  .top_bnr .bnr_item_list li .bnr_item a img {
    width: 100%;
  }
  .top_bnr .bnr_item_list li p {
    text-align: center;
    font-size: 1.2rem;
  }
}

.section_infomation {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 62px;
}

.section_infomation dl {
  display: flex;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
}

.section_infomation dl dt {
  margin-right: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  min-width: 90px;
}

.section_infomation dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_infomation dl dd a {
  transition: all 0.3s ease;
}

.section_infomation dl dd a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.section_infomation dl:last-child {
  margin-bottom: 0;
}

.infomation {
  margin-bottom: 100px;
}

.infomation .section_infomation {
  border-bottom: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .infomation {
    width: 90%;
    margin: 0 auto 100px;
  }
  .infomation .section_infomation {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .section_infomation {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .section_infomation dl {
    display: block;
    margin: 0 auto 25px;
  }
  .section_infomation dl dt {
    font-size: 1.1rem;
  }
  .section_infomation dl dd {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .infomation {
    margin-bottom: 70px;
  }
}

.top_brand,
.template_brand {
  margin-bottom: 50px;
}

.top_brand .brand_item_list ul,
.template_brand .brand_item_list ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 835px;
  margin: 36px auto 0;
  width: 100%;
}

.top_brand .brand_item_list ul li,
.template_brand .brand_item_list ul li {
  text-align: center;
  position: relative;
  margin-right: 12.5%;
  margin-bottom: 50px;
  width: 130px;
}

.top_brand .brand_item_list ul li a,
.template_brand .brand_item_list ul li a {
  display: block;
}

.top_brand .brand_item_list ul li a .brand_item,
.template_brand .brand_item_list ul li a .brand_item {
  width: 90px;
  height: auto;
  margin: 0 auto 18px;
}

.top_brand .brand_item_list ul li a .brand_item img,
.template_brand .brand_item_list ul li a .brand_item img {
  width: 100%;
  height: auto;
}

.top_brand .brand_item_list ul li img,
.template_brand .brand_item_list ul li img {
  width: 100%;
  height: auto;
}

.top_brand .brand_item_list ul li p,
.template_brand .brand_item_list ul li p {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.top_brand .brand_item_list ul li:nth-child(4n),
.template_brand .brand_item_list ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_brand,
  .template_brand {
    margin-bottom: 50px;
  }
  .top_brand .brand_item_list ul,
  .template_brand .brand_item_list ul {
    width: 100%;
    justify-content: center;
    max-width: 700px;
  }
  .top_brand .brand_item_list ul li,
  .template_brand .brand_item_list ul li {
    text-align: center;
    position: relative;
    margin-right: 8.5%;
    margin-bottom: 50px;
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .top_brand,
  .template_brand {
    margin-bottom: 82px;
  }
  .top_brand .brand_item_list,
  .template_brand .brand_item_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_brand .brand_item_list ul,
  .template_brand .brand_item_list ul {
    margin-top: 20px;
  }
  .top_brand .brand_item_list ul li,
  .template_brand .brand_item_list ul li {
    width: 100%;
    margin: 0;
    border-top: 1px solid #9b9b9b;
    min-height: 50px;
    display: flex;
    flex-direction: row-reverse;
  }
  .top_brand .brand_item_list ul li a,
  .template_brand .brand_item_list ul li a {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-height: 50px;
    position: relative;
    margin-bottom: 0;
  }
  .top_brand .brand_item_list ul li a::after,
  .template_brand .brand_item_list ul li a::after {
    content: "";
    background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background-size: 80%;
  }
  .top_brand .brand_item_list ul li a .brand_item,
  .template_brand .brand_item_list ul li a .brand_item {
    width: 75px;
    height: 25px;
    border: 1px solid #9b9b9b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 54px;
    margin-bottom: 0;
  }
  .top_brand .brand_item_list ul li a .brand_item img,
  .template_brand .brand_item_list ul li a .brand_item img {
    width: 60%;
    height: auto;
  }
  .top_brand .brand_item_list ul li p,
  .template_brand .brand_item_list ul li p {
    font-size: 1.3rem;
    width: 70%;
    text-align: left;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
form.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysErrorMessage {
  clear: both;
  width: 100%;
}

/* 共通 */
.sysFormLabel {
  float: left;
}

.sysRequired {
  background-color: #ff3636;
  color: #fff;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  padding: 0 10px;
  margin: 3px 0 0 10px;
  float: none;
}

.sysFormItem {
  margin-bottom: 20px;
}

.sysFormField {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

.sysFormField select {
  width: 100%;
  height: 40px;
  border: 1px solid #9d9d9d;
  border-radius: 0%;
}

.sysFormItem.sys5 {
  width: 142px;
}

.sysFormItem.sysPrefStateId {
  width: 142px;
}

.sysFormItem.sys4 .sysFormField {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sysFormItem.sys4 .sysFormField input[type="text"] {
  width: calc(100% - 220px);
}

.sysFormItem.sys4 .sysFormField button[type="submit"] {
  float: none;
  margin: 0;
  width: 210px;
  max-width: inherit;
  background-color: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 0px;
  color: #333;
  padding: 0;
  height: 40px;
}

.sysFormItem.sysZipcode {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sysFormItem.sysZipcode .sysFormField {
  float: left;
  width: calc(100% - 210px);
  height: 38px;
  padding: 0;
  margin: 0;
}

.sysFormItem.sysZipcode .sysButton {
  float: left;
  width: 200px;
  height: 38px;
  padding: 0;
  margin: 0 0 0 10px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
  color: #434343;
}

.sysMemberRegister #sysMain {
  width: 1100px;
  border: none;
  padding: 20px 150px !important;
  margin: 30px auto;
}

#sysMemberRegisterConfirm .sysFormItem.sysZipcode .sysFormField {
  width: 100%;
}

.modaal-content-container {
  padding: 0;
}

.sysWishlistShowGroup {
  text-align: center;
}

.sysWishlistShowGroup .sysButton.sysShowWishlistButton {
  background-color: #434343;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sysMemberRegister #sysMain {
    width: 95% !important;
    margin: 30px auto;
    padding: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .sysMemberRegister #sysMain {
    padding: 20px 10px 30px !important;
    margin: 10px auto;
    width: 98% !important;
  }
  .modaal-close {
    right: 10px !important;
    top: 10px !important;
  }
  .mdl-dialog__content {
    padding-bottom: 0 !important;
  }
  .mdl-dialog__content .massage {
    font-size: 1.2rem;
  }
  .modaal-content-container {
    padding: 0 !important;
  }
  .sysWishlistMemberRegisterGroup {
    width: 100%;
  }
}

/* ===========================
各ページ設定
=========================== */
.sysMypage footer {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sysMypage footer {
    margin-top: 50px;
  }
}

#sysFormIndex #sysMain input[type="submit"].sysNextSubmit,
#sysFormConfirm #sysMain input[type="submit"].sysNextSubmit {
  max-width: 400px;
}

.form-request #sysMain input[type="submit"].sysNextSubmit {
  max-width: 400px;
}

#sysFormIndex.form-contact #sysWrap {
  margin-top: 0;
}

#sysFormIndex.form-contact #sysWrap .sysForm {
  overflow: hidden;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysItemNameByFreeform {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
  float: right;
  margin-top: 0;
  max-width: 350px;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysItemThumnailByFreeform {
  max-width: 400px;
  margin-bottom: 10px;
  float: left;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysItemVariationByFreeform {
  max-width: 350px;
  float: left;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysFormItem.sys1 {
  overflow: hidden;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysFormItem.sys1 .sysFormLabel {
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 50px;
}

#sysFormIndex.form-contact #sysWrap .sysForm .sysItemVariationByFreeform {
  float: right;
  max-width: 330px;
  width: 100%;
}

#sysFormIndex.form-contact #sysWrap .sysFormItem.sys4 input[type="text"] {
  width: 100%;
}

#sysFormIndex.form-contact #sysWrap .sysFormItem.sys5 {
  width: 100%;
}

#sysFormConfirm #sysWrap {
  margin-top: 0;
}

#sysFormConfirm #sysWrap .sysFormItem.sys5 {
  width: 100%;
}

#sysFormThanks #sysWrap {
  margin-top: 0;
}

@media only screen and (max-width: 850px) {
  #sysFormIndex.form-contact #sysWrap {
    margin-top: 0;
  }
  #sysFormIndex.form-contact #sysWrap .sysForm .sysFormLabel {
    text-align: center;
    margin-bottom: 10px;
  }
  #sysFormIndex.form-contact #sysWrap .sysForm .sysFormItem.sys1 .sysFormLabel {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  #sysFormIndex.form-contact #sysWrap .sysForm .sysItemNameByFreeform {
    float: none;
  }
  #sysFormIndex.form-contact #sysWrap .sysForm .sysItemThumnailByFreeform {
    float: none;
  }
  #sysFormIndex.form-contact #sysWrap .sysForm .sysItemVariationByFreeform {
    float: none;
  }
}

.form-request #sysMain input[type="submit"].sysNextSubmit {
  max-width: 400px;
}

.form-request #sysMain .sysFormItem {
  overflow: hidden;
}

.form-request #sysMain .sysItemThumnailByFreeform {
  max-width: 400px;
  margin-bottom: 10px;
  float: left;
}

.form-request #sysMain .sysItemNameByFreeform {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
  float: right;
  margin-top: 0;
  max-width: 350px;
}

.form-request #sysMain .sysItemVariationByFreeform {
  float: right;
  max-width: 330px;
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .form-request #sysMain .sysItemNameByFreeform {
    float: none;
  }
  .form-request #sysMain .sysItemThumnailByFreeform {
    float: none;
  }
  .form-request #sysMain .sysItemVariationByFreeform {
    float: none;
  }
}

#sysFormIndex #sysMain .sysForm .sysFormItem.sys2 {
  display: block !important;
}

#sysFormConfirm #sysMain button.sysButton {
  float: none;
  width: 100px;
  margin-bottom: 20px;
  height: 40px;
}

#sysFormConfirm #sysMain .sysNextSubmit {
  margin: 0 auto !important;
}

@media screen and (min-width: 401px) and (max-width: 767px) {
  #sysFormConfirm #sysMain button.sysButton {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  #sysFormConfirm #sysMain button.sysButton {
    max-width: 400px;
    width: 100%;
  }
}

#sysFormThanks .message {
  margin-bottom: 25px;
}

#sysRegi #sysMain {
  max-width: 800px;
  padding-top: 20px;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysBox {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysBox .sysForm .sysSubmit {
  text-align: center;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type="submit"] {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #434343 !important;
  font-size: 1.4rem;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysBox .sysForm form:last-child {
  text-align: center;
}

#sysRegi #sysMain #sysRegisterForm,
#sysRegi #sysMain #sysPurchaseAuthCustomer {
  text-align: center;
}

#sysRegi #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
#sysRegi #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit {
  max-width: 400px;
  width: 100%;
  margin: 0 auto !important;
  color: #fff;
  background: #434343 !important;
  height: 48px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #sysRegi #sysMain {
    padding-top: 30px !important;
  }
  #sysRegi #sysMain #sysRegisterForm .sysBox,
  #sysRegi #sysMain #sysPurchaseAuthCustomer .sysBox {
    padding-left: 0;
    padding-right: 0;
  }
  #sysRegi #sysMain #sysRegisterForm .sysBox p,
  #sysRegi #sysMain #sysPurchaseAuthCustomer .sysBox p {
    text-align: left;
  }
  #sysRegi #sysMain #sysPurchaseAuthCustomer .sysBox {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #sysRegi #sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea {
    margin-bottom: 0;
  }
  #sysRegi #sysMain .sysBackSubmitArea {
    text-align: center;
  }
  #sysRegi #sysMain .sysBackSubmitArea input[value="戻る"] {
    width: 100% !important;
    max-width: 400px;
  }
}

#sysMypageIndex #sysMain {
  padding: 20px 50px 0 !important;
}

#sysMypageIndex #sysMain .sysHeadline {
  color: #434344 !important;
}

#sysMypageIndex #sysMain .SysMypageMinorHeadLine {
  border: none;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

#sysMypageIndex #sysMain .sysFuncMemberLogin .sysContent div:last-child {
  display: none;
}

#sysMypageIndex #sysMain .mypagelogin {
  text-align: center;
  margin-bottom: 55px;
}

#sysMypageIndex #sysMain .customer_info .cmn_txt_link {
  margin-bottom: 40px;
}

#sysMypageIndex #sysMain .customer_info01 {
  margin-bottom: 10px;
}

#sysMypageIndex #sysMain .customer_info01 .cmn_txt_link {
  margin-bottom: 10px;
}

#sysMypageIndex #sysMain .customer_info01 p {
  margin-bottom: 40px;
  text-align: center;
}

#sysMypageIndex #sysMain .customer_info03 {
  margin-bottom: 55px;
}

#sysMypageIndex #sysMain .sysOrderHistory {
  margin-bottom: 55px;
}

#sysMypageIndex #sysMain .sysOrderHistory .SysMypageMinorHeadLine {
  margin-bottom: 0;
}

#sysMypageIndex #sysMain .sysOrderHistory > div {
  text-align: right;
  margin-bottom: 5px;
}

#sysMypageIndex #sysMain .mypage_favorite {
  margin-bottom: 50px;
}

#sysMypageIndex #sysMain .mp_more_btn_wrap {
  margin: 0 auto;
}

#sysMypageIndex #sysMain .mypageOsusume {
  margin-bottom: 55px;
}

#sysMypageIndex #sysMain .mypageOsusume > div {
  text-align: center;
  border: 1px solid #9b9b9b;
  padding: 20px;
}

#sysMypageIndex #sysMain .mypageOsusume > div img {
  width: 100%;
  height: auto;
}

#sysMypageIndex #sysMain .mp_bnr {
  margin: 0 auto 55px;
}

#sysMypageIndex #sysMain .mp_bnr ul {
  border: 1px solid #9b9b9b;
  padding: 20px;
}

#sysMypageIndex #sysMain .mp_bnr ul li img {
  width: 100%;
  height: auto;
}

#sysMypageIndex #sysMain .okyakusama_info {
  margin-bottom: 50px;
}

#sysMypageIndex #sysMain .okyakusama_info.okyakusama_info01 .cmn_txt_link {
  margin-bottom: 50px;
}

#sysMypageIndex #sysMain .okyakusama_info.okyakusama_info02 {
  margin-bottom: 75px;
}

#sysMypageIndex #sysMain .sysFreeArea {
  margin-bottom: 45px;
}

#sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock,
#sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock,
#sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock {
  margin-bottom: 48px;
}

#sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li,
#sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li,
#sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li {
  float: none;
  padding: 0 !important;
  margin-right: 19px;
  max-width: 236px;
  width: 100%;
}

#sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li:nth-child(4),
#sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(4),
#sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li:nth-child(4) {
  margin-right: 0;
}

#sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5),
#sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5),
#sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5) {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock,
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock,
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock {
    width: 100%;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li,
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li,
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  #sysMypageIndex #sysMain {
    width: 100% !important;
    padding: 20px 0 30px !important;
  }
  #sysMypageIndex #sysMain .sysHeadline {
    margin-bottom: 20px;
  }
  #sysMypageIndex #sysMain .SysMypageMinorHeadLine {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #sysMypageIndex #sysMain .mypagelogin {
    margin-bottom: 45px;
  }
  #sysMypageIndex #sysMain .sysOrderList {
    padding: 12px;
  }
  #sysMypageIndex #sysMain .sysOrderHistory {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
  #sysMypageIndex #sysMain .sysOrderHistory .SysMypageMinorHeadLine {
    margin-bottom: 20px;
  }
  #sysMypageIndex #sysMain .mypageOsusume {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sysMypageIndex #sysMain .mypageOsusume > div {
    padding: 12px;
  }
  #sysMypageIndex #sysMain .mp_bnr {
    margin: 0 auto 55px;
  }
  #sysMypageIndex #sysMain .mp_bnr ul {
    padding: 12px;
  }
  #sysMypageIndex #sysMain .customer_info01 p {
    font-size: 1.2rem;
  }
  #sysMypageIndex #sysMain .customer_info03 {
    margin-bottom: 72px;
  }
  #sysMypageIndex #sysMain .mypage_favorite {
    margin-bottom: 18px;
  }
  #sysMypageIndex #sysMain .okyakusama_info {
    margin-bottom: 40px;
  }
  #sysMypageIndex #sysMain .okyakusama_info.okyakusama_info01 .cmn_txt_link {
    margin-bottom: 40px;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock,
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock,
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock {
    margin-bottom: 28px;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li,
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li,
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li {
    width: 40%;
    margin-right: 8px;
    max-width: 100%;
    padding: 0;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li:nth-child(4),
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(4),
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li:nth-child(4) {
    margin-right: 8px;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li:nth-child(5),
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(5),
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li:nth-child(5) {
    margin-right: 0;
  }
  #sysMypageIndex #sysMain .itempage_recommend .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5),
  #sysMypageIndex #sysMain .check_item .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5),
  #sysMypageIndex #sysMain .mypage_favorite .sysContent .sysItemBlock .sysHorizontal li:nth-child(n+5) {
    display: block;
  }
  #sysMypageIndex #sysMain .sysMypageNav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#sysMypageEditDelivery .SysMypageMinorHeadLine {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #sysMypageEditDelivery .SysMypageMinorHeadLine {
    font-size: 1.7rem;
  }
}

/* 新規会員登録 */
#sysMemberRegisterIndex .sysMemberAgreementFormLabel {
  margin: 5px 0px 5px;
  padding: 5px;
}

#sysMemberRegisterIndex .sysMemberAgreement {
  border: 1px solid #dddddd;
  margin: 5px 0px 5px;
  padding: 10px;
}

#sysMemberRegisterIndex .sysFormItem.sysName {
  margin-top: 20px;
}

#sysMypageLogin #sysMain .sysFreeArea {
  display: block;
}

#sysMypageLogin #sysMain .sysLoginForm form .sysLoginButton {
  margin-top: 5px;
}

#sysMypageLogin #sysMain .sysLoginForm form .sysButton {
  margin-top: 10px;
}

#sysMypageLogout h3.sysMypageMinorHeadLine {
  display: none;
}

#sysMypageReview .sysItemName {
  min-height: auto;
  padding: 0;
  margin-bottom: 10px;
}

.sysFormField ::placeholder {
color: #bbbbbb;
}


.sysOrderList li {
  position: relative;
}

.sysOrderList li .totalPriceTaxIncluded,
.sysOrderList li .sysNumber {
  font-family: 'Josefin Sans', sans-serif;
}

.sysOrderList li .sysItemName {
  padding: 0;
  min-height: auto;
}

.sysOrderList li .sysItemName,
.sysOrderList li .sysVariations,
.sysOrderList li .sysOptions,
.sysOrderList li .sysNumber {
  width: 50%;
}

.sysOrderList li .sysItemReviewLink {
  position: absolute;
  top: 50%;
  right: 0;
  width: 120px;
  text-align: center;
  margin-top: -25px;
}

.sysOrderList li .sysItemReviewLink a {
  background: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 0;
  max-width: 220px;
  border: 1px solid #434343;
  border-radius: 5px;
  color: #434343;
  transition: all 0.3s ease;
  font-weight: 500;
  display: block;
}

.sysOrderList li .sysItemReviewLink a:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sysOrderList li .sysDatetime {
    float: none;
    text-align: left;
  }
  .sysOrderList li .sysTotalPrice {
    text-align: left;
  }
  .sysOrderList li .sysItemName,
  .sysOrderList li .sysVariations,
  .sysOrderList li .sysOptions,
  .sysOrderList li .sysNumber {
    width: 100%;
  }
  .sysOrderList li .sysItemReviewLink {
    position: relative;
    margin-top: 5px;
    margin-left: auto;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .sysOrderList li .sysItemReviewLink a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sysMypage .sysFormItem.sysZipcode .sysFormField {
  height: 50px;
}

#sysMypageEditConfirm.sysMypage .sysFormItem.sysZipcode {
  display: block;
}

#sysMypageEditConfirm.sysMypage .sysFormItem.sysZipcode .sysFormField {
  width: 142px;
  min-height: 40px;
  height: auto;
  margin-bottom: 20px !important;
}

#sysMypageEditSave form,
#sysMypageWithdrawalConfirm form {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

#sysThanks input#AmazonLogout {
  display: none;
}

#sysMypageWithdrawalConfirm .sysWithdrawal p:last-of-type {
  display: none;
}

/* ===========================
各ページ共通設定
=========================== */
/* お問い合わせボタン類 400pxに */
.form-inquiry .sysNextSubmit,
.form-mailmag .sysNextSubmit {
  max-width: 400px;
}

#sysMypageReminder input[type=submit] {
  max-width: 400px;
}

/* 住所検索対応(マイページ お届け先情報を編集する) */
#sysMypageEditDelivery .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDeliveryinput .sysFormItem.sysZipcode .sysFormField {
  width: 100%;
  height: 40px;
}

#sysMypageEditDelivery .sysFormItem.sysZipcode .sysFormField input,
#sysMypageEditDeliveryinput .sysFormItem.sysZipcode .sysFormField input {
  float: left;
  width: calc(100% - 210px);
  height: 38px;
  padding: 0;
  margin: 0 !important;
}

#sysMypageEditDelivery .sysFormItem.sysZipcode .sysFormField button,
#sysMypageEditDeliveryinput .sysFormItem.sysZipcode .sysFormField button {
  float: left;
  width: 200px;
  height: 38px;
  padding: 0;
  margin: 0 0 0 10px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
  color: #434343;
}

/* 商品チェック履歴 */
#sysMypageAshiato #sysMain .sysItemListDisp {
  justify-content: flex-end;
}

#sysMypageAshiato #sysMain .sysItemList {
  padding-left: 0;
  padding-right: 0;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.2;
  position: relative;
  padding-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div span {
  font-size: 70%;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.2;
  position: relative;
  padding-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div a {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div span {
  font-size: 70%;
}

#sysMypageRestockRequest #sysMain .sysItemListDisp {
  justify-content: flex-end;
}

#sysMypageRestockRequest #sysMain ul.sysThumbnail .sysThumbnailImage {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin-bottom: 15px;
}

#sysMypageRestockRequest #sysMain ul.sysThumbnail form input[type="submit"] {
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
  margin-top: 15px;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 5px;
}

#sysMypageRestockRequest #sysMain ul.sysThumbnail form input[type="submit"]:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div {
  text-align: left;
  line-height: 1.2;
  margin-right: 20px;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div form {
  text-align: left;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div span {
  font-size: 70%;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div + div {
  margin-right: 10px;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div + div form input[type="submit"] {
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
  margin: 0;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div + div form input[type="submit"]:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sysMypageRestockRequest #sysMain .sysItemListDisp {
    width: 100%;
  }
  #sysMypageRestockRequest #sysMain .sysItemList {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sysMypageRestockRequest #sysMain .sysItemListDisp {
    padding-left: 0;
    padding-right: 0;
  }
  #sysMypageRestockRequest #sysMain .sysItemList {
    padding-left: 0;
    padding-right: 0;
  }
  #sysMypageRestockRequest #sysMain ul.sysThumbnail li form input[type="submit"] {
    font-size: 1.86667vw;
  }
  #sysMypageRestockRequest #sysMain ul.sysList li {
    display: block;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div {
    width: 58%;
    float: right;
    margin-right: 0;
  }
  #sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div + div {
    margin-right: 0;
    clear: both;
  }
  #sysMypageRestockRequest #sysMain ul.sysList li .sysThumbnailImage + div + div form input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.2rem;
    max-width: 400px;
  }
}

#sysMypageReview #sysMain .sysItemList {
  padding-left: 0;
  padding-right: 0;
}

#sysMypageReview #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 15px;
}

#sysMypageReview #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sysMypageReview #sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div span {
  font-size: 70%;
}

#sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
  font-size: 2.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 15px;
}

#sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div a {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form {
  text-align: left;
}

#sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div span {
  font-size: 70%;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sysMypageAshiato #sysMain .sysItemListDisp,
  #sysMypageReview #sysMain .sysItemListDisp {
    width: 100%;
  }
  #sysMypageAshiato #sysMain .sysItemList,
  #sysMypageReview #sysMain .sysItemList {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li,
  #sysMypageReview #sysMain .sysItemList ul.sysList li {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage,
  #sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    float: left;
  }
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div,
  #sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
    float: right;
    width: 58%;
    margin-bottom: 0;
    padding-top: 0;
  }
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div,
  #sysMypageReview #sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div {
    float: right;
    width: 58%;
    margin-bottom: 0;
    padding-top: 0;
  }
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li form .sysCartButton,
  #sysMypageReview #sysMain .sysItemList ul.sysList li form .sysCartButton {
    width: 100%;
  }
  #sysMypageAshiato #sysMain .sysItemList ul.sysList li form .sysButton,
  #sysMypageReview #sysMain .sysItemList ul.sysList li form .sysButton {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

/* 進む系ボタン中央寄せ(左寄せページ対応) */
#sysMypageEditDeliveryinput #sysMain form:nth-of-type(1) {
  text-align: center;
}

/* 戻るボタンセンター寄せ(左寄せページ対応) */
#sysMypageEditDelivery #sysMain > form:nth-last-of-type(1),
#sysMemberRegisterConfirm #sysMain > form:nth-last-of-type(1),
#sysMemberRegisterIndex #sysMain > form:nth-last-of-type(1) {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

#sysMypageEditDeliveryinput #sysMain form:nth-last-of-type(1),
#sysMypageEditMember #sysMain form:nth-last-of-type(1),
#sysMypageEditConfirm #sysMain form:nth-last-of-type(1) {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

/* 戻るボタンセンター寄せ(左寄せページ対応 上記でも左寄せにならなかった場合) */
#sysMypageEditDelivery #sysMain input[value="戻る"],
#sysMypageEditMember #sysMain input[value="戻る"] {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-left: initial;
}

/* 戻るボタン中央寄せ */
#sysMypageEditSavedelivery #sysMain form,
#sysMypageReview #sysMain form {
  text-align: center;
}

/* ボタン幅指定 */
#sysMypageEditDelivery #sysMain input[value="確認"],
#sysMypageEditDelivery #sysMain input[value="更新する"],
#sysMypageEditDelivery #sysMain input[value="登録する"],
#sysMypageEditMember #sysMain input[value="確認"],
#sysMypageEditMember #sysMain input[value="更新する"],
#sysMypageEditMember #sysMain input[value="登録する"],
#sysMypageEditDeliveryinput #sysMain input[value="確認"],
#sysMypageEditDeliveryinput #sysMain input[value="更新する"],
#sysMypageEditDeliveryinput #sysMain input[value="登録する"],
#sysMypageEditConfirm #sysMain input[value="確認"],
#sysMypageEditConfirm #sysMain input[value="更新する"],
#sysMypageEditConfirm #sysMain input[value="登録する"],
#sysRegi #sysMain input[value="確認"],
#sysRegi #sysMain input[value="更新する"],
#sysRegi #sysMain input[value="登録する"] {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

/* その他ページ(会員を退会する) */
#sysMypageWithdrawalConfirm #sysMain .sysWithdrawal form:nth-of-type(1) {
  margin-top: 30px;
}

#sysMypageWithdrawalConfirm #sysMain .sysWithdrawal form .sysButton {
  margin-top: 10px;
  width: 100%;
}

/* 戻るボタン */
input[value="戻る"] {
  height: 40px;
  margin: 0;
  margin-top: 20px;
  width: 100px;
  max-width: inherit;
  min-width: inherit;
  padding: 0;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #9b9b9b;
  float: none;
  color: #434343;
}

@media screen and (max-width: 767px) {
  input[value="戻る"] {
    width: 100%;
  }
}

#sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit,
#sysMemberRegisterConfirm .footer_mailmag_form .sysNextSubmit,
#sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit {
  max-width: 100%;
  background: #FF3B1A;
  max-width: 100%;
  height: 40px;
  margin-top: 0;
  margin-right: initial;
}

#sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit:hover,
#sysMemberRegisterConfirm .footer_mailmag_form .sysNextSubmit:hover,
#sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit:hover {
  background: #434343;
  transition: all 0.3s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit,
  #sysMemberRegisterConfirm .footer_mailmag_form .sysNextSubmit,
  #sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit {
    max-width: 15%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sysMemberRegisterIndex .footer_mailmag_form .sysNextSubmit,
  #sysMemberRegisterConfirm .footer_mailmag_form .sysNextSubmit {
    width: 140px;
    height: 45px;
    float: none;
    font-size: 1.3rem;
    margin: 0 auto;
  }
}

/* ===========================
カート共通設定
=========================== */
.sysCart #sysMain {
  padding: 0;
  color: #434343;
}

.sysCart #sysMain .sysCartItemAreaMessage {
  text-align: center;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.sysCart #sysMain .sysTotal .sysBox {
  font-family: 'Josefin Sans', sans-serif;
}

.sysCart #sysMain .sysTotal .sysBox .sysTotalTxt span {
  font-weight: normal;
}

.sysCart #sysMain .sysTotal .sysBox .sysConfirmCoupon {
  margin-top: 20px;
}

.sysCart #sysMain .sysBox {
  border: none;
}

.sysCart #sysMain .sysItemListArea ul.nav li {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 25px 0;
}

.sysCart #sysMain .sysItemListArea ul.nav li:first-child {
  border-top: 1px solid #eee;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox a {
  width: 120px;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox a img.sysProductImg {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct {
  float: none;
  border: none;
  width: calc(100% - 600px);
  margin-bottom: 0;
  padding: 0 10px;
  text-align: left;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName {
  padding-top: 0;
  min-height: auto;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName + div {
  font-size: 1.4rem;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemRetailPrice {
  font-family: 'Josefin Sans', sans-serif;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
  width: 180px;
  display: flex;
  align-items: center;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div select[name=num] {
  padding: 0 !important;
  width: 3.5em;
  height: 36px !important;
  color: #333;
  background: #fff !important;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea {
  display: flex;
  justify-content: flex-start;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button {
  padding: 0 !important;
  width: 3.5em;
  height: 36px !important;
  background: #fff !important;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnPlus {
  width: 36px;
  border-radius: 0;
  border: 1px solid #ccc;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
  border-right: 0;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnPlus::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  color: #333;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnMinus {
  width: 36px;
  border-radius: 0;
  border: 1px solid #ccc;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnMinus::after {
  content: "－";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  color: #333;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
  width: 270px;
  text-align: right;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea .sysCartAttention {
  display: block;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0;
}

.sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea .sysButton .sysDeleteArea {
  font-size: 12px;
  background-color: #f1f1f1 !important;
  border-color: #cccccc !important;
  min-width: inherit;
  width: 80px !important;
  height: 30px !important;
  padding: 0 !important;
}

.sysCart footer {
  margin-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .sysCart #sysMain {
    width: 90%;
    margin: 0 auto;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox {
    align-items: flex-start;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
    margin-left: auto;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
    margin: 0;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
    position: static;
    width: 100%;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea form {
    width: 100px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .sysCart #sysMain .sysItemListArea {
    margin-bottom: 15px;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox a {
    width: 23%;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct {
    width: 74%;
    margin-bottom: 0;
    padding: 0;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName + div {
    font-size: 1.2rem;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemRetailPrice {
    font-size: 1.2rem;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
    margin-left: auto;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
    width: 100%;
    text-align: right;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .sysCart #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}

/* ===========================
各カートページ共通設定
=========================== */
.sysCart #sysMain input[value="ご注文手続きへ"] {
  background: #434343 !important;
  color: #fff !important;
  border: 1px solid #434343 !important;
  transition: all 0.3s ease;
  font-weight: bold;
}

.sysCart #sysMain input[value="ご注文手続きへ"]:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sysCart #sysMain input[value="削除"] {
  width: 100px;
  height: 40px;
  padding: 0;
  color: #434344;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  min-width: auto;
}

.sysCart #sysMain input[value="戻る"] {
  height: 40px;
  margin: 0;
  margin-top: 20px;
  width: 100px;
  max-width: inherit;
  min-width: inherit;
  padding: 0;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #9b9b9b;
  float: none;
  color: #434343;
}

@media screen and (max-width: 767px) {
  .sysCart #sysMain input[value="削除"] {
    height: 40px;
    margin: 0;
    margin-top: 20px;
    width: 100px;
    max-width: inherit;
    min-width: inherit;
    float: none;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
cart.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
フォーム設定
=========================== */
.sysOpcBody div#sysMain {
  color: #434343;
  padding: 3em 100px 0;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcClientTitle,
.opcDeliveryAddressTitle,
.opcDeliveryMethodTitle,
.opcItemTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle,
.opcSubstituteOrderMemoTitle,
.opcMemberTitle,
.opcRepeatTitle,
.opcDeliveryAddressAndItemsTitle,
.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader,
.opcSubstituteShippingMemoHeader,
.basketCouponTitle {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
}

.sysOpcBody #sysOpc.opc .opcOrderSummaryArea .opcBillingAddress > div,
.sysOpcBody #sysOpc.opc .opcOrderSummaryArea .opcDeliveryMethod > div,
.sysOpcBody #sysOpc.opc .opcOrderSummaryArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.sysOpcBody #sysOpc.opc .opcOrderSummaryArea .opcPaymentMethod > div,
.sysOpcBody #sysOpc.opc .opcBillingAddressArea .opcBillingAddress > div,
.sysOpcBody #sysOpc.opc .opcBillingAddressArea .opcDeliveryMethod > div,
.sysOpcBody #sysOpc.opc .opcBillingAddressArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.sysOpcBody #sysOpc.opc .opcBillingAddressArea .opcPaymentMethod > div,
.sysOpcBody #sysOpc.opc .opcSingleDelivery .opcBillingAddress > div,
.sysOpcBody #sysOpc.opc .opcSingleDelivery .opcDeliveryMethod > div,
.sysOpcBody #sysOpc.opc .opcSingleDelivery .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.sysOpcBody #sysOpc.opc .opcSingleDelivery .opcPaymentMethod > div,
.sysOpcBody #sysOpc.opc .opcPaymentMethodArea .opcBillingAddress > div,
.sysOpcBody #sysOpc.opc .opcPaymentMethodArea .opcDeliveryMethod > div,
.sysOpcBody #sysOpc.opc .opcPaymentMethodArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.sysOpcBody #sysOpc.opc .opcPaymentMethodArea .opcPaymentMethod > div,
.sysOpcBody #sysOpc.opc .opcRemarksArea .opcBillingAddress > div,
.sysOpcBody #sysOpc.opc .opcRemarksArea .opcDeliveryMethod > div,
.sysOpcBody #sysOpc.opc .opcRemarksArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.sysOpcBody #sysOpc.opc .opcRemarksArea .opcPaymentMethod > div {
  padding: 10px 15px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcOrderSummary, .opcBillingAddress,
.opcBillingAddress_edit,
.opcClient,
.opcClient_edit,
.opcDeliveryAddress,
.opcDeliveryAddress_edit,
.opcDeliveryMethod,
.opcDeliveryMethod_edit,
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList,
.opcItem_edit,
.opcPaymentMethodList,
.opcPaymentMethod,
.opcRemarks,
.opcRemarks_edit,
.opcSubstituteOrderMemo,
.opcSubstituteOrderMemo_edit,
.opcPoint_edit,
.opcItemPoint_edit,
.opcCouponCode_edit,
.opcCoupon_edit,
.opcDeliveryAddressSummary,
.opcDeliveryAddressAndItemsGroup,
.opcSelectDeliveries,
.basketCoupon_edit {
  padding: 0;
  border: none;
}

.opcBillingAddress .opcCommonReferenceLabel::after,
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  content: "";
}

.opcBillingAddress_buttonGroup.opcCommonButtonGroup,
.opcDeliveryMethod_buttonGroup.opcCommonButtonGroup,
.opcPaymentMethod_buttonGroup.opcCommonButtonGroup {
  border: none !important;
  padding-right: 0 !important;
}

.opcOrderSummary_normalTotalPrice,
.opcOrderSummary_normalTotalItemPrice,
.opcOrderSummary_totalCartOptionPrice,
.opcOrderSummary_fee,
.opcOrderSummary_useCouponPrice,
.opcOrderSummary_normalTotalItemPrice,
.opcOrderSummary_normalItemRetailPrice {
  font-family: 'Josefin Sans', sans-serif;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcRemarks_completeButton_edit {
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
}

input.opcBillingAddress_backButton_edit.opcCommonButtonEdit,
input.opcDeliveryAddress_backButton_edit.opcCommonButtonEdit,
input.opcDeliveryAddressItem_backButton_edit.opcCommonButtonEdit,
input.opcDeliveryMethod_backButton_edit.opcCommonButtonEdit,
input.opcPaymentMethod_backButton_edit.opcCommonButtonEdit,
input.opcSelectDeliveries_backButton_edit.opcCommonButtonEdit {
  width: 100px;
  margin-top: 30px;
  max-width: 400px;
}

.opcCommonRequireLabel {
  background-color: #ff3636;
  color: #fff;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  padding: 0 5px;
  margin: 3px 0 0 10px;
  float: none;
  color: #fff !important;
  display: inline-block;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit {
  overflow: hidden;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCode_edit.opcCommonInputText {
  float: left;
  width: calc(100% - 210px);
  height: 38px;
  padding: 0;
  margin: 0;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit.opcCommonButton {
  float: left;
  width: 200px;
  height: 38px;
  padding: 0;
  margin: 0 0 0 10px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
  color: #434343;
}

.opcDeliveryAddress_zipCodeAndLabelGroup_edit {
  overflow: hidden;
}

.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCode_edit.opcCommonInputText {
  float: left;
  width: calc(100% - 210px);
  height: 38px;
  padding: 0;
  margin: 0;
}

.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit.opcCommonButton {
  float: left;
  width: 200px;
  height: 38px;
  padding: 0;
  margin: 0 0 0 10px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
  color: #434343;
}

.opcBillingAddress_prefState_edit.opcCommonInputSelect {
  height: 38px;
  border: 1px solid #9d9d9d;
  border-radius: 0%;
  width: 142px;
  background: #fff !important;
}

.opcDeliveryAddress_prefState_edit.opcCommonInputSelect {
  height: 38px;
  border: 1px solid #9d9d9d;
  border-radius: 0%;
  width: 142px;
  background: #fff !important;
}

.opcOrderSummaryArea {
  margin-top: 50px;
}

.opcOrderSummary_priceBreakDownGroup {
  padding-left: 0;
}

.opcItem {
  border: 1px solid #9d9d9d;
  border-radius: 3px;
}

.opcItem .opcItem_itemAndLabelGroup,
.opcItem .opcItem_itemAndLabelGroup_edit {
  margin-bottom: 20px;
}

.opcItem .opcItem_itemImageGroup,
.opcItem .opcItem_itemImageGroup_edit {
  width: 20%;
}

.opcItem .opcItem_itemSummary,
.opcItem .opcItem_itemSummary_edit {
  width: 80%;
  padding: 0 0 0 3%;
}

.opcItem .opcItem_num_edit.opcCommonInputSelect {
  padding: 0;
  width: 3.5em;
  height: 42px;
  color: #333;
  background: #fff !important;
  padding-left: 10px;
}

.opcItem .opcItem_increaseNumButton_edit.opcCommonButton {
  border-radius: 0;
  border: 1px solid #ccc;
  position: relative;
  width: 42px !important;
  background: #fff !important;
}

.opcItem .opcItem_decreaseNumButton_edit.opcCommonButton {
  border-radius: 0;
  border: 1px solid #ccc;
  position: relative;
  width: 42px !important;
  background: #fff !important;
}

.opcPaymentMethodArea {
  margin-top: 40px;
}

.cart_gift_link {
  padding: 10px 15px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcRemarks_cartOptionAndLabelGroup_edit .opcCommonInputSelect {
  height: 38px;
  border: 1px solid #9d9d9d;
  border-radius: 0%;
  min-width: 142px;
  background: #fff !important;
  margin-bottom: 25px;
}

.opcRemarks_cartOptionAndLabelGroup_edit.messageCard {
  padding: 10px 15px 15px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcRemarks_cartOptionAndLabelGroup_edit.messageCard > img {
  margin: 0;
  width: 33.3%;
}

.opcRemarksArea .info {
  color: #ff3b1b;
  padding: 10px 0;
  margin-bottom: 10px;
  display: block;
}

.info_gift_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}

.info_gift_wrap .info_gift_left {
  width: 28%;
  margin-right: 30px;
}

.info_gift_wrap .info_gift_right {
  width: 72%;
  margin-right: 30px;
}

.info_gift_wrap .info_gift_right .giftWrappingLink {
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 270px;
}

#sysThanks #sysMain .sysBox {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info_gift_wrap {
    display: flex;
  }
  .info_gift_wrap .info_gift_left {
    width: 40%;
    margin-right: 30px;
  }
  .info_gift_wrap .info_gift_right {
    width: 60%;
    margin-right: 0;
  }
  .info_gift_wrap .info_gift_right p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sysOpcBody div#sysMain {
    padding: 3em 20px 0;
  }
  .opcOrderSummaryTitle,
  .opcBillingAddressTitle,
  .opcClientTitle,
  .opcDeliveryAddressTitle,
  .opcDeliveryMethodTitle,
  .opcItemTitle,
  .opcPaymentMethodTitle,
  .opcRemarksTitle,
  .opcSubstituteOrderMemoTitle,
  .opcMemberTitle,
  .opcRepeatTitle,
  .opcDeliveryAddressAndItemsTitle,
  .opcDeliveryAddressHeader,
  .opcDeliveryMethodHeader,
  .opcDeliveryAddressItemHeader,
  .opcSubstituteShippingMemoHeader,
  .basketCouponTitle {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .opcOrderSummary_buttonGroup.opcCommonButtonGroup {
    margin-top: 0;
  }
  .opcConfirm_inputStatus,
  .opcConfirm_inputStatus_disable,
  .opcConfirm_order,
  .opcConfirm_order_disable {
    width: 100% !important;
  }
  .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order {
    height: 50px;
  }
  .opcOrderSummaryArea {
    margin-top: 30px;
  }
  .opcItem .opcItem_itemImageGroup,
  .opcItem .opcItem_itemImageGroup_edit {
    width: 30%;
  }
  .opcItem .opcItem_itemSummary,
  .opcItem .opcItem_itemSummary_edit {
    width: 68%;
    padding: 0 0 0 3%;
  }
  .opcItem .opcItem_itemNameGroup .opcItem_itemName {
    font-size: 1.3rem;
  }
  .opcItem.opcItem_increaseNumButton_edit.opcCommonButton {
    width: 44px !important;
  }
  .opcRemarks_cartOptionAndLabelGroup_edit .opcCommonInputSelect {
    min-width: 100%;
    width: 100%;
  }
  .opcRemarks_cartOptionAndLabelGroup_edit.messageCard {
    padding: 10px 15px 15px;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
  }
  .opcRemarks_cartOptionAndLabelGroup_edit.messageCard > img {
    margin: 0;
    width: 50%;
  }
  .opcRemarksArea .info {
    margin-bottom: 0;
  }
  .info_gift_wrap {
    display: block;
    margin-bottom: 5px;
  }
  .info_gift_wrap .info_gift_left {
    width: 50%;
    margin-right: 30px;
    margin: 0 auto 10px;
  }
  .info_gift_wrap .info_gift_right {
    width: 100%;
  }
  .info_gift_wrap .info_gift_right .giftWrappingLink {
    margin: 15px auto 10px;
    max-width: 245px;
  }
  .info_gift_wrap .info_gift_right p {
    margin-bottom: 20px;
  }
  #sysThanks #sysMain .sysBox {
    text-align: left;
  }
}

#sysRegi #sysAll #sysMain > form {
  display: block;
  clear: both;
}

#sysRegi #sysAll #sysMain .sysCartTitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 0px 0 20px 0;
  padding-left: 0px;
  line-height: 2em;
  border-left: none;
  text-align: center;
}

#sysRegi #sysAll #sysMain .sysBox {
  padding: 0;
}

#sysRegi #sysAll #sysMain .sysBox > p,
#sysRegi #sysAll #sysMain .sysBox .sysFormLabel {
  display: block;
  padding-left: 5px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysRegi #sysAll #sysMain .sysLoginButton,
#sysRegi #sysAll #sysMain .sysNextSubmit,
#sysRegi #sysAll #sysMain .sysButton {
  width: 100%;
  font-size: 14px;
  background: #434343;
  border: none;
  color: #fff;
  padding: 11px;
  border-radius: 3px;
  transition: all 0.3s ease;
  font-weight: bold;
}

#sysRegi #sysAll #sysMain #sysPurchaseAuthMember {
  width: 48% !important;
  float: left;
}

#sysRegi #sysAll #sysMain #sysRegisterForm {
  width: 48% !important;
  float: right;
}

#sysRegi #sysAll #sysMain #sysRegisterForm .sysBox > p {
  padding: 0;
  margin-bottom: 12px;
}

#sysRegi #sysAll #sysMain #sysPurchaseAuthCustomer {
  width: 48% !important;
  float: right;
}

#sysRegi #sysAll #sysMain #sysPurchaseAuthCustomer .sysBox > p {
  padding: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #sysRegi #sysAll #sysMain > form {
    display: block;
    clear: both;
  }
  #sysRegi #sysAll #sysMain .sysCartTitle {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0px 0 20px 0;
    padding-left: 0px;
    line-height: 2em;
    border-left: none;
    text-align: center;
  }
  #sysRegi #sysAll #sysMain .sysBox {
    padding: 0;
  }
  #sysRegi #sysAll #sysMain .sysBox > p,
  #sysRegi #sysAll #sysMain .sysBox .sysFormLabel {
    display: block;
    padding-left: 5px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #sysRegi #sysAll #sysMain .sysLoginButton,
  #sysRegi #sysAll #sysMain .sysNextSubmit,
  #sysRegi #sysAll #sysMain .sysButton {
    width: 100%;
    font-size: 14px;
    background: #434343;
    border: none;
    color: #fff;
    padding: 11px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-weight: bold;
  }
  #sysRegi #sysAll #sysMain #sysPurchaseAuthMember {
    width: 100% !important;
    float: none !important;
  }
  #sysRegi #sysAll #sysMain #sysRegisterForm {
    width: 100% !important;
    float: none !important;
  }
  #sysRegi #sysAll #sysMain #sysRegisterForm .sysBox > p {
    padding: 0;
    margin-bottom: 12px;
  }
  #sysRegi #sysAll #sysMain #sysPurchaseAuthCustomer {
    width: 100% !important;
    float: none !important;
  }
  #sysRegi #sysAll #sysMain #sysPurchaseAuthCustomer .sysBox > p {
    padding: 0;
    margin-bottom: 12px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_detail.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysItemImages .sysImageList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.sysItemImages .sysImageList li {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  width: calc(20% - 48px / 6);
}

.sysItemImages .sysImageList li img {
  border: none;
}

.sysItemImages .sysImageList li.sysCurrent img {
  border: 5px solid #7da9bd;
}

.sysItemImages .sysImageList li:nth-child(5n) {
  margin-right: 0;
}

#sysItemDetail .sysCategoryPankuzu {
  font-size: 1.2rem;
  margin-top: 45px;
  padding-top: 17px;
  margin-bottom: 0;
}

#sysItemDetail .sysCategoryPankuzu span:nth-of-type(1) + br {
  display: none;
}

#sysItemDetail .detail_bnr {
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 0;
}

#sysItemDetail .detail_bnr ul {
  display: flex;
  flex-wrap: wrap;
}

#sysItemDetail .detail_bnr ul li {
  max-width: 470px;
  width: 100%;
  margin-bottom: 30px;
}

#sysItemDetail .detail_bnr ul li:nth-child(odd) {
  margin-right: 60px;
}

#sysItemDetail .detail_bnr ul li:last-child {
  margin-right: 0;
}

#sysItemDetail .detail_bnr ul li a {
  display: block;
  transition: all 0.3s ease;
}

#sysItemDetail .detail_bnr ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

#sysItemDetail .item_detail_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#sysItemDetail .item_detail_wrap .item_detail_inner {
  display: flex;
  justify-content: space-between;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages {
  max-width: 470px;
  width: 100%;
  padding-right: 0;
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal {
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #photoNum {
  position: absolute;
  bottom: 15px;
  right: 15px;
  min-width: 40px;
  min-height: 40px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 97;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalPreb {
  width: 40px;
  height: 40px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  transition: all 300ms ease;
  cursor: pointer;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalPreb::before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/arrow_left.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  background-size: contain;
  margin-top: -6px;
  margin-left: -3px;
  z-index: 99;
  transition: all 300ms ease;
  transform: scale(-1.1);
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalNext {
  width: 40px;
  height: 40px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  transition: all 300ms ease;
  cursor: pointer;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalNext::after {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/arrow_left.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 12px;
  background-size: contain;
  margin-top: -6px;
  margin-right: -3px;
  z-index: 99;
  transition: all 300ms ease;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysImageDescription {
  margin-top: 20px;
  margin-bottom: 35px;
  letter-spacing: 0.075em;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text {
  max-width: 470px;
  width: 100%;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysItemName {
  padding-top: 40px;
  min-height: auto;
  padding-bottom: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysItemName h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysItemId {
  margin-bottom: 15px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysPr {
  margin-bottom: 20px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysSuggestedRetailPrice {
  font-size: 2.0rem;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysSuggestedRetailPrice span {
  display: none;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice {
  display: inline;
  font-size: 4.0rem;
  padding-left: 25px;
  font-weight: normal;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice span {
  font-size: 4.0rem;
  letter-spacing: 0.05em;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice span.taxin {
  font-size: 1.4rem;
  color: #434343;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice::before {
  bottom: 0;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysDescription {
  margin-top: 18px;
  margin-bottom: 35px;
  letter-spacing: 0.075em;
  line-height: 1.45;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysWishSum {
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysWishSum .“sysFrontText” {
  margin-bottom: 30px;
  display: inline-block;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation {
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap {
  margin: 0;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap select {
  width: 100%;
  min-width: 100%;
  background: #eeeeee;
  min-height: 65px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 5px;
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -5px;
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow_bottom.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 10px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation {
  margin: 0 0 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable {
  border: none;
  margin: 0;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariationName {
  background: #eeeeee;
  border: 3px solid #fff;
  padding: 16px 8px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation {
  background: #fff;
  border: 1px solid #eee;
  font-size: 1.3rem;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation .icon_soldout {
  font-size: 1.8rem;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  border: 1px solid #434343;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio]:checked {
  border: 1px solid #7DA9BE;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7DA9BE;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections {
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections div {
  margin-bottom: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections select {
  width: 100%;
  min-width: 100%;
  background: #eeeeee;
  min-height: 65px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections .sysNumArea {
  display: none;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -5px;
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow_bottom.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 10px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysVariationSelects {
  display: none;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber {
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber select {
  width: 100%;
  min-width: 100%;
  background: #eeeeee;
  min-height: 65px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber .sysNumArea {
  display: none;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -5px;
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow_bottom.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 10px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSubtotal {
  display: none;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm {
  overflow: hidden;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysCartButton {
  background: #ff3b1b url(https://shop.okamotogroup.com/img/layout/common/btn_cart.png) center center no-repeat;
  background-size: 180px;
  border-radius: 0;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  padding: 31px 15px !important;
  border-radius: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysCartButton + div {
  width: 100%;
  text-align: right;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysGoCartButton {
  border-radius: 5px;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  background: none;
  max-width: 210px;
  width: 100%;
  background: #eee;
  color: #434343;
  padding: 0 !important;
  text-indent: 0;
  min-height: 50px;
  font-weight: 600;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist {
  margin-top: 20px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist .sysButton {
  text-indent: 0;
  background: none;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 0;
  max-width: 220px;
  border: 1px solid #434343;
  border-radius: 5px;
  color: #434343;
  transition: all 0.3s ease;
  font-weight: 500;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist .sysButton:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt {
  border: 5px solid #EFEFEF;
  border-radius: 5px;
  margin-top: 20px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box .ico_free_shipping img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p {
  font-size: 1.6rem;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p .item_free_shipping_red {
  color: #FF3B1B;
  font-weight: bold;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p .item_free_shipping_span {
  font-family: 'Josefin Sans', sans-serif;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p .item_free_shipping_span02 {
  font-size: 1.4rem;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list {
  max-width: 220px;
  width: 100%;
  float: right;
  margin-top: 20px;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list .sysNextSubmit {
  background: #fff;
  border: 1px solid #434343;
  color: #434343;
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list .sysNextSubmit:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  transition: all 0.3s ease;
  color: #fff;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form {
  position: relative;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form .sysNextSubmit {
  background: none;
  max-width: 240px;
  width: 100%;
  border-bottom: 1px solid #434343;
  color: #434343;
  text-align: left;
  padding: 0;
  height: auto;
  margin-right: inherit;
  padding-bottom: 3px;
  border-radius: 0;
  margin-top: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form::before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  transform: translateX(0);
  transition: all 0.3s ease;
  background-size: 100%;
}

#sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form:hover:before {
  content: "";
  right: 0;
  transition: all 0.3s ease;
}

#sysItemDetail .sysReview {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 100px;
}

#sysItemDetail .sysReview > span:first-child {
  text-align: center;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 30px;
}

#sysItemDetail .sysReview #sysReviewAverage {
  font-size: 1.8rem;
  line-height: 1.2;
}

#sysItemDetail .sysReview #sysReviewAverage .sysAverage span:first-child {
  color: #f3eb96;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 5px;
}

#sysItemDetail .sysReview #sysReviewAverage .sysAverage span:last-child {
  font-size: 2.4rem;
  font-weight: 500;
}

#sysItemDetail .sysReview .sysReviewHistoryCount {
  font-size: 1.2rem;
}

#sysItemDetail .sysReview .sysReviewHistoryCount + br {
  display: none;
}

#sysItemDetail .sysReview .sysReviewHistoryList {
  margin-top: 23px;
  border-bottom: 1px solid #f5f2ef;
}

#sysItemDetail .sysReview .sysReviewHistoryList li {
  display: flex;
  border-top: 1px solid #f5f2ef;
  padding-top: 25px;
  padding-bottom: 25px;
}

#sysItemDetail .sysReview .sysReviewHistoryList li .sysNickname {
  font-size: 1.4rem;
  font-weight: bold;
  max-width: 235px;
  width: 100%;
  padding-right: 15px;
}

#sysItemDetail .sysReview .sysReviewHistoryList li .sysEvaluation {
  color: #f3eb96;
  font-size: 2rem;
  font-weight: bold;
}

#sysItemDetail .sysReview .sysReviewHistoryList li .sysReviewText {
  font-size: 1.2rem;
}

#sysItemDetail .sysReview .sysReviewHistoryList li .sysReviewDatetime {
  margin-top: 8px;
}

#sysItemDetail .sysReview form {
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  position: relative;
  width: 160px;
  margin: 87px auto 0;
  display: flex;
  align-items: center;
}

#sysItemDetail .sysReview form input[type=submit] {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 160px;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  transform: translateX(0);
}

#sysItemDetail .sysReview form::before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 8px;
  margin-top: 7px;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: -1;
  transition: all 0.3s ease;
  transform: translateX(0);
}

#sysItemDetail .sysReview form:hover::before {
  content: "";
  transform: translateX(12px);
  transition: all 0.3s ease;
}

#sysItemDetail #sysFooter {
  margin-top: 100px;
}

.sysExplanation {
  margin-bottom: 95px;
}

.sysExplanation .detail_desc {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
}

.sysExplanation .detail_desc .detail_tab_content {
  display: flex;
  justify-content: space-between;
}

.sysExplanation .detail_desc .detail_tab_content .detail_heading {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 35px;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 {
  max-width: 470px;
  width: 100%;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 p {
  margin-bottom: 15px;
  line-height: 1.43;
  letter-spacing: 0.075em;
  text-align: justify;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 {
  max-width: 470px;
  width: 100%;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk {
  margin-bottom: 50px;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 18px;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr {
  border-bottom: 1px solid #9b9b9b;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr th {
  text-align: left;
  font-weight: normal;
  padding: 20px 0 18px;
  width: 162px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr td {
  text-align: left;
  padding: 20px 0 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr:first-child {
  border-top: 1px solid #9b9b9b;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link {
  width: 138px;
  margin-left: auto;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 6px;
  letter-spacing: 0.075em;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link a {
  position: relative;
  display: block;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link a:before {
  content: "";
  background: url(https://shop.okamotogroup.com/img/common/ico_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  transform: translateX(0);
  transition: all 0.3s ease;
  background-size: 100%;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link a:hover:before {
  transition: all 0.3s ease;
  transform: translateX(12px);
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner {
  display: flex;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_img {
  margin-right: 20px;
  min-width: 138px;
  min-height: 138px;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_img img {
  border: 1px solid #9b9b9b;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_txt {
  max-width: 280px;
  width: 100%;
  letter-spacing: 0.075em;
  line-height: 1.45;
  text-align: justify;
}

.sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_txt .detail_brand_title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sysItemDetail .detail_bnr ul {
    justify-content: space-between;
  }
  #sysItemDetail .detail_bnr ul li {
    width: 48%;
    max-width: 100%;
  }
  #sysItemDetail .detail_bnr ul li:nth-child(odd) {
    margin-right: 0;
  }
  #sysItemDetail .item_detail_wrap {
    width: 90%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages {
    width: 48%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .sysItemImages .sysImageDescription {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 1.4rem;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .sysImageList li {
    max-width: 100%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text {
    width: 48%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text .sysItemName {
    padding-top: 0;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections select {
    min-height: 55px;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap select {
    min-height: 55px;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber select {
    min-height: 55px;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysCartButton {
    padding: 21px 15px !important;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list {
    float: none;
    margin: 20px auto 10px;
    max-width: 100%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list .sysNextSubmit {
    max-width: 100%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist {
    margin-top: 10px;
    text-align: center;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist .sysButton {
    max-width: 100%;
    width: 100%;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner #sysVariation .sysFormVariationTable tr .sysFormVariationName {
    font-size: 1.2rem;
    width: 130px;
  }
  #sysItemDetail .item_detail_wrap .item_detail_inner #sysVariation .sysFormVariationTable tr .sysFormVariation {
    font-size: 1.2rem;
  }
  #sysItemDetail .sysReview {
    width: 90%;
  }
  #sysItemDetail .sysReview form {
    margin-top: 50px;
  }
  .sysExplanation {
    width: 90%;
    margin: 0 auto 50px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 {
    width: 48%;
    max-width: 100%;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 {
    width: 48%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sysItemDetail {
    padding-bottom: 0;
  }
  #sysItemDetail .detail_bnr {
    margin-top: 80px;
    max-width: 100%;
  }
  #sysItemDetail .detail_bnr ul {
    display: block;
  }
  #sysItemDetail .detail_bnr ul li {
    margin-bottom: 20px;
    max-width: 100%;
  }
  #sysItemDetail .detail_bnr ul li:nth-child(odd) {
    margin-right: 0;
  }
  #sysItemDetail #sysMain {
    max-width: 100%;
    width: 100%;
  }
  #sysItemDetail #sysMain .sysCategoryPankuzu {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 1.0rem;
    padding-top: 7px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner {
    display: block;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages {
    max-width: 100%;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalPreb {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalPreb::before {
    width: 5px;
    height: 9px;
    margin-top: -5px;
    margin-left: -2px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalNext {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #modalNext::after {
    width: 5px;
    height: 9px;
    margin-top: -5px;
    margin-right: -2px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysModal #photoNum {
    min-width: 30px;
    min-height: 30px;
    font-size: 1.1rem;
    right: 20px;
    bottom: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageDescription {
    font-size: 1.0rem;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9b9b9b;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageList {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageList li {
    margin-right: 8px;
    max-width: 100%;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 30px;
    width: 19.2%;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageList li.sysCurrent img {
    border: 2px solid #7da9bd;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageList::before {
    content: "";
    display: block;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 15px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .sysItemImages .sysImageList::after {
    content: "";
    display: block;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 15px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysItemName {
    font-size: 1.6rem;
    padding: 0;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysItemName h1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysItemId {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysPr {
    margin-top: 5px;
    margin-bottom: 12px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysSuggestedRetailPrice {
    font-size: 1.8rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice {
    font-size: 2.6rem;
    padding-left: 15px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice span {
    font-size: 2.6rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysRetailPrice span.taxin {
    font-size: 1.0rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .sysDescription {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysWishSum {
    font-size: 1.2rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysWishSum .“sysFrontText” {
    margin-bottom: 30px;
    display: inline-block;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation {
    margin: 0 0 5px;
    max-width: 100%;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable {
    max-width: 100%;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariationName {
    font-size: 1.2rem;
    border: 3px solid #fff;
    text-align: left;
    padding: 0;
    height: 50px;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation {
    font-size: 1.0rem;
    width: 16.7%;
    border: 1px solid #eee;
    padding: 0;
    height: 50px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation .icon_soldout {
    font-size: 1.5rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio] {
    border-radius: 50%;
    border: 1px solid #434343;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-right: 0;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio]:checked {
    border: 1px solid #7DA9BE;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr .sysFormVariation input[type=radio]:checked::after {
    background: #7DA9BE;
    top: 2px;
    left: 2px;
    border: 1px solid #7DA9BE;
    width: 8px;
    height: 8px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .sysFormVariationTable tr:first-child .sysFormVariationName {
    text-align: center;
    padding: 0;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections select {
    min-height: 50px;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysSelections::after {
    width: 15px;
    height: 8px;
    margin-top: -3px;
    right: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap select {
    min-height: 50px;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysVariation .variationSelects_wrap::after {
    width: 15px;
    height: 8px;
    margin-top: -3px;
    right: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber select {
    min-height: 50px;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysNumber::after {
    width: 15px;
    height: 8px;
    margin-top: -3px;
    right: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysCartButton {
    padding: 21px 15px !important;
    background-size: 155px;
    font-size: 1.2rem;
    margin-top: 15px;
    background-size: 145px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysGoCartButton {
    min-height: 40px;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .sysGoCartButton.sysCartButton {
    padding: 5px 10px !important;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list {
    margin-top: 35px;
    max-width: 42.66667vw;
    font-size: 2.93333vw;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .request_list .sysNextSubmit {
    padding: 0;
    height: 10.66667vw;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist {
    margin-top: 35px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm #sysWishlist .sysButton {
    max-width: 42.66667vw;
    font-size: 2.93333vw;
    padding: 0;
    height: 10.66667vw;
    border-radius: 3px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt {
    border: 2px solid #EFEFEF;
    border-radius: 5px;
    margin-top: 20px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box {
    padding: 5px 10px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box .ico_free_shipping img {
    width: 30px;
    height: auto;
    margin-right: 10px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text #sysCartInForm .item_free_shipping_txt .item_free_shipping_box p .item_free_shipping_span02 {
    font-size: 1.3rem;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form .sysNextSubmit {
    font-size: 1.2rem;
    max-width: 200px;
  }
  #sysItemDetail #sysMain .item_detail_wrap .item_detail_inner .item_detail_text .item_inquiry_list form::before {
    width: 12px;
    height: 7px;
    margin-top: -4px;
    right: 5px;
  }
  #sysItemDetail .sysReview {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 72px;
  }
  #sysItemDetail .sysReview span:first-child {
    font-size: 1.7rem;
  }
  #sysItemDetail .sysReview #sysReviewAverage .sysAverage span:first-child {
    font-size: 1.7rem;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList {
    margin-top: 15px;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList li {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList li .sysNickname {
    max-width: 100%;
    display: flex;
    padding-right: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList li .sysNickname span {
    width: 48%;
    font-size: 1.5rem;
  }
  #sysItemDetail .sysReview .sysReviewHistoryList li .sysEvaluation {
    font-size: 1.7rem;
    width: 48%;
    text-align: right;
  }
  #sysItemDetail .sysReview form {
    margin-top: 30px;
    width: 140px;
  }
  #sysItemDetail .sysReview form input[type=submit] {
    font-size: 1.2rem;
    width: 140px;
    padding-bottom: 5px;
  }
  #sysItemDetail .sysReview form::before {
    width: 8px;
    height: 5px;
    margin-top: 8px;
    right: 12px;
  }
  #sysItemDetail .sysReview form::before:hover {
    content: "";
    transform: translateX(12px);
    transition: all 0.3s ease;
  }
  #sysItemDetail #sysFooter {
    margin-top: 85px;
  }
  .sysExplanation {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 85px;
  }
  .sysExplanation .detail_desc {
    margin-bottom: 70px;
  }
  .sysExplanation .detail_desc .detail_tab_content {
    display: block;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_heading {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 {
    max-width: 100%;
    margin-bottom: 82px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 p {
    font-size: 1.2rem;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 {
    max-width: 100%;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk {
    margin-bottom: 80px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 {
    margin-bottom: 3px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr th {
    padding: 22px 8px 19px 0;
    font-size: 1.2rem;
    width: 90px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .explanation_tbl01 tr td {
    padding: 22px 8px 19px 0;
    font-size: 1.2rem;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link {
    margin-top: 15px;
    font-size: 1.2rem;
    max-width: 110px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk .detail_desc_link a::before {
    width: 12px;
    height: 7px;
    margin-top: -3px;
    right: 5px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_img {
    margin-right: 22px;
    min-width: 100px;
    min-height: 100px;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_txt {
    font-size: 1.2rem;
    max-width: 100%;
  }
  .sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 .detail_desc_inner02_blk02 .detail_brand_inner .detail_brand_txt .detail_brand_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_list.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemCategory #sysMain {
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
}

#sysItemSearch .sysItemList {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sysItemSearch .sysItemListDisp {
    width: 100%;
  }
  #sysItemSearch .sysItemList {
    width: 100%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #sysItemCategory #sysMain {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #sysItemCategory #sysMain {
    margin-top: 30px;
  }
  #sysItemSearch .check_item .sysItemBlock {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #sysItemSearch .sysItemListDisp {
    padding-left: 0;
    padding-right: 0;
  }
}

.sysSearchButton {
  font-weight: bold;
}

.sysItemSearchForm {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select,
.sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort select,
.sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit select {
  height: 40px;
  background-color: #fff;
  border: 1px solid #c9d8d7;
  border-radius: 0;
}

.sysItemSearchForm .sysItemSearchFormRange {
  margin-right: 10px !important;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
brondoll.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#about_blondoll #sysAll {
  max-width: inherit;
  margin: 0 auto 0;
  padding: 0;
}

#about_blondoll #sysAll #sysMain {
  padding-top: 50px;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv {
  width: 100%;
  margin-bottom: 5.7vw;
  position: relative;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt {
  width: 24.6%;
  position: absolute;
  left: 21.2%;
  bottom: 11.3%;
  transform: translateX(-50%);
  text-align: center;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.blondoll_logo {
  width: 55%;
  margin-bottom: 3vw;
  margin-left: 1.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.about_logo {
  width: 100%;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img {
  width: 77.5vw;
  margin: 0 0 0 auto;
}

#about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img img {
  width: 100%;
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl {
  width: 100%;
  position: relative;
  margin-bottom: 6.4vw;
  overflow: hidden;
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner {
  position: relative;
  width: 100%;
  height: 22.3vw;
  text-align: center;
  display: block;
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner::before {
  border-top: 1px solid #52504f;
  border-left: 1px solid #52504f;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  transform: skewX(-45deg);
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 0.5vw;
  margin-bottom: 1.1vw;
  font-size: 2.2vw;
  letter-spacing: 0.11em;
  font-family: garamond-premier-pro, 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en::after {
  content: "";
  display: block;
  width: 11%;
  height: 1px;
  border-bottom: 1px solid #52504f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_jp {
  font-size: 1.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .dot {
  display: block;
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  background: #52504f;
  position: absolute;
  left: 50%;
  bottom: 0.3vw;
  transform: translateX(-50%);
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15.8vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt {
  text-align: center;
  font-size: 2.12vw;
  letter-spacing: 0.11em;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 auto 8.7vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt.bottom {
  text-align: center;
  font-size: 1.5vw;
  letter-spacing: 0.11em;
  line-height: 1.9;
  margin: 0 auto;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 54.4vw;
  margin: 0 auto 5.6vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner {
  width: 100%;
  margin-top: 5.5vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40.7vw;
  margin: 0 auto 5.9vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li:last-child {
  margin-bottom: 1.2vw;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_en {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3vw;
  letter-spacing: 0.15em;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_main {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.8vw;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 0;
  margin: 1.7vw 0 1.9vw;
  background: #ede8e7;
  color: #562e2b;
}

#about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_jp {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.1vw;
  letter-spacing: 0.11em;
  line-height: 1.2;
  border-left: 1px solid #562e2b;
  border-right: 1px solid #562e2b;
  padding: 0 1em;
  color: #562e2b;
  margin-bottom: 0.4vw;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav {
  width: 100%;
  max-width: 90.1vw;
  margin: 9vw auto 10.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl {
  margin-bottom: 2.8vw;
  padding: 0.7vw 0;
  background: #ede8e7;
  text-align: center;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl img {
  width: 13.2vw;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.2%;
  height: 11.5vw;
  border-right: 1px solid #52504f;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:first-child a img {
  width: 18vw;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:nth-child(2) a img {
  width: 11.8vw;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child {
  border-right: none;
}

#about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child a img {
  width: 8.7vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll {
  margin-bottom: 6.7vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll .mv_txt {
  bottom: 3.6vw;
  left: 20vw;
  width: 26.5vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c {
  margin-bottom: 6.9vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c .mv_txt {
  bottom: 1.1vw;
  left: 18vw;
  width: 19.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo {
  margin-bottom: 6.8vw;
}

#about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo .mv_txt {
  bottom: 0.9vw;
  left: 18vw;
  width: 18vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt {
  text-align: center;
  padding-bottom: 130px;
  margin-bottom: 160px;
  position: relative;
  font-size: calc( 14 * (100vw / 1180));
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt::after {
  display: block;
  content: "";
  width: 28.8vw;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid #52504f;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll {
  padding-bottom: 10.5vw;
  margin-bottom: 13.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .lead {
  font-size: 1.8vw;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0 auto 4.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum {
  margin-bottom: 4.1vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .txt {
  padding: 0 1.7vw;
  line-height: 1.2;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .plus {
  padding: 0 2vw;
  font-size: 1.9vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .about_link {
  border-bottom: 1px solid #822354;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c {
  padding-bottom: 12.8vw;
  margin-bottom: 12.2vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .lead {
  font-size: 1.8vw;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0 auto 3.7vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum {
  margin-bottom: 3.6vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .txt {
  padding: 0 2.9vw;
  line-height: 1.2;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .plus {
  padding: 0 2vw;
  font-size: 1.9vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .about_link {
  margin-top: 6vw;
  border-bottom: 1px solid #81c0b9;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo {
  margin-bottom: 0;
  margin-bottom: 13.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .lead {
  font-size: 1.8vw;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0 auto 3.7vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum {
  margin-bottom: 5vw;
  margin-top: 4.4vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum .txt {
  padding: 5px 1.7vw;
  line-height: 1.2;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .about_link {
  margin-top: 6.2vw;
  border-bottom: 1px solid #d21e1f;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo::after {
  display: none;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .lead {
  text-align: center;
  font-size: 1.8vw;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 auto 4.3vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .sum {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 2.4vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #562e2b;
  margin-bottom: 50px;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background: #ede8e7;
  padding: 0 1.7vw;
  line-height: 1.2;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .plus {
  padding: 0 2vw;
  font-size: 1.9vw;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  margin: 6.8vw auto 0;
  display: inline-block;
  line-height: 1.9;
  padding: 0 0.2em 0 0.7em;
  background: none;
  color: #000;
  width: auto;
  font-size: 1.8vw;
  border: none;
}

#about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link div {
  color: #000;
}

@media screen and (max-width: 1100px) and (min-width: 601px) {
  #about_blondoll #sysAll {
    max-width: inherit;
    margin: 0 auto 0;
    padding: 0;
  }
  #about_blondoll #sysAll #sysMain {
    padding-top: 50px;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv {
    width: 100%;
    margin-bottom: 5.7vw;
    position: relative;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt {
    width: 24.6%;
    position: absolute;
    left: 21.2%;
    bottom: 11.3%;
    transform: translateX(-50%);
    text-align: center;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.blondoll_logo {
    width: 55%;
    margin-bottom: 3vw;
    margin-left: 1.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.about_logo {
    width: 100%;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img {
    width: 77.5vw;
    margin: 0 0 0 auto;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img img {
    width: 100%;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl {
    width: 100%;
    position: relative;
    margin-bottom: 6.4vw;
    overflow: hidden;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner {
    position: relative;
    width: 100%;
    height: 22.3vw;
    text-align: center;
    display: block;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner::before {
    border-top: 1px solid #52504f;
    border-left: 1px solid #52504f;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    transform: skewX(-45deg);
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 0.5vw;
    margin-bottom: 1.1vw;
    font-size: 2.2vw;
    letter-spacing: 0.11em;
    font-family: garamond-premier-pro, 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en::after {
    content: "";
    display: block;
    width: 11%;
    height: 1px;
    border-bottom: 1px solid #52504f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_jp {
    font-size: 1.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .dot {
    display: block;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 50%;
    background: #52504f;
    position: absolute;
    left: 50%;
    bottom: 0.3vw;
    transform: translateX(-50%);
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt {
    text-align: center;
    font-size: 2.12vw;
    letter-spacing: 0.11em;
    line-height: 1.6;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0 auto 8.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt.bottom {
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.11em;
    line-height: 1.9;
    margin: 0 auto;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 54.4vw;
    margin: 0 auto 5.6vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner {
    width: 100%;
    margin-top: 5.5vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40.7vw;
    margin: 0 auto 5.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li:last-child {
    margin-bottom: 1.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_en {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3vw;
    letter-spacing: 0.15em;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_main {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.8vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 0;
    margin: 1.7vw 0 1.9vw;
    background: #ede8e7;
    color: #562e2b;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_jp {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 2.1vw;
    letter-spacing: 0.11em;
    line-height: 1.2;
    border-left: 1px solid #562e2b;
    border-right: 1px solid #562e2b;
    padding: 0 1em;
    color: #562e2b;
    margin-bottom: 0.4vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav {
    width: 100%;
    max-width: 90.1vw;
    margin: 9vw auto 10.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl {
    margin-bottom: 2.8vw;
    padding: 0.7vw 0;
    background: #ede8e7;
    text-align: center;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl img {
    width: 13.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.2%;
    height: 11.5vw;
    border-right: 1px solid #52504f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:first-child a img {
    width: 18vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:nth-child(2) a img {
    width: 11.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child {
    border-right: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child a img {
    width: 8.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll {
    margin-bottom: 6.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll .mv_txt {
    bottom: 3.6vw;
    left: 20vw;
    width: 26.5vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c {
    margin-bottom: 6.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c .mv_txt {
    bottom: 1.1vw;
    left: 18vw;
    width: 19.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo {
    margin-bottom: 6.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo .mv_txt {
    bottom: 0.9vw;
    left: 18vw;
    width: 18vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt {
    text-align: center;
    padding-bottom: 130px;
    margin-bottom: 160px;
    position: relative;
    font-size: calc( 14 * (100vw / 1180));
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt::after {
    display: block;
    content: "";
    width: 28.8vw;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #52504f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll {
    padding-bottom: 10.5vw;
    margin-bottom: 13.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 4.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum {
    margin-bottom: 4.1vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .txt {
    padding: 0 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .about_link {
    border-bottom: 1px solid #822354;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c {
    padding-bottom: 12.8vw;
    margin-bottom: 12.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 3.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum {
    margin-bottom: 3.6vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .txt {
    padding: 0 2.9vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .about_link {
    margin-top: 6vw;
    border-bottom: 1px solid #81c0b9;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo {
    margin-bottom: 0;
    margin-bottom: 13.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 3.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum {
    margin-bottom: 5vw;
    margin-top: 4.4vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum .txt {
    padding: 5px 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .about_link {
    margin-top: 6.2vw;
    border-bottom: 1px solid #d21e1f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo::after {
    display: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .lead {
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0 auto 4.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 2.4vw;
    font-family: 'Noto Sans JP', sans-serif;
    color: #562e2b;
    margin-bottom: 50px;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .txt {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    background: #ede8e7;
    padding: 0 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    text-align: center;
    margin: 6.8vw auto 0;
    display: inline-block;
    line-height: 1.9;
    padding: 0 0.2em 0 0.7em;
    background: none;
    color: #000;
    width: auto;
    font-size: 2.07em;
    border: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link div {
    color: #000;
  }
}

@media screen and (max-width: 600px) {
  #about_blondoll #sysAll {
    max-width: inherit;
    margin: 0 auto 0;
    padding: 0;
  }
  #about_blondoll #sysAll #sysMain {
    padding-top: 30px;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv {
    width: 100%;
    margin-bottom: 5.7vw;
    position: relative;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt {
    width: 24.6%;
    position: absolute;
    left: 21.2%;
    bottom: 11.3%;
    transform: translateX(-50%);
    text-align: center;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.blondoll_logo {
    width: 55%;
    margin-bottom: 3vw;
    margin-left: 1.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_txt img.about_logo {
    width: 100%;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img {
    width: 77.5vw;
    margin: 0 0 0 auto;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_mv .mv_img img {
    width: 100%;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl {
    width: 100%;
    position: relative;
    margin-bottom: 6.4vw;
    overflow: hidden;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner {
    position: relative;
    width: 100%;
    height: 22.3vw;
    text-align: center;
    display: block;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner::before {
    border-top: 1px solid #52504f;
    border-left: 1px solid #52504f;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    transform: skewX(-45deg);
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 0.5vw;
    margin-bottom: 1.1vw;
    font-size: 2.2vw;
    letter-spacing: 0.11em;
    font-family: garamond-premier-pro, 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_en::after {
    content: "";
    display: block;
    width: 11%;
    height: 1px;
    border-bottom: 1px solid #52504f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .ttl_jp {
    font-size: 1.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_ttl .inner .dot {
    display: block;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 50%;
    background: #52504f;
    position: absolute;
    left: 50%;
    bottom: 0.3vw;
    transform: translateX(-50%);
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt {
    text-align: center;
    font-size: 2.12vw;
    letter-spacing: 0.11em;
    line-height: 1.6;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0 auto 8.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .lead_txt.bottom {
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.11em;
    line-height: 1.9;
    margin: 0 auto;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 54.4vw;
    margin: 0 auto 5.6vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner {
    width: 100%;
    margin-top: 5.5vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40.7vw;
    margin: 0 auto 5.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li:last-child {
    margin-bottom: 1.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_en {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3vw;
    letter-spacing: 0.15em;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_main {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.8vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 0;
    margin: 1.7vw 0 1.9vw;
    background: #ede8e7;
    color: #562e2b;
  }
  #about_blondoll #sysAll #sysMain .about_hub .philosophy_blk .philosophy_main .inner li .txt_jp {
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 2.1vw;
    letter-spacing: 0.11em;
    line-height: 1.2;
    border-left: 1px solid #562e2b;
    border-right: 1px solid #562e2b;
    padding: 0 1em;
    color: #562e2b;
    margin-bottom: 0.4vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav {
    width: 100%;
    max-width: 90.1vw;
    margin: 9vw auto 10.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl {
    margin-bottom: 2.8vw;
    padding: 0.7vw 0;
    background: #ede8e7;
    text-align: center;
    line-height: 0.7;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav .ttl img {
    width: 13.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.2%;
    height: 11.5vw;
    border-right: 1px solid #52504f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:first-child a img {
    width: 18vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:nth-child(2) a img {
    width: 11.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child {
    border-right: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .brand_nav ul li:last-child a img {
    width: 8.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll {
    margin-bottom: 6.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_blondoll .mv_txt {
    bottom: 3.6vw;
    left: 20vw;
    width: 26.5vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c {
    margin-bottom: 6.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_17c .mv_txt {
    bottom: 1.1vw;
    left: 18vw;
    width: 19.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo {
    margin-bottom: 6.8vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub #about_blondoll_ashigoromo .mv_txt {
    bottom: 0.9vw;
    left: 18vw;
    width: 18vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt {
    text-align: center;
    padding-bottom: 130px;
    margin-bottom: 160px;
    position: relative;
    font-size: calc( 14 * (100vw / 1180));
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt::after {
    display: block;
    content: "";
    width: 28.8vw;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #52504f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll {
    padding-bottom: 10.5vw;
    margin-bottom: 13.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 4.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum {
    margin-bottom: 4.1vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .txt {
    padding: 0 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.blondoll .about_link {
    border-bottom: 1px solid #822354;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c {
    padding-bottom: 12.8vw;
    margin-bottom: 12.2vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 3.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum {
    margin-bottom: 3.6vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .txt {
    padding: 0 2.9vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.c17c .about_link {
    margin-top: 6vw;
    border-bottom: 1px solid #81c0b9;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo {
    margin-bottom: 0;
    margin-bottom: 13.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .lead {
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 0 auto 3.7vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum {
    margin-bottom: 5vw;
    margin-top: 4.4vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .sum .txt {
    padding: 5px 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo .about_link {
    margin-top: 6.2vw;
    border-bottom: 1px solid #d21e1f;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt.ashigoromo::after {
    display: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .lead {
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0 auto 4.3vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 2.4vw;
    font-family: 'Noto Sans JP', sans-serif;
    color: #562e2b;
    margin-bottom: 50px;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .txt {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    background: #ede8e7;
    padding: 0 1.7vw;
    line-height: 1.2;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .sum .plus {
    padding: 0 2vw;
    font-size: 1.9vw;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    text-align: center;
    margin: 6.8vw auto 0;
    display: inline-block;
    line-height: 1.9;
    padding: 0 0.2em 0 0.7em;
    background: none;
    color: #000;
    width: auto;
    font-size: 2.07em;
    border: none;
  }
  #about_blondoll #sysAll #sysMain .about_hub .about_txt .about_link div {
    color: #000;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
other_page.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.heading02 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}

.heading02 span::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #434343;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
}

.heading03 {
  font-size: 1.7rem;
}

.txt_right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.txt_content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 1.4rem;
}

.txt_content .sysCategoryPankuzu {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.txt_content .txt_anchor_inner {
  padding-top: 80px;
  margin-top: -80px;
}

.txt_content .txt_anchor_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.txt_content .txt_anchor_link li {
  margin-right: 15px;
  width: calc(33% - 24px / 3);
  margin-bottom: 15px;
}

.txt_content .txt_anchor_link li a {
  display: block;
  border: 1px solid #9b9b9b;
  width: 100%;
  text-align: center;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease;
}

.txt_content .txt_anchor_link li a span {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: 5px;
  transform: rotate(-135deg);
}

.txt_content .txt_anchor_link li a span::before {
  content: "";
  position: absolute;
  border-top: 1px solid #9b9b9b;
  height: 1px;
  width: 10px;
  transform: rotate(90deg);
  top: 5px;
  left: -5px;
}

.txt_content .txt_anchor_link li a span::after {
  content: "";
  position: absolute;
  border-top: 1px solid #9b9b9b;
  height: 1px;
  width: 10px;
}

.txt_content .txt_anchor_link li a:hover {
  background: #7DA9BE;
  border: 1px solid #7DA9BE;
  color: #fff;
  transition: all 0.3s ease;
}

.txt_content .txt_anchor_link li a:hover span {
  color: #fff;
}

.txt_content .txt_anchor_link li a:hover span::before {
  border-top: 1px solid #fff;
}

.txt_content .txt_anchor_link li a:hover span::after {
  border-top: 1px solid #fff;
}

.txt_content .txt_anchor_link li:nth-child(3n) {
  margin-right: 0;
}

.txt_content .txt_content_lead_txt {
  margin-bottom: 30px;
}

.txt_content .txt_content_lead_txt02 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.txt_content .txt_content_group {
  margin-bottom: 80px;
}

.txt_content .txt_content_blk {
  margin-bottom: 35px;
}

.txt_content .txt_border_inner {
  border: 1px solid #9b9b9b;
  padding: 25px;
}

.txt_content .txt_table {
  width: 100%;
  border: 1px solid #9b9b9b;
}

.txt_content .txt_table tr {
  border: 1px solid #9b9b9b;
}

.txt_content .txt_table tr th {
  border: 1px solid #9b9b9b;
  width: 50%;
  padding: 6px 10px;
  font-weight: normal;
}

.txt_content .txt_table tr td {
  border: 1px solid #9b9b9b;
  width: 50%;
  padding: 6px 10px;
  text-align: center;
}

.txt_content .txt_table02 {
  width: 100%;
}

.txt_content .txt_table02 tr {
  border-top: 1px solid #9b9b9b;
}

.txt_content .txt_table02 tr th {
  width: 35%;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: normal;
}

.txt_content .txt_table02 tr td {
  width: 65%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.txt_content .txt_table02 tr:last-child {
  border-bottom: 1px solid #9b9b9b;
}

.txt_content .txt_table03 {
  width: 100%;
  border: 1px solid #9b9b9b;
}

.txt_content .txt_table03 caption {
  width: 100%;
  background: #7DA9BE;
  color: #fff;
  padding: 6px 10px;
  border-top: 1px solid #9b9b9b;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  font-weight: bold;
}

.txt_content .txt_table03 tr {
  border: 1px solid #9b9b9b;
}

.txt_content .txt_table03 tr th {
  border: 1px solid #9b9b9b;
  width: 33%;
  padding: 6px 10px;
  font-weight: normal;
}

.txt_content .txt_table03 tr td {
  border: 1px solid #9b9b9b;
  width: 33%;
  padding: 6px 10px;
  text-align: center;
}

.txt_content ol li, .txt_content ul li {
  display: flex;
}

.txt_content .text_sns_list li {
  display: block;
  margin-bottom: 30px;
}

.txt_content .text_sns_list li .text_sns_name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.txt_content .text_sns_list li .text_sns_name img {
  display: block;
  width: 43px;
  height: auto;
  margin-right: 10px;
}

.txt_content .text_sns_list li .text_sns_name img.twitter {
  width: 43px;
  height: auto;
}

.txt_content .text_sns_list li .text_sns_name img.facebook {
  width: 35px;
  height: auto;
}

.txt_content .text_sns_list li .text_sns_name img.insta {
  width: 35px;
  height: auto;
}

.txt_content .text_sns_list li .text_sns_name p {
  font-size: 1.8rem;
}

.txt_content .text_sns_list li .text_sns_link {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.txt_content .text_sns_list li .text_sns_link img {
  width: 35px;
  height: auto;
  margin-left: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .txt_content {
    width: 90%;
  }
  .txt_content .txt_anchor_link li a {
    font-size: 1.2rem;
  }
  .txt_content .txt_anchor_link li a span {
    right: 18px;
  }
  .txt_content .txt_table02 {
    width: 100%;
  }
  .txt_content .txt_table02 tr th {
    width: 40%;
  }
  .txt_content .txt_table02 tr td {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 1.7rem;
  }
  .heading03 {
    font-size: 1.4rem;
  }
  .txt_content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .txt_content .txt_content_lead_txt02 {
    font-size: 1.4rem;
  }
  .txt_content .txt_anchor_link {
    display: block;
  }
  .txt_content .txt_anchor_link li {
    width: 100%;
  }
  .txt_content .txt_content_blk {
    margin-bottom: 30px;
  }
  .txt_content .txt_content_group {
    margin-bottom: 50px;
  }
  .txt_content .txt_border_inner {
    padding: 15px;
  }
  .txt_content .txt_table tr th {
    text-align: left;
  }
  .txt_content .txt_table tr td {
    text-align: left;
  }
  .txt_content .txt_table02 {
    width: 100%;
  }
  .txt_content .txt_table02 tr th {
    width: 100%;
    border-bottom: 1px solid #9b9b9b;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    background: #eeeeee;
  }
  .txt_content .txt_table02 tr td {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .txt_content .txt_table02 tr:last-child {
    border-bottom: 1px solid #9b9b9b;
  }
  .txt_content .txt_table03 {
    table-layout: fixed;
  }
  .txt_content .txt_table03 tr th:first-child {
    width: 20%;
  }
  .txt_content .text_sns_list li .text_sns_name img.twitter {
    width: 38px;
  }
  .txt_content .text_sns_list li .text_sns_link img {
    margin-left: 10px;
    width: 25px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
lastone.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.b_lastone .sysHorizontal {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.b_lastone .sysHorizontal li {
  max-width: 285px;
  width: 100%;
  margin-bottom: 50px;
  margin-right: 20px;
}

.b_lastone .sysHorizontal li:nth-child(5n) {
  margin-right: 20px;
}

.b_lastone .sysHorizontal li:nth-child(4n) {
  margin-right: 0;
}

.b_lastone .sysHorizontal li .sysItemImage a::before {
  content: none;
}

.b_lastone .sysHorizontal li .sysItemName {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.b_lastone .sysHorizontal li .sysItemPrice,
.b_lastone .sysHorizontal li .sysRetailPrice,
.b_lastone .sysHorizontal li .sysSuggestedRetailPrice,
.b_lastone .sysHorizontal li .sysItemSuggestedPrice {
  font-size: 1.7rem;
}

.b_lastone .sysHorizontal li .sysItemPrice::before,
.b_lastone .sysHorizontal li .sysRetailPrice::before,
.b_lastone .sysHorizontal li .sysSuggestedRetailPrice::before,
.b_lastone .sysHorizontal li .sysItemSuggestedPrice::before {
  content: "¥";
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 100%;
}

.b_lastone .sysHorizontal li .sysItemPrArea span {
  padding: 6px 17px;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .b_lastone .sysHorizontal {
    width: 90%;
  }
  .b_lastone .sysHorizontal li {
    max-width: 100%;
    width: 23.4% !important;
    margin-right: 19px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .b_lastone .sysHorizontal li {
    max-width: 100%;
    width: 22.9% !important;
    margin-right: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .b_lastone {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal {
    margin-bottom: 60px;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li {
    max-width: 100%;
    width: 48% !important;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysRetailPrice,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysSuggestedRetailPrice,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysItemSuggestedPrice {
    font-size: 1.3rem;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice::before,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysRetailPrice::before,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysSuggestedRetailPrice::before,
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysItemSuggestedPrice::before {
    content: "¥";
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 70%;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li .sysItemPrArea span {
    padding: 3px 12px;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal li:nth-child(2n) {
    margin-right: 0;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal::before {
    content: none;
  }
  .b_lastone .sysContent .sysItemBlock .sysHorizontal::after {
    content: none;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
wp.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.under_content {
  margin-top: 50px;
  margin-bottom: 100px;
}

.under_content .sysCategoryDescription,
.under_content .sysItemCategoryPankuzu,
.under_content .sysCategoryPankuzu {
  margin-bottom: 70px;
}

.under_content .under_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.under_content .under_inner .heading_single {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.under_content .under_inner .heading_sub_single {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}

.under_content .under_inner .single_date {
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 64px;
}

.under_content .under_inner .single_content p {
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.under_content .under_inner .single_content p.mb01 {
  margin-bottom: 18px;
}

.under_content .under_inner .single_content p.mb02 {
  margin-bottom: 36px;
}

.under_content .under_inner .single_content p.mb03 {
  margin-bottom: 58px;
}

.under_content .under_inner .single_content p.more_btn_wrap {
  text-align: left;
  margin-left: initial;
  margin-bottom: 36px;
}

.under_content .under_inner .single_content p.more_btn_wrap a {
  padding-bottom: 6px;
}

.under_content .under_inner .single_content p.more_btn_wrap02 {
  text-align: left;
  margin-left: initial;
  margin-bottom: 36px;
  width: 120px;
}

.under_content .under_inner .single_content p.more_btn_wrap02 a {
  padding-bottom: 6px;
}

.under_content .under_inner .single_content img {
  max-width: 100%;
  margin-bottom: 18px;
}

.under_content .section_infomation {
  border-bottom: none;
  padding-bottom: 100px;
  padding-top: 0;
}

.under_content .section_infomation .heading {
  margin-bottom: 70px;
}

.under_content .section_infomation dl {
  position: relative;
  padding-bottom: 14px;
}

.under_content .section_infomation dl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 1px;
  border-bottom: 1px solid #a7a7a7;
}

.under_content .section_infomation dl dd {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under_content .under_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .under_content .section_infomation {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under_content {
    margin-top: 30px;
  }
  .under_content .sysCategoryDescription,
  .under_content .sysItemCategoryPankuzu,
  .under_content .sysCategoryPankuzu {
    margin-bottom: 50px;
  }
  .under_content .under_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .under_content .under_inner .heading_single {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .under_content .under_inner .heading_sub_single {
    font-size: 1.7rem;
  }
  .under_content .under_inner .single_date {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .under_content .section_infomation .heading {
    margin-bottom: 15px;
  }
  .under_content .section_infomation dl {
    padding-bottom: 4px;
  }
  .under_content .section_infomation dl::before {
    content: none;
  }
  .under_content .top_coordinate .coordinate_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .under_content .top_coordinate .coordinate_list ul {
    flex-wrap: wrap;
  }
  .under_content .top_coordinate .coordinate_list ul::before {
    content: none;
  }
  .under_content .top_coordinate .coordinate_list ul::after {
    content: none;
  }
  .under_content .top_coordinate .coordinate_list ul li {
    margin-right: 15px;
    width: calc(50% - 15px / 2);
    margin-bottom: 25px;
  }
  .under_content .top_coordinate .coordinate_list ul li:nth-child(even) {
    margin-right: 0;
  }
}

.mdl_dlg_submit.mdl-button.mdl-js-button.sysButton.sysWishlistCloseBottomButton {
  background-color: #434343;
  opacity: 1;
  transition: all 0.3s ease;
  font-weight: bold;
  margin: 0;
  border-radius: 4px;
  font-size: 14px;
  height: 48px;
}
.mdl_dlg_submit.mdl-button.mdl-js-button.sysButton.sysWishlistCloseBottomButton:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
@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 */
