@charset "UTF-8";
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
font.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,300;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
/* 基本設定
 *----------------------------------------------------------------------*/
html {
  font-size: 62.3%;
}

body {
  color: #000;
  font-size: 1.3rem; /*13px*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}

#sysWrap {
  max-width: 1100px;
  margin: 160px auto 0;
  padding: 0;
  overflow: hidden;
}

#sysHeader {
  margin: 0;
  padding: 0;
}

div#sysMain {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#sysAside {
  display: none;
  float: none;
  padding: 0;
}

#sysFooter {
  margin: 0;
  padding: 0;
}

#top #sysWrap {
  margin-top: 0;
}

.sysContent {
  padding: 0 !important;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: inherit;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: inherit;
}

a:hover {
  color: #222222;
}

img {
  vertical-align: bottom;
  /*you kakunin*/
  height: auto;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}

a:hover img.nohover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

p {
  margin: 10px auto;
}

p.indent {
  margin: 5px 0 !important;
  text-indent: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  width: 100%;
  line-height: 2;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  line-height: 2;
  margin-top: 30px;
}

input[type=radio] {
  margin: 10px 10px 20px;
}

.sysFormField {
  margin: 10px 0;
}

.sysFormField label {
  margin-right: 20px;
  font-size: 15px;
}

.sysFormField a {
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}

select {
  height: 30px;
}

#sysItemCategory select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 100%;
  padding: 3px 5px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -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;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@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 {
  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;
  border-radius: 3px;
}

.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 10px;
}

.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: #999;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  position: absolute;
  top: 98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding: 0;
  text-indent: -9999px;
  z-index: 9999;
  border: none;
  border-radius: none;
  cursor: pointer;
}

.owl-nav .owl-prev {
  left: 35%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size: 40px;
}

.owl-nav .owl-next {
  right: 35%;
  background: url(/img/common/controls.png) no-repeat -20px 0;
  background-size: 40px;
}

.owl-nav .owl-prev:hover {
  background-position: 0 0;
}

.owl-nav .owl-next:hover {
  background-position: -20px 0;
}

/* 検索ボックス */
.search_bx form {
  overflow: hidden;
  border: 1px solid #dddddd;
}

.search_bx .sysItemSearchFormWord {
  float: left;
  width: 70%;
}

.search_bx input[type=search] {
  height: 40px;
  border: none;
  padding: 5px;
  width: 100%;
}

.search_bx .sysSearchButton {
  overflow: hidden;
  float: left;
  display: block;
  width: 30%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  border-radius: 0px;
  border: none;
  background: #222222 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  background: #666;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
  line-height: 1.75;
}

.sysFuncItemCategory a:hover {
  background: #eee;
}

#sysItemCategory h1.itemCategory {
  margin-left: 5px;
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}

.sysSelectionDescription {
  margin: 2px 0 10px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: small;
}

.sysItemCategoryCtl a {
  display: inline-block;
  padding: 2px 4px;
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
  margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr span {
  width: 24%;
  padding: 3px 10px;
  color: #222222;
  font-weight: bold;
  font-size: 13px;
  border-radius: 15px;
  margin: 0 0 5px;
  box-sizing: border-box;
  text-align: center;
}

span.icon_online, span.icon_kyobashi {
  display: inline-block;
  background: #ff1000;
  border: 3px solid #ff1000;
  color: #fff;
}

span.icon_book {
  display: inline-block;
  border: 3px solid #ff1000;
  color: #ff1000;
  box-sizing: border-box;
}

span.icon_chilled {
  display: inline-block;
  background: #4472c4;
  border: 3px solid #4472c4;
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}

.sysCartButton:hover {
  background: #999;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}

/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
  letter-spacing: -0.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: -0.4em;
  text-align: center;
}

.orderArea > div {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}

.orderArea > .orderArea > div {
  width: 100%;
  display: block;
}

/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
  display: block;
  margin-bottom: 0px;
  font-size: large;
}

/* 商品説明 */
.sysExplanation table {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  line-height: 2;
}

.sysExplanation thead {
  text-align: center;
  color: #fff;
  background: #999;
}

.sysExplanation td {
  font-size: small;
  text-align: left;
  padding-left: 10px;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice {
  font-weight: bold;
}

#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}

#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}

#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #666;
  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: #dddddd;
  color: #000;
  cursor: pointer;
}

.sysLoginButton,
.sysButton:hover {
  background: #999;
}

.sysLoginButton {
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.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: 1px solid #eee;
  padding: 20px 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: #ccc;
  color: #444;
}

#sysFormConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 20px;
  margin-right: 1%;
  float: left;
}

#sysMemberRegisterConfirm .sysBackButton {
  width: 49%;
  float: left;
  margin: 0;
  margin-left: 1%;
  margin-top: 0px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}

#sysFormThanks .completeText {
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
}

#sysFormThanks .completeText a {
  color: #068acc;
  text-decoration: underline;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#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: 10px;
}

#sysMypageReminder #sysMain input[type=text],
#sysMemberRegisterIndex #sysMain input[type=text],
#sysFormIndex #sysMain input[type=text],
#sysFormIndex #sysMain textarea {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
}

#sysMemberRegisterIndex #sysMain input[type=tel],
#sysMemberRegisterIndex #sysMain input[type=email],
#sysMemberRegisterIndex #sysMain input[type=password] {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
}

#sysMain .sysFormLabel {
  display: block;
  padding-left: 5px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysMain .sysRequired {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}

#sysMain textarea {
  min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
}

.sysZipcode .sysFormLabel {
  display: block;
}

.sysZipcode .sysFormField {
  width: 200px;
}

.sysZipcode br {
  display: none;
}

.sysBirthday input {
  width: auto !important;
}

/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  font-size: small;
  border-radius: 3px;
  margin: 5px auto;
  min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine {
  display: none;
}

.SysMypageMinorHeadLine {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 20px 0;
}

#sysMypageLogin .sysMypageMinorHeadLine {
  display: none;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid rgb(212, 212, 212);
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}

.sysOrderList li {
  border-bottom: 1px dotted rgb(212, 212, 212);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}

/* Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -0.4em;
}

.sysSpecialPoint > div: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;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: right;
  font-size: 12px;
}

/*価格表示*/
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  text-align: right;
}

#sysItemDetail .sysRetailPrice span {
  font-size: 1.1rem;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size: 20px;
  font-weight: normal;
}

/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}

/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #da4636;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #da4636;
  border-radius: 3px;
}

/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit] {
  margin-top: 0px;
}

.sysAddSelection div {
  margin-bottom: 10px;
}

.sysAddSelection {
  clear: both;
}

.sysAddSelection input, .sysAddSelection select {
  margin: 5px 0;
}

.sysItemPrArea {
  margin-top: 5px;
}

.sysItemPrArea span {
  width: 49%;
  height: 30px;
  display: inline-block;
  padding: 3px 0px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}

#sysItemDetail .sysForm select {
  min-width: 450px;
  display: inline-block;
  float: none !important;
  margin: 5px 0;
}

#sysItemDetail .sysForm select[name=num] {
  min-width: 200px;
}

#sysItemDetail .sysForm input[type=text] {
  margin-top: 5px;
}

#sysSelections div {
  margin-bottom: 10px;
}

#sysItemDetail .sysSelections {
  line-height: 30px;
}

#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
}

#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}

#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  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 {
  text-align: center;
}

.sysExplanation img {
  height: auto;
}

#sysItemDetail .itempage_cap {
  margin-bottom: 30px;
  font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
  font-size: 18px;
  font-weight: normal;
}

#sysItemDetail .itempage_detail table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table tr {
  border-bottom: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
  padding: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

#sysItemDetail .itempage_detail table th {
  width: 30%;
  border-right: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table td {
  width: 70%;
  text-align: left;
  background: #fff;
}

#sysItemDetail .itempage_detail_ttl {
  position: relative;
  margin-top: 40px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
  content: "　";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #000;
}

#sysItemDetail .sysMainImage img {
  border: 1px solid #ccc;
}

/*数量増減*/
#sysItemDetail #sysNumber {
  text-align: right;
}

#sysItemDetail .sysNumArea {
  margin-bottom: 20px;
}

#sysItemDetail .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #f1f1f1;
  cursor: pointer;
}

#sysItemDetail .sysNumArea button:hover {
  background-color: #efefef;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_plus.png) center center no-repeat;
  background-size: 65px;
  width: 37%;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_minus.png) center center no-repeat;
  background-size: 90px;
  width: 37%;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
  padding: 23px 15px !important;
  text-indent: -999px;
  background: #da4636 url(/img/layout/system/btn_cart.png) center center no-repeat;
  background-size: 140px;
}

#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}

#sysItemDetail .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 #da4636 !important;
  background-color: #fff !important;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0.3px !important;
  left: 8px !important;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #da4636 !important;
  transition: background 0.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: #da4636;
  text-align: center;
  font-size: 1.3rem;
  transition: 0.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 {
  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;
  height: 92px;
  border: 1px solid #bbb;
  position: relative;
  background-color: #fff;
  margin: auto auto 30px !important;
}

.sysWishlistMemberRegistButton {
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #da4636;
  text-align: center;
  font-size: 1.3rem;
  transition: 0.2s;
  color: #fff;
}

/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
  border-bottom: 1px solid #da4636;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 0px;
}

.sysWishlistCloseBottomButtonGroup {
  margin-top: 30px;
  text-align: right;
  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;
  border-top: 1px solid #ccc;
}

.sysExplanation table tr {
  border-bottom: 1px solid #ccc;
}

.sysExplanation table th,
.sysExplanation table td {
  padding: 3px 10px;
  text-align: center;
  border: none;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
  width: 25%;
  padding: 0 10px;
}

.itempage_recommend .sysItemName {
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.itempage_recommend .sysItemPrice {
  text-align: left;
}

/*商品ページ成分表*/
#sysItemDetail .show_bx {
  margin-bottom: 30px;
}

#sysItemDetail .show_bx_inner {
  margin-bottom: 10px;
}

#sysItemDetail .btn_tr {
  padding: 10px 0 10px 35px !important;
  background: #e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
  background-size: 18px !important;
  cursor: pointer;
}

#sysItemDetail .active {
  background: #e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
  background-size: 18px !important;
}

#sysItemDetail .contents_tr {
  background-color: #f5f5f5;
}

#sysItemDetail .contents_tr td {
  background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
  margin-bottom: 0;
}

/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.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 .logo img,
.sysOpcBody .header_h1_under .logo img {
  float: none;
  margin-right: 0;
}

.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: 1100px;
  border: 1px solid #eee;
  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: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto 2em;
  padding: 1em;
}

.sysCart .sysBox hr {
  display: block;
  border: 0;
  height: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 0;
}

.sysCart #sysMain input[type=text],
.sysCart #sysMain input[type=password],
.sysCart #sysMain input[type=email],
.sysCart #sysMain input[type=number],
.sysCart #sysMain input[type=tel],
.sysCart #sysMain input[type=search],
.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.sysCart .sysTotalTxt {
  text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2rem;
}

.sysCart .sysSubTotalArea {
  margin: 10px 0;
}

.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  background: #da4636 !important;
  border: none;
}

.sysCart .sysCartAttention, .sysCart .sysRequired {
  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 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 {
  font-size: large !important;
  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: #da4636 !important;
  border: 1px solid #da4636 !important;
  color: #fff !important;
  font-weight: bold;
}

.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !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: 700px !important;
  margin: 0 auto;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}

.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 div#sysMain {
  max-width: 980px;
  margin: 20px auto 40px;
}

#sysItemSearch .sysThumbnail .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}

#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
  margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
  height: 40px;
  vertical-align: bottom;
  border: 1px solid #d0d0d0;
}

#sysItemSearch #sysMain .sysSearchButton {
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 95%;
  border: none;
  background: #222222;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}

#sysItemSearch #sysMain .sysItemSearchFormRange 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 .sysNextSubmit {
  width: 100%;
  margin: 20px 0 0 !important;
}

#sysFormConfirm button.sysButton {
  width: 30%;
  margin-bottom: 20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
  margin: 160px auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap {
  margin: 160px auto 0;
}

.sysMypage input[type=submit] {
  margin-top: 10px;
}

/* マイページボタン */
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
}

#sysMemberRegisterIndex .sysNextSubmit {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type=submit] {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  margin-top: 10px;
}

#sysMypageLogin .sysLoginButton {
  width: 49%;
  float: left;
  margin-right: 1%;
  font-size: 15px;
}

#sysMypageLogin .sysButton {
  width: 49%;
  margin-left: 1%;
  font-size: 15px;
}

/***********************************
  ヘッダー
***********************************/
.header_wrap {
  position: fixed;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 120;
  border-bottom: 1px solid #aaa;
}

.header_wrap_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.h_inner {
  margin: 15px 0 0;
}

.header_h1_under, .header_h1 {
  width: 580px;
  height: 80px;
  float: left;
}

.header {
  width: 395px;
  height: 80px;
  float: left;
}

.logo img {
  width: 180px;
  margin-right: 15px;
  float: left;
}

.head_title {
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.header .g_navi li {
  float: left;
  text-align: center;
}

.header .g_navi li a {
  display: block;
  width: 120px;
  margin: 15px 5px 0;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #222222;
  border-radius: 20px;
}

.header .g_navi li i {
  margin-right: 5px;
}

/***********************************
  カート情報
***********************************/
#cartInfo {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: -10px;
}

#cartInfo p.cartTxt {
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}

#cartInfo p img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#cartInfo i {
  margin-right: 5px;
}

.h_cart {
  display: none;
  width: 280px;
  height: 145px;
  position: absolute;
  top: 40px;
  right: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 10px 20px;
}

.h_cart dl {
  font-size: 12px;
  margin-bottom: 0px;
}

.h_cart dl:after {
  display: block;
  content: "";
  clear: both;
}

.h_cart dt, .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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  visibility: hidden;
  transition: all 0.1s ease;
  z-index: 120;
  box-shadow: 2px 2px 4px 0px #ccc;
  -moz-box-shadow: 2px 2px 4px 0px #ccc;
  -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
  visibility: visible;
}

.tabmenu li.tab3 {
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}

.tabmenu li.tab3:hover {
  background: #ededed;
}

/***********************************
  フッター
***********************************/
.footer {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #ededed;
  letter-spacing: 2px;
}

.footer .f_navi_all {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.footer .f_navi h3 {
  margin: 10px 0 0;
  font-size: 15px;
}

.footer .f_navi ul {
  width: 671px;
  text-align: left;
  margin: 0 auto;
}

.footer .f_navi li {
  display: inline-block;
  padding: 0 15px 0 5px;
  margin: 10px 5px 0;
  font-size: 15px;
  position: relative;
}

.footer .f_navi li:after {
  background-color: #000;
  content: "　";
  height: 10px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 41px;
  width: 1px;
}

.footer .f_navi .b_none {
  border-right: 0px;
}

.footer .telephone {
  margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
  width: 250px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}

.footer .telephone .telephone02 {
  width: 300px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.footer .telephone .telephone02 a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 25px;
}

.footer .telephone .telephone02 a img {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}

.footer .telephone:after {
  display: block;
  content: "";
  clear: both;
}

.footer .time {
  font-size: 15px;
  margin: 0 0 10px;
}

.footer .f_gnav_all {
  background: #c3c3c3;
  padding: 15px 0 10px;
  letter-spacing: 2px;
}

.footer .f_gnav 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: rgba(0, 0, 0, 0) 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;
}

.sysTitle, .sysHeadline {
  width: 600px;
  margin: 30px auto !important;
  position: relative;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
}

.sysTitle b, .sysHeadline b {
  display: block;
  font-size: 14px;
  text-align: center;
}

.sysTitle span, .sysHeadline span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
}

.sysTitle::before, .sysHeadline::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}

.contentsWrap {
  width: 1100px;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
  border: 1px solid #ddd;
  margin: 0 auto 30px;
  max-width: 1100px;
}

#main_tradelaw dl, .main_tradelaw dl {
  background: #ededed;
  border-bottom: 1px dotted #bfbfbf;
  overflow: hidden;
}

#main_tradelaw dl:last-child, .main_tradelaw dl:last-child {
  border: 0px;
}

#main_tradelaw dt, .main_tradelaw dt {
  padding: 15px 0 15px 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}

#main_tradelaw dd, .main_tradelaw dd {
  margin-left: 200px;
  padding: 15px;
  background: #fff;
}

.shipFee {
  max-width: 1100px;
  margin: 20px auto;
}

.shipFee .tableTitle {
  font-size: 16px;
  height: 70px;
  padding: 10px;
  color: #424242;
  margin: 50px 0 0px;
  border: 0px !important;
  text-align: leftr;
}

table.shipFeeTable {
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
  text-align: center;
}

table.shipFeeTable .eyeCatch {
  width: 120px;
  display: block;
  margin: 5px auto;
  height: 25px;
  line-height: 25px;
  color: #000;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}

table.shipFeeTable thead {
  background: #555;
  text-align: center;
}

.spThead {
  display: none;
}

table.shipFeeTable thead th {
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  color: #fff;
}

table.shipFeeTable tbody .sum {
  position: relative;
}

table.shipFeeTable tbody .sum i {
  position: absolute;
  color: #888;
  font-size: 35px;
  right: -15px;
  bottom: 30px;
  z-index: 20;
}

table.shipFeeTable tbody th {
  width: 600px;
  padding: 10px;
  vertical-align: top;
  background: #fff;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

table.shipFeeTable td {
  width: 500px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background: #eee;
}

table.shipFeeTable b {
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

div#main_tradelaw a {
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap {
  width: 1100px;
  margin: 0 auto;
}

.column2Wrap:after {
  display: block;
  content: "";
  clear: both;
}

.sideWrap {
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}

.mainWrap {
  width: 900px;
  margin-left: 200px;
}

.col2Style h2.pattern01 {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 15px 0;
}

.col2Style h2.pattern02 {
  font-size: 18px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 15px 0;
}

.col2Style h2.pattern03 {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 30px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}

.col2Style h3.pattern01 {
  font-size: 14px;
  border-bottom: 0px solid #aaa !important;
  padding: 0px 0px 3px;
  margin: 15px 0 5px;
}

.col2Style h4.style01 {
  font-size: 15px;
  padding-bottom: 3px;
  margin: 20px 0;
  border-bottom: 0px solid #3d3d3d !important;
}

.col2Style .txtBlock {
  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;
  box-sizing: border-box;
}

.top_newarrival li img {
  width: 100%;
}

.top_newarrival .sysItemName {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features {
  overflow: hidden;
}

.top_features ul {
  font-size: 0;
  text-align: left;
}

.top_features li {
  float: none !important;
  display: inline-block;
  width: 30%;
  margin: 1.6666666667%;
  font-size: 12px;
  vertical-align: top;
}

.top_features li img {
  width: 100%;
}

.top_features li a {
  display: block;
  position: relative;
}

.top_features li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice {
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
  padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item {
  margin-bottom: 60px;
}

.top_recommend_item li {
  width: 100% !important;
  padding: 0 20px !important;
}

/*ランキング*/
.top_ranking_item ul {
  font-size: 0;
  text-align: left;
}

.top_ranking_item li {
  float: none !important;
  display: inline-block;
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
  font-size: 17px;
  float: right;
}

/*クロネコペイボタン装飾調整*/
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;
}

/* 共通商品オプション */
.opcItem_itemCommonOptionAndLabelGroup_edit {
  margin-bottom: 20px;
}

/* つける・つけないのラジオボタンエリア 
.opcItem_itemCommonOptionUseOptionNameGroup_edit {
    margin-bottom: 20px;
}
*/
.opcItem_itemCommonOptionOptionBlock_edit {
  display: block;
}

/* 画像付きラジオボタンflexbox */
.opcItem_itemCommonOptionOptionGroup_edit {
  display: flex;
  flex-wrap: wrap;
}

.opcItem_itemCommonOptionSelectLabel_edit {
  border-left: 3px solid #cccccc;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 15px;
}

.opcItem_itemCommonOptionOptionBlock_edit {
  margin: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 20px;
}

.omotegaki label.opcItem_itemCommonOptionOptionLabel_edit {
  flex-basis: 250px;
}

.housoushi label.opcItem_itemCommonOptionOptionLabel_edit {
  flex-basis: 250px;
}

.rapping label.opcItem_itemCommonOptionOptionLabel_edit {
  flex-basis: 250px;
}

.message-type label.opcItem_itemCommonOptionOptionLabel_edit {
  flex-basis: 250px;
}

input.opcItem_itemCommonOptionOption_edit.opcCommonInputRadio {
  display: none;
}

input.opcItem_itemCommonOptionOption_edit.opcCommonInputRadio:checked ~ .opcItem_itemCommonOptionOptionBlock_edit {
  border: solid #c03d3d;
}

@media screen and (max-width: 600px) {
  .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: 98% !important;
    padding: 20px 10px 30px !important;
    margin: 0 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: xx-small;
  }
  /* Archive Thumbnail Item */
  .sysItemList ul.sysThumbnail {
    font-size: small;
  }
  .sysItemList ul.sysThumbnail input {
    font-size: x-small;
  }
  /* Order Area */
  .orderArea {
    letter-spacing: normal;
  }
  .orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  /*headeræ¤œç´¢ãƒœãƒƒã‚¯ã‚¹*/
  .h_search {
    margin-top: 30px;
  }
  /***********************************
    å•†å“è©³ç´°ãƒšãƒ¼ã‚¸
  ***********************************/
  #sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
  }
  .sysItemList ul.sysThumbnail li {
    width: 50% !important;
  }
  .sysItemName a {
    font-size: 12px;
  }
  /*å•†å“å*/
  #sysItemDetail .sysItemName h1 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #sysItemDetail .sysForm select {
    height: 30px;
    text-align: center;
  }
  #sysItemDetail .sysSelectionDescription {
    margin: 5px 0 10px;
  }
  #sysItemDetail #sysNumber {
    text-align: right;
  }
  /*æ•°é‡å¢—æ¸›*/
  #sysItemDetail .sysNumArea button {
    width: 35%;
  }
  /*PRã‚¢ã‚¤ã‚³ãƒ³(å•†å“ã‚«ãƒ†ã‚´ãƒªãƒ¼ãƒšãƒ¼ã‚¸)*/
  #sysItemCategory #sysMain {
    padding: 5px;
  }
  .sysItemPrArea span {
    width: 48%;
    padding: 3px 0px;
    font-size: 10px;
  }
  #sysItemCategory input[type=submit] {
    margin-top: 0px;
  }
  .sysAddSelection {
    font-size: 12px;
  }
  .sysSelectionDescription {
    font-size: 10px;
  }
  /*PRã‚¢ã‚¤ã‚³ãƒ³(å•†å“è©³ç´°ãƒšãƒ¼ã‚¸)*/
  .sysPr {
    margin-top: 10px;
  }
  .sysPr span {
    width: 49%;
    font-size: 16px;
  }
  #sysItemDetail .sysForm select {
    min-width: 300px;
    display: inline-block;
    float: right;
  }
  #sysItemDetail .sysNumber select {
    min-width: 100px;
  }
  #sysItemDetail {
    padding-bottom: 40px;
  }
  /*å•†å“ãƒšãƒ¼ã‚¸ç”¨ãŠã™ã™ã‚å•†å“*/
  .itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .itempage_recommend .sysItemName {
    font-size: 12px;
  }
  .itempage_recommend .sysItemPrice {
    font-size: 11px;
  }
  /*for demo 2017/01/12*/
  .sysExplanation {
    float: none;
    width: 100%;
  }
  span.sp_newline {
    display: block;
  }
  /***********************************
    ãƒ˜ãƒƒãƒ€ãƒ¼
  ***********************************/
  .header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under, .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;
  }
  .header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
  }
  /***********************************
    ã‚«ãƒ¼ãƒˆæƒ…å ±
  ***********************************/
  #cartInfo {
    display: none;
  }
  /***********************************
    ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
  ***********************************/
  #headNavigation .pcnone {
    display: block;
  }
  #headNavigation .spnone {
    display: none;
  }
  #headNavigation li.active {
    background: #fff;
  }
  .h_navi {
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
  }
  #headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5) {
    display: none;
  }
  /*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ãƒˆã‚°ãƒ«*/
  .toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightã¯jsåˆ¶å¾¡*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0);
    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: rgb(255, 255, 255);
  }
  .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: rgb(225, 225, 225);
    z-index: 200;
    padding: 30px 10px 0;
    overflow: scroll;
  }
  /***********************************
    ãƒ­ã‚°ã‚¤ãƒ³æƒ…å ±
  ***********************************/
  .h_login .sysHeadline, .h_search .sysHeadline {
    text-align: center;
    font-size: 18px;
    margin-botom: 10px;
  }
  .h_login .sysContent {
    text-align: center;
  }
  .h_login .sysFormItem {
    margin-bottom: 10px;
  }
  .h_login .sysFormLabel {
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
  }
  .h_login .sysLoginButton {
    width: 100%;
    margin: 10px 0%;
    border-radius: 5px;
    background: #000;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
  }
  .h_login li {
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
  }
  .h_login li a {
    font-size: 12px;
    padding: 0px 5px 5px 0px;
  }
  /***********************************
    ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼
  ***********************************/
  #closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
  }
  #closeMenu span {
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
  }
  #closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #444;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
  }
  #closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
  }
  #spNavMenu .navTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #spNavMenu {
    margin: 30px 0 0;
  }
  #spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav {
    height: 270px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li {
    padding-left: 20px;
  }
  #spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa;
  }
  #spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
  }
  /***********************************
    ãƒ•ãƒƒã‚¿ãƒ¼
  ***********************************/
  .footer {
    margin: 30px 0 0;
    background: #fff;
    letter-spacing: 2px;
  }
  .footer .f_navi_all {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
  }
  .footer .f_navi h3 {
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
  }
  .footer .f_navi ul {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .footer .f_navi li {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
  }
  .footer .f_navi li i {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px;
    top: 0;
  }
  .footer .f_navi li.sp_title {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .footer .f_navi li.sp_title h5 {
    position: relative;
    text-align: center;
    background: #fff;
  }
  .footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  .footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .footer .f_navi li.sp_3column {
    width: 32%;
    margin-bottom: 5px;
  }
  .footer .f_navi li.sp_2column {
    width: 49%;
    margin-bottom: 5px;
  }
  .footer .f_navi li:after {
    width: 0;
  }
  .footer .f_navi .b_none, .footer .f_navi .spb_none {
    border-right: 0px;
  }
  .footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
  }
  .footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 6px;
  }
  .footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child {
    width: 100%;
  }
  .footer .f_gnav li a {
    display: block;
  }
  .footer .f_gnav .sp_wide {
    width: 100%;
    height: 38px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after {
    width: 0px;
  }
  .footer .f_gnav {
    margin-bottom: 5px;
  }
  .footer .f_copy {
    padding: 10px 5px;
    font-size: 10px;
  }
  /***********************************
    ã‚µã‚¤ãƒ‰
  ***********************************/
  /***********************************
    å…±é€šãƒ‘ãƒ¼ãƒ„
  ***********************************/
  /***********************************
    ç‰¹å•†æ³•ãƒ†ãƒ¼ãƒ–ãƒ«ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ
  ***********************************/
  /***********************************
    2ã‚«ãƒ©ãƒ ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ
  ***********************************/
  /***********************************
    ãŠè²·ç‰©ã‚¬ã‚¤ãƒ‰
  ***********************************/
  /***********************************
    ã”åˆ©ç”¨ã‚¬ã‚¤ãƒ‰
  ***********************************/
  /* ã‚«ãƒ¼ãƒˆå†…å•†å“æ•°è¡¨ç¤º*/
  /*å•†å“è³¼å…¥ã‚¹ãƒ†ãƒƒãƒ—*/
  /* æ±ºæ¸ˆãƒšãƒ¼ã‚¸*/
  /***********************************
    ãƒžã‚¤ãƒšãƒ¼ã‚¸
  ***********************************/
  /***********************************
    æ–°è¦ä¼šå“¡ç™»éŒ²
  ***********************************/
  /***********************************
    ã‚«ãƒ¼ãƒˆãƒšãƒ¼ã‚¸
  ***********************************/
  /*ãƒ‰ãƒ¡ã‚¤ãƒ³*/
  /***********************************
    ãƒœã‚¿ãƒ³ãƒ‡ã‚¶ã‚¤ãƒ³
  ***********************************/
  /***********************************
    TOPãƒšãƒ¼ã‚¸
  ***********************************/
  /*.ãƒˆãƒƒãƒ—ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼*/
  /*æ–°ç€ã‚¢ã‚¤ãƒ†ãƒ */
  /*ç‰¹é›†ä¸€è¦§*/
  /*ãŠã™ã™ã‚å•†å“ã€ãƒ©ãƒ³ã‚­ãƒ³ã‚°*/
  /*ãŠã™ã™ã‚å•†å“*/
  /***********************************
    ãƒ¯ãƒ³ãƒšãƒ¼ã‚¸ã‚«ãƒ¼ãƒˆ
  ***********************************/
  /*æƒ…å ±å…¥åŠ›ãƒšãƒ¼ã‚¸èª¿æ•´*/
  /*å®Œäº†ãƒšãƒ¼ã‚¸èª¿æ•´*/
}
@media screen and (max-width: 600px) 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: 600px) {
  .side_search {
    width: 95%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 600px) {
  .side_navi_item,
.side_navi {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .side_navi ul li.sysText a {
    padding: 10px 5px !important;
  }
}
@media screen and (max-width: 600px) {
  .side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .side_navi_1 {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 600px) {
  .sysTitle {
    width: 100%;
    margin: 30px auto !important;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: auto;
  }
}
@media screen and (max-width: 600px) {
  .sysTitle b {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .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;
  }
}
@media screen and (max-width: 600px) {
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
}
@media screen and (max-width: 600px) {
  .sysHeadline {
    width: 95%;
    margin: 30px auto !important;
    position: static;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 600px) {
  .sysHeadline b {
    width: 100%;
    display: block;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #222222;
    padding: 0 80px;
    margin-top: 3px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .sysTitle span, .sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sysTitle::before, .sysHeadline::before {
    height: 0px;
  }
}
@media screen and (max-width: 600px) {
  .contentsWrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-law .sysTitle {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #main_tradelaw, .main_tradelaw {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
  }
}
@media screen and (max-width: 600px) {
  #main_tradelaw dl, .main_tradelaw d {
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  #main_tradelaw dl:after, .main_tradelaw dl:after {
    display: block;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #main_tradelaw dt, .main_tradelaw dt {
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
  }
}
@media screen and (max-width: 600px) {
  #main_tradelaw dd, .main_tradelaw dd {
    margin-left: 0px;
    padding: 15px;
    background: #fff;
  }
}
@media screen and (max-width: 600px) {
  .shipFee {
    max-width: 1100px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .shipFee .tableTitle {
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable {
    width: 100%;
    margin: 0%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .spThead {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pcThead {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable thead th {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable tbody .sum {
    position: relative;
    padding: 25px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable td {
    display: block;
    width: 100%;
    vertical-align: top;
    border: 0px;
  }
}
@media screen and (max-width: 600px) {
  table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .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;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .txtBlock li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .imgWrap img {
    width: 80%;
    margin: 0px 10%;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .floatWrap img {
    width: 80%;
    margin: 0px 10%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .floatImg .imgWrap {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .col2Style .floatImg .imgWrap img {
    width: 80%;
    margin: 20px 10%;
  }
}
@media screen and (max-width: 600px) {
  .indexList li {
    padding: 3px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .guideBlock {
    padding-top: 0;
    maergin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .sysContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .Title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guideBlock {
    width: 95%;
    margin: 50px 2.5%;
    display: block;
    padding: 30px 0px 5px;
    border: 1px solid #424242;
    border-radius: 10px;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guide01 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guide02 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .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;
  }
}
@media screen and (max-width: 600px) {
  .f_guide p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 !important;
    text-align: left;
    padding: 0 10px 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .mt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .smaller {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide a.f_guide_btn {
    margin: 20px auto;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .freedial {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  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;
  }
}
@media screen and (max-width: 600px) {
  .steps ul {
    width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .steps li {
    float: left;
    padding: 0 6px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .steps li a {
    height: 150px !important;
  }
}
@media screen and (max-width: 600px) {
  .steps li img {
    height: 150px;
  }
}
@media screen and (max-width: 600px) 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: 600px) {
  #sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 600px) {
  #sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
  }
}
@media screen and (max-width: 600px) {
  #sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
  }
}
@media screen and (max-width: 600px) {
  .sysMypage .sysMypageNav form {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex .sysNextSubmit {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex .sysButton[type=submit] {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  #sysMypageLogin .sysLoginButton {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
}
@media screen and (max-width: 600px) {
  #sysMypageLogin .sysButton {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .sysAcceptDomainArea .sysAcceptDomain a {
    padding: 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .common_btn {
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 600px) {
  #slideShow {
    height: 130px;
  }
}
@media screen and (max-width: 600px) {
  .top_slider {
    padding-top: 0;
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .owl-dots .owl-dot {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
}
@media screen and (max-width: 600px) {
  .owl-nav [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
  }
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-prev {
    left: 20%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-next {
    right: 20%;
    background: url(/img/common/controls.png) no-repeat -15px 0;
    background-size: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-prev:hover {
    background-position: 0 0;
  }
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-next:hover {
    background-position: -15px 0;
  }
}
@media screen and (max-width: 600px) {
  .top_newarrival li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .top_newarrival li .sysItemName {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .top_newarrival li .sysItemPrice {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .top_features {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .top_recommend_item ul {
    font-size: 0;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .top_features li {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 600px) {
  .top_features li:nth-child(1),
.top_features li:nth-child(2) {
    position: relative;
    z-index: 10;
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .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;
  }
}
@media screen and (max-width: 600px) {
  .top_ranking_item li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton {
    width: 100%;
    font-size: 10px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 600px) {
  .top_recommend_item li {
    padding: 5px !important;
  }
}
@media screen and (max-width: 600px) {
  .sysOpcBody .header_wrap {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .sysOpcBody img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sysOpcBody div#sysWrap {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .sysCart #sysMain,
.sysOpcBody #sysMain {
    border: none;
  }
}
@media screen and (max-width: 600px) {
  .sysOpcBody div#sysMain {
    padding: 0 3%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .opcCommonInputSelect,
.opcCommonButton {
    /*width: 49% !important;*/
  }
}
@media screen and (max-width: 600px) {
  .opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
    width: 94% !important;
  }
}
@media screen and (max-width: 600px) {
  .opcConfirm_inputStatus {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
    width: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .opcCommonButtonGroup {
    margin-top: 1em;
  }
}
@media screen and (max-width: 600px) {
  .opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 30% !important;
  }
}
@media screen and (max-width: 600px) {
  .opcBillingAddress_prefState_edit {
    margin: 5px 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .opcBillingAddress_addressGroup {
    width: calc(100% - 80px) !important;
  }
}
@media screen and (max-width: 600px) {
  .opcRemarks_remark_edit {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    margin: 0 0 0.5em !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .opcOrderSummary_totalPriceLabel {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 600px) {
  #sysThanks #sysMain {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .sysDisplayTabletNone {
    display: none !important;
  }
  /* 20-0 Only Tablet
   *----------------------------------------------------------------------*/
  #sysWrap {
    margin-top: 120px;
  }
  div#sysMain, div#sysAside {
    width: 100% !important;
    float: none;
  }
  .sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
    margin: 130px auto 0;
  }
  #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% !important;
  }
  #sysItemDetail .sysCategoryPankuzu {
    margin-bottom: 20px;
  }
  #sysItemDetail .sysItemName h1 {
    font-size: 15px;
  }
  #sysItemDetail .sysItemId {
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }
  #sysItemDetail .sysMainImage {
    max-width: 700px;
    margin: 0 auto;
  }
  #sysItemDetail .sysImageList {
    max-width: 700px;
    margin: 0 auto 20px;
  }
  #sysItemDetail .sysImageList li {
    display: inline-block;
    max-width: 60px;
    line-height: 0;
  }
  #sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
    max-width: 700px;
    margin: 0 auto 10px auto !important;
  }
  #sysItemDetail .sysForm select {
    min-width: 350px;
    display: inline-block;
    float: none !important;
  }
  #sysItemDetail #sysNumber {
    text-align: right;
  }
  .sysItemPrArea span {
    width: 48%;
    font-size: 14px;
  }
  .sysPr span {
    font-size: 10px;
  }
  /***********************************
    ãƒ˜ãƒƒãƒ€ãƒ¼
  ***********************************/
  .header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader {
    width: 100%;
    margin: 0px auto;
  }
  .h_inner {
    margin: 0px 0 0;
  }
  .header_h1_under, .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;
  }
  .header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
  }
  /***********************************
    ã‚«ãƒ¼ãƒˆæƒ…å ±
  ***********************************/
  #cartInfo {
    display: none;
  }
  /***********************************
    ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
  ***********************************/
  #headNavigation .pcnone {
    display: block;
  }
  #headNavigation .spnone {
    display: none;
  }
  #headNavigation li.active {
    background: #fff;
  }
  .h_navi {
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
  }
  #headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5) {
    display: none;
  }
  /*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ãƒˆã‚°ãƒ«*/
  .toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightã¯jsåˆ¶å¾¡*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0);
    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: rgb(255, 255, 255);
  }
  .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: rgb(225, 225, 225);
    z-index: 200;
    padding: 80px 10px 50px;
    overflow: scroll;
  }
  /***********************************
    ãƒ­ã‚°ã‚¤ãƒ³æƒ…å ±
  ***********************************/
  .h_login {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
  }
  .h_login .sysHeadline {
    text-align: center;
    font-size: 25px;
    margin-botom: 10px;
  }
  .h_login .sysContent {
    text-align: center;
  }
  .h_login .sysFormItem {
    margin-bottom: 10px;
  }
  .h_login .sysFormLabel {
    display: block;
    font-size: 15px;
    height: 25px;
    text-align: left;
    margin-bottom: 0px;
  }
  .h_login .sysLoginButton {
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    border: 1px solid #444;
    font-size: 15px;
    height: 50px;
    line-height: 10px;
  }
  .h_login li {
    border: 1px solid #444;
    margin-bottom: 15px;
    height: 50px;
    line-height: 45px;
    text-align: center;
  }
  .h_login li a {
    font-size: 15px;
    padding: 0px 5px 5px 0px;
  }
  /***********************************
    ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼
  ***********************************/
  #closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
  }
  #closeMenu span {
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
  }
  #closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  #closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
  }
  #spNavMenu .navTitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }
  #spNavMenu {
    max-width: 800px;
    margin: 80px auto 0;
    width: 90%;
  }
  #spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList i {
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
  }
  #spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav {
    height: 200px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa;
  }
  #spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
  }
  /***********************************
    ãƒ•ãƒƒã‚¿ãƒ¼
  ***********************************/
  .footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
  }
  .footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 5px;
  }
  .footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child {
    width: 100%;
  }
  .footer .f_gnav li a {
    display: block;
  }
  .footer .f_gnav .sp_wide {
    width: 100%;
    height: 35px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after {
    width: 0px;
  }
  /***********************************
    ã‚µã‚¤ãƒ‰
  ***********************************/
  .side_search {
    width: 95%;
    margin: 0 auto 30px;
  }
  .side_navi_item,
.side_navi {
    width: 95%;
    margin: 0 auto;
  }
  .side_navi ul li.sysText a {
    padding: 10px 5px !important;
  }
  .side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .side_navi_item .sysContent li,
.side_navi .sysContent li {
    float: left !important;
    width: 50% !important;
  }
  .side_navi_1 {
    border-top: 1px solid #000;
  }
  /***********************************
    å…±é€šãƒ‘ãƒ¼ãƒ„
  ***********************************/
  .sysTitle {
    width: 600px;
    margin: 50px auto !important;
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: auto;
  }
  .sysTitle b {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .contentsWrap {
    width: 90%;
    margin: 0 auto;
  }
  /***********************************
    å•†æ³•ãƒ†ãƒ¼ãƒ–ãƒ«ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ
  ***********************************/
  .p-law .sysTitle {
    max-width: 600px;
  }
  .p-law .sysTitle span {
    font-size: 22px;
    padding: 0 40px;
  }
  #main_tradelaw {
    width: 90%;
  }
  .shipFee {
    width: 90%;
    margin: 50px auto;
  }
  .shipFee h3 {
    font-size: 16px;
  }
  table.shipFeeTable .newLine {
    display: block;
  }
  table.shipFeeTable tbody th {
    width: 500px;
    vertical-align: middle;
  }
  table.shipFeeTable td {
    width: 500px;
    font-size: 15px;
    vertical-align: middle;
  }
  /***********************************
     ãƒ•ãƒƒã‚¿ãƒ¼éƒ¨åˆ†ã®ã”åˆ©ç”¨ã‚¬ã‚¤ãƒ‰
  ***********************************/
  .f_guide {
    margin-top: 50px;
  }
  .f_guide .sysContent {
    width: 100%;
  }
  .f_guide .Title {
    font-size: 15px;
    padding: 20px 0 30px;
  }
  .f_guide .guideBlock {
    width: 50%;
    padding: 0 2%;
    padding-bottom: 30px;
  }
  .f_guide .guide01 {
    padding-right: 20px;
  }
  .f_guide .guide02 {
    padding-left: 20px;
  }
  .f_guide .freedial {
    font-size: 30px;
  }
  .f_guide a {
    display: block;
    width: 200px;
  }
  /***********************************
    ã‚«ãƒ¼ãƒˆå†…å•†å“æ•°è¡¨ç¤º
  ***********************************/
  button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  /***********************************
    å•†å“è³¼å…¥ã‚¹ãƒ†ãƒƒãƒ—
  ***********************************/
  .steps ul {
    width: 550px;
  }
  .steps li {
    float: left;
    padding: 0 2px;
    height: 180px;
  }
  .steps li a {
    height: 180px !important;
  }
  .steps li img {
    height: 180px;
  }
  /***********************************
    TOPãƒšãƒ¼ã‚¸
  ***********************************/
  /*.ãƒˆãƒƒãƒ—ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼*/
  #slideShow {
    height: 190px;
  }
  .top_slider {
    padding-top: 0;
    margin-top: 120px;
  }
  /***********************************
    ãƒ¯ãƒ³ãƒšãƒ¼ã‚¸ã‚«ãƒ¼ãƒˆ
  ***********************************/
  /*æƒ…å ±å…¥åŠ›ãƒšãƒ¼ã‚¸èª¿æ•´*/
  .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;
  }
}
@media screen and (min-width: 1101px) {
  .sysDisplayPcNone {
    display: none !important;
  }
}
/* #END_OF_RESOURCE_FILE */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
mixin.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
variables.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */ /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
common_settings.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  body {
    line-height: 1.6;
  }
}

a {
  transition: all 300ms ease;
}
a:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
a:hover img {
  opacity: 0.8;
  transition: all 300ms ease;
}

.noto_serif {
  font-family: "Noto Serif JP", serif;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#sysWrap {
  max-width: 1200px;
  overflow: visible;
}
#sysWrap #sysMain {
  margin-bottom: 150px;
}
@media screen and (max-width: 599px) {
  #sysWrap #sysMain {
    margin-bottom: 100px;
  }
}

#sysAside {
  display: block;
}

#top #sysAside {
  display: none;
}
#top #sysMain {
  width: 100%;
  max-width: 1200px;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_only {
    display: block;
  }
}

body#top {
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  body:not(#body) #sysWrap #sysMain {
    padding-top: 20px !important;
  }
}
body:not(#top) #sysWrap {
  margin-top: 160px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body:not(#top) #sysWrap {
    margin-top: 90px;
  }
}
@media screen and (max-width: 599px) {
  body:not(#top) #sysWrap {
    margin-top: 90px;
  }
}
body .cc-window .p_link {
  text-decoration: underline;
  color: #fff;
}
body .cc-window .cc-link {
  cursor: default;
  pointer-events: none;
}

.g-recaptcha .grecaptcha-badge {
  bottom: 170px !important;
}
@media screen and (max-width: 599px) {
  .g-recaptcha .grecaptcha-badge {
    bottom: 260px !important;
  }
}

#recaptcha .grecaptcha-badge {
  bottom: 170px !important;
}
@media screen and (max-width: 599px) {
  #recaptcha .grecaptcha-badge {
    bottom: 260px !important;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
parts.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysHeadline {
  width: 100%;
  margin: 0 !important;
  font-size: 30px;
  letter-spacing: inherit;
}
.sysHeadline::before {
  content: none;
}
@media screen and (max-width: 599px) {
  .sysHeadline {
    font-size: 24px;
  }
}
.sysHeadline span {
  background: none;
}

.heading {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .heading {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.heading span {
  font-size: 13px;
  color: #A4811A;
  display: block;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .heading span {
    margin-top: 5px;
  }
}

.heading02 {
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .heading02 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .heading02 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.heading02 span {
  font-size: 13px;
  color: #A4811A;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .heading02 span {
    margin-top: 5px;
  }
}

.btn_common {
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn_common a {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
}
.btn_common a:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

.sysPr,
.sysItemPrArea {
  display: flex;
  flex-wrap: wrap;
}
.sysPr > span:nth-of-type(1),
.sysItemPrArea > span:nth-of-type(1) {
  display: none;
}
.sysPr span,
.sysItemPrArea span {
  font-size: 13px;
  border: 1px solid #949494;
  border-radius: 0;
  font-weight: normal;
  padding: 0 11px;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  width: auto;
  min-height: 25px;
  color: #1E1E1E;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .sysPr span,
.sysItemPrArea span {
    font-size: 12px;
    padding: 1px 11px;
    margin-right: 4px;
    margin-bottom: 4px;
    min-height: 24px;
  }
}
.sysPr span.sysItemPr,
.sysItemPrArea span.sysItemPr {
  display: inline;
}
.sysPr span.pr_bg_red,
.sysItemPrArea span.pr_bg_red {
  background: #ECD1C3;
  border: 1px solid #ECD1C3;
}
.sysPr span.pr_bg_blue,
.sysItemPrArea span.pr_bg_blue {
  background: #C3E2EC;
  border: 1px solid #C3E2EC;
}
.sysPr span.pr_bg_yellow,
.sysItemPrArea span.pr_bg_yellow {
  background: #F3EFC7;
  border: 1px solid #F3EFC7;
}
.sysPr span.pr_bg_yellow02,
.sysItemPrArea span.pr_bg_yellow02 {
  background: #EBE1C4;
  border: 1px solid #EBE1C4;
}
.sysPr span.pr_bg_gray,
.sysItemPrArea span.pr_bg_gray {
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
}
.sysPr span.pr_bg_green,
.sysItemPrArea span.pr_bg_green {
  background: #D6E2B9;
  border: 1px solid #D6E2B9;
}

.sysItemPrArea {
  height: auto;
}
.sysItemPrArea > span:nth-of-type(1) {
  display: flex;
}
.sysItemPrArea span {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sysItemPrArea span.sysItemPr {
  display: flex;
}

.review_yellow {
  color: #A4811A;
}

.review_gray {
  color: #949494;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.header_wrap {
  display: none;
}

#sysHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  height: 100px;
  border-bottom: 1px solid #949494;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader {
    height: 70px;
  }
}
#sysHeader .p_header {
  display: flex;
  align-items: center;
}
#sysHeader .p_header .sysContent {
  width: 100%;
}
#sysHeader .p_header .sysContent .header_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx {
    padding: 0 12px 0 12px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx {
    padding: 0 12px 0 12px;
    height: 70px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_logo {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo {
    padding: 0;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_ham {
  display: none;
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 7px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .header_ham {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .header_ham {
    display: block;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_ham span {
  background: #2E2E2E;
  width: 17px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_ham span:first-child {
  top: 6px;
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_ham span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_ham span:last-child {
  bottom: 6px;
}
#sysHeader .p_header .sysContent .header_flx .header_logo .header_img {
  max-width: 167px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .header_img {
    margin-right: 10px;
    width: 116px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .header_img {
    margin-right: 10px;
    width: 116px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_logo img {
  width: 180px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo img {
    width: 116px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo img {
    width: 116px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_logo .under_h1,
#sysHeader .p_header .sysContent .header_flx .header_logo h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #1E1E1E;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .under_h1,
#sysHeader .p_header .sysContent .header_flx .header_logo h1 {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .under_h1,
#sysHeader .p_header .sysContent .header_flx .header_logo h1 {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_logo .under_h1,
#sysHeader .p_header .sysContent .header_flx .header_logo h1 {
    font-size: 13px;
    line-height: 1.6;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1100px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav {
    min-width: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav {
    min-width: 30px;
    width: 30px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list {
  max-width: 190px;
  width: 100%;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list .header_nav_contact {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list .header_nav_contact {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list .header_nav_contact {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list .header_nav_contact a {
  background: #A4811A;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 27px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 2px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list .header_nav_contact a img {
  width: 7px;
  margin-left: 5px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul {
  display: flex;
  justify-content: center;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li {
  margin-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li a {
  width: 55px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.user, #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.user, #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout {
  display: none;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout form img {
  width: 30px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout form .sysButton {
  text-align: center;
  background: none;
  font-size: 11px;
  margin: 0;
  padding: 30px 0 0 0 !important;
  position: relative;
  height: 100%;
  width: 100%;
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_login.png) no-repeat;
  background-size: 30px;
  background-position: center top;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout.is_active {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout.is_active {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.logout.is_active {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login {
  display: none;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login.is_active {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login.is_active {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login.is_active {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login_wp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li.login_wp {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li:last-child a {
  width: 40px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li a img {
  width: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li a p {
  font-size: 11px;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li a p {
    font-size: 10px;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav .header_list ul li a p {
    font-size: 10px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav {
  margin-right: 20px;
  padding-top: 12px;
}
@media screen and (min-width: 1161px) and (max-width: 1400px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav nav {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav nav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav nav {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item {
  text-align: center;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 16px;
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1161px) and (max-width: 1400px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item span {
    display: block;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1400px) {
  #sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item {
    font-size: 14px;
  }
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-right: 1px solid #949494;
  height: 22px;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.header_item_search > a {
  background: #EFEDE8;
  border-radius: 30px;
  width: 116px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  -webkit-animation: show 300ms ease;
          animation: show 300ms ease;
  z-index: 10;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul li a {
  background: #F6F5F2;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #949494;
  font-size: 14px;
  padding-left: 20px;
  opacity: 1;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul li a p {
  transition: all 300ms ease;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul li a:hover {
  opacity: 1;
  background: #E9E7E1;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul li a:hover p {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown ul li:last-child a {
  border-bottom: none;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.dropdown.open ul {
  -webkit-animation: show 300ms ease;
          animation: show 300ms ease;
  display: block;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.megamenu::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #949494 transparent transparent transparent;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item.megamenu a::before {
  content: "";
  height: 66px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item:last-child {
  border-right: none;
}
#sysHeader .p_header .sysContent .header_flx .header_nav nav > ul .header_item:last-child::after {
  content: none;
}
#sysHeader .p_header .sysContent .header_menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  z-index: 10;
  -webkit-animation: show 300ms ease;
          animation: show 300ms ease;
}
#sysHeader .p_header .sysContent .header_menu.open {
  display: block;
  -webkit-animation: show 300ms ease;
          animation: show 300ms ease;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysHeader .p_header .sysContent .header_menu {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysHeader .p_header .sysContent .header_menu {
    display: none;
  }
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysHeader .p_header .sysContent .header_menu .header_menu_inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl {
  max-width: 200px;
  width: 100%;
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dt {
  color: #A4811A;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  margin-bottom: 10px;
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dd ul li {
  font-size: 15px;
  margin-bottom: 6px;
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dd ul li a {
  position: relative;
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dd ul li a:hover {
  color: #A4811A;
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dd ul li a:hover:after {
  transform: scale(1, 1);
}
#sysHeader .p_header .sysContent .header_menu .header_menu_inner dl dd ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
aside.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysAside .sysFuncItemCategory {
  margin-bottom: 42px;
}
#sysAside .sysFuncItemCategory .sysHeadline {
  font-size: 18px;
  line-height: 1;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #949494;
  padding-bottom: 15px;
  margin-bottom: 18px !important;
}
#sysAside .sysFuncItemCategory .sysContent nav ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
#sysAside .sysFuncItemCategory .sysContent nav ul li a {
  padding: 0;
}
#sysAside .sysFuncItemCategory .sysContent nav ul li a:hover {
  background: none;
  opacity: 0.8;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysFooter {
  background: #F6F5F2;
}
#sysFooter .bg_blk {
  z-index: -10;
  transition: all 300ms ease;
}
#sysFooter .bg_blk.open {
  background: rgba(46, 46, 46, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 300ms ease;
}
#sysFooter .p_footer,
#sysFooter .p_drawer {
  background: #1E1E1E;
  padding-top: 80px;
  padding-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer,
#sysFooter .p_drawer {
    padding-top: 50px;
  }
}
#sysFooter .p_footer .sysContent,
#sysFooter .p_drawer .sysContent {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .sysContent,
#sysFooter .p_drawer .sysContent {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysFooter .p_footer .footer_flx,
#sysFooter .p_drawer .footer_flx {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx,
#sysFooter .p_drawer .footer_flx {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx,
#sysFooter .p_drawer .footer_flx {
    display: block;
    padding-bottom: 30px;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar,
#sysFooter .p_drawer .footer_flx .footer_calendar {
  background: #2E2E2E;
  max-width: 355px;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
  padding-bottom: 18px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar,
#sysFooter .p_drawer .footer_flx .footer_calendar {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar,
#sysFooter .p_drawer .footer_flx .footer_calendar {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul li:first-child,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul li:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul li:first-child,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul li:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul li img,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul li img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul li img,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul li img {
    width: 100%;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul .slide-arrow.prev-arrow,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul .slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 20;
  width: 8px;
  height: 14px;
  transform: scale(-1, 1);
}
#sysFooter .p_footer .footer_flx .footer_calendar .calendar_slider ul .slide-arrow.next-arrow,
#sysFooter .p_drawer .footer_flx .footer_calendar .calendar_slider ul .slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 20;
  width: 8px;
  height: 14px;
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar {
    width: 250px;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev {
    display: block;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 50%;
    display: flex;
    margin: 0;
  }
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev::after,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-prev::after {
    content: "";
    position: absolute;
    background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
    width: 8px;
    height: 14px;
    background-size: 100%;
    transform: scale(-1, 1);
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next {
    display: block;
    width: 20px;
    height: 20px;
    right: -25px;
    top: 50%;
    display: flex;
    margin: 0;
  }
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next::after,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-button-next::after {
    content: "";
    position: absolute;
    background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
    width: 8px;
    height: 14px;
    background-size: 100%;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper {
    display: flex;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide {
    margin-bottom: 0;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide:last-child,
#sysFooter .p_drawer .footer_flx .footer_calendar .swiper_calendar .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}
#sysFooter .p_footer .footer_flx .footer_calendar .footer_calendar_txt,
#sysFooter .p_drawer .footer_flx .footer_calendar .footer_calendar_txt {
  color: #fff;
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_calendar .footer_calendar_txt,
#sysFooter .p_drawer .footer_flx .footer_calendar .footer_calendar_txt {
    text-align: center;
  }
}
#sysFooter .p_footer .footer_flx .footer_calendar .footer_calendar_txt span,
#sysFooter .p_drawer .footer_flx .footer_calendar .footer_calendar_txt span {
  color: #ECD1C3;
}
#sysFooter .p_footer .footer_flx .footer_column,
#sysFooter .p_drawer .footer_flx .footer_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column,
#sysFooter .p_drawer .footer_flx .footer_column {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column,
#sysFooter .p_drawer .footer_flx .footer_column {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list {
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list {
    display: block;
    margin-bottom: 0;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item {
  width: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item {
    width: 100%;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul.footer_nav,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul.footer_nav {
  margin-left: 0;
  border-bottom: 1px solid #949494;
  font-family: "Noto Serif JP", serif;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul.footer_nav.footer_nav02 li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul.footer_nav.footer_nav02 li a {
  color: #E8E8DF;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul {
    margin-left: 20px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li {
    margin-bottom: 0;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li:last-child,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li:last-child a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li:last-child a {
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li:last-child a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li:last-child a {
    border-bottom: none;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a {
  font-size: 15px;
  position: relative;
  color: #fff;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:hover,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
  color: #A4811A;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:hover,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:hover,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
    color: #fff;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:hover:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:hover:after {
  transform: scale(1, 1);
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:after {
    content: none;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a {
    font-size: 14px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #949494;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a {
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #949494;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:before,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:before {
    content: "";
    background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
    width: 8px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: 1px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item ul li a:before,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item ul li a:before {
    content: "";
    background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
    width: 8px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: 1px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
  font-size: 17px;
  color: #E8E8DF;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
    padding-left: 20px;
  }
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt::before,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #949494 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
    padding-left: 20px;
  }
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt::before,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #949494 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
    border-bottom: 1px solid #949494;
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dt,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dt {
    border-bottom: 1px solid #949494;
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dd,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dd {
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dd,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dd {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dd,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dd {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dd.open,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dd.open {
    transition: all 300ms ease;
    border-bottom: 1px solid #949494;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl dd.open,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl dd.open {
    transition: all 300ms ease;
    border-bottom: 1px solid #949494;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list .footer_item dl.footer_item_dl {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list02,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list02,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 {
    display: none;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 p,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 p {
  color: #ECD1C3;
  font-size: 15px;
  line-height: 27px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list02 p,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 p {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul {
  display: flex;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li {
  position: relative;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li:last-child::after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li:last-child::after {
  content: "";
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li::after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li::after {
  content: "/";
  padding-left: 10px;
  padding-right: 15px;
  font-size: 20px;
  color: #fff;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a {
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a {
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a:hover,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a:hover {
  color: #A4811A;
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a:hover:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a:hover:after {
  transform: scale(1, 1);
}
#sysFooter .p_footer .footer_flx .footer_column .footer_list02 ul li a:after,
#sysFooter .p_drawer .footer_flx .footer_column .footer_list02 ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
#sysFooter .p_footer .footer_menu,
#sysFooter .p_drawer .footer_menu {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_menu,
#sysFooter .p_drawer .footer_menu {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu,
#sysFooter .p_drawer .footer_menu {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}
#sysFooter .p_footer .footer_menu p,
#sysFooter .p_drawer .footer_menu p {
  margin: 0;
  color: #ECD1C3;
  line-height: 24px;
  margin-bottom: 40px;
}
#sysFooter .p_footer .footer_menu ul li,
#sysFooter .p_drawer .footer_menu ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li,
#sysFooter .p_drawer .footer_menu ul li {
    margin-bottom: 12px;
  }
}
#sysFooter .p_footer .footer_menu ul li a,
#sysFooter .p_drawer .footer_menu ul li a {
  font-size: 13px;
  color: #fff;
}
#sysFooter .p_footer .footer_menu ul li a,
#sysFooter .p_drawer .footer_menu ul li a {
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li a,
#sysFooter .p_drawer .footer_menu ul li a {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_menu ul li a:hover,
#sysFooter .p_drawer .footer_menu ul li a:hover {
  color: #A4811A;
}
#sysFooter .p_footer .footer_menu ul li a:hover:after,
#sysFooter .p_drawer .footer_menu ul li a:hover:after {
  transform: scale(1, 1);
}
#sysFooter .p_footer .footer_menu ul li a:after,
#sysFooter .p_drawer .footer_menu ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
#sysFooter .p_footer .footer_sns,
#sysFooter .p_drawer .footer_sns {
  margin-bottom: 30px;
}
#sysFooter .p_footer .footer_sns ul,
#sysFooter .p_drawer .footer_sns ul {
  display: flex;
  justify-content: center;
}
#sysFooter .p_footer .footer_sns ul li,
#sysFooter .p_drawer .footer_sns ul li {
  margin-right: 20px;
}
#sysFooter .p_footer .footer_sns ul li:last-child,
#sysFooter .p_drawer .footer_sns ul li:last-child {
  margin-right: 0;
}
#sysFooter .p_footer .footer_sns ul li a,
#sysFooter .p_drawer .footer_sns ul li a {
  width: 40px;
  height: 40px;
}
#sysFooter .p_footer .footer_copy,
#sysFooter .p_drawer .footer_copy {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_copy,
#sysFooter .p_drawer .footer_copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_copy,
#sysFooter .p_drawer .footer_copy {
    font-size: 10px;
  }
}
#sysFooter .p_footer .btn_pagetop,
#sysFooter .p_drawer .btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #2E2E2E;
  border-radius: 3px;
  width: 64px;
  height: 60px;
  font-size: 13px;
}
#sysFooter .p_footer .btn_pagetop a,
#sysFooter .p_drawer .btn_pagetop a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1.3;
  height: 100%;
  padding-top: 8px;
}
#sysFooter .p_footer .btn_pagetop a::before,
#sysFooter .p_drawer .btn_pagetop a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
#sysFooter .p_drawer {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_drawer {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_drawer {
    display: block;
  }
}
#sysFooter .p_drawer .p_drawer_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #1E1E1E;
  display: none;
  padding-top: 25px;
  height: 100%;
  transform: translateX(-100%);
  transition: all 300ms ease;
  width: 100%;
}
#sysFooter .p_drawer .p_drawer_inner.open {
  transform: translateX(0);
  transition: all 300ms ease;
  overflow: scroll;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_drawer .p_drawer_inner {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_drawer .p_drawer_inner {
    display: block;
  }
}
#sysFooter .p_drawer .p_drawer_inner .drawer_menu {
  width: 28px;
  height: 28px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
#sysFooter .p_drawer .p_drawer_inner .drawer_menu span {
  position: absolute;
}
#sysFooter .p_drawer .p_drawer_inner .drawer_menu span:nth-child(1) {
  top: 8px;
  left: -2px;
  width: 17px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
#sysFooter .p_drawer .p_drawer_inner .drawer_menu span:nth-child(2) {
  top: 8px;
  left: -2px;
  width: 17px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx {
  padding-bottom: 0;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a {
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a {
    color: #fff;
  }
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
  color: #A4811A;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:hover {
    color: #fff;
  }
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:hover:after {
  transform: scale(1, 1);
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li a:after {
    content: none;
  }
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_logout, #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_login {
  display: none;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_logout.is_active, #sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_login.is_active {
  display: block;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_login.is_active a {
  border-bottom: none;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_logout {
  position: relative;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_logout::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 8px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-top: 1px;
  pointer-events: none;
}
#sysFooter .p_drawer .p_drawer_inner .footer_flx .footer_column .footer_list .footer_item ul li.drawer_logout .sysButton {
  background: none;
  color: #E8E8DF;
  margin: 0;
  width: 100%;
  text-align: left;
  padding-left: 20px !important;
}
#sysFooter .cc-window {
  color: rgb(255, 255, 255);
  background-color: rgb(164, 129, 26);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  #sysFooter .cc-window {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#sysFooter .cc-window .cc-message {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #sysFooter .cc-window .cc-message {
    font-size: 12px;
  }
}
#sysFooter .cc-window .cc-compliance {
  display: flex;
  justify-content: flex-end;
}
#sysFooter .cc-window .cc-compliance .cc-btn {
  background: #fff;
  color: rgb(164, 129, 26);
}
#sysFooter .cc-window .cc-compliance .cc-btn:hover {
  text-decoration: none;
}
#sysFooter.cc_none {
  padding-bottom: 0 !important;
}
#sysFooter.cc_none .p_popup {
  bottom: 110px !important;
}
#sysFooter.cc_none .btn_pagetop {
  bottom: 20px !important;
}

#sysFooter .p_footer .footer_menu {
  display: block;
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_menu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu {
    margin-bottom: 40px;
  }
}
#sysFooter .p_footer .footer_menu p {
  color: #ECD1C3;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_menu p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu p {
    line-height: 24px;
    margin-bottom: 40px;
  }
}
#sysFooter .p_footer .footer_menu ul {
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFooter .p_footer .footer_menu ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul {
    font-size: 13px;
    display: block;
  }
}
#sysFooter .p_footer .footer_menu ul li {
  position: relative;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li {
    margin-bottom: 12px;
  }
}
#sysFooter .p_footer .footer_menu ul li:last-child::after {
  content: "";
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li:last-child::after {
    content: none;
  }
}
#sysFooter .p_footer .footer_menu ul li::after {
  content: "/";
  padding-left: 10px;
  padding-right: 15px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li::after {
    content: none;
  }
}
#sysFooter .p_footer .footer_menu ul li a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li a {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_menu ul li a {
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #sysFooter .p_footer .footer_menu ul li a {
    font-size: 13px;
  }
}
#sysFooter .p_footer .footer_menu ul li a:hover {
  color: #A4811A;
}
#sysFooter .p_footer .footer_menu ul li a:hover:after {
  transform: scale(1, 1);
}
#sysFooter .p_footer .footer_menu ul li a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #A4811A;
  /*アニメーションの指定*/
  transition: all 300ms ease;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}

.p_popup {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 50;
}
.p_popup.remove {
  display: none;
}
.p_popup .popup_close {
  position: absolute;
  right: 0;
  top: -1px;
  width: 40px;
  height: 40px;
  transform: translate(0, -100%);
  cursor: pointer;
}
.p_popup .popup_close span:nth-child(1) {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #646464;
  transform: rotate(45deg);
  top: 21px;
  left: 4px;
}
.p_popup .popup_close span:nth-child(2) {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #646464;
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}
.p_popup .popup_bnr {
  max-width: 260px;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #E9E9E9;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.16);
}
.p_popup .popup_bnr a {
  display: block;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
top.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.p_band {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p_band {
    margin-bottom: 0;
  }
}
.p_band .header_band {
  background: #A4811A;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_band .header_band {
    font-size: 12px;
    line-height: 1.33;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p_band .header_band {
    font-size: 12px;
    line-height: 1.33;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p_band .header_band div {
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p_band .header_band div p {
  margin: 0;
}
.p_band .header_band div a {
  text-decoration: underline;
  color: #fff;
}

.p_slider {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 60px;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
  /* 画像サイズ調整 */
}
.p_slider .swiper {
  overflow: visible;
}
.p_slider .swiper-horizontal > .swiper-pagination-bullets,
.p_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.p_slider .swiper-pagination-custom,
.p_slider .swiper-pagination-fraction {
  bottom: -12px;
  transform: translateY(100%);
}
@media screen and (max-width: 599px) {
  .p_slider .swiper-horizontal > .swiper-pagination-bullets,
.p_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.p_slider .swiper-pagination-custom,
.p_slider .swiper-pagination-fraction {
    bottom: -10px;
  }
}
.p_slider .swiper-arrow-pos {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p_slider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  left: 0;
  pointer-events: all;
}
@media screen and (max-width: 599px) {
  .p_slider .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}
.p_slider .swiper-button-prev::after {
  content: "";
  position: absolute;
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_l_white.png) no-repeat;
  width: 14px;
  height: 24px;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .p_slider .swiper-button-prev::after {
    margin-top: 3px;
    margin-left: -2px;
  }
}
.p_slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  right: 0;
  pointer-events: all;
}
@media screen and (max-width: 599px) {
  .p_slider .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
.p_slider .swiper-button-next::after {
  content: "";
  position: absolute;
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_l_white.png) no-repeat;
  width: 14px;
  height: 24px;
  background-size: 100%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 599px) {
  .p_slider .swiper-button-next::after {
    margin-top: 3px;
    margin-left: 2px;
  }
}
.p_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0;
}
.p_slider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 2px solid #A4811A;
  background: #fff;
  opacity: 1;
}
.p_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A4811A;
}
.p_slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.p_luxurious {
  margin: 0 calc(50% - 50vw);
  padding-top: 90px;
  background: #F6F5F2;
  padding-bottom: 70px;
  margin-bottom: 115px;
}
@media screen and (max-width: 599px) {
  .p_luxurious {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.p_luxurious ul {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_luxurious ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_luxurious ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_luxurious ul {
    display: block;
  }
}
.p_luxurious ul li {
  max-width: 370px;
  width: 100%;
  font-size: 17px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_luxurious ul li {
    max-width: 100%;
    width: 31%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_luxurious ul li {
    max-width: 100%;
    width: 31%;
  }
}
@media screen and (max-width: 599px) {
  .p_luxurious ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .p_luxurious ul li {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.p_luxurious ul li img {
  display: block;
  margin-bottom: 14px;
}
.p_luxurious ul li p {
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  .p_luxurious ul li p {
    display: initial;
  }
}
.p_luxurious ul li p::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 8px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  margin-top: 1px;
}

@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_keyword {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_keyword {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_keyword {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p_keyword .keyword_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p_keyword .keyword_list li {
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .p_keyword .keyword_list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.p_keyword .keyword_list li:last-child {
  margin-right: 0;
}
.p_keyword .keyword_list li a {
  background: #EFEDE8;
  font-size: 14px;
  display: block;
  padding: 3px 15px;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .p_keyword .keyword_list li a {
    font-size: 12px;
  }
}

.p_search {
  margin-bottom: 110px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_search {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p_search form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 400px;
  width: 100%;
}
.p_search form .sysItemSearchFormWord {
  width: 100%;
}
.p_search form .sysItemSearchFormWord input[type=search] {
  width: 100%;
  padding: 9px 60px 9px 20px !important;
  border-radius: 3px;
}
.p_search input[type=submit] {
  -webkit-appearance: none;
  border: none;
  margin: 0;
  position: absolute;
  right: 20px;
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_search_black.png) no-repeat;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.p_recom {
  margin-bottom: 100px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_recom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_recom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_recom {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
.p_recom ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p_recom ul {
    margin-top: 40px;
  }
}
.p_recom ul li {
  max-width: 570px;
  width: 100%;
  margin-right: 60px;
  margin-bottom: 75px;
  color: #1E1E1E;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_recom ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_recom ul li {
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_recom ul li {
    max-width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #E9E7E1;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p_recom ul li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_recom ul li:nth-child(even) {
    margin-right: auto;
  }
}
.p_recom ul li:nth-last-child(1), .p_recom ul li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_recom ul li:nth-last-child(1), .p_recom ul li:nth-last-child(2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .p_recom ul li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p_recom ul li:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.p_recom ul li a {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a {
    justify-content: center;
  }
}
.p_recom ul li a .recom_thumb {
  max-width: 250px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_thumb {
    max-width: 120px;
  }
}
.p_recom ul li a .recom_content {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_content {
    max-width: 195px;
  }
}
.p_recom ul li a .recom_content h3 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.81;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_content h3 {
    font-size: 16px;
  }
}
.p_recom ul li a .recom_content .recom_content_txt {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_content .recom_content_txt {
    font-size: 13px;
  }
}
.p_recom ul li a .recom_content .recom_content_yen {
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_recom ul li a .recom_content .recom_content_yen {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_content .recom_content_yen {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p_recom ul li a .recom_content .recom_content_yen span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .p_recom ul li a .recom_content .recom_content_yen span {
    font-size: 13px;
  }
}

.b_recom {
  margin-bottom: 100px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_recom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .b_recom {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
.b_recom .sysContent .sysVertical {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_recom .sysContent .sysVertical {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical {
    display: block;
  }
}
.b_recom .sysContent .sysVertical li {
  max-width: 570px;
  width: 100%;
  margin-right: 60px;
  margin-bottom: 75px;
  color: #1E1E1E;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_recom .sysContent .sysVertical li {
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical li {
    max-width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #E9E7E1;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.b_recom .sysContent .sysVertical li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_recom .sysContent .sysVertical li:nth-child(even) {
    margin-right: auto;
  }
}
.b_recom .sysContent .sysVertical li:nth-last-child(1), .b_recom .sysContent .sysVertical li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_recom .sysContent .sysVertical li:nth-last-child(1), .b_recom .sysContent .sysVertical li:nth-last-child(2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical li:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.b_recom .sysContent .sysVertical .sysItemImage {
  float: left;
  height: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical .sysItemImage {
    width: 48%;
  }
}
.b_recom .sysContent .sysVertical .sysItemImage img {
  margin-right: 20px;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical .sysItemImage img {
    max-width: 100%;
    width: 100%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical .sysItemImage img {
    max-width: 120px;
  }
}
.b_recom .sysContent .sysVertical .sysItemName {
  font-family: "Noto Serif JP", serif;
  line-height: 1.81;
  margin-bottom: 20px;
  float: right;
  width: calc(100% - 270px);
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b_recom .sysContent .sysVertical .sysItemName a {
  font-size: 21px;
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical .sysItemName a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical .sysItemName {
    width: 48%;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical .sysItemName {
    width: calc(100% - 140px);
    margin-bottom: 5px;
    min-height: 47px;
  }
}
.b_recom .sysContent .sysVertical #sysDescriptionPc {
  float: right;
  width: calc(100% - 270px);
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical #sysDescriptionPc {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical #sysDescriptionPc {
    width: calc(100% - 140px);
  }
}
.b_recom .sysContent .sysVertical #sysDescriptionMobile {
  float: right;
  width: calc(100% - 270px);
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical #sysDescriptionMobile {
    width: calc(100% - 140px);
  }
}
.b_recom .sysContent .sysVertical .sysItemPrice {
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
  float: right;
  width: calc(100% - 270px);
  text-align: right;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_recom .sysContent .sysVertical .sysItemPrice {
    width: 48%;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical .sysItemPrice {
    width: calc(100% - 140px);
    font-size: 16px;
    margin-top: 10px;
  }
}
.b_recom .sysContent .sysVertical .sysItemPrice span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .b_recom .sysContent .sysVertical .sysItemPrice span {
    font-size: 13px;
  }
}

.p_item {
  margin: 0 calc(50% - 50vw);
  padding-top: 100px;
  background: #F6F5F2;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p_item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p_item .item_list ul {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul {
    display: block;
  }
}
.p_item .item_list ul li {
  position: relative;
  background: gray;
  max-width: 592px;
  width: 100%;
  margin-right: 16px;
  margin-bottom: 15px;
  height: 460px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
    height: 260px;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul li {
    height: 260px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p_item .item_list ul li::before {
  content: "";
  background: rgba(46, 46, 46, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p_item .item_list ul li:nth-child(1) {
  background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr01.jpg) no-repeat;
  background-size: 100%;
  background-size: center center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list ul li:nth-child(1) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li:nth-child(1) {
    background-size: cover;
    background-position: center;
  }
}
.p_item .item_list ul li:nth-child(2) {
  background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr02.jpg) no-repeat;
  background-size: 100%;
  background-size: center center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list ul li:nth-child(2) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li:nth-child(2) {
    background-size: cover;
    background-position: center;
  }
}
.p_item .item_list ul li:last-child {
  margin-right: 0;
}
.p_item .item_list ul li .item_list_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li .item_list_box {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul li .item_list_box {
    height: 100%;
  }
}
.p_item .item_list ul li .item_list_box h3 {
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li .item_list_box h3 {
    font-size: 24px;
    border-bottom: none;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul li .item_list_box h3 {
    font-size: 30px;
    border-bottom: none;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.p_item .item_list ul li .item_list_box p {
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  margin: 0 0 35px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li .item_list_box p {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul li .item_list_box p {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list ul li .item_list_box .btn_common {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list ul li .item_list_box .btn_common {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_item .item_list ul li .item_list_box .btn_common a:hover {
  opacity: 1;
}
.p_item .item_list.item_list02 {
  margin-bottom: 45px;
}
.p_item .item_list.item_list02 ul li .item_list_box {
  max-width: 300px;
}
.p_item .item_list.item_list02 ul li:nth-child(1) {
  background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr03.jpg) no-repeat;
  background-size: 100%;
  background-size: center center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list.item_list02 ul li:nth-child(1) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list.item_list02 ul li:nth-child(1) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list.item_list02 ul li:nth-child(1) {
    background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr03_sp.jpg) no-repeat;
    background-size: 100%;
  }
}
.p_item .item_list.item_list02 ul li:nth-child(2) {
  background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr04.jpg) no-repeat;
  background-size: 100%;
  background-size: center center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list.item_list02 ul li:nth-child(2) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list.item_list02 ul li:nth-child(2) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list.item_list02 ul li:nth-child(2) {
    background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr04_sp.jpg) no-repeat;
    background-size: 100%;
  }
}
.p_item .item_list.item_list02 ul li:nth-child(3) {
  background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr05.jpg) no-repeat;
  background-size: 100%;
  background-size: center center;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_item .item_list.item_list02 ul li:nth-child(3) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_item .item_list.item_list02 ul li:nth-child(3) {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 599px) {
  .p_item .item_list.item_list02 ul li:nth-child(3) {
    background: url(https://shop.aizuhomare.jp/img/layout/top/item_bnr05_sp.jpg) no-repeat;
    background-size: 100%;
  }
}

.p_ranking_bg {
  background: #E9E7E1;
  margin: 0 calc(50% - 50vw);
  padding-top: 90px;
  padding-bottom: 80px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p_ranking_bg {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p_ranking_bg .sysContent {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_ranking .sysItemBlock .sysVertical {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    flex-wrap: wrap;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    flex-wrap: wrap;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical {
    display: flex;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 496px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b_ranking .sysItemBlock .sysVertical .slick-list {
  overflow: visible;
}
.b_ranking .sysItemBlock .sysVertical .slick-track {
  display: flex;
  align-items: stretch;
}
.b_ranking .sysItemBlock .sysVertical li {
  width: 13vw;
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_ranking .sysItemBlock .sysVertical li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_ranking .sysItemBlock .sysVertical li:nth-child(3n) {
    margin-right: 0;
  }
  .b_ranking .sysItemBlock .sysVertical li:nth-child(n+7) {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li:nth-child(3n) {
    margin-right: 0;
  }
  .b_ranking .sysItemBlock .sysVertical li:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li {
    max-width: 160px;
    min-width: auto;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 0;
  }
  .b_ranking .sysItemBlock .sysVertical li:nth-child(even) {
    margin-right: 0;
  }
  .b_ranking .sysItemBlock .sysVertical li:nth-child(5), .b_ranking .sysItemBlock .sysVertical li:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .b_ranking .sysItemBlock .sysVertical li:nth-child(n+7) {
    display: none;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysIconRank {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .b_ranking .sysItemBlock .sysVertical li .sysIconRank {
    left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li .sysIconRank {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysIconRank {
    width: 43px;
    height: 43px;
    left: 0;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysIconRank img {
  display: none;
}
.b_ranking .sysItemBlock .sysVertical li .sysIconRank::before {
  content: "";
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  color: #1E1E1E;
  z-index: 10;
  position: absolute;
  top: 5px;
  left: 15px;
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysIconRank::before {
    font-size: 14px;
    top: 2px;
    left: 6px;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysIconRank::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0 0;
  border-color: #F6F5F2 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysIconRank::after {
    border-width: 43px 43px 0 0;
  }
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(1) .sysIconRank::before {
  content: "1";
  color: #fff;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(1) .sysIconRank::after {
  border-color: #A4811A transparent transparent transparent;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(2) .sysIconRank::before {
  content: "2";
  color: #fff;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(2) .sysIconRank::after {
  border-color: #949494 transparent transparent transparent;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(3) .sysIconRank::before {
  content: "3";
  color: #fff;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(3) .sysIconRank::after {
  border-color: #C17943 transparent transparent transparent;
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(4) .sysIconRank::before {
  content: "4";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(5) .sysIconRank::before {
  content: "5";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(6) .sysIconRank::before {
  content: "6";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(7) .sysIconRank::before {
  content: "7";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(8) .sysIconRank::before {
  content: "8";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(9) .sysIconRank::before {
  content: "9";
}
.b_ranking .sysItemBlock .sysVertical li:nth-child(10) .sysIconRank::before {
  content: "10";
}
.b_ranking .sysItemBlock .sysVertical li .sysItemImage {
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemImage {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemImage {
    margin-bottom: 10px;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysItemImage img {
  width: 100%;
  margin-right: 0;
  float: none;
}
.b_ranking .sysItemBlock .sysVertical li .sysItemName {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  margin-bottom: 10px;
  flex-grow: 1;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemName {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemName {
    min-height: 44px;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysItemPrice {
  font-size: 21px;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemPrice {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemPrice {
    font-size: 16px;
  }
}
.b_ranking .sysItemBlock .sysVertical li .sysItemPrice span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemPrice span {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .b_ranking .sysItemBlock .sysVertical li .sysItemPrice span {
    font-size: 13px;
  }
}

.p_feature {
  margin-bottom: 100px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_feature {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_feature {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_feature {
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p_feature ul {
  display: flex;
  flex-wrap: wrap;
}
.p_feature ul li {
  max-width: 590px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_feature ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_feature ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  .p_feature ul li {
    margin-right: 0;
  }
}
.p_feature ul li img {
  display: block;
  margin-bottom: 18px;
}
.p_feature ul li p {
  color: #A4811A;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
}
.p_feature ul li p span {
  color: #1E1E1E;
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
}
.p_feature ul li:nth-child(even) {
  margin-right: 0;
}
.p_feature ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.p_news {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .p_news {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.p_news ul {
  border-top: 1px solid #949494;
  margin-bottom: 60px;
}
.p_news ul li {
  border-bottom: 1px solid #949494;
}
.p_news ul li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.p_news ul li a::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 8px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .p_news ul li a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}
.p_news ul li a time {
  min-width: 130px;
}
@media screen and (max-width: 599px) {
  .p_news ul li a time {
    min-width: auto;
    margin-bottom: 5px;
    display: block;
  }
}
.p_news ul li a p {
  margin-left: inherit;
}
@media screen and (max-width: 599px) {
  .p_news ul li a p {
    margin: 0;
  }
}

.n_news {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .n_news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .n_news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .n_news {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.n_news ul {
  border-top: 1px solid #949494;
  margin-bottom: 60px;
}
.n_news ul li {
  border-bottom: 1px solid #949494;
}
.n_news ul li:nth-child(n+10) {
  display: none;
}
.n_news ul li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.n_news ul li a::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 8px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .n_news ul li a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}
.n_news ul li a time {
  min-width: 130px;
}
@media screen and (max-width: 599px) {
  .n_news ul li a time {
    min-width: auto;
    margin-bottom: 5px;
    display: block;
  }
}
.n_news ul li a time + br {
  display: none;
}
.n_news ul li a p {
  margin-left: inherit;
}
@media screen and (max-width: 599px) {
  .n_news ul li a p {
    margin: 0;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
info.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysInformation #sysAll #sysWrap #sysMain article {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysInformation #sysAll #sysWrap #sysMain article h1 {
  font-size: 26px;
  border-bottom: 1px solid #949494;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysInformation #sysAll #sysWrap #sysMain article h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysInformation #sysAll #sysWrap #sysMain article h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysInformation #sysAll #sysWrap #sysMain article h1 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysInformation #sysAll #sysWrap #sysMain article .sysNewsDetail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysInformation #sysAll #sysWrap #sysMain article .sysNewsDetail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysInformation #sysAll #sysWrap #sysMain article .sysNewsDetail {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_list.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemCategory .b_check,
#sysItemDetail .b_check,
#sysItemSearch .b_check {
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  right: 5px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory .b_check,
#sysItemDetail .b_check,
#sysItemSearch .b_check {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory .b_check,
#sysItemDetail .b_check,
#sysItemSearch .b_check {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory .b_check,
#sysItemDetail .b_check,
#sysItemSearch .b_check {
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    right: 0;
  }
}
#sysItemCategory .b_check .sysHeadline,
#sysItemDetail .b_check .sysHeadline,
#sysItemSearch .b_check .sysHeadline {
  font-size: 16px;
  text-align: left;
  margin-left: 10px !important;
  border-bottom: 1px solid #949494;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  width: auto;
}
@media screen and (max-width: 599px) {
  #sysItemCategory .b_check .sysHeadline,
#sysItemDetail .b_check .sysHeadline,
#sysItemSearch .b_check .sysHeadline {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
  }
}
#sysItemCategory .b_check .sysContent .sysVertical .slick-list,
#sysItemDetail .b_check .sysContent .sysVertical .slick-list,
#sysItemSearch .b_check .sysContent .sysVertical .slick-list {
  overflow: hidden;
}
#sysItemCategory .b_check .sysContent .sysVertical .sysItemImage img,
#sysItemDetail .b_check .sysContent .sysVertical .sysItemImage img,
#sysItemSearch .b_check .sysContent .sysVertical .sysItemImage img {
  width: 100%;
  margin-right: 0;
}
#sysItemCategory .b_check .sysContent .sysVertical li,
#sysItemDetail .b_check .sysContent .sysVertical li,
#sysItemSearch .b_check .sysContent .sysVertical li {
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory .b_check .sysContent .sysVertical li,
#sysItemDetail .b_check .sysContent .sysVertical li,
#sysItemSearch .b_check .sysContent .sysVertical li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory .b_check .sysContent .sysVertical li,
#sysItemDetail .b_check .sysContent .sysVertical li,
#sysItemSearch .b_check .sysContent .sysVertical li {
    padding: 0 2px;
  }
}
#sysItemCategory #sysWrap,
#sysItemDetail #sysWrap,
#sysItemSearch #sysWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory #sysWrap,
#sysItemDetail #sysWrap,
#sysItemSearch #sysWrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap,
#sysItemDetail #sysWrap,
#sysItemSearch #sysWrap {
    justify-content: center;
  }
}
#sysItemCategory #sysWrap #sysMain,
#sysItemDetail #sysWrap #sysMain,
#sysItemSearch #sysWrap #sysMain {
  order: 2;
  max-width: 930px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain,
#sysItemDetail #sysWrap #sysMain,
#sysItemSearch #sysWrap #sysMain {
    max-width: 100%;
  }
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu {
  font-size: 13px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #E9E7E1;
  border-bottom: 1px solid #E9E7E1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br {
  display: none;
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu > span:nth-of-type(1) + br + .sysPankuzuUrl {
  margin-left: 0;
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuUrl,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuUrl {
  margin-left: 3px;
  margin-right: 3px;
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl,
#sysItemCategory #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryPankuzu .sysPankuzuItemName + br + .sysPankuzuUrl {
  margin-left: 0;
}
#sysItemCategory #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemDetail #sysWrap #sysMain .sysCategoryPankuzu,
#sysItemSearch #sysWrap #sysMain .sysCategoryPankuzu {
  padding-left: 0;
  padding-right: 0;
}
#sysItemCategory #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryCtl {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  padding-top: 18px;
  padding-bottom: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryCtl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryCtl,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryCtl {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemCategoryCtl a,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryCtl a,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryCtl a {
  background: #fff;
  border: 1px solid #949494;
  padding: 2px 10px;
  margin-right: 2px;
  margin-bottom: 8px;
}
#sysItemCategory #sysWrap #sysMain .sysItemCategoryCtl a.sysCurrent,
#sysItemDetail #sysWrap #sysMain .sysItemCategoryCtl a.sysCurrent,
#sysItemSearch #sysWrap #sysMain .sysItemCategoryCtl a.sysCurrent {
  color: #FFFFFF;
  background: #A4811A;
  border: 1px solid #A4811A;
  font-weight: normal;
}
#sysItemCategory #sysWrap #sysMain .sysItemListDisp,
#sysItemDetail #sysWrap #sysMain .sysItemListDisp,
#sysItemSearch #sysWrap #sysMain .sysItemListDisp {
  display: none;
}
#sysItemCategory #sysWrap #sysMain #itemList,
#sysItemDetail #sysWrap #sysMain #itemList,
#sysItemSearch #sysWrap #sysMain #itemList {
  margin-top: -100px;
  padding-top: 150px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain #itemList,
#sysItemDetail #sysWrap #sysMain #itemList,
#sysItemSearch #sysWrap #sysMain #itemList {
    margin-top: -70px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain #itemList,
#sysItemDetail #sysWrap #sysMain #itemList,
#sysItemSearch #sysWrap #sysMain #itemList {
    margin-top: -70px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList,
#sysItemDetail #sysWrap #sysMain .sysItemList,
#sysItemSearch #sysWrap #sysMain .sysItemList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList,
#sysItemDetail #sysWrap #sysMain .sysItemList,
#sysItemSearch #sysWrap #sysMain .sysItemList {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail {
  display: flex;
  flex-wrap: wrap;
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li {
  max-width: 280px;
  width: 100%;
  padding: 0;
  margin-right: 45px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li {
    margin-right: 4%;
    max-width: 48%;
    margin-bottom: 50px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n),
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n),
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n),
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n),
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(2n),
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(2n),
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(2n) {
    margin-right: 0;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .sysThumbnailImage,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .sysThumbnailImage,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .sysThumbnailImage {
  margin-bottom: 18px;
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap {
  height: auto !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 20px;
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName {
  line-height: 1.76;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName {
    font-size: 13px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice {
    font-size: 14px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span {
  font-weight: normal;
  font-size: 13px;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysRetailPrice span {
    font-size: 10px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton {
  background: #A4811A;
  margin-bottom: 0;
  font-size: 17px;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 0;
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton:hover,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton:hover,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton,
#sysItemDetail #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .sysCartButton {
    font-size: 14px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysPagination,
#sysItemDetail #sysWrap #sysMain .sysPagination,
#sysItemSearch #sysWrap #sysMain .sysPagination {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysPagination,
#sysItemDetail #sysWrap #sysMain .sysPagination,
#sysItemSearch #sysWrap #sysMain .sysPagination {
    margin-bottom: 70px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysPagination ul li,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li {
  width: 40px;
  padding: 0;
  margin-right: 12px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysPagination ul li,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li {
    width: 34px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysPagination ul li:last-child,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li:last-child,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li:last-child {
  margin-right: 0;
}
#sysItemCategory #sysWrap #sysMain .sysPagination ul li a,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li a,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li a {
  line-height: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9E7E1;
  border: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysPagination ul li a,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li a,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li a {
    min-height: 34px;
    font-size: 14px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysPagination ul li a.sysCurrent,
#sysItemDetail #sysWrap #sysMain .sysPagination ul li a.sysCurrent,
#sysItemSearch #sysWrap #sysMain .sysPagination ul li a.sysCurrent {
  background: #A4811A;
  color: #fff;
}
#sysItemCategory #sysWrap #sysMain .cat_container,
#sysItemDetail #sysWrap #sysMain .cat_container,
#sysItemSearch #sysWrap #sysMain .cat_container {
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .cat_container,
#sysItemDetail #sysWrap #sysMain .cat_container,
#sysItemSearch #sysWrap #sysMain .cat_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container,
#sysItemDetail #sysWrap #sysMain .cat_container,
#sysItemSearch #sysWrap #sysMain .cat_container {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_mv,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_mv,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_mv {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_mv,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_mv,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 40px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_mv img,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_mv img,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_mv img {
  width: 100%;
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_heading,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_heading,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_heading {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_heading,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_heading,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_heading {
    font-size: 20px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_lead_txt,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_lead_txt,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_lead_txt {
  margin-bottom: 42px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_lead_txt,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_lead_txt,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_lead_txt {
    margin-bottom: 30px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_lead_txt p,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_lead_txt p,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_lead_txt p {
  margin-top: 0;
}
#sysItemCategory #sysWrap #sysMain .cat_container .btn_common,
#sysItemDetail #sysWrap #sysMain .cat_container .btn_common,
#sysItemSearch #sysWrap #sysMain .cat_container .btn_common {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .btn_common,
#sysItemDetail #sysWrap #sysMain .cat_container .btn_common,
#sysItemSearch #sysWrap #sysMain .cat_container .btn_common {
    margin-bottom: 40px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_list,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E9E7E1;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_thumb {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk {
  max-width: 590px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk {
    max-width: 100%;
    width: 48%;
  }
}
#sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_container .cat_list .cat_list_blk p,
#sysItemDetail #sysWrap #sysMain .cat_container .cat_list .cat_list_blk p,
#sysItemSearch #sysWrap #sysMain .cat_container .cat_list .cat_list_blk p {
    font-size: 14px;
    margin-top: 5px;
  }
}
#sysItemCategory #sysWrap #sysAside,
#sysItemDetail #sysWrap #sysAside,
#sysItemSearch #sysWrap #sysAside {
  order: 1;
  max-width: 220px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemCategory #sysWrap #sysAside,
#sysItemDetail #sysWrap #sysAside,
#sysItemSearch #sysWrap #sysAside {
    margin-right: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysAside,
#sysItemDetail #sysWrap #sysAside,
#sysItemSearch #sysWrap #sysAside {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysAside,
#sysItemDetail #sysWrap #sysAside,
#sysItemSearch #sysWrap #sysAside {
    display: none;
  }
}

#sysItemCategory #sysWrap #sysMain .cat_heading,
#sysItemSearch #sysWrap #sysMain .cat_heading {
  font-size: 26px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemCategory #sysWrap #sysMain .cat_heading,
#sysItemSearch #sysWrap #sysMain .cat_heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .cat_heading,
#sysItemSearch #sysWrap #sysMain .cat_heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap {
  flex-grow: 1;
  flex-grow: inherit;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap {
    margin-bottom: 8px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName {
  flex-grow: inherit;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemName {
    min-height: 47px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemPrArea,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemPrArea {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemPrArea,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li .itemDetailWrap .sysItemPrArea {
    margin-top: 10px;
  }
}
#sysItemCategory #sysWrap #sysMain .sysItemList .sysThumbnail li form,
#sysItemSearch #sysWrap #sysMain .sysItemList .sysThumbnail li form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
is.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemSearch #sysAll #sysWrap #sysMain h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemSearch #sysAll #sysWrap #sysMain h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemSearch #sysAll #sysWrap #sysMain h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
#sysItemSearch #sysAll #sysWrap #sysMain > form {
  background: none;
  padding: 0;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormWord input {
  padding-left: 10px;
  padding-right: 10px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormRange input {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  margin-right: 4px;
  border: 1px solid #d0d0d0;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormItemCategoryGroups {
  display: none;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput {
  background: #F6F5F2;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  #sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput {
    padding: 20px;
  }
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput input[type=radio] {
  margin: 10px 10px 10px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput select {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #dddddd;
  margin-right: 3px;
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput .sysSearchButton {
  border-radius: 5px;
  background: #A4811A;
  font-weight: bold;
  color: #fff;
  transition: all 300ms ease;
  border: 1px solid #A4811A;
  font-size: 1.7rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput .sysSearchButton {
    font-size: 1.5rem;
  }
}
#sysItemSearch #sysAll #sysWrap #sysMain > form .sysItemSearchFormInput .sysSearchButton:hover {
  transition: all 300ms ease;
  opacity: 0.8;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_detail.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain {
    width: 100% !important;
  }
}
#sysItemDetail #sysMain article {
  max-width: 930px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain article {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .c_freeshipping .sysCartInfoRemainFreeShipping {
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding-left: 20px;
  letter-spacing: 0.01em;
  border: 1px solid #949494;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .c_freeshipping .sysCartInfoRemainFreeShipping {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
#sysItemDetail #sysMain .c_freeshipping .sysCartInfoRemainFreeShipping dt {
  position: relative;
}
#sysItemDetail #sysMain .c_freeshipping .sysCartInfoRemainFreeShipping dt::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/item_detail/ico_free_black.png) no-repeat;
  width: 18px;
  height: 21px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  margin-left: -15px;
}
#sysItemDetail #sysMain .c_freeshipping .sysCartInfoRemainFreeShipping dd {
  color: #DC0000;
  margin-left: 3px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap {
  display: flex;
  margin-bottom: 58px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap {
    display: block;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemName {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemName {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemName {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemName h1 {
  font-size: 20px;
  border-bottom: none;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages {
  max-width: 510px;
  width: 100%;
  margin-right: 40px;
  padding-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal a img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal a img {
    width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal #photoNum {
  display: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal #modalPreb {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  transition: all 300ms ease;
  cursor: pointer;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal #modalPreb::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 23px;
  background-size: contain;
  margin-top: -11px;
  margin-left: -5px;
  z-index: 30;
  transition: all 300ms ease;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal #modalNext {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 300ms ease;
  cursor: pointer;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysModal #modalNext:after {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 23px;
  background-size: contain;
  margin-top: -11px;
  margin-right: -8px;
  z-index: 30;
  transition: all 300ms ease;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageDescription {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageDescription {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList {
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li {
  max-width: 120px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li {
    width: 22%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li {
    max-width: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li:nth-child(4n) {
  margin-right: 0;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li.sysCurrent img {
  border: 1px solid #949494;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysItemImages .sysImageList li img {
  border: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysDescription {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysDescription:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysDescription:nth-of-type(1) {
    display: block;
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysSaleTerm {
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysSaleTerm span {
    display: block;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysPr {
  margin-bottom: 15px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemName {
  display: block;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemName {
    margin-left: 0;
    margin-right: 0;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemName h1 {
  font-family: "Noto Serif JP", serif;
  border-bottom: none;
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemName h1 {
    font-size: 20px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemId {
  text-align: left;
  font-size: 13px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysItemId {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice {
    margin-bottom: 10px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice span {
  font-size: 15px;
  font-weight: normal;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice .sysRetailPriceValue {
  font-size: 25px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice .sysRetailPriceValue .taxin {
  font-size: 15px;
  margin-left: 5px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice .sysRetailPriceValue .taxin:first-child {
  display: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysRetailPrice .sysRetailPriceValue .taxin:last-child {
  display: inline;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysSuggestedRetailPrice {
  font-size: 2.4rem !important;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: line-through;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysSuggestedRetailPrice span {
  font-size: 1.4rem;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysDescription {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .item_detail_text .sysDescription {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation {
  text-indent: -9999px;
  margin-top: -25px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable {
  text-align: center;
  width: 100%;
  border-right: none;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: none;
  border-top: 1px solid #949494;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable {
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tbody {
  display: flex;
  width: auto;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr:first-child {
  min-width: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr:first-child {
    min-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr:first-child {
    min-width: 50%;
    width: 50%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th,
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td {
  border-left: none;
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 1em;
  text-align: center;
  border-top: 1px solid #949494;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th,
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td {
    height: 53px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th {
  background: #F6F5F2;
  justify-content: flex-start;
  padding-left: 30px;
  width: 200px;
  border-top: none;
  border-color: #949494;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th {
    width: 100%;
    font-size: 13px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr th:first-child {
  display: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td {
  width: 180px;
  padding: 0;
  border-top: none;
  border-color: #949494;
  padding: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td {
    width: 100%;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td > br {
  display: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td .sysVariationRetailPrice {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td .sysVariationRetailPrice {
    font-size: 13px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0;
  position: relative;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td input[type=radio]:checked {
  border: 1px solid #1E1E1E;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysVariation .sysFormVariationTable tr td input[type=radio]:checked::after {
  background: #1E1E1E;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  left: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin: 5px auto;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: block;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div select {
  border: 1px solid #dddddd;
  min-width: auto;
  margin: 0;
  min-width: 100%;
  width: 100%;
  min-height: 60px;
  padding-right: 40px;
  padding-left: 15px;
  border-radius: 0;
  margin-left: auto;
  text-align: left;
  margin-top: 10px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div input[type=text] {
  border: 1px solid #dddddd;
  min-width: auto;
  margin: 0;
  min-width: 100%;
  width: 100%;
  min-height: 60px;
  padding-right: 40px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0;
  margin-left: auto;
  text-align: left;
  margin-top: 10px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div div.sysSelectionDescription {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div div.sysSelectionDescription:after {
  background: none;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSelections div:after {
  content: "";
  background: none;
  background-size: 100%;
  width: 13px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: 7px;
  z-index: -1;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysGetPoint {
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  position: relative;
  max-width: 300px;
  margin-left: auto;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #949494 transparent transparent transparent;
  position: absolute;
  right: 120px;
  z-index: 10;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber select {
  max-width: 137px;
  min-width: auto;
  width: 100%;
  min-height: 40px;
  border: 1px solid #949494;
  margin: 0;
  padding-left: 15px;
  padding-right: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber select {
    text-align: left;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea {
  margin-bottom: 0;
  padding-top: 0;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea button {
  width: 40px;
  height: 40px;
  border: 1px solid #949494;
  border-radius: 0;
  position: relative;
  background: #F6F5F2;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea button:first-child {
  margin-right: 7px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea button:first-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: #1E1E1E;
  margin-left: -5px;
  transform: rotate(90deg);
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea button:first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: #1E1E1E;
  margin-left: -5px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysNumber .sysNumArea button:last-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: #1E1E1E;
  margin-left: -5px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSubmit .sysCartButton {
  background: #A4811A url(https://shop.aizuhomare.jp/img/layout/item_detail/btn_cart_txt_white.png) center center no-repeat;
  background-size: 120px;
  border-radius: 5px;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  padding: 15px 15px !important;
  transition: all 300ms ease;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSubmit .sysCartButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSubmit .sysCartButton {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysSubmit .sysCartButton {
    background-size: 108px;
    padding: 20px 20px !important;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton {
  background: #F6F5F2 url(https://shop.aizuhomare.jp/img/layout/item_detail/btn_favo_txt_blk.png) center center no-repeat;
  background-size: 136px;
  border-radius: 5px;
  margin: 0;
  margin-top: 12px;
  width: 100%;
  padding: 15.5px 15px !important;
  border: 1px solid #949494;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton {
    background-size: 110px;
    padding: 10px 13px !important;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton:disabled {
  background: #E9E7E1 url(https://shop.aizuhomare.jp/img/layout/item_detail/btn_favo_txt_blk02.png) center center no-repeat;
  background-size: 170px;
  cursor: default;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysForm #sysCartInForm #sysWishlist .sysButton:disabled {
    background-size: 145px;
  }
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysShare {
  padding: 0;
  margin-top: 20px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysShare ul {
  display: flex;
  justify-content: center;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysShare ul li {
  margin-right: 5px;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysShare ul li:last-child {
  margin-right: 0;
}
#sysItemDetail #sysMain .content_width03 .item_detail_wrap .sysShare ul .sysFacebook {
  top: 0;
}
#sysItemDetail #sysMain .content_width03 .detail_heading {
  font-size: 4rem;
  font-family: "DINAlternate-Bold", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: 0.075em;
}
#sysItemDetail #sysMain .content_width03 .detail_heading span {
  display: block;
  font-size: 1.8rem;
}
#sysItemDetail #sysMain .content_width03 .detail_sub_heading {
  font-size: 2rem;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc {
  display: flex;
  margin-bottom: 92px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab {
  display: none;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content {
  display: flex;
  width: 100%;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 {
  max-width: 600px;
  width: 100%;
  margin-right: 40px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 p {
  font-size: 1.4rem;
  margin-bottom: 32px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner01 p.f_color_red {
  color: #e71f19;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 {
  max-width: 460px;
  width: 100%;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table {
  margin-bottom: 15px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table tr {
  font-size: 1.4rem;
  border-bottom: 1px solid #dfdede;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table tr th {
  background: #dddddd;
  letter-spacing: 0.05em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #dfdede;
  border-top: 1px solid #dfdede;
  font-weight: normal;
  width: 20%;
  letter-spacing: 0.005em;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table tr th:last-child {
  border-right: 1px solid #dfdede;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table tr td {
  border-right: 1px solid #dfdede;
  border-bottom: 1px solid #dfdede;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl02 tr {
  border: 1px solid #dfdede;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl02 tr th {
  width: 20%;
  border-bottom: 1px solid #fff;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl02 tr td {
  width: 80%;
  border-bottom: 1px solid #dfdede;
  text-align: left;
  padding-left: 22px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl02 tr:last-of-type th {
  border-bottom: none;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl02 tr:last-of-type td {
  border-bottom: none;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl03 tr {
  border: 1px solid #dfdede;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl03 tr th {
  width: 30%;
  border-bottom: 1px solid #fff;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl03 tr td {
  width: 70%;
  border-bottom: 1px solid #dfdede;
  text-align: left;
  padding-left: 22px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl03 tr:last-of-type th {
  border-bottom: none;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_tab_content .detail_desc_inner02 table.explanation_tbl03 tr:last-of-type td {
  border-bottom: none;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand {
  margin-top: 45px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk {
  display: flex;
  margin-top: 10px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk .detail_desc_brandImg {
  width: 215px;
  height: auto;
  margin-right: 25px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk .detail_desc_brandImg img {
  width: 100%;
  margin-bottom: 15px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk .detail_desc_brandText {
  max-width: 220px;
  width: 100%;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk .detail_desc_brandText .detail_sub_ttl {
  font-size: 2rem;
  margin-bottom: 5px;
}
#sysItemDetail #sysMain .content_width03 #sysExplanation .detail_desc .detail_desc_brand .detail_desc_brand_blk .detail_desc_brandText p {
  font-size: 1.4rem;
}
#sysItemDetail #sysMain .item_detail_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom {
    margin-bottom: 40px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related {
  max-width: 420px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related {
    order: 2;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysHeadline {
  font-size: 16px;
  text-align: left;
  margin-left: 10px !important;
  border-bottom: 1px solid #949494;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  width: auto;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysHeadline {
    margin-left: 0 !important;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical {
  display: flex;
  flex-wrap: wrap;
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li {
  max-width: 200px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li:nth-child(even) {
  margin-right: 0;
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemImage {
  margin-bottom: 12px;
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemImage img {
  float: none;
  width: 100%;
  margin-right: 0;
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemName {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  flex-grow: 1;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemName {
    font-size: 13px;
    margin-bottom: 5px;
    min-height: 45px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemPrice {
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemPrice {
    font-size: 14px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemPrice span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .b_related .sysContent .sysVertical li .sysItemPrice span {
    font-size: 10px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation {
  max-width: 470px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation {
    order: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner {
    margin-bottom: 70px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel {
  font-size: 16px;
  position: relative;
  height: 55px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel {
    height: 42px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel.actived {
  color: #A4811A;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel.actived::after {
  content: "";
  border-color: #A4811A transparent transparent transparent;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 22px;
  background: #949494;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #949494 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_area .tab_panel::after {
    bottom: 6px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content {
  background: #F6F5F2;
  padding: 40px 25px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content {
    padding: 30px 20px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content .tab_content_item {
  display: none;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content .tab_content_item.actived {
  display: block;
  -webkit-animation: show 1s linear 0s;
          animation: show 1s linear 0s;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul {
  width: 100%;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li {
  border-bottom: 1px solid #949494;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li:nth-child(1) {
  border-top: 1px solid #949494;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl {
  display: flex;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl {
    font-size: 13px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dt {
  max-width: 160px;
  width: 100%;
  background: #E9E7E1;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dt {
    max-width: 100%;
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dt {
    max-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dd {
  text-align: left;
  max-width: 260px;
  width: 100%;
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dd {
    max-width: 100%;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content ul li dl dd {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content .tab_content_txt {
  font-size: 13px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content .tab_content_link {
  font-size: 13px;
  text-align: left;
}
#sysItemDetail #sysMain .item_detail_bottom .sysExplanation .tab_inner .tab_content .tab_content_link a {
  text-decoration: underline;
}
#sysItemDetail #sysMain .item_detail_recom {
  margin-top: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_recom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item {
    margin-bottom: 40px;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysHeadline {
  font-size: 16px;
  text-align: left;
  margin-left: 10px !important;
  border-bottom: 1px solid #949494;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  width: auto;
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical {
  display: flex;
  flex-wrap: wrap;
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li {
  max-width: 200px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li {
    max-width: 100%;
    width: 22%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li:nth-child(2n) {
    margin-right: 0;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemImage {
  margin-bottom: 12px;
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemImage img {
  float: none;
  width: 100%;
  margin-right: 0;
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemName {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  flex-grow: 1;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemName {
    font-size: 13px;
    margin-bottom: 5px;
    min-height: 45px;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemPrice {
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemPrice {
    font-size: 14px;
  }
}
#sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemPrice span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_recom .b_recom_item .sysContent .sysVertical li .sysItemPrice span {
    font-size: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview > span:nth-of-type(1) {
  font-size: 16px;
  border-bottom: 1px solid #949494;
  padding-bottom: 13px;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview > span:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryCount {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryCount {
    font-size: 13px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview > br {
  display: none;
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li {
  border: 1px solid #949494;
  margin-bottom: 20px;
  padding: 35px 60px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li {
    padding: 30px 25px 20px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li {
    padding: 30px 25px 20px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysNickname {
  float: left;
  width: 130px;
  max-width: 130px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysNickname {
    font-size: 13px;
    margin-bottom: 10px;
    min-width: 110px;
    width: 110px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysEvaluation {
  float: left;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysEvaluation {
    line-height: 1;
    font-size: 18px;
    margin-top: -1px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysReviewText {
  clear: both;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysReviewText {
    font-size: 14px;
    margin-top: 0;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysReviewDatetime {
  position: absolute;
  top: 38px;
  right: 60px;
  clear: both;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysReviewDatetime {
    top: 30px;
    right: 35px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview .sysReviewHistoryList li .sysReviewDatetime {
    font-size: 11px;
    position: static;
    text-align: left;
    margin-bottom: 15px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview #sysReviewAverage {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview #sysReviewAverage {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview #sysReviewAverage .sysAverage span.reviewNum {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail #sysMain .item_detail_review .sysReview #sysReviewAverage .sysAverage span.reviewNum {
    margin-left: 10px;
  }
}
#sysItemDetail #sysMain .item_detail_review .sysReview input[type=submit] {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
}
#sysItemDetail #sysMain .item_detail_review .sysReview input[type=submit]:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysItemDetail .modaal-wrapper {
  border: 1px solid #ddd;
}
#sysItemDetail .modaal-wrapper .modaal-content-container {
  padding-bottom: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-content-container {
    padding: 0 !important;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container {
  max-width: 1200px !important;
}
#sysItemDetail .modaal-wrapper .modaal-container .modaal-close {
  border: none !important;
  top: 35px !important;
  right: 22px !important;
  width: 44px !important;
  height: 24px !important;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-container .modaal-close {
    top: 14px !important;
    right: 4px !important;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container .modaal-close::before {
  width: 2px;
  height: 22px;
  border-radius: 0;
  background: #2E2E2E !important;
  left: 20px !important;
}
#sysItemDetail .modaal-wrapper .modaal-container .modaal-close::after {
  width: 2px;
  height: 22px;
  border-radius: 0;
  background: #2E2E2E !important;
  margin-left: 12px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-container .sysWishlistThumbnailGroup {
    margin-top: 20px;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistThumbnailGroup .sysWishlistThumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-container .sysWishlistThumbnailGroup .sysWishlistThumbnail img {
    max-width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistThumbnailGroup .mdl-dialog__image::before {
  font-size: 13px;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMessageGroup {
  margin-bottom: 20px;
  font-size: 15px !important;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMessageGroup {
    font-size: 14px !important;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMessageGroup .mdl-dialog__content {
  color: #1E1E1E;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  #sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMessageGroup .mdl-dialog__content {
    font-size: 14px !important;
  }
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistInformationGroup .sysWishlistInformation {
  font-size: 1.4rem !important;
  color: #1E1E1E;
  padding-bottom: 0 !important;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistShowGroup form input[type=submit].sysShowWishlistButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
  font-size: 15px;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistShowGroup form input[type=submit].sysShowWishlistButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistLoginGroup form input[type=submit].sysButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
  font-size: 15px;
  color: #1E1E1E;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistLoginGroup form input[type=submit].sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMemberRegisterGroup {
  border: none;
  width: 100%;
  margin-bottom: 15px !important;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMemberRegisterGroup:before {
  font-size: 1.3rem;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMemberRegisterGroup form input[type=submit] {
  margin-top: 5px;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMemberRegisterGroup form input[type=submit].sysButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
  font-size: 15px;
  color: #1E1E1E;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistMemberRegisterGroup form input[type=submit].sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistCloseBottomButtonGroup {
  margin-top: 15px;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistCloseBottomButtonGroup .sysWishlistCloseBottomButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
  font-size: 15px;
}
#sysItemDetail .modaal-wrapper .modaal-container .sysWishlistCloseBottomButtonGroup .sysWishlistCloseBottomButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
review.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemReviewIndex .b_check {
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  right: 5px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemReviewIndex .b_check {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex .b_check {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex .b_check {
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    right: 0;
  }
}
#sysItemReviewIndex .b_check .sysHeadline {
  font-size: 16px;
  text-align: left;
  margin-left: 10px !important;
  border-bottom: 1px solid #949494;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  width: auto;
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex .b_check .sysHeadline {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
  }
}
#sysItemReviewIndex .b_check .sysContent .sysVertical .slick-list {
  overflow: hidden;
}
#sysItemReviewIndex .b_check .sysContent .sysVertical .sysItemImage img {
  width: 100%;
  margin-right: 0;
}
#sysItemReviewIndex .b_check .sysContent .sysVertical li {
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex .b_check .sysContent .sysVertical li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex .b_check .sysContent .sysVertical li {
    padding: 0 2px;
  }
}
#sysItemReviewIndex #sysWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemReviewIndex #sysWrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap {
    justify-content: center;
  }
}
#sysItemReviewIndex #sysWrap #sysMain {
  order: 2;
  max-width: 930px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap #sysMain {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain > h2 {
  font-family: "Noto Serif JP", serif;
  border-bottom: none;
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain > h2 {
    font-size: 20px;
    border-bottom: none;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 10px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain > h2 + div {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysItemReviewIndex #sysWrap #sysMain h3 {
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 50px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle {
  font-family: "Noto Serif JP", serif;
  border-bottom: none;
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 8px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle + form {
  display: block;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle + form .SysImproperReviewForm {
  width: 100%;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle + form input[name=front_site_item_review_improperReview] {
  margin-bottom: 20px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent {
  margin-bottom: 50px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent + form {
  display: block;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent + form .SysImproperReviewForm {
  margin-bottom: 50px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent + form .SysImproperReviewForm .SysImproperReviewFormTextarea {
  display: block;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent + form .SysImproperReviewForm + input[type=submit] {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent form:nth-of-type(2) {
  justify-content: center;
}
#sysItemReviewIndex #sysWrap #sysMain > form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-of-type(2) {
  margin-bottom: 50px;
  justify-content: center;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-of-type(2) select {
  max-width: 137px;
  min-width: auto;
  width: 100%;
  min-height: 40px;
  border: 1px solid #949494;
  margin: 0;
  padding-left: 15px;
  padding-right: 28px;
  margin-right: 10px;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-of-type(2) input[type=submit] {
  margin: 0;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li {
  border: 1px solid #949494;
  margin-bottom: 20px;
  padding: 35px 60px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li {
    padding: 30px 25px 20px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li {
    padding: 30px 25px 20px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname {
  float: left;
  width: 130px;
  max-width: 130px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname {
    font-size: 13px;
    margin-bottom: 10px;
    min-width: 110px;
    width: 110px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysEvaluation {
  float: left;
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysEvaluation {
    line-height: 1;
    font-size: 18px;
    margin-top: -1px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewText {
  clear: both;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewText {
    font-size: 14px;
    margin-top: 0;
  }
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime {
  position: absolute;
  top: 38px;
  right: 60px;
  clear: both;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime {
    top: 30px;
    right: 35px;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime {
    font-size: 11px;
    position: static;
    text-align: left;
    margin-bottom: 15px;
  }
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li input[type=submit] {
  margin-left: inherit;
}
#sysItemReviewIndex #sysWrap #sysMain input[type=submit] {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  border: none;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-right: auto;
}
#sysItemReviewIndex #sysWrap #sysMain input[type=submit]:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysWrap #sysAside {
  order: 1;
  max-width: 220px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  #sysItemReviewIndex #sysWrap #sysAside {
    margin-right: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysItemReviewIndex #sysWrap #sysAside {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #sysItemReviewIndex #sysWrap #sysAside {
    display: none;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
form.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysErrorMessage,
.sysRequired {
  color: #DC0000;
}

#sysFormIndex #sysAll #sysWrap div#sysMain,
#sysFormConfirm #sysAll #sysWrap div#sysMain,
#sysFormThanks #sysAll #sysWrap div#sysMain,
.sysMemberRegister #sysAll #sysWrap div#sysMain,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain,
#sysItemSearch #sysAll #sysWrap div#sysMain {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 !important;
  border: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFormIndex #sysAll #sysWrap div#sysMain,
#sysFormConfirm #sysAll #sysWrap div#sysMain,
#sysFormThanks #sysAll #sysWrap div#sysMain,
.sysMemberRegister #sysAll #sysWrap div#sysMain,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain,
#sysItemSearch #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysFormIndex #sysAll #sysWrap div#sysMain,
#sysFormConfirm #sysAll #sysWrap div#sysMain,
#sysFormThanks #sysAll #sysWrap div#sysMain,
.sysMemberRegister #sysAll #sysWrap div#sysMain,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain,
#sysItemSearch #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
  }
}
#sysFormIndex #sysAll #sysWrap div#sysMain .sysErrorMessage,
#sysFormConfirm #sysAll #sysWrap div#sysMain .sysErrorMessage,
#sysFormThanks #sysAll #sysWrap div#sysMain .sysErrorMessage,
.sysMemberRegister #sysAll #sysWrap div#sysMain .sysErrorMessage,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysErrorMessage,
#sysItemSearch #sysAll #sysWrap div#sysMain .sysErrorMessage {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 30px;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form,
#sysFormConfirm #sysAll #sysWrap div#sysMain form,
#sysFormThanks #sysAll #sysWrap div#sysMain form,
.sysMemberRegister #sysAll #sysWrap div#sysMain form,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form,
#sysItemSearch #sysAll #sysWrap div#sysMain form {
  padding: 0 !important;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
  margin-bottom: 30px;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
  margin: 0 !important;
  margin-bottom: 10px !important;
  float: left;
  padding-left: 0;
  font-weight: bold;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired {
  margin-bottom: 0;
  margin-left: 5px;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::before {
  content: none;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysRequired::after {
  content: none;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
  margin: 0;
  clear: both;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField a {
  color: #A4811A;
  border-bottom: 1px solid #A4811A;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=password],
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=email],
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField input[type=text],
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField textarea {
  margin: 0 !important;
  padding: 4px 10px !important;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode {
  overflow: hidden;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode .sysFormField {
  display: block;
  float: left;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode button.sysButton {
  height: 40px;
  width: 80px;
  float: left;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId {
  clear: both;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select {
  width: 200px;
  height: 40px;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysBackButton,
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysButton,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysBackButton,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysButton,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysBackButton,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysButton,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysBackButton,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysButton,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysBackButton,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysButton,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysBackButton,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysButton {
  max-width: 255px;
  width: 100%;
  background: #E9E7E1 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  transition: all 300ms ease;
  cursor: pointer;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysButton:hover,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysBackButton:hover,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysButton:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysNextSubmit,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysNextSubmit,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysNextSubmit,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysNextSubmit,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysNextSubmit,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysNextSubmit {
  max-width: 255px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover,
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover,
#sysFormThanks #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover,
.sysMemberRegister #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover,
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover,
#sysItemSearch #sysAll #sysWrap div#sysMain form .sysNextSubmit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys3 .sysFormField input[type=text] {
  width: 200px;
}
@media screen and (max-width: 599px) {
  #sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys3 .sysFormField input[type=text] {
    width: 150px;
  }
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys3 .sysFormField .sysButton {
  margin: 0;
  height: 40px;
  border-radius: 0;
  font-size: 12px;
  max-width: 100%;
  width: 170px;
  position: relative;
  left: -4px;
  top: -1px;
}
@media screen and (max-width: 599px) {
  #sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys3 .sysFormField .sysButton {
    top: 0;
  }
}
#sysFormIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys4 select {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
}

#sysFormConfirm #sysAll #sysWrap div#sysMain .heading02 + h2 + div,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain .heading02 + h2 + div {
  text-align: center;
  margin: 30px 0;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  font-size: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
    flex-wrap: wrap;
  }
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
  min-width: 30%;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
    min-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
    min-width: 100%;
    float: none;
  }
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
  border: none;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
    padding-left: 0;
  }
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField label,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField label {
  margin: 0 !important;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem:last-child,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem:last-child {
  margin-bottom: 0;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1),
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) button.sysButton,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) button.sysButton {
  margin: 40px auto 0;
  max-width: 255px;
  width: 100%;
  background: #E9E7E1;
  transition: all 300ms ease;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) button.sysButton:hover,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) button.sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2),
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) .sysBackButton,
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) .sysBackButton {
  margin-top: 20px;
}
#sysFormConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) input[type=submit],
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) input[type=submit] {
  clear: both;
  height: 54px;
}

#sysFormThanks #sysAll #sysWrap div#sysMain .txtBlock {
  text-align: center;
}
#sysFormThanks #sysAll #sysWrap div#sysMain .txtBlock p {
  margin-bottom: 50px;
}
#sysFormThanks #sysAll #sysWrap div#sysMain .txtBlock .btn_common a {
  height: 54px;
  border: none;
  color: #1E1E1E;
  transition: all 300ms ease;
}
#sysFormThanks #sysAll #sysWrap div#sysMain .txtBlock .btn_common a:hover {
  color: #fff;
  transition: all 300ms ease;
}

#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain .heading02 + h2 + div {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain .heading02 + h2 + .sysErrorMessage + div {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain .sysMemberAgreementFormLabel {
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain .sysMemberAgreement {
  border: 1px solid #dddddd;
  padding: 15px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm {
  position: relative;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm > .sysErrorMessage {
  margin-bottom: 10px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm > .sysErrorMessage + .sysErrorFormField + .sysRequired {
  top: 1px;
  left: 285px;
}
@media screen and (max-width: 599px) {
  #sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm > .sysErrorMessage + .sysErrorFormField + .sysRequired {
    top: 0;
  }
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm:nth-child(1) > .sysRequired {
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 155px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm:nth-child(1) > .sysRequired::before {
  content: none;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm:nth-child(1) > .sysRequired::after {
  content: none;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysName {
  margin-top: 30px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMemberId, #sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysCompanyName, #sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysDepartmentName {
  display: none;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId select {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMemberPassword .sysFormField {
  margin-bottom: 15px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1) {
  margin-bottom: 0;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys2 select {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysErrorMessage {
  clear: both;
  margin-bottom: 10px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysName {
  order: 1;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysNameKana {
  order: 2;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys1 {
  order: 3;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode {
  order: 4;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId {
  order: 5;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAddress1 {
  order: 6;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAddress2 {
  order: 7;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysTel {
  order: 8;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysFax {
  order: 9;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMailaddress {
  order: 10;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMemberPassword {
  order: 11;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysBirthday {
  order: 12;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysGender {
  order: 13;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys2 {
  order: 14;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAcceptMailmagazine {
  order: 15;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form .sysForm .sysNextSubmit {
  order: 16;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form:nth-of-type(2) {
  display: flex;
  font-size: 15px;
}
#sysMemberRegisterIndex #sysAll #sysWrap div#sysMain form:nth-of-type(2) input[type=submit] {
  margin-top: 20px;
  background: #E9E7E1;
  height: 54px;
}

#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain #popUp {
  top: 30%;
  background-color: rgba(239, 237, 232, 0.7);
  border-radius: 0;
  border: none;
  color: #1E1E1E;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain #popUp > div {
  color: #1E1E1E;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysMailaddressGroup {
  margin-bottom: 20px;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysAuthenticationCodeGroup label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysAuthenticationCodeGroup input[type=text] {
  margin: 0 !important;
  padding: 4px 10px !important;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysResendAuthenticationMailGroup .sysResendAuthenticationMail {
  max-width: 255px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  border: none;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysResendAuthenticationMailGroup .sysResendAuthenticationMail:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysMemberRegisterGroup .sysMemberRegister {
  max-width: 255px;
  width: 100%;
  background: #E9E7E1 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  transition: all 300ms ease;
  cursor: pointer;
  border: none;
  height: 54px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysMemberRegisterGroup .sysMemberRegister:hover {
  background: #A4811A !important;
  color: #fff !important;
  transition: all 300ms ease;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysBackPageGroup .sysBackRegisterConfirm {
  max-width: 255px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  border: none;
}
#sysMemberMailaddressAuthentication #sysAll #sysWrap div#sysMain .sysBackPageGroup .sysBackRegisterConfirm:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain .sysSendAuthenticationMailGroup .sysSendAuthenticationMail {
  background: #A4811A;
  border: none;
  color: #fff;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  height: 54px;
  border-radius: 3px;
  cursor: pointer;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain .sysSendAuthenticationMailGroup .sysSendAuthenticationMail:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysName {
  order: 1;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysNameKana {
  order: 2;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys1 {
  order: 3;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysZipcode {
  order: 4;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysPrefStateId {
  order: 5;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAddress1 {
  order: 6;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAddress2 {
  order: 7;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysTel {
  order: 8;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysFax {
  order: 9;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMailaddress {
  order: 10;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysMemberPassword {
  order: 11;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysBirthday {
  order: 12;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysGender {
  order: 13;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sys2 {
  order: 14;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem.sysAcceptMailmagazine {
  order: 15;
}
#sysMemberRegisterConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysNextSubmit {
  order: 16;
}

#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .heading02 + h2 + p {
  text-align: center;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .txtBlock {
  text-align: center;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .txtBlock p {
  margin-bottom: 50px;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .txtBlock .btn_common a {
  height: 54px;
  border: none;
  color: #1E1E1E;
  transition: all 300ms ease;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .txtBlock .btn_common a:hover {
  color: #fff;
  transition: all 300ms ease;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .sysFreeArea {
  margin-bottom: 50px;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .sysFreeArea .message {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .sysFreeArea + p {
  text-align: center;
}
#sysMemberRegisterRegister #sysAll #sysWrap div#sysMain .sysFreeArea + p + form {
  display: none;
}

.sysMypage #sysAll #sysWrap div#sysMain {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  border: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .sysMypage #sysAll #sysWrap div#sysMain {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .sysMypage #sysAll #sysWrap div#sysMain {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
  }
}
.sysMypage #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .sysMypage #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sysMypage #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.sysMypage #sysAll #sysWrap div#sysMain .SysMypageMinorHeadLine,
.sysMypage #sysAll #sysWrap div#sysMain .sysMypageMinorHeadLine {
  padding-left: 15px;
  font-size: 18px;
  border-left: 5px solid #A4811A;
  margin: 20px 0;
}

#sysMypageIndex #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain {
    padding-top: 20px !important;
  }
}
#sysMypageIndex #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  display: none;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysCallOrderHistoryDetail button {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysCallOrderHistoryDetail button:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrderHeader {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrderHeader .sysDatetime {
    float: none;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrderHeader .sysCallOrderHistoryDetail {
    font-size: 15px;
  }
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder .sysItemName {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder .sysItemName {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder .sysItemReviewLink,
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder .sysVariations,
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder .sysNumber {
    font-size: 12px;
  }
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder > form .sysCartButton {
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 5px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysOrderHistory .sysOrderList .sysOrder > form .sysCartButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav form {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  #sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav form {
    margin-right: 0;
  }
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav form:nth-child(even) {
  margin-right: 0;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
#sysMypageIndex #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditMember #sysAll #sysWrap div#sysMain,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageEditMember #sysAll #sysWrap div#sysMain,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageEditMember #sysAll #sysWrap div#sysMain,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  order: 1;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine {
  order: 2;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > .sysErrorMessage,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > .sysErrorMessage,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > .sysErrorMessage {
  padding: 0;
  order: 3;
  margin-bottom: 20px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form {
  order: 4;
  padding: 0;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress {
  display: flex;
  flex-direction: column;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem {
  margin-bottom: 30px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel {
  margin: 0 !important;
  margin-bottom: 10px !important;
  float: left;
  padding-left: 0;
  font-weight: bold;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::before,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::before,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::before,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::before,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::before,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::before {
  content: none;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::after,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::after,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::after,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::after,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormLabel .sysRequired::after,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormLabel .sysRequired::after {
  content: none;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired {
  margin-bottom: 0;
  margin-left: 5px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::before,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::before,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::before,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::before,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::before,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::before {
  content: none;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::after,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::after,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::after,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::after,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysRequired::after,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysRequired::after {
  content: none;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysErrorMessage,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysErrorMessage,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysErrorMessage,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysErrorMessage,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysErrorMessage,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysErrorMessage {
  clear: both;
  padding-left: 0;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField {
  margin: 0;
  clear: both;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField a,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField a,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField a,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField a,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField a,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField a {
  color: #A4811A;
  border-bottom: 1px solid #A4811A;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=password],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=email],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=text],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField textarea,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=password],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=email],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=tel],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=text],
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField textarea,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=password],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=email],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=text],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField textarea,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=password],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=email],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=tel],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=text],
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField textarea,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=password],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=email],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=tel],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField input[type=text],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem .sysFormField textarea,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=password],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=email],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=tel],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField input[type=text],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem .sysFormField textarea {
  font-size: 15px;
  line-height: 2;
  margin: 0 !important;
  padding: 4px 10px !important;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberId, #sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysCompanyName, #sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysDepartmentName,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberId,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysCompanyName,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysDepartmentName,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberId,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysCompanyName,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysDepartmentName,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberId,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysCompanyName,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysDepartmentName,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberId,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysCompanyName,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysDepartmentName,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberId,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysCompanyName,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysDepartmentName {
  display: none;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysMemberPasswordDescription,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysMemberPasswordDescription,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysMemberPasswordDescription,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysMemberPasswordDescription,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysMemberPasswordDescription,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysMemberPasswordDescription {
  margin-bottom: 10px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField {
  margin-bottom: 15px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1),
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1),
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1),
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1),
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1),
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysMemberPassword .sysFormField:nth-last-of-type(1) {
  margin-bottom: 0;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode {
  overflow: hidden;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField {
  display: block;
  float: left;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode button.sysButton,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode button.sysButton,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysZipcode button.sysButton,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode button.sysButton {
  height: 40px;
  width: 80px;
  float: left;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId {
  clear: both;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId select,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId select,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId select,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId select,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysForm .sysFormItem.sysPrefStateId select,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysPrefStateId select {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysBackButton,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysButton,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysBackButton,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysButton,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysBackButton,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysButton {
  max-width: 255px;
  width: 100%;
  background: #E9E7E1;
  padding: 0;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 20px;
  height: 54px;
  display: flex;
  justify-content: center;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysBackButton:hover,
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysButton:hover,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysBackButton:hover,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysButton:hover,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysBackButton:hover,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysNextSubmit,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysNextSubmit,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysNextSubmit {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
}
#sysMypageEditMember #sysAll #sysWrap div#sysMain > form .sysNextSubmit:hover,
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysNextSubmit:hover,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysNextSubmit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

#sysMypageEditConfirm #sysAll #sysWrap div#sysMain {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain .heading02 + h2 + div {
  text-align: center;
  margin: 30px 0;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain .sysMypageMinorHeadLine {
  margin-bottom: 0;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain .sysMypageMinorHeadLine + div {
  margin: 30px 0;
  text-align: center;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form {
  padding: 0;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm {
  padding: 0;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem {
    flex-wrap: wrap;
  }
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
  min-width: 30%;
  margin-bottom: 0 !important;
  padding-left: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
    min-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormLabel {
    min-width: 100%;
    float: none;
  }
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
  border: none;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField {
    padding-left: 0;
  }
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem .sysFormField label {
  margin: 0 !important;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form .sysForm .sysFormItem:last-child {
  margin-bottom: 0;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) .sysNextSubmit {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(1) .sysNextSubmit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) .sysButton {
  margin: 20px auto 0;
  max-width: 255px;
  width: 100%;
  background: #E9E7E1;
  transition: all 300ms ease;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageEditConfirm #sysAll #sysWrap div#sysMain form:nth-of-type(2) input[type=submit] {
  clear: both;
}

#sysMypageEditDelivery #sysAll #sysWrap div#sysMain .sysSelectAddress,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain .sysSelectAddress {
  order: 2;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain .sysSelectAddress button,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain .sysSelectAddress button {
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress {
  display: flex;
  flex-direction: column;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField {
  display: flex;
  width: 280px;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField input[type=number],
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField input[type=number] {
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField button,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField button {
  height: 40px;
  min-width: 80px;
  width: 80px;
  float: left;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  border: none;
  background: #E9E7E1;
  cursor: pointer;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField button:hover,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress .sysFormItem.sysZipcode .sysFormField button:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageEditDelivery #sysAll #sysWrap div#sysMain > form .sysOtherAddress + div,
#sysMypageEditDeliveryinput #sysAll #sysWrap div#sysMain > form .sysOtherAddress + div {
  margin-bottom: 30px;
}

#sysMypageEditSave #sysAll #sysWrap div#sysMain,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain,
#sysMypageLogout #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
  #sysMypageEditSave #sysAll #sysWrap div#sysMain,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain,
#sysMypageLogout #sysAll #sysWrap div#sysMain {
    padding-top: 20px !important;
  }
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine,
#sysMypageLogout #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine {
  display: none;
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + p,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + p,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + p,
#sysMypageLogout #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + p {
  text-align: center;
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + div,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + div,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + div,
#sysMypageLogout #sysAll #sysWrap div#sysMain h3.sysMypageMinorHeadLine + div {
  text-align: center;
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain form,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain form,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain form,
#sysMypageLogout #sysAll #sysWrap div#sysMain form {
  display: flex;
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain form .sysButton,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain form .sysButton,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain form .sysButton,
#sysMypageLogout #sysAll #sysWrap div#sysMain form .sysButton {
  margin: 20px auto 0;
  max-width: 255px;
  width: 100%;
  background: #E9E7E1;
  transition: all 300ms ease;
}
#sysMypageEditSave #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysMypageEditSavedelivery #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysMypageRemindermessage #sysAll #sysWrap div#sysMain form .sysButton:hover,
#sysMypageLogout #sysAll #sysWrap div#sysMain form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypagePoint #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  display: block;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMyPoint,
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageMinorHeadLine {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav form {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  #sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav form {
    margin-right: 0;
  }
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav form:nth-child(even) {
  margin-right: 0;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
#sysMypagePoint #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageWithdrawalConfirm #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
}
#sysMypageWithdrawalConfirm #sysAll #sysWrap div#sysMain .sysWithdrawal p:nth-last-of-type(1) {
  margin-bottom: 50px;
}
#sysMypageWithdrawalConfirm #sysAll #sysWrap div#sysMain .sysWithdrawal form .sysButton {
  max-width: 255px;
  width: 100%;
  background: #E9E7E1;
  padding: 0;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 20px;
  height: 54px;
  display: flex;
  justify-content: center;
}
#sysMypageWithdrawalConfirm #sysAll #sysWrap div#sysMain .sysWithdrawal form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageReview #sysAll #sysWrap div#sysMain,
#sysMypageAshiato #sysAll #sysWrap div#sysMain {
  padding: 0 !important;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain,
#sysMypageAshiato #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain,
#sysMypageAshiato #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail {
    margin-bottom: 0;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li {
  display: block;
  padding: 0;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li {
    width: 48% !important;
    margin-right: 4%;
    margin-bottom: 50px;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(3n),
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(3n),
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(2n),
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li:nth-child(2n) {
    margin-right: 0;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage a,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage a {
  display: block;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a {
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div a {
    min-height: 44px;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form {
  margin-top: 20px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form .sysCartButton,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form .sysCartButton {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form .sysCartButton:hover,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div form .sysCartButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div + div form .sysButton,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div + div form .sysButton {
  margin: 0;
  margin-top: 20px;
  padding: 0 !important;
  height: 54px;
  background: #F6F5F2;
  border: 1px solid #949494;
  transition: all 300ms ease;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div + div form .sysButton:hover,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysThumbnail li .sysThumbnailImage + div + div form .sysButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
  color: #1E1E1E;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList {
  margin-bottom: 30px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage {
  float: none;
  min-width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    min-width: 40%;
    margin-right: 10px;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage img,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div a,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 48px;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton {
  width: 255px;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton {
    width: 100%;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton:hover,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav {
  display: flex;
  flex-wrap: wrap;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav form,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav form {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav form,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav form {
    margin-right: 0;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav form:nth-child(even),
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav form:nth-child(even) {
  margin-right: 0;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  max-width: 100%;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton:hover,
#sysMypageAshiato #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageReview #sysAll #sysWrap div#sysMain .sysCoupon {
  padding: 10px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysCoupon .sysCouponDiscount {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    max-width: 200px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    min-width: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
  width: 40%;
  padding-right: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div {
    width: 100%;
    padding-right: 0;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div a {
  overflow: visible;
  display: block;
  min-height: auto;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton {
    width: 255px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div form .sysCartButton {
    width: 255px;
    margin: 30px auto 0;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div {
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form {
    display: flex;
    justify-content: center;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form .sysButton {
  margin: 0;
  height: 54px;
  background: #F6F5F2;
  border: 1px solid #949494;
  transition: all 300ms ease;
  width: 255px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form .sysButton {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form .sysButton {
    margin-top: 20px;
  }
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysItemList ul.sysList li .sysThumbnailImage + div + div form .sysButton:hover {
  color: #1E1E1E;
  opacity: 0.8;
  transition: all 300ms ease;
}

#sysMypageLogout #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  display: none;
}

#sysMypageReview #sysAll #sysWrap div#sysMain .sysMyReviewList {
  margin-bottom: 50px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMyReviewList li {
  margin-bottom: 10px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain .sysMyReviewList li .sysItemName {
  font-size: 15px;
}
#sysMypageReview #sysAll #sysWrap div#sysMain form .sysButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sysMypageReview #sysAll #sysWrap div#sysMain form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageLogin #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain h2.sysMypageMajorHeadLine {
  display: none;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea {
  float: right;
  width: 48%;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea {
    float: none;
    width: 100%;
    order: 2;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysCartTitle {
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysCartTitle {
    font-size: 16px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysCartTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_point_txt {
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_point_txt {
    font-size: 14px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_point_txt span {
  color: #DC0000;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysBox .sysNextSubmitArea form .sysFormLabel {
  font-weight: bold;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysBox .sysNextSubmitArea form .sysNextSubmit {
  width: 280px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysBox .sysNextSubmitArea form .sysNextSubmit {
    max-width: 255px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .sysBox .sysNextSubmitArea form .sysNextSubmit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_guide_txt {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_guide_txt {
    font-size: 14px;
    margin-top: 40px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysFreeArea .register_guide_txt a {
  text-decoration: underline;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm {
  float: left;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm {
    float: none;
    width: 100%;
    order: 1;
    margin-bottom: 45px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm .sysCartTitle {
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm .sysCartTitle {
    font-size: 16px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm .sysCartTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form {
  width: 100%;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysFormLabel {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysFormItem {
  margin-bottom: 30px;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysFormItem input[type=email],
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysFormItem input[type=password] {
  padding: 4px 10px !important;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysFormItem.sysMemberPassword {
  margin-bottom: 0;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysButton {
    max-width: 255px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysLoginButton {
  width: 280px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysLoginButton {
    max-width: 255px;
    margin-top: 40px;
  }
}
#sysMypageLogin #sysAll #sysWrap div#sysMain .sysLoginForm form .sysLoginButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

#sysMypageReminder #sysAll #sysWrap div#sysMain {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysMypageReminder #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysMypageReminder #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    padding-top: 20px !important;
  }
}
#sysMypageReminder #sysAll #sysWrap div#sysMain .sysRemindForm form .sysFormItem .sysFormLabel {
  font-weight: bold;
}
#sysMypageReminder #sysAll #sysWrap div#sysMain .sysRemindForm form .sysFormItem input[type=email] {
  padding: 4px 10px !important;
}
#sysMypageReminder #sysAll #sysWrap div#sysMain .sysRemindForm form input[type=submit] {
  background: #E9E7E1;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 30px;
  cursor: pointer;
}
#sysMypageReminder #sysAll #sysWrap div#sysMain .sysRemindForm form input[type=submit]:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

#sysRegi #sysAll #sysWrap div#sysMain {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysRegi #sysAll #sysWrap div#sysMain {
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain .heading02 {
    order: 1;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember {
  float: left;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember {
    float: none;
    width: 100%;
    order: 2;
    margin-bottom: 45px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysCartTitle {
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysCartTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysCartTitle {
    font-size: 16px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormLabel {
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem {
  margin-bottom: 30px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem .sysFormField {
  margin: 0;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem input[type=password],
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem input[type=email] {
  padding: 4px 10px !important;
  height: 40px;
  font-size: 15px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysMemberPassword {
  margin-bottom: 30px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysSubmit {
  margin-bottom: 20px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type=submit] {
  max-width: 280px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type=submit] {
    max-width: 255px !important;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type=submit].sysLoginButton {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type=submit].sysLoginButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm {
  float: right;
  width: 48%;
  margin-bottom: 65px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm {
    float: none;
    width: 100%;
    order: 3;
    margin-bottom: 45px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysCartTitle {
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 20px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysCartTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysCartTitle {
    font-size: 16px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .regi_point_txt {
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .regi_point_txt {
    font-size: 14px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .regi_point_txt span {
  color: #DC0000;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .sysNextSubmitArea {
  margin-top: 8px;
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .sysNextSubmitArea {
    max-width: 255px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .sysNextSubmitArea .sysNextSubmit {
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox .sysNextSubmitArea .sysNextSubmit {
    max-width: 255px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysRegisterForm .sysBox p {
  text-align: center;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer {
  float: right;
  width: 48%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer {
    width: 100%;
    float: none;
    order: 3;
    margin-bottom: 45px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysCartTitle {
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 20px;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysCartTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #949494;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysCartTitle {
    font-size: 16px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea {
  margin-top: 8px;
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea {
    max-width: 255px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea .sysNextSubmit {
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea .sysNextSubmit {
    max-width: 255px;
  }
}
#sysRegi #sysAll #sysWrap div#sysMain #sysPurchaseAuthCustomer .sysBox p {
  text-align: center;
}
#sysRegi #sysAll #sysWrap div#sysMain > form {
  clear: both;
}
@media screen and (max-width: 599px) {
  #sysRegi #sysAll #sysWrap div#sysMain > form {
    order: 5;
  }
}

#sysMypageWithdrawalDone #sysAll #sysWrap div#sysMain .sysWithdrawal p {
  text-align: center;
}

#sysMypageOrderHistory #sysAll #sysWrap div#sysMain {
  padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
  #sysMypageOrderHistory #sysAll #sysWrap div#sysMain {
    padding-top: 20px !important;
  }
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderNumberArea {
  padding-left: 15px;
  font-size: 18px;
  border-left: 5px solid #A4811A;
  margin: 20px 0;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea + form .sysOrderCancelButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  border: none;
  color: #000;
  width: 100%;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  cursor: pointer;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea + form .sysOrderCancelButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea + form + form .sysBackButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  border: none;
  color: #000;
  width: 100%;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea + form + form .sysBackButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav form {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  #sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav form {
    margin-right: 0;
  }
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav form:nth-child(even) {
  margin-right: 0;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton {
  background: #E9E7E1;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
#sysMypageOrderHistory #sysAll #sysWrap div#sysMain .sysMypageNav form .sysButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
cart.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/*   
* カートトップページ 
*/
body.sysCart {
  background: none;
}
body.sysCart .sysErrorMessage,
body.sysCart .sysGetPoint,
body.sysCart .sysCartAttention,
body.sysCart .sysRequired {
  color: #DC0000;
}
body.sysCart p, body.sysCart ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.8;
}
body.sysCart h1 {
  color: #1E1E1E;
}
body.sysCart #sysAll div#sysWrap #sysMain {
  padding: 0;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayBottomLoginButton,
body.sysCart #sysAll div#sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayTopLoginButton {
  margin-top: 25px;
  text-align: center;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysTotal .sysBox {
  border: none;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea .sysCartTitle {
  text-align: center;
  font-size: 26px;
  color: #1E1E1E;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea .sysCartTitle {
    font-size: 20px;
  }
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea .sysCartItemAreaMessage {
  text-align: center;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea .sysBox {
  border: 1px solid #ddd;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav {
    margin-bottom: 20px;
  }
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 25px 0;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li:first-child {
  border-top: 1px solid #ddd;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox a {
  width: 120px;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox a .sysProductImg {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct {
  float: none;
  border: none;
  width: calc(100% - 600px);
  margin-bottom: 0;
  padding: 0 10px;
  text-align: left;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName {
  padding-top: 0;
  min-height: auto;
  font-size: 1.4rem;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName + div {
  font-size: 1.4rem;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr {
  clear: both;
  width: auto;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
  width: 180px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
    width: 305px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div select[name=num] {
  padding: 0;
  width: 3.5em;
  height: 36px;
  background: #fff;
  margin: 0.5em auto;
  border: none;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnPlus {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #ddd;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
  border-right: 0;
  background: #fff;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnPlus::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  color: #333;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnMinus {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #ddd;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
  background: #fff;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div .sysNumArea button.sysBtnMinus::after {
  content: "－";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  color: #333;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
  width: 270px;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
    width: 100%;
  }
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections select {
  border: 1px solid #ddd;
  padding: 0.3em 0.5em;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections input[type=text] {
  border: 1px solid #ddd !important;
  padding: 0.3em 0.5em !important;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 599px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections input[type=text] {
    margin-right: inherit;
  }
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea .sysCartAttention {
  display: block;
  font-size: 15px;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 0;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea .sysDeleteArea {
  width: 100px;
  height: 40px;
  padding: 0;
  border-radius: 3px;
  min-width: auto;
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #1E1E1E;
  border: none;
  transition: all 300ms ease;
  background: #E9E7E1;
}
body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea .sysDeleteArea:hover {
  background: #A4811A;
  transition: all 300ms ease;
  color: #fff;
}
body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form input[type=submit] {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysSubmit {
  margin-bottom: 10px;
}
body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthMember .sysCartTitle,
body.sysCart #sysAll div#sysWrap #sysMain #sysRegisterForm .sysCartTitle,
body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthCustomer .sysCartTitle {
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
  line-height: initial;
  margin: 0 2.5em;
}
@media screen and (max-width: 599px) {
  body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthMember .sysCartTitle,
body.sysCart #sysAll div#sysWrap #sysMain #sysRegisterForm .sysCartTitle,
body.sysCart #sysAll div#sysWrap #sysMain #sysPurchaseAuthCustomer .sysCartTitle {
    font-size: 1.8rem;
  }
}
body.sysCart #sysAll #sysFooter ul, body.sysCart #sysAll #sysFooter ol {
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 1100px) {
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox a {
    width: 23%;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct {
    width: 74%;
    margin-bottom: 0;
    padding: 0;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName {
    font-size: 1.2rem;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemName + div {
    font-size: 1.2rem;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysProduct .sysItemRetailPrice {
    font-size: 1.2rem;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox hr + div {
    margin-left: auto;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
    margin-left: auto;
    font-size: 1.2rem;
  }
  body.sysCart #sysAll div#sysWrap #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 8px;
  }
}
/*
* カートトップページ ボタン共通
*/
.sysCart #sysAll #sysWrap #sysMain input[type=submit] {
  background: #E9E7E1 !important;
  border-radius: 3px;
  padding: 0 !important;
  height: 54px;
  max-width: 255px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  border: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-top: 20px;
}
.sysCart #sysAll #sysWrap #sysMain input[type=submit]:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}
.sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea {
  max-width: 255px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea {
    max-width: 100%;
  }
}
.sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
  max-width: 255px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #A4811A !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

/*
* カートページ
*/
.sysOpcBody #sysAll p, .sysOpcBody #sysAll ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.8;
}
.sysOpcBody #sysAll #sysWrap #sysMain {
  min-height: auto !important;
  color: #1E1E1E;
  max-width: 800px !important;
  border: none;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .sysOpcBody #sysAll #sysWrap #sysMain {
    max-width: 100%;
    width: 90% !important;
  }
}
@media screen and (max-width: 599px) {
  .sysOpcBody #sysAll #sysWrap #sysMain {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
  }
}
.sysOpcBody #sysAll #sysWrap #sysMain input[type=search],
.sysOpcBody #sysAll #sysWrap #sysMain input[type=text],
.sysOpcBody #sysAll #sysWrap #sysMain input[type=tel],
.sysOpcBody #sysAll #sysWrap #sysMain input[type=email],
.sysOpcBody #sysAll #sysWrap #sysMain input[type=password],
.sysOpcBody #sysAll #sysWrap #sysMain textarea {
  padding: 4px 10px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  font-size: 15px;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcOrderSummary_usePointPriceAndLabelGroup {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcConfirm_initialErrorMessage {
  text-align: center;
  margin-bottom: 15px;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit {
  position: relative;
  border: 1px solid #ddd;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit {
    padding: 25px;
  }
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit .opcPaymentMethod_account_edit {
  display: none;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit .cart_pay_list {
  border: 1px solid #949494;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit .cart_pay_list p {
  font-size: 15px;
}
.sysOpcBody #sysAll #sysWrap #sysMain .opcPaymentMethod_edit .cart_pay_list p:nth-child(2) {
  margin-top: 10px;
}
.sysOpcBody #sysAll #sysFooter ul, .sysOpcBody #sysAll #sysFooter ol {
  font-size: inherit;
  line-height: inherit;
}
.sysOpcBody #sysAll #sysFooter p {
  padding: 0;
}

/*
* カート情報 共通
*/
.opcCommonEditLabel {
  padding-left: 0;
  position: relative;
}

.opcCommonRequireLabel {
  color: #DC0000 !important;
  margin-left: 5px;
  font-weight: normal;
}

.opcCommonHeaderErrorMessage {
  color: #DC0000 !important;
  font-weight: normal;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  text-align: center;
  font-size: 3.2rem !important;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
    font-size: 2.4rem !important;
  }
}

.opcItemCommonOptionsTitle,
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcClientTitle,
.opcDeliveryAddressTitle,
.opcDeliveryMethodTitle,
.opcItemTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle,
.opcSubstituteOrderMemoTitle,
.opcPointTitle,
.opcCouponCodeTitle,
.opcCouponTitle,
.opcMemberTitle,
.opcRepeatTitle,
.opcDeliveryAddressAndItemsTitle,
.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader,
.opcSubstituteShippingMemoHeader,
.basketCouponTitle {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .opcItemCommonOptionsTitle,
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcClientTitle,
.opcDeliveryAddressTitle,
.opcDeliveryMethodTitle,
.opcItemTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle,
.opcSubstituteOrderMemoTitle,
.opcPointTitle,
.opcCouponCodeTitle,
.opcCouponTitle,
.opcMemberTitle,
.opcRepeatTitle,
.opcDeliveryAddressAndItemsTitle,
.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader,
.opcSubstituteShippingMemoHeader,
.basketCouponTitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsTitle,
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcClientTitle,
.opcDeliveryAddressTitle,
.opcDeliveryMethodTitle,
.opcItemTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle,
.opcSubstituteOrderMemoTitle,
.opcPointTitle,
.opcCouponCodeTitle,
.opcCouponTitle,
.opcMemberTitle,
.opcRepeatTitle,
.opcDeliveryAddressAndItemsTitle,
.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader,
.opcSubstituteShippingMemoHeader,
.basketCouponTitle {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader {
  text-align: left;
}

.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 {
  border: none;
  padding: 0;
  margin-bottom: 100px;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .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 {
    margin-bottom: 50px;
  }
}
.opcOrderSummary .opcCommonEditLabel,
.opcBillingAddress .opcCommonEditLabel,
.opcBillingAddress_edit .opcCommonEditLabel,
.opcClient .opcCommonEditLabel,
.opcClient_edit .opcCommonEditLabel,
.opcDeliveryAddress .opcCommonEditLabel,
.opcDeliveryAddress_edit .opcCommonEditLabel,
.opcDeliveryMethod .opcCommonEditLabel,
.opcDeliveryMethod_edit .opcCommonEditLabel,
.opcDeliveryAddressAndDeliveryMethodGroup .opcCommonEditLabel,
.opcItemList .opcCommonEditLabel,
.opcItem_edit .opcCommonEditLabel,
.opcPaymentMethodList .opcCommonEditLabel,
.opcPaymentMethod .opcCommonEditLabel,
.opcRemarks .opcCommonEditLabel,
.opcRemarks_edit .opcCommonEditLabel,
.opcSubstituteOrderMemo .opcCommonEditLabel,
.opcSubstituteOrderMemo_edit .opcCommonEditLabel,
.opcPoint_edit .opcCommonEditLabel,
.opcItemPoint_edit .opcCommonEditLabel,
.opcCouponCode_edit .opcCommonEditLabel,
.opcCoupon_edit .opcCommonEditLabel,
.opcDeliveryAddressSummary .opcCommonEditLabel,
.opcDeliveryAddressAndItemsGroup .opcCommonEditLabel,
.opcSelectDeliveries .opcCommonEditLabel,
.basketCoupon_edit .opcCommonEditLabel {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
}
.opcOrderSummary .opcCommonRequireLabel,
.opcBillingAddress .opcCommonRequireLabel,
.opcBillingAddress_edit .opcCommonRequireLabel,
.opcClient .opcCommonRequireLabel,
.opcClient_edit .opcCommonRequireLabel,
.opcDeliveryAddress .opcCommonRequireLabel,
.opcDeliveryAddress_edit .opcCommonRequireLabel,
.opcDeliveryMethod .opcCommonRequireLabel,
.opcDeliveryMethod_edit .opcCommonRequireLabel,
.opcDeliveryAddressAndDeliveryMethodGroup .opcCommonRequireLabel,
.opcItemList .opcCommonRequireLabel,
.opcItem_edit .opcCommonRequireLabel,
.opcPaymentMethodList .opcCommonRequireLabel,
.opcPaymentMethod .opcCommonRequireLabel,
.opcRemarks .opcCommonRequireLabel,
.opcRemarks_edit .opcCommonRequireLabel,
.opcSubstituteOrderMemo .opcCommonRequireLabel,
.opcSubstituteOrderMemo_edit .opcCommonRequireLabel,
.opcPoint_edit .opcCommonRequireLabel,
.opcItemPoint_edit .opcCommonRequireLabel,
.opcCouponCode_edit .opcCommonRequireLabel,
.opcCoupon_edit .opcCommonRequireLabel,
.opcDeliveryAddressSummary .opcCommonRequireLabel,
.opcDeliveryAddressAndItemsGroup .opcCommonRequireLabel,
.opcSelectDeliveries .opcCommonRequireLabel,
.basketCoupon_edit .opcCommonRequireLabel {
  font-weight: bold;
}

.opcItem {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.opcItem .opcItem_num_edit {
  width: 200px;
  background: #fff !important;
  border: 1px solid #949494;
  border-radius: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_num_edit {
    width: 195px;
  }
}
.opcItem .opcItem_decreaseNumButton_edit.opcCommonButton,
.opcItem .opcItem_increaseNumButton_edit.opcCommonButton {
  width: 40px !important;
  height: 40px;
  padding: 0;
  font-size: 15px;
  background: #F6F5F2 !important;
  border-radius: 0;
  border: 1px solid #949494;
  box-sizing: border-box;
}
.opcItem .opcItem_decreaseNumButton_edit.opcCommonButton:hover,
.opcItem .opcItem_increaseNumButton_edit.opcCommonButton:hover {
  color: #1E1E1E;
}
.opcItem .opcItem_itemCommonOptionAndLabelGroup {
  margin-bottom: 15px;
}
.opcItem .opcItem_itemCommonOptionImageGroup {
  margin-top: 15px;
}
.opcItem .opcItem_itemCommonOptionImageGroup .opcItem_itemCommonOptionImage {
  max-width: 300px;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionImageGroup .opcItem_itemCommonOptionImage {
    max-width: 100%;
  }
}
.opcItem .opcItem_purposeAndLabelGroup_edit {
  margin-bottom: 20px;
}
.opcItem .opcItem_itemCommonOptionSelectLabel_edit {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.opcItem .opcItem_purposeLabelGroup_edit.opcCommonEditLabel {
  margin-bottom: 10px;
}
.opcItem .opcItem_purposeLabelGroup_edit.opcCommonEditLabel .opcItem_purposeRequireLabel_edit.opcCommonRequireLabel {
  font-weight: normal;
  font-size: 15px;
}
.opcItem .opcItem_purpose_edit {
  margin-top: 20px;
}
.opcItem .opcItem_purpose_edit.opcCommonInputSelect {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
  background: none !important;
}
.opcItem .opcItem_itemCommonOptionUseOptionNameGroup_edit label {
  margin-right: 10px;
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit {
  margin: 0;
  font-size: 13px;
  height: 100%;
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit {
  margin-bottom: 5px;
  display: block;
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  flex-basis: auto;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label {
    width: 48%;
    margin-bottom: 10px !important;
  }
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(2n) {
    margin-right: 0;
  }
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit input.opcItem_itemCommonOptionOption_edit.opcCommonInputRadio:checked ~ .opcItem_itemCommonOptionOptionBlock_edit {
  border: solid #A4811A;
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit {
  margin-bottom: 5px;
  display: block;
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit label {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  flex-basis: auto;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit label {
    width: 48%;
    margin-bottom: 10px !important;
  }
}
.opcItem .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .opcItem .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(2n) {
    margin-right: 0;
  }
}

.opcCommonElementErrorMessage {
  color: #cf001b;
  margin: 0;
}

.opcBillingAddress_mailaddressLabel_reference {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .opcBillingAddress_mailaddressLabel_reference {
    margin-top: 8px;
  }
}

.opcClient_zipCodeAndLabelGroup_edit,
.opcBillingAddress_zipCodeAndLabelGroup_edit,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit {
  overflow: hidden;
}
.opcClient_zipCodeAndLabelGroup_edit input[type=tel],
.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=tel],
.opcDeliveryAddress_zipCodeAndLabelGroup_edit input[type=tel] {
  width: calc(100% - 600px);
  height: 40px;
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .opcClient_zipCodeAndLabelGroup_edit input[type=tel],
.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=tel],
.opcDeliveryAddress_zipCodeAndLabelGroup_edit input[type=tel] {
    width: calc(100% - 355px);
  }
}
@media screen and (max-width: 599px) {
  .opcClient_zipCodeAndLabelGroup_edit input[type=tel],
.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=tel],
.opcDeliveryAddress_zipCodeAndLabelGroup_edit input[type=tel] {
    width: 200px;
  }
}
.opcClient_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit,
.opcClient_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit,
.opcClient_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit {
  margin: 0;
  background: #E9E7E1 !important;
  max-width: 100%;
  height: 40px;
  width: 80px;
  font-size: 12px;
  height: 40px;
  padding: 9px 0px 8px;
  font-weight: normal;
  border-radius: 0;
  border: none;
  color: #1E1E1E;
  position: relative;
  left: -4px;
  top: -1px;
  cursor: pointer;
}
.opcClient_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit:hover,
.opcClient_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit:hover,
.opcClient_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit:hover,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit:hover,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit:hover,
.opcBillingAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit:hover,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcClient_zipCodeSearchButton_edit:hover,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit:hover,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

.opcClient_prefState_edit.opcCommonInputSelect,
.opcBillingAddress_prefState_edit.opcCommonInputSelect,
.opcDeliveryAddress_prefState_edit.opcCommonInputSelect {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  height: 40px;
  border-radius: 0;
  width: 200px;
  font-size: 1.6rem;
  padding: 5px 10px;
}

/*
* カート情報 共通ボタン
*/
.opcItemCommonOption_completeButton_edit,
.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  width: 255px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: none !important;
  font-weight: normal;
}
.opcItemCommonOption_completeButton_edit:hover,
.opcBillingAddress_completeButton_edit:hover,
.opcDeliveryMethod_completeButton_edit:hover,
.opcPaymentMethod_completeButton_edit:hover,
.opcItem_completeButton_edit:hover,
.opcDeliveryAddress_completeButton_edit:hover,
.opcPointAndCouponDialog_applyButton_edit:hover,
.opcRemarks_completeButton_edit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcCommonButton {
  background: #E9E7E1 !important;
  transition: all 300ms ease;
  border: none;
  cursor: pointer;
}
.opcCommonButton:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

input.opcItemCommonOption_backButton_edit,
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 {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 20px;
  border: none;
  font-size: 15px;
  cursor: pointer;
}
input.opcItemCommonOption_backButton_edit:hover,
input.opcBillingAddress_backButton_edit.opcCommonButtonEdit:hover,
input.opcDeliveryAddress_backButton_edit.opcCommonButtonEdit:hover,
input.opcDeliveryAddressItem_backButton_edit.opcCommonButtonEdit:hover,
input.opcDeliveryMethod_backButton_edit.opcCommonButtonEdit:hover,
input.opcPaymentMethod_backButton_edit.opcCommonButtonEdit:hover,
input.opcSelectDeliveries_backButton_edit.opcCommonButtonEdit:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

input.opcItemCommonOption_backButton_edit {
  width: 100% !important;
  margin-top: 20px !important;
}

.opcItem_deleteButton_edit.opcCommonButton {
  background: #fff;
  border: 1px solid #7D7D7D;
  color: #888;
  border-radius: 0;
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 100px;
  font-size: 14px;
}
.opcItem_deleteButton_edit.opcCommonButton:hover {
  background: #7D7D7D;
  color: #fff;
  transition: all 300ms ease;
}

.opcBillingAddress_editButton.opcCommonButton,
.opcItem_addButton.opcCommonButton,
.opcPaymentMethod_editButton.opcCommonButton {
  background: #E9E7E1 !important;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}
.opcBillingAddress_editButton.opcCommonButton:hover,
.opcItem_addButton.opcCommonButton:hover,
.opcPaymentMethod_editButton.opcCommonButton:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

.opcRequestOrderArea .opcConfirm {
  padding: 0;
}

form[name=order_form_top],
form[name=order_form_bottom] {
  cursor: not-allowed;
}
form[name=order_form_top] .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order,
form[name=order_form_bottom] .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order {
  width: 100% !important;
  margin: 0;
  padding: 0 !important;
  background: #A4811A !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  border: none !important;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: normal;
  pointer-events: none;
}
form[name=order_form_top] .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order:hover,
form[name=order_form_bottom] .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
form[name=order_form_top].active,
form[name=order_form_bottom].active {
  cursor: pointer;
}
form[name=order_form_top].active .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order,
form[name=order_form_bottom].active .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order {
  pointer-events: all;
}

.opcOrderBackToBasket_backToBasket {
  margin-top: 25px !important;
}
.opcOrderBackToBasket_backToBasket.opcCommonButton {
  background: #E9E7E1 !important;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 20px;
  border: none;
  font-size: 15px;
}
.opcOrderBackToBasket_backToBasket.opcCommonButton:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

.opcDeliveryAddress_openDialogButtonGroup_edit {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .opcDeliveryAddress_openDialogButtonGroup_edit {
    text-align: center;
  }
}

.opcDeliveryAddress_synchronizeBillingAddressButton_edit.opcCommonButton,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton,
.opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  background: #E9E7E1;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit.opcCommonButton:hover,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton:hover,
.opcDeliveryAddress_openDialogButton_edit.opcCommonButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup.opcCommonButton,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton {
  background: #E9E7E1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup.opcCommonButton:hover,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}
@media screen and (max-width: 599px) {
  .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup.opcCommonButton,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton {
    margin: 0 0 20px;
    display: block;
  }
}

.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton {
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton {
    width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton {
    width: 100% !important;
  }
}

.opcDeliveryMethod_openDialogButton_edit.opcCommonButtonEdit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  border-radius: 30px;
  height: 50px;
  background: #C9A19F;
  border: 1px solid #C9A19F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  max-width: 350px;
  width: 100%;
  transition: all 0.3s ease;
}
.opcDeliveryMethod_openDialogButton_edit.opcCommonButtonEdit:hover {
  background: #fff;
  color: #C9A19F;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .opcDeliveryMethod_openDialogButton_edit.opcCommonButtonEdit {
    max-width: 300px;
  }
}

.opcDeliveryAddressItem_buttonGroup_edit .opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit {
  width: 255px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.opcDeliveryAddressItem_buttonGroup_edit .opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcDeliveryAddressArea .opcDeliveryAddressHeaderGroup {
  margin-top: 30px;
  margin-bottom: 10px;
}
.opcDeliveryAddressArea .opcDeliveryAddress_nameAndNameKanaGroup,
.opcDeliveryAddressArea .opcDeliveryAddress_fullAddressAndLabelGroup,
.opcDeliveryAddressArea .opcDeliveryAddress_telAndLabelGroup {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}
.opcDeliveryAddressArea .opcDeliveryAddress_fullAddressLabel {
  width: auto;
}

.opcClientArea .opcClient_synchronizeBillingAddressClientGroup,
.opcClientArea .opcClient_nameAndLabelGroup,
.opcClientArea .opcClient_fullAddressAndLabelGroup,
.opcClientArea .opcClient_telAndLabelGroup {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcDeliveryMethodArea .opcDeliveryMethodHeaderGroup {
  margin-bottom: 30px;
}
.opcDeliveryMethodArea .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup,
.opcDeliveryMethodArea .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup,
.opcDeliveryMethodArea .opcDeliveryMethod_deliveryMethodAndLabelGroup {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit.opcCommonButtonEdit,
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit.opcCommonButtonEdit,
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSocialGift_edit.opcCommonButtonEdit {
  width: 255px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 20px;
}
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit.opcCommonButtonEdit:hover,
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit.opcCommonButtonEdit:hover,
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSocialGift_edit.opcCommonButtonEdit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit,
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit {
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit:hover,
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcCompletedDeliveryAddressList_backButton_edit {
  width: 100%;
  background: #E9E7E1;
  transition: all 300ms ease;
  border: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  margin-top: 20px !important;
  cursor: pointer;
}
.opcCompletedDeliveryAddressList_backButton_edit:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

.opcCompletedDeliveryAddressList_changeItems_edit {
  height: 54px;
  border-radius: 3px;
  background: #E9E7E1;
  transition: all 300ms ease;
  border: none;
  font-size: 15px;
  height: 54px;
  cursor: pointer;
}
.opcCompletedDeliveryAddressList_changeItems_edit:hover {
  background: #A4811A;
  color: #fff;
  transition: all 300ms ease;
}

.opcDeliveryMethodList_edit {
  max-width: 255px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  border: none;
  font-size: 15px;
}
.opcDeliveryMethodList_edit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcDeliveryMethodList_backButton_edit {
  max-width: 255px;
  width: 100% !important;
  background: #E9E7E1 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  height: 54px;
  border: none;
  margin-top: 20px !important;
}
.opcDeliveryMethodList_backButton_edit:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

/*
* 注文確定画面
*/
.opcOrderSummaryArea .opcBillingAddress > div,
.opcOrderSummaryArea .opcDeliveryMethod > div,
.opcOrderSummaryArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.opcOrderSummaryArea .opcPaymentMethod > div,
.opcBillingAddressArea .opcBillingAddress > div,
.opcBillingAddressArea .opcDeliveryMethod > div,
.opcBillingAddressArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.opcBillingAddressArea .opcPaymentMethod > div,
.opcSingleDelivery .opcBillingAddress > div,
.opcSingleDelivery .opcDeliveryMethod > div,
.opcSingleDelivery .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.opcSingleDelivery .opcPaymentMethod > div,
.opcPaymentMethodArea .opcBillingAddress > div,
.opcPaymentMethodArea .opcDeliveryMethod > div,
.opcPaymentMethodArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.opcPaymentMethodArea .opcPaymentMethod > div,
.opcRemarksArea .opcBillingAddress > div,
.opcRemarksArea .opcDeliveryMethod > div,
.opcRemarksArea .opcDeliveryAddress_normalDeliveryAddressGroup > div,
.opcRemarksArea .opcPaymentMethod > div {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.opcBillingAddressArea .opcBillingAddress > div.opcCommonButtonGroup,
.opcSingleDelivery .opcDeliveryMethod > div.opcCommonButtonGroup,
.opcPaymentMethodArea .opcPaymentMethod > div.opcCommonButtonGroup {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.opcBillingAddressArea .opcBillingAddress_acceptMailmagazineAndLabelGroup {
  display: none !important;
}
.opcBillingAddressArea .opcBillingAddress_genderAndLabelGroup_edit {
  display: none;
}
.opcBillingAddressArea .opcBillingAddress_acceptMailmagazineAndLabelGroup_edit {
  display: none;
}

.opcPaymentMethodArea .opcPaymentMethod_edit {
  margin-bottom: 20px;
}

.opcDeliveryMethodArea .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.opcDeliveryMethodArea .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.opcDeliveryMethodArea .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit {
  margin-bottom: 1em;
}
.opcDeliveryMethodArea .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit {
  border-bottom: none;
}
.opcDeliveryMethodArea .opcCommonInputSelect {
  background: #fff !important;
  border-radius: 0;
  min-width: 150px;
  border: 1px solid #ddd;
}

.opcOrderSummaryArea {
  margin-top: 50px;
}
.opcOrderSummaryArea .opcOrderSummary_usePointAndCoupon.opcCommonButton {
  background: #E9E7E1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}
.opcOrderSummaryArea .opcOrderSummary_usePointAndCoupon.opcCommonButton:hover {
  background: #A4811A !important;
  color: #fff;
  transition: all 300ms ease;
}

.opcBillingAddress_nameAndLabelGroup_edit,
.opcBillingAddress_nameKanaAndLabelGroup_edit,
.opcBillingAddress_zipCodeAndLabelGroup_edit,
.opcBillingAddress_prefStateAndLabelGroup_edit,
.opcBillingAddress_address1AndLabelGroup_edit,
.opcBillingAddress_address2AndLabelGroup_edit,
.opcBillingAddress_telAndLabelGroup_edit,
.opcBillingAddress_mailaddressAndLabelGroup_edit {
  margin-bottom: 30px;
}

.opcDeliveryAddress_nameAndLabelGroup_edit,
.opcDeliveryAddress_nameKanaAndLabelGroup_edit,
.opcDeliveryAddress_zipCodeAndLabelGroup_edit,
.opcDeliveryAddress_prefStateAndLabelGroup_edit,
.opcDeliveryAddress_address1AndLabelGroup_edit,
.opcDeliveryAddress_address2AndLabelGroup_edit,
.opcDeliveryAddress_telAndLabelGroup_edit {
  margin-bottom: 30px;
}

.opcClient_nameAndLabelGroup_edit,
.opcClient_nameKanaAndLabelGroup_edit,
.opcClient_zipCodeAndLabelGroup_edit,
.opcClient_prefStateAndLabelGroup_edit,
.opcClient_address1AndLabelGroup_edit,
.opcClient_address2AndLabelGroup_edit {
  margin-bottom: 30px;
}

.opcClient_completeButton_edit.opcCommonButtonEdit {
  width: 255px;
  margin: 0;
  padding: 0 !important;
  background: #A4811A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.opcClient_completeButton_edit.opcCommonButtonEdit:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}

.opcDeliveryAddressHeader {
  margin-bottom: 30px;
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 599px) {
  .opcDeliveryAddressHeader {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit {
  margin-bottom: 20px;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionSelectLabel_edit {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.opcItemCommonOptionsArea .opcItem_purposeLabelGroup_edit.opcCommonEditLabel {
  margin-bottom: 10px;
}
.opcItemCommonOptionsArea .opcItem_purposeLabelGroup_edit.opcCommonEditLabel .opcItem_purposeRequireLabel_edit.opcCommonRequireLabel {
  font-weight: normal;
  font-size: 15px;
}
.opcItemCommonOptionsArea .opcItem_purpose_edit.opcCommonInputSelect {
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
  background: none !important;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionUseOptionNameGroup_edit label {
  margin-right: 10px;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit {
  margin: 0;
  font-size: 13px;
  height: 100%;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit {
  margin-bottom: 5px;
  display: block;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  flex-basis: auto;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label {
    width: 48%;
    margin-bottom: 10px !important;
  }
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionBlock_edit label:nth-child(2n) {
    margin-right: 0;
  }
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit input.opcItem_itemCommonOptionOption_edit.opcCommonInputRadio:checked ~ .opcItem_itemCommonOptionOptionBlock_edit {
  border: solid #A4811A;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit {
  margin-bottom: 15px;
  display: block;
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit label {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  flex-basis: auto;
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit label {
    width: 48%;
    margin-bottom: 10px !important;
  }
}
.opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .opcItemCommonOptionsArea .opcItem_itemCommonOptionOptionGroup_edit label:nth-child(2n) {
    margin-right: 0;
  }
}

.cart_adress_freeArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .cart_adress_freeArea {
    margin-bottom: 20px;
  }
}

.opcFreeAreaPaymentMethod {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .opcFreeAreaPaymentMethod {
    margin-bottom: 20px;
  }
}

.sysOpcBody .modaal-wrapper .opcPointAndCouponDialog_cancelButton_edit.opcCommonButton {
  font-size: 16px;
  border: 1px solid #212121;
}
@media screen and (max-width: 599px) {
  .sysOpcBody .modaal-wrapper .opcPointAndCouponDialog_cancelButton_edit.opcCommonButton {
    font-size: 14px;
    padding: 4px 6px 6px 6px;
    height: auto;
  }
}
.sysOpcBody .modaal-wrapper .opcPointAndCouponDialog_applyButton_edit.opcCommonButton {
  display: inline-block;
  padding: 10px !important;
  width: auto;
  height: auto;
  background: #A4811A !important;
  color: #fff !important;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: auto !important;
  font-size: 15px;
  transition: all 300ms ease;
  margin: 0;
}
.sysOpcBody .modaal-wrapper .opcPointAndCouponDialog_applyButton_edit.opcCommonButton:hover {
  opacity: 0.8;
  transition: all 300ms ease;
}
.sysOpcBody .modaal-container .modaal-close {
  border: none !important;
}
@media screen and (max-width: 599px) {
  .sysOpcBody .modaal-container .modaal-close {
    top: 15px !important;
    right: 15px !important;
  }
}
.sysOpcBody .modaal-container .modaal-close::before {
  width: 2px;
  height: 22px;
  top: 11px !important;
  left: 22px !important;
  background: #1E1E1E !important;
  border-radius: 0;
}
.sysOpcBody .modaal-container .modaal-close::after {
  width: 2px;
  height: 22px;
  top: 11px !important;
  left: 22px !important;
  background: #1E1E1E !important;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  .sysOpcBody .modaal-container .modaal-content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sysOpcBody .modaal-container .modaal-content-container .opcCouponCode_edit input[type=text] {
  padding: 4px 10px !important;
  margin: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
}
.sysOpcBody .modaal-container .modaal-content-container .opcPointAndCouponDialog_buttonGroup_edit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sysOpcBody .modaal-container .modaal-content-container .opcPointAndCouponDialog_buttonGroup_edit.opcCommonButtonGroup .opcPointAndCouponDialog_cancelButton_edit.opcCommonButton {
  transition: all 300ms ease;
  border: none;
  background: #E9E7E1 !important;
  font-size: 14px;
  padding: 10px;
  height: 47px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .sysOpcBody .modaal-container .modaal-content-container .opcPointAndCouponDialog_buttonGroup_edit.opcCommonButtonGroup .opcPointAndCouponDialog_cancelButton_edit.opcCommonButton {
    height: 44px;
  }
}
.sysOpcBody .modaal-container .modaal-content-container .opcPointAndCouponDialog_buttonGroup_edit.opcCommonButtonGroup .opcPointAndCouponDialog_cancelButton_edit.opcCommonButton:hover {
  transition: all 300ms ease;
  background: #A4811A !important;
}

.opcItemsArea {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .opcItemsArea {
    margin-bottom: 50px;
  }
}
.opcItemsArea .opcItem {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.opcItemsArea .opcItem .opcItem_itemSubTotalPricesAndLabelGroup {
  border-bottom: 1px dotted #ddd;
}
.opcItemsArea .opcItem .opcCommonInputSelect {
  background: #fff !important;
  border-radius: 0;
}
.opcItemsArea .opcItem .opcItem_deliveryAddressItemGroup,
.opcItemsArea .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px dotted #ddd;
}
.opcItemsArea .opcItem .opcItem_numAndLabelGroup_edit .opcItem_increaseNumButton_edit.opcCommonButton,
.opcItemsArea .opcItem .opcItem_numAndLabelGroup_edit .opcItem_decreaseNumButton_edit.opcCommonButton {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff !important;
}
.opcItemsArea .opcItem .opcItem_numAndLabelGroup_edit .opcItem_increaseNumButton_edit.opcCommonButton:hover,
.opcItemsArea .opcItem .opcItem_numAndLabelGroup_edit .opcItem_decreaseNumButton_edit.opcCommonButton:hover {
  color: #948580;
}

.opcFreeAreaRequestOrderTop .cart_age_confirm,
.opcFreeAreaRequestOrderBottom .cart_age_confirm {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .opcFreeAreaRequestOrderTop .cart_age_confirm,
.opcFreeAreaRequestOrderBottom .cart_age_confirm {
    font-size: 14px;
  }
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox {
  border: none;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysCartNote {
  color: #FF0000;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:nth-child(1) {
    padding-top: 0;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
text.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.heading03 {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  border-bottom: 1px solid #949494;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.heading03 span {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .heading03 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .heading03 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.heading04 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  background: #F6F5F2;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .heading04 {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 20px;
  }
}

.p_privacypolicy,
.p_companyprofile,
.p_law,
.p_guide,
.p_service {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .p_privacypolicy,
.p_companyprofile,
.p_law,
.p_guide,
.p_service {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_privacypolicy,
.p_companyprofile,
.p_law,
.p_guide,
.p_service {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .p_privacypolicy,
.p_companyprofile,
.p_law,
.p_guide,
.p_service {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m0 {
  margin: 0;
}

.txt_link {
  text-decoration: underline;
}

.lead_txt {
  margin-bottom: 25px !important;
}

@media screen and (min-width: 600px) and (max-width: 1160px) {
  .txt_md_br {
    display: block;
  }
  .txt_md_br + br {
    display: none;
  }
}

.txt_small {
  display: block;
  font-size: 13px !important;
}
@media screen and (max-width: 599px) {
  .txt_small {
    font-size: 12px !important;
  }
}
.txt_small.txt_small02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .txt_small.txt_small02 {
    margin-bottom: 20px;
  }
}

.txt_margin {
  margin-top: 12px;
  margin-bottom: 15px;
}

.txt_margin02 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .txt_margin02 {
    margin-bottom: 20px !important;
  }
}

.txt_tel {
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .txt_tel {
    pointer-events: all;
  }
}

.text_lead {
  margin: 0 0 50px;
}
@media screen and (max-width: 599px) {
  .text_lead {
    font-size: 14px;
    margin: 0 0 40px;
  }
}

.page_link {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .page_link {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page_link {
    display: block;
    margin-bottom: 40px;
  }
}
.page_link li {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
.page_link li a {
  padding-left: 19px;
  padding-right: 19px;
  height: 58px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .page_link li a {
    height: 46px;
    border-bottom: 1px solid #949494;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .page_link li a {
    height: 46px;
    border-bottom: 1px solid #949494;
    display: flex;
    align-items: center;
  }
}
.page_link li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #949494 transparent transparent transparent;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .page_link li a::before {
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 599px) {
  .page_link li a::before {
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
  }
}
.page_link li:last-child {
  margin-right: 0;
}
.page_link li:last-child::before {
  content: none;
}
.page_link li::before {
  content: "";
  width: 1px;
  height: 22px;
  background: #949494;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .page_link li::before {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .page_link li::before {
    content: none;
  }
}

.page_link_subtxt {
  text-align: center;
  font-size: 13px;
  margin: 0 0 50px;
}
@media screen and (max-width: 599px) {
  .page_link_subtxt {
    text-align: left;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
  }
}

.txt_blk {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .txt_blk {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk ul {
    font-size: 14px;
  }
}

.txt_blk02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .txt_blk02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk02 ul {
    font-size: 14px;
  }
}
.txt_blk02 p {
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .txt_blk02 p {
    font-size: 14px;
  }
}
.txt_blk02 p.fz_gold {
  font-size: 21px;
  color: #A4811A;
  font-family: "Noto Serif JP", serif;
  line-height: 1.57;
}
@media screen and (max-width: 599px) {
  .txt_blk02 p.fz_gold {
    font-size: 16px;
  }
}
.txt_blk02 dl {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .txt_blk02 dl {
    font-size: 14px;
  }
}
.txt_blk02 dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.txt_blk02 dl dd ul li span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.txt_blk02 dl dd img {
  max-width: 563px;
  width: 100%;
  margin-top: 25px;
}

.txt_blk03 {
  margin-bottom: 28px;
}
@media screen and (max-width: 599px) {
  .txt_blk03 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk03 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk03 ul {
    font-size: 14px;
  }
}

.txt_blk04 {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .txt_blk04 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk04 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .txt_blk04 ul {
    font-size: 14px;
  }
}

.txt_table {
  width: 100%;
}
.txt_table_mb {
  margin-bottom: 30px;
}
.txt_table_mt {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .txt_table_mt {
    margin-top: 20px;
  }
}
.txt_table tr {
  border-top: 1px solid #949494;
}
.txt_table tr th {
  background: #F6F5F2;
  width: 240px;
  text-align: left;
  font-weight: normal;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .txt_table tr th {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.txt_table tr td {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .txt_table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.txt_table tr td dl {
  margin-bottom: 27px;
}
@media screen and (max-width: 599px) {
  .txt_table tr td dl {
    margin-bottom: 20px;
  }
}
.txt_table tr td dl:last-child {
  margin-bottom: 0;
}
.txt_table tr td dl.txt_toggle:nth-of-type(1) {
  margin-top: 25px;
}
.txt_table tr td dl.txt_toggle.last {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .txt_table tr td dl.txt_toggle.last {
    margin-bottom: 40px;
  }
}
.txt_table tr td dl.txt_toggle dt {
  cursor: pointer;
  text-decoration: underline;
}
.txt_table tr td dl.txt_toggle dd {
  display: none;
}
.txt_table tr td dl dt {
  font-weight: bold;
}
.txt_table tr td dl dd ul li {
  margin-bottom: 30px;
}
.txt_table tr td dl dd ul li:last-child {
  margin-bottom: 0;
}
.txt_table tr:last-child {
  border-bottom: 1px solid #949494;
}

.txt_table02 {
  width: 100%;
  border: 1px solid #949494;
}
@media screen and (max-width: 599px) {
  .txt_table02 {
    font-size: 13px;
  }
}
.txt_table02_mb {
  margin-bottom: 20px;
}
.txt_table02 tr th {
  background: #F6F5F2;
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #949494;
}
.txt_table02 tr td {
  border-bottom: 1px solid #949494;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .txt_table02 tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.txt_table02 tr td:nth-child(2) {
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .txt_table02 tr td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .txt_table02 tr td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.txt_table02 tr th:nth-child(1),
.txt_table02 tr td:nth-child(1) {
  width: 640px;
  border-right: 1px solid #949494;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .txt_table02 tr th:nth-child(1),
.txt_table02 tr td:nth-child(1) {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .txt_table02 tr th:nth-child(1),
.txt_table02 tr td:nth-child(1) {
    width: 80%;
  }
}

.txt_gmap {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .txt_gmap {
    margin-top: 40px;
  }
}
.txt_gmap iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 599px) {
  .txt_gmap iframe {
    height: 218px;
  }
}

.txt_accord {
  border: 1px solid #949494;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .txt_accord {
    margin-bottom: 10px;
  }
}
.txt_accord dl {
  margin: 0;
}
.txt_accord dl dt {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 14px 55px 14px 30px;
  display: flex;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .txt_accord dl dt {
    padding: 14px 30px 14px 20px;
    font-size: 14px;
  }
}
.txt_accord dl dt::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 30px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #949494 transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .txt_accord dl dt::before {
    right: 18px;
  }
}
.txt_accord dl dt span {
  margin-right: 15px;
  font-size: 20px;
  color: #A4811A;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  .txt_accord dl dt span {
    margin-right: 10px;
  }
}
.txt_accord dl dt div {
  padding-top: 5px;
}
.txt_accord dl dt.active::before {
  transform: translateY(-50%) scale(1, -1);
}
.txt_accord dl dd {
  display: none;
}
.txt_accord dl dd div {
  padding: 0 30px 0;
}
@media screen and (max-width: 599px) {
  .txt_accord dl dd div {
    font-size: 14px;
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 599px) {
  #guide .heading02 {
    margin-bottom: 20px;
  }
}

#guide01,
#guide02,
#guide03,
#guide04,
#guide05,
#guide06,
#guide07,
#guide08 {
  margin-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 599px) {
  #guide01,
#guide02,
#guide03,
#guide04,
#guide05,
#guide06,
#guide07,
#guide08 {
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 40px;
  }
}

#guide08 {
  margin-bottom: 0;
}

#guide #sysAll #sysWrap #sysMain .page_link {
  margin-top: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #guide #sysAll #sysWrap #sysMain .page_link {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  #guide #sysAll #sysWrap #sysMain .page_link {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  #guide #sysAll #sysWrap #sysMain .page_link li {
    width: 48%;
    font-size: 12px;
    margin-bottom: 0;
  }
  #guide #sysAll #sysWrap #sysMain .page_link li a {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #guide #sysAll #sysWrap #sysMain .page_link li a::before {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #guide #sysAll #sysWrap #sysMain .page_link li {
    width: 48%;
    font-size: 12px;
    margin-bottom: 0;
  }
  #guide #sysAll #sysWrap #sysMain .page_link li a {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #guide #sysAll #sysWrap #sysMain .page_link li a::before {
    right: 0;
  }
}
#guide #sysAll #sysWrap #sysMain .txt_table02_mb {
  margin-bottom: 10px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
gift-service.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.p_service {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p_service #gift01,
.p_service #gift02,
.p_service #gift03,
.p_service #gift04,
.p_service #gift05,
.p_service #gift06 {
  margin-bottom: 70px;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 599px) {
  .p_service #gift01,
.p_service #gift02,
.p_service #gift03,
.p_service #gift04,
.p_service #gift05,
.p_service #gift06 {
    margin-bottom: 30px;
  }
}
.p_service .page_link {
  margin-top: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_service .page_link {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p_service .page_link {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_service .page_link li {
    width: 48%;
    font-size: 12px;
    margin-bottom: 0;
  }
  .p_service .page_link li a {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_service .page_link li a::before {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .p_service .page_link li {
    width: 48%;
    font-size: 12px;
    margin-bottom: 0;
  }
  .p_service .page_link li a {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_service .page_link li a::before {
    right: 0;
  }
}
.p_service .txt_small_msg {
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_small_msg {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.p_service .txt_list_mt {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_list_mt {
    margin-top: 20px;
  }
}
.p_service .txt_step {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .p_service .txt_step {
    margin-bottom: 10px !important;
  }
}
.p_service .txt_blk02_mb0 {
  margin-bottom: 0;
}
.p_service .txt_carton {
  font-weight: normal !important;
  margin-bottom: 0;
}
.p_service .txt_service_blk {
  margin-bottom: 20px;
}
.p_service .txt_service_blk .heading03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_service_blk .heading03 {
    margin-bottom: 20px;
  }
}
.p_service .txt_service_blk p {
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_service_blk p {
    font-size: 14px;
  }
}
.p_service .txt_service_blk p.fz_gold {
  font-size: 21px;
  color: #A4811A;
  font-family: "Noto Serif JP", serif;
  line-height: 1.57;
}
@media screen and (max-width: 599px) {
  .p_service .txt_service_blk p.fz_gold {
    font-size: 16px;
  }
}
.p_service .txt_service_blk dl {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_service_blk dl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p_service .txt_service_blk dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.p_service .txt_service_blk dl dd ul li span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.p_service .txt_service_blk dl dd img {
  max-width: 563px;
  width: 100%;
  margin-top: 25px;
}
.p_service .txt_thumb_list {
  display: flex;
  flex-wrap: wrap;
}
.p_service .txt_thumb_list li {
  max-width: 240px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_service .txt_thumb_list li {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px;
  }
}
.p_service .txt_thumb_list li img {
  border: 1px solid #949494;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list li img {
    margin-bottom: 10px;
  }
}
.p_service .txt_thumb_list li p {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .p_service .txt_thumb_list li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list li p {
    font-size: 14px;
  }
}
.p_service .txt_thumb_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.p_service .txt_thumb_list02 {
  display: flex;
  flex-wrap: wrap;
}
.p_service .txt_thumb_list02 li {
  max-width: 380px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list02 li {
    display: block;
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px;
  }
}
.p_service .txt_thumb_list02 li .txt_thumb_list02_img {
  max-width: 180px;
  width: 100%;
}
.p_service .txt_thumb_list02 li .txt_thumb_list02_img img {
  border: 1px solid #949494;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list02 li .txt_thumb_list02_img img {
    margin-bottom: 10px;
  }
}
.p_service .txt_thumb_list02 li .txt_thumb_list02_blk {
  max-width: 180px;
  width: 100%;
}
.p_service .txt_thumb_list02 li .txt_thumb_list02_blk dl dt {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list02 li .txt_thumb_list02_blk dl dt {
    font-size: 14px;
  }
}
.p_service .txt_thumb_list02 li .txt_thumb_list02_blk dl dd {
  font-size: 13px;
}
.p_service .txt_thumb_list02 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .p_service .txt_thumb_list02 li:nth-child(2n) {
    margin-right: 0;
  }
}
.p_service .gift_flow {
  margin-bottom: 50px;
}
.p_service .gift_flow dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .p_service .gift_flow dt {
    font-size: 14px;
  }
}
.p_service .gift_flow dd p {
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .p_service .gift_flow dd p {
    font-size: 13px;
  }
}
.p_service .gift_flow dd img {
  border: 1px solid #949494;
}
.p_service .gift_flow_txt dt {
  color: #DC0000;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .p_service .gift_flow_txt dt {
    font-size: 14px;
  }
}
.p_service .gift_flow_txt dd p {
  margin: 0 0 28px;
}
@media screen and (max-width: 599px) {
  .p_service .gift_flow_txt dd p {
    font-size: 13px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
calendar.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.calendar_tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .calendar_tbl {
    width: 100%;
    margin: 10px auto;
  }
}
.calendar_tbl th {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.calendar_tbl th span {
  font-size: 25px;
}
.calendar_tbl td {
  height: 45px;
  width: 14.2857142857%;
  border-width: 0 0 1px 1px;
  background: #fff;
  text-align: center;
  font-size: 15px;
}
.calendar_tbl td.ttl {
  background: #2E2E2E;
  color: #fff;
}
.calendar_tbl .c_pink {
  color: #ECD1C3 !important;
}
.calendar_tbl .bg_pink {
  background: #ECD1C3 !important;
}
.calendar_tbl .c_gray {
  color: #949494 !important;
}
.calendar_tbl .bg_gray {
  background: #E9E7E1 !important;
}

#calendar02 {
  margin-bottom: 0;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
special.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.special_list {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .special_list {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .special_list {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .special_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.special_list ul {
  display: flex;
  flex-wrap: wrap;
}
.special_list ul li {
  max-width: 380px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .special_list ul li {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .special_list ul li {
    max-width: 100%;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 599px) {
  .special_list ul li {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.special_list ul li .special_thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .special_list ul li .special_thumb {
    margin-bottom: 15px;
  }
}
.special_list ul li .special_thumb img {
  width: 100%;
}
.special_list ul li time {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 599px) {
  .special_list ul li time {
    font-size: 12px;
  }
}
.special_list ul li h2 {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 67px;
}
@media screen and (max-width: 599px) {
  .special_list ul li h2 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: auto;
  }
}
.special_list ul li p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 599px) {
  .special_list ul li p {
    font-size: 14px;
  }
}
.special_list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .special_list ul li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .special_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

body.archive #sysMain, body#special #sysMain, body.single-post #sysMain, body.single-magazine #sysMain, body.tax-magazine-keyword #sysMain {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 599px) {
  body.archive #sysMain, body#special #sysMain, body.single-post #sysMain, body.single-magazine #sysMain, body.tax-magazine-keyword #sysMain {
    margin-bottom: 50px !important;
  }
}
body.archive .wp-pagenavi, body#special .wp-pagenavi, body.single-post .wp-pagenavi, body.single-magazine .wp-pagenavi, body.tax-magazine-keyword .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  body.archive .wp-pagenavi, body#special .wp-pagenavi, body.single-post .wp-pagenavi, body.single-magazine .wp-pagenavi, body.tax-magazine-keyword .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
body.archive .wp-pagenavi a, body#special .wp-pagenavi a, body.single-post .wp-pagenavi a, body.single-magazine .wp-pagenavi a, body.tax-magazine-keyword .wp-pagenavi a {
  width: 40px;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  border: none;
  background: #E9E7E1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
  height: 40px;
}
@media screen and (max-width: 599px) {
  body.archive .wp-pagenavi a, body#special .wp-pagenavi a, body.single-post .wp-pagenavi a, body.single-magazine .wp-pagenavi a, body.tax-magazine-keyword .wp-pagenavi a {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
}
body.archive .wp-pagenavi a.nextpostslink, body#special .wp-pagenavi a.nextpostslink, body.single-post .wp-pagenavi a.nextpostslink, body.single-magazine .wp-pagenavi a.nextpostslink, body.tax-magazine-keyword .wp-pagenavi a.nextpostslink {
  margin-right: 0;
}
body.archive .wp-pagenavi span, body#special .wp-pagenavi span, body.single-post .wp-pagenavi span, body.single-magazine .wp-pagenavi span, body.tax-magazine-keyword .wp-pagenavi span {
  width: 40px;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  border: none;
  background: #E9E7E1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
  height: 40px;
}
@media screen and (max-width: 599px) {
  body.archive .wp-pagenavi span, body#special .wp-pagenavi span, body.single-post .wp-pagenavi span, body.single-magazine .wp-pagenavi span, body.tax-magazine-keyword .wp-pagenavi span {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
}
body.archive .wp-pagenavi span.current, body#special .wp-pagenavi span.current, body.single-post .wp-pagenavi span.current, body.single-magazine .wp-pagenavi span.current, body.tax-magazine-keyword .wp-pagenavi span.current {
  background: #A4811A;
  color: #fff;
}
body.archive .breadcrumbs, body#special .breadcrumbs, body.single-post .breadcrumbs, body.single-magazine .breadcrumbs, body.tax-magazine-keyword .breadcrumbs {
  font-size: 13px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #E9E7E1;
  border-bottom: 1px solid #E9E7E1;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  body.archive .breadcrumbs, body#special .breadcrumbs, body.single-post .breadcrumbs, body.single-magazine .breadcrumbs, body.tax-magazine-keyword .breadcrumbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body.archive .breadcrumbs, body#special .breadcrumbs, body.single-post .breadcrumbs, body.single-magazine .breadcrumbs, body.tax-magazine-keyword .breadcrumbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  body.archive .breadcrumbs, body#special .breadcrumbs, body.single-post .breadcrumbs, body.single-magazine .breadcrumbs, body.tax-magazine-keyword .breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    width: auto;
    margin-top: 80px;
  }
}
body.archive .breadcrumbs span, body#special .breadcrumbs span, body.single-post .breadcrumbs span, body.single-magazine .breadcrumbs span, body.tax-magazine-keyword .breadcrumbs span {
  margin-right: 3px;
  margin-left: 3px;
}
body.archive .breadcrumbs span:nth-of-type(1), body#special .breadcrumbs span:nth-of-type(1), body.single-post .breadcrumbs span:nth-of-type(1), body.single-magazine .breadcrumbs span:nth-of-type(1), body.tax-magazine-keyword .breadcrumbs span:nth-of-type(1) {
  margin-left: 0;
}

body.single-post .breadcrumbs {
  max-width: 800px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
special_detail.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.single_inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner {
    width: 90%;
    max-width: 100%;
  }
}
.single_inner .txt_back {
  font-size: 13px;
  margin: 0;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .single_inner .txt_back {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
.single_inner .txt_back a {
  padding-left: 18px;
}
.single_inner .txt_back::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 6px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: 1px;
  transform: translateY(-50%) scale(-1, 1);
}
.single_inner .single_time_sp {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_time_sp {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_time_sp {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
}
.single_inner .single_sns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_sns {
    margin-right: 20px;
  }
}
.single_inner .single_sns li {
  margin-right: 10px;
}
.single_inner .single_sns li:last-child {
  margin-right: 0;
}
.single_inner .single_sns li:last-child a {
  display: block;
}
.single_inner .single_sns li.single_sns_twitter a {
  background: url("https://shop.aizuhomare.jp/feature/wp-content/themes/homare/img/ico_tweet.png") no-repeat;
  width: 88px;
  height: 20px;
  background-size: 100%;
  display: block;
}
.single_inner .single_sns li.single_sns_twitter a:hover {
  background: url("https://shop.aizuhomare.jp/feature/wp-content/themes/homare/img/ico_tweet_on.png") no-repeat;
  background-size: 100%;
  opacity: 1;
}
.single_inner .single_sns li.single_sns_facebook a {
  background: url("https://shop.aizuhomare.jp/feature/wp-content/themes/homare/img/ico_facebook.png") no-repeat;
  width: 80px;
  height: 20px;
  background-size: 100%;
  display: block;
  opacity: 1;
}
.single_inner .single_sns li.single_sns_line a {
  background: url("https://shop.aizuhomare.jp/feature/wp-content/themes/homare/img/ico_line.png") no-repeat;
  width: 85px;
  height: 20px;
  background-size: 100%;
  display: block;
}
.single_inner .single_sns li.single_sns_line a:hover {
  background: url("https://shop.aizuhomare.jp/feature/wp-content/themes/homare/img/ico_line_on.png") no-repeat;
  background-size: 100%;
  opacity: 1;
}
.single_inner .single_tag {
  display: flex;
  flex-wrap: wrap;
}
.single_inner .single_tag li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.single_inner .single_tag li a {
  display: block;
  background: #EFEDE8;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_tag li a {
    padding: 5px 15px;
  }
}
.single_inner .single_heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #949494;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_heading {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.single_inner .single_heading h1 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  max-width: 725px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .single_inner .single_heading h1 {
    font-size: 20px;
  }
}
.single_inner .single_heading time {
  font-size: 13px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .single_inner .single_heading time {
    width: 90px;
    text-align: right;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_heading time {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_heading time {
    display: none;
  }
}
.single_inner .single_thumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_thumb {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
  }
}
.single_inner .single_thumb img {
  width: 100%;
}
.single_inner .single_itemblok,
.single_inner .single_related {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok,
.single_inner .single_related {
    margin-bottom: 40px;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical,
.single_inner .single_related .sysItemBlock .sysVertical {
  display: flex;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical,
.single_inner .single_related .sysItemBlock .sysVertical {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical,
.single_inner .single_related .sysItemBlock .sysVertical {
    display: flex;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 496px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li,
.single_inner .single_related .sysItemBlock .sysVertical li {
  max-width: 185px;
  width: 100%;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li:last-of-type,
.single_inner .single_related .sysItemBlock .sysVertical li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li,
.single_inner .single_related .sysItemBlock .sysVertical li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li:nth-child(2n),
.single_inner .single_related .sysItemBlock .sysVertical li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li,
.single_inner .single_related .sysItemBlock .sysVertical li {
    max-width: 160px;
    min-width: auto;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 0;
  }
  .single_inner .single_itemblok .sysItemBlock .sysVertical li:nth-child(even),
.single_inner .single_related .sysItemBlock .sysVertical li:nth-child(even) {
    margin-right: 0;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemImage,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemImage {
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemImage,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemImage {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemImage,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemImage {
    margin-bottom: 10px;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemImage img,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemImage img {
  width: 100%;
  margin-right: 0;
  float: none;
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemName,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemName {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  flex-grow: 1;
  min-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemName,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemName {
    font-size: 13px;
    min-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemName,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemName {
    min-height: 44px;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemName a,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemName a {
    font-size: 13px;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemPrice,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemPrice {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemPrice,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemPrice {
    font-size: 14px;
  }
}
.single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemPrice span,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemPrice span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_itemblok .sysItemBlock .sysVertical li .sysItemPrice span,
.single_inner .single_related .sysItemBlock .sysVertical li .sysItemPrice span {
    font-size: 10px;
  }
}
.single_inner .single_related .sysHeadline {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_related .sysHeadline {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_related .sysHeadline {
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.single_inner .single_content .section_mb {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .section_mb {
    margin-bottom: 70px !important;
  }
}
.single_inner .single_content .single_image {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_image {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
  }
}
.single_inner .single_content .single_image img {
  width: 100%;
}
.single_inner .single_content .single_image02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_image02 {
    margin-bottom: 40px;
  }
}
.single_inner .single_content .single_image02 img {
  width: 100%;
}
.single_inner .single_content .single_heading02 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_heading02 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.single_inner .single_content .single_heading02.single_center {
  text-align: center;
}
.single_inner .single_content .single_heading03 {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 15px;
  border-bottom: 1px solid #949494;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_heading03 {
    font-size: 16px;
  }
}
.single_inner .single_content .single_heading03.single_center {
  text-align: center;
}
.single_inner .single_content .single_heading04 {
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_heading04 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.single_inner .single_content .single_heading05 {
  margin-top: 100px;
  font-size: 26px;
  background: #F6F5F2;
  margin-bottom: 50px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_heading05 {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.single_inner .single_content .single_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.single_inner .single_content .single_col02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.single_inner .single_content .single_col02.single_col02_reverse .single_col02_img {
  order: 2;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02.single_col02_reverse .single_col02_img {
    order: 1;
  }
}
.single_inner .single_content .single_col02.single_col02_reverse .single_col02_blk {
  order: 1;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02.single_col02_reverse .single_col02_blk {
    order: 2;
  }
}
.single_inner .single_content .single_col02 .single_col02_img {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_content .single_col02 .single_col02_img {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02 .single_col02_img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.single_inner .single_content .single_col02 .single_col02_img img {
  width: 100%;
}
.single_inner .single_content .single_col02 .single_col02_blk {
  max-width: 460px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_inner .single_content .single_col02 .single_col02_blk {
    max-width: 100%;
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02 .single_col02_blk {
    max-width: 100%;
  }
}
.single_inner .single_content .single_col02 .single_col02_blk h2 {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .single_inner .single_content .single_col02 .single_col02_blk h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.single_inner .single_content .single_col02 .single_col02_blk .single_col02_txt {
  font-size: 14px;
}

.single_pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.single_pager .single_pager_prev {
  font-size: 13px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .single_pager .single_pager_prev {
    width: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_pager .single_pager_prev {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .single_pager .single_pager_prev {
    display: none;
  }
}
.single_pager .single_pager_prev a {
  padding-left: 18px;
}
.single_pager .single_pager_prev::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 6px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: 1px;
  transform: translateY(-50%) scale(-1, 1);
}
.single_pager .single_pager_next {
  font-size: 13px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .single_pager .single_pager_next {
    width: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single_pager .single_pager_next {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .single_pager .single_pager_next {
    display: none;
  }
}
.single_pager .single_pager_next a {
  padding-right: 18px;
}
.single_pager .single_pager_next::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat, #fff;
  width: 6px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: 1px;
  transform: translateY(-50%);
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
mgazine.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
body.post-type-archive-magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body.post-type-archive-magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  body.post-type-archive-magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
    margin-bottom: 70px;
  }
}
body.post-type-archive-magazine .breadcrumbs, body.single-magazine .breadcrumbs {
  max-width: 1200px;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  body.post-type-archive-magazine .breadcrumbs, body.single-magazine .breadcrumbs {
    margin-top: 70px;
  }
}

.magazine_back .txt_back {
  font-size: 13px;
  margin: 0;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_back .txt_back {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_back .txt_back {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .magazine_back .txt_back {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
.magazine_back .txt_back a {
  padding-left: 18px;
}
.magazine_back .txt_back::before {
  content: "";
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_arrow_r_gray.png) no-repeat;
  width: 6px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: 1px;
  transform: translateY(-50%) scale(-1, 1);
}

.magazine_flx {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_flx {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_flx {
    display: block;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .magazine_flx {
    display: block;
    margin-bottom: 70px;
  }
}
.magazine_flx .single_inner {
  margin-left: inherit;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_flx .single_inner {
    width: 60%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_flx .single_inner {
    margin-left: auto;
    margin-right: auto;
  }
}
.magazine_flx .single_inner .single_heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .single_inner .single_heading {
    margin-bottom: 10px;
  }
}
.magazine_flx .single_inner .single_bottom_flx {
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .magazine_flx .single_inner .single_bottom_flx {
    display: block;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.magazine_flx .single_inner .single_bottom_flx .single_bottom_keyword {
  display: flex;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .magazine_flx .single_inner .single_bottom_flx .single_bottom_keyword {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    margin-bottom: 30px;
  }
}
.magazine_flx .single_inner .single_bottom_flx .single_bottom_keyword p {
  min-width: 70px;
  margin: 0;
  font-size: 12px;
}
.magazine_flx .magazine_list {
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_flx .magazine_list {
    width: 60%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_flx .magazine_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.magazine_flx .magazine_list ul li {
  border-bottom: 1px solid #E9E7E1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.magazine_flx .magazine_list ul li:last-child {
  border-bottom: none;
}
.magazine_flx .magazine_list ul li a {
  display: flex;
}
.magazine_flx .magazine_list ul li a .magazine_thumb {
  max-width: 220px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list ul li a .magazine_thumb {
    margin-right: 15px;
    max-width: 120px;
    min-width: 120px;
  }
}
.magazine_flx .magazine_list ul li a .magazine_blk time,
.magazine_flx .magazine_list ul li a .magazine_blk .time_data {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list ul li a .magazine_blk time,
.magazine_flx .magazine_list ul li a .magazine_blk .time_data {
    font-size: 11px;
  }
}
.magazine_flx .magazine_list ul li a .magazine_blk p {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list ul li a .magazine_blk p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_flx .magazine_list.popular {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_flx .magazine_list.popular {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_list.popular {
    padding-left: 0;
    padding-right: 0;
  }
}
.magazine_flx .magazine_list.popular ul li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.magazine_flx .magazine_list.popular ul li:last-child {
  margin-bottom: 0;
}
.magazine_flx .magazine_list.popular ul li a .magazine_thumb {
  max-width: 105px;
  margin-right: 15px;
}
.magazine_flx .magazine_list.popular ul li a .magazine_blk time {
  font-size: 11px;
}
.magazine_flx .magazine_list.popular ul li a .magazine_blk p {
  -webkit-line-clamp: 2;
  font-size: 13px;
}
.magazine_flx .magazine_aside {
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .magazine_flx .magazine_aside {
    max-width: 100%;
    width: 35%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .magazine_flx .magazine_aside {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_aside {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.magazine_flx .magazine_aside .aside_heading {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  border-bottom: 1px solid #949494;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_aside .aside_heading {
    margin-bottom: 20px;
  }
}
.magazine_flx .magazine_aside .aside_search {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_aside .aside_search {
    margin-bottom: 30px;
  }
}
.magazine_flx .magazine_aside .aside_search input[type=text] {
  padding: 9px 50px 9px 20px !important;
  border: 1px solid #949494;
  border-radius: 3px;
}
.magazine_flx .magazine_aside .aside_search input[type=submit] {
  margin: 0;
  position: absolute;
  right: 15px;
  background: url(https://shop.aizuhomare.jp/img/layout/common/ico_search_black.png) no-repeat;
  text-indent: -9999px;
  width: 21px;
  height: 20px;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}
.magazine_flx .magazine_aside .aside_keyword {
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_aside .aside_keyword {
    margin-bottom: 60px;
  }
}
.magazine_flx .magazine_aside .aside_keyword .aside_tag {
  display: flex;
  flex-wrap: wrap;
}
.magazine_flx .magazine_aside .aside_keyword .aside_tag li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.magazine_flx .magazine_aside .aside_keyword .aside_tag li a {
  display: block;
  background: #EFEDE8;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
}
@media screen and (max-width: 599px) {
  .magazine_flx .magazine_aside .aside_keyword .aside_tag li a {
    padding: 5px 15px;
  }
}

body#magazine #sysMain, body.single-magazine #sysMain {
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  body#magazine #sysMain, body.single-magazine #sysMain {
    margin-bottom: 50px;
  }
}
body#magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body#magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
    margin-top: 10px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  body#magazine .wp-pagenavi, body.single-magazine .wp-pagenavi {
    margin-top: 10px;
    margin-bottom: 70px;
  }
}
body#magazine .wp-pagenavi a, body.single-magazine .wp-pagenavi a {
  width: 40px;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  border: none;
  background: #E9E7E1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
  height: 40px;
}
@media screen and (max-width: 599px) {
  body#magazine .wp-pagenavi a, body.single-magazine .wp-pagenavi a {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
}
body#magazine .wp-pagenavi a.nextpostslink, body.single-magazine .wp-pagenavi a.nextpostslink {
  margin-right: 0;
}
body#magazine .wp-pagenavi span, body.single-magazine .wp-pagenavi span {
  width: 40px;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  border: none;
  background: #E9E7E1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
  height: 40px;
}
@media screen and (max-width: 599px) {
  body#magazine .wp-pagenavi span, body.single-magazine .wp-pagenavi span {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
}
body#magazine .wp-pagenavi span.current, body.single-magazine .wp-pagenavi span.current {
  background: #A4811A;
  color: #fff;
}
body#magazine .breadcrumbs, body.single-magazine .breadcrumbs {
  font-size: 13px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #E9E7E1;
  border-bottom: 1px solid #E9E7E1;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  body#magazine .breadcrumbs, body.single-magazine .breadcrumbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  body#magazine .breadcrumbs, body.single-magazine .breadcrumbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  body#magazine .breadcrumbs, body.single-magazine .breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
body#magazine .breadcrumbs span, body.single-magazine .breadcrumbs span {
  margin-right: 3px;
  margin-left: 3px;
}
body#magazine .breadcrumbs span:nth-of-type(1), body.single-magazine .breadcrumbs span:nth-of-type(1) {
  margin-left: 0;
}

.single-magazine #ez-toc-container {
  width: 100%;
  border-radius: 0;
  border: none;
  background: #F6F5F2;
  padding: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .single-magazine #ez-toc-container {
    margin-bottom: 70px;
  }
}
.single-magazine #ez-toc-container ul li {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .single-magazine #ez-toc-container ul li {
    font-size: 14px;
  }
}
.single-magazine #ez-toc-container ul li a {
  text-decoration: underline;
}
.single-magazine #ez-toc-container ul li a::before {
  content: none;
}
.single-magazine #ez-toc-container ul li a:visited {
  color: #1E1E1E;
}
.single-magazine #ez-toc-container ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .single-magazine .magazine_aside {
    display: none;
  }
}
.single-magazine .single_pager {
  margin-bottom: 0;
}

.single-magazine .yarpp-related {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .single-magazine .yarpp-related {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.single-magazine .yarpp-related .related_article .related_ttl {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #949494;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .single-magazine .yarpp-related .related_article .related_ttl {
    margin-bottom: 20px;
  }
}
.single-magazine .yarpp-related .related_article ul {
  display: flex;
  flex-wrap: wrap;
}
.single-magazine .yarpp-related .related_article ul li {
  max-width: 250px;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1161px) and (max-width: 1250px) {
  .single-magazine .yarpp-related .related_article ul li {
    max-width: 100%;
    width: 31%;
    margin-right: 3.333%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1160px) {
  .single-magazine .yarpp-related .related_article ul li {
    max-width: 100%;
    width: 31%;
    margin-right: 3.333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .single-magazine .yarpp-related .related_article ul li {
    max-width: 100%;
    width: 31%;
    margin-right: 3.333%;
    margin-bottom: 20px;
  }
}
.single-magazine .yarpp-related .related_article ul li:nth-child(3n) {
  margin-right: 0;
}
.single-magazine .yarpp-related .related_article ul li .related_thumb {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .single-magazine .yarpp-related .related_article ul li .related_thumb {
    margin-bottom: 10px;
  }
}
.single-magazine .yarpp-related .related_article ul li .related_txt {
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 599px) {
  .single-magazine .yarpp-related .related_article ul li .related_txt {
    font-size: 11px;
    -webkit-line-clamp: 3;
  }
}
/*# sourceMappingURL=user.css.map */
@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 */
