@charset "UTF-8";
/*! 基本設定
 *----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.3rem; /*13px*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp_only {
  display: none;
}

#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: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/*! No Js */
.no-js .owl-carousel {
  display: block;
}

/*!
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*!
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*!
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  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.taxin {
  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;
}

@media (min-width: 1024px) {
  .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;
}

@media (min-width: 1024px) {
  .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;
  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;
}

/* ======================================================================== 
  ADD RECUS(23.07.11〜)
======================================================================== */
.font-main {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.font-sub {
  font-family: "Signika", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #604d40;
  font-weight: bold;
  letter-spacing: 0.04em;
}

a {
  display: block;
  color: #604d40;
  font-weight: bold;
  letter-spacing: 0.04em;
}
a:hover {
  color: unset;
}
a:hover img {
  opacity: 1;
}

h1,
h2,
h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

button {
  color: #604d40;
  font-weight: bold;
  outline: none;
}

select {
  border-color: #ddd;
  font-weight: normal;
}

textarea {
  font-weight: normal;
  color: #604d40;
}

input[type=text],
input[type=tel] {
  font-weight: normal;
  color: #604d40;
}

#sysMain textarea {
  min-height: 120px;
}

p {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#sysMain {
  color: #604d40;
}

div#sysMain {
  min-height: auto;
}

#sysWrap {
  max-width: 1200px;
}

input[type=submit] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.sysCart #sysMain {
  color: #604d40;
}
.sysCart #sysMain a {
  color: #604d40;
}
.sysCart h1 {
  color: #604d40;
}
.sysCart p {
  padding: 0;
  font-size: unset;
  line-height: unset;
}
.sysCart .header_wrap {
  position: fixed;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-sp {
    display: block;
  }
}

.sysCart .link-yazirushi-orange {
  position: relative;
  padding-left: 12px;
}
.sysCart .link-yazirushi-orange::before {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon-link-yazirushi.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
}

.link-yazirushi-orange {
  position: relative;
  padding-left: 12px;
}
.link-yazirushi-orange::before {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon-link-yazirushi.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
}

.hover-normal {
  transition: opacity 0.3s;
}
.hover-normal:hover {
  opacity: 0.8;
}

.yazirushi-right {
  position: relative;
}
.yazirushi-right::after {
  background-image: url("https://orandaya.jp/img/common/icon_right-yazirushi.svg");
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.yazirushi-bottom {
  position: relative;
}
.yazirushi-bottom::after {
  background-image: url("https://orandaya.jp/img/common/icon_bottom-yazirushi.svg");
  background-size: cover;
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

.btn-main {
  display: inline-block;
  color: #fff;
  background-color: #604d40;
  border: 1px solid #604d40;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  width: 240px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 9999px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.btn-main::after {
  background-image: url("https://orandaya.jp/img/common/icon_right-yazirushi-orange.svg");
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: right 0.3s;
}
.btn-main:hover {
  background-color: #fff;
  color: #604d40;
}
.btn-main:hover::after {
  right: 8px;
}
.btn-main.w-fit {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2em;
  margin-left: 5px;
  margin-right: 5px;
}

.pagetop {
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.pagetop #page-top {
  background: transparent;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
}
.pagetop #page-top:hover {
  background: transparent;
}

#cartInfo a.cartTxt {
  font-size: 0 !important;
  padding: 0;
  position: relative;
}

#cartInfo a.cartTxt {
  margin: -2px;
  line-height: 21px;
}

#cartInfo a.cartTxt img {
  margin: 0;
}

#cartInfo a img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#cartInfo a.cartTxt .itemCount {
  font-size: 1.4rem;
  position: absolute;
  top: -7px;
  right: -15px;
  background-color: #fff6ce;
  display: none !important;
}

::-moz-placeholder {
  color: #c1b0a2;
}

::placeholder {
  color: #c1b0a2;
}

.lp_h1 .sysHeadline,
.voiceContent .sysHeadline,
.obsessionContent .sysHeadline,
.shopInfo .sysHeadline,
.faq .sysHeadline,
.company .sysHeadline,
.tradeLaw .sysHeadline,
.privacyPolicy .sysHeadline,
.sysMypage .sysHeadline,
.sysMemberRegister .sysHeadline,
.questions .sysHeadline,
#sysFormConfirm .sysHeadline,
.completeText .sysHeadline,
#sysBasket .sysHeadline,
.newsContent .sysHeadline,
.anniversary-75th .sysHeadline,
.appInfo .sysHeadline {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  position: relative;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .lp_h1 .sysHeadline,
  .voiceContent .sysHeadline,
  .obsessionContent .sysHeadline,
  .shopInfo .sysHeadline,
  .faq .sysHeadline,
  .company .sysHeadline,
  .tradeLaw .sysHeadline,
  .privacyPolicy .sysHeadline,
  .sysMypage .sysHeadline,
  .sysMemberRegister .sysHeadline,
  .questions .sysHeadline,
  #sysFormConfirm .sysHeadline,
  .completeText .sysHeadline,
  #sysBasket .sysHeadline,
  .newsContent .sysHeadline,
  .anniversary-75th .sysHeadline,
  .appInfo .sysHeadline {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .lp_h1 .sysHeadline,
  .voiceContent .sysHeadline,
  .obsessionContent .sysHeadline,
  .shopInfo .sysHeadline,
  .faq .sysHeadline,
  .company .sysHeadline,
  .tradeLaw .sysHeadline,
  .privacyPolicy .sysHeadline,
  .sysMypage .sysHeadline,
  .sysMemberRegister .sysHeadline,
  .questions .sysHeadline,
  #sysFormConfirm .sysHeadline,
  .completeText .sysHeadline,
  #sysBasket .sysHeadline,
  .newsContent .sysHeadline,
  .anniversary-75th .sysHeadline,
  .appInfo .sysHeadline {
    font-size: 2.4rem;
  }
}
.lp_h1 .sysHeadline::before, .lp_h1 .sysHeadline::after,
.voiceContent .sysHeadline::before,
.voiceContent .sysHeadline::after,
.obsessionContent .sysHeadline::before,
.obsessionContent .sysHeadline::after,
.shopInfo .sysHeadline::before,
.shopInfo .sysHeadline::after,
.faq .sysHeadline::before,
.faq .sysHeadline::after,
.company .sysHeadline::before,
.company .sysHeadline::after,
.tradeLaw .sysHeadline::before,
.tradeLaw .sysHeadline::after,
.privacyPolicy .sysHeadline::before,
.privacyPolicy .sysHeadline::after,
.sysMypage .sysHeadline::before,
.sysMypage .sysHeadline::after,
.sysMemberRegister .sysHeadline::before,
.sysMemberRegister .sysHeadline::after,
.questions .sysHeadline::before,
.questions .sysHeadline::after,
#sysFormConfirm .sysHeadline::before,
#sysFormConfirm .sysHeadline::after,
.completeText .sysHeadline::before,
.completeText .sysHeadline::after,
#sysBasket .sysHeadline::before,
#sysBasket .sysHeadline::after,
.newsContent .sysHeadline::before,
.newsContent .sysHeadline::after,
.anniversary-75th .sysHeadline::before,
.anniversary-75th .sysHeadline::after,
.appInfo .sysHeadline::before,
.appInfo .sysHeadline::after {
  content: "";
  background: url("https://orandaya.jp/img/common/icon_active.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 13px;
}
.lp_h1 .sysHeadline::before,
.voiceContent .sysHeadline::before,
.obsessionContent .sysHeadline::before,
.shopInfo .sysHeadline::before,
.faq .sysHeadline::before,
.company .sysHeadline::before,
.tradeLaw .sysHeadline::before,
.privacyPolicy .sysHeadline::before,
.sysMypage .sysHeadline::before,
.sysMemberRegister .sysHeadline::before,
.questions .sysHeadline::before,
#sysFormConfirm .sysHeadline::before,
.completeText .sysHeadline::before,
#sysBasket .sysHeadline::before,
.newsContent .sysHeadline::before,
.anniversary-75th .sysHeadline::before,
.appInfo .sysHeadline::before {
  top: -20px;
  transform: translateX(-50%);
}
.lp_h1 .sysHeadline::after,
.voiceContent .sysHeadline::after,
.obsessionContent .sysHeadline::after,
.shopInfo .sysHeadline::after,
.faq .sysHeadline::after,
.company .sysHeadline::after,
.tradeLaw .sysHeadline::after,
.privacyPolicy .sysHeadline::after,
.sysMypage .sysHeadline::after,
.sysMemberRegister .sysHeadline::after,
.questions .sysHeadline::after,
#sysFormConfirm .sysHeadline::after,
.completeText .sysHeadline::after,
#sysBasket .sysHeadline::after,
.newsContent .sysHeadline::after,
.anniversary-75th .sysHeadline::after,
.appInfo .sysHeadline::after {
  bottom: -25px;
  transform: translateX(-50%) rotate(180deg);
}
.lp_h1 .sysHeadline span,
.voiceContent .sysHeadline span,
.obsessionContent .sysHeadline span,
.shopInfo .sysHeadline span,
.faq .sysHeadline span,
.company .sysHeadline span,
.tradeLaw .sysHeadline span,
.privacyPolicy .sysHeadline span,
.sysMypage .sysHeadline span,
.sysMemberRegister .sysHeadline span,
.questions .sysHeadline span,
#sysFormConfirm .sysHeadline span,
.completeText .sysHeadline span,
#sysBasket .sysHeadline span,
.newsContent .sysHeadline span,
.anniversary-75th .sysHeadline span,
.appInfo .sysHeadline span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #ebe7db;
  font-family: "Signika", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .lp_h1 .sysHeadline span,
  .voiceContent .sysHeadline span,
  .obsessionContent .sysHeadline span,
  .shopInfo .sysHeadline span,
  .faq .sysHeadline span,
  .company .sysHeadline span,
  .tradeLaw .sysHeadline span,
  .privacyPolicy .sysHeadline span,
  .sysMypage .sysHeadline span,
  .sysMemberRegister .sysHeadline span,
  .questions .sysHeadline span,
  #sysFormConfirm .sysHeadline span,
  .completeText .sysHeadline span,
  #sysBasket .sysHeadline span,
  .newsContent .sysHeadline span,
  .anniversary-75th .sysHeadline span,
  .appInfo .sysHeadline span {
    font-size: 1.8rem;
  }
}

.sysMypage .sysHeadline,
.sysMemberRegister .sysHeadline,
.questions .sysHeadline,
#sysFormConfirm .sysHeadline,
.completeText .sysHeadline,
#sysBasket .sysHeadline {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .sysMypage .sysHeadline,
  .sysMemberRegister .sysHeadline,
  .questions .sysHeadline,
  #sysFormConfirm .sysHeadline,
  .completeText .sysHeadline,
  #sysBasket .sysHeadline {
    margin-bottom: 60px !important;
  }
}
.sysMypage .sysHeadline::before, .sysMypage .sysHeadline::after,
.sysMemberRegister .sysHeadline::before,
.sysMemberRegister .sysHeadline::after,
.questions .sysHeadline::before,
.questions .sysHeadline::after,
#sysFormConfirm .sysHeadline::before,
#sysFormConfirm .sysHeadline::after,
.completeText .sysHeadline::before,
.completeText .sysHeadline::after,
#sysBasket .sysHeadline::before,
#sysBasket .sysHeadline::after {
  background: url("https://orandaya.jp/img/common/icon_active.png");
  background-size: contain;
}

@media screen and (max-width: 600px) {
  #sysAll .underItemRecommend {
    padding-right: 0;
  }
}
#sysAll .underItemRecommend .sysContent .sysHorizontal {
  overflow-x: clip;
}
@media screen and (max-width: 1200px) {
  #sysAll .underItemRecommend .sysContent .sysHorizontal {
    overflow-x: scroll;
  }
}
#sysAll .underItemRecommend .sysContent .sysHorizontal li {
  width: 214px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 600px) {
  #sysAll .underItemRecommend .sysContent .sysHorizontal li {
    width: 120px;
  }
}
#sysAll .underItemRecommend .sysContent .sysHorizontal li:hover {
  opacity: 0.8;
}
#sysAll .underItemRecommend .sysContent .sysHorizontal li:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 600px) {
  #sysAll .underItemRecommend .sysContent .sysHorizontal li:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  #sysAll .underItemRecommend .sysContent .sysHorizontal li a {
    font-size: 1.2rem;
  }
}

@keyframes fade-underIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-trigger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.fade-trigger.is-show {
  animation-name: fade-underIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fade-trigger.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 600px) {
  .fade-trigger.delay-time02 {
    animation-delay: unset;
  }
}
.fade-trigger.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 600px) {
  .fade-trigger.delay-time04 {
    animation-delay: unset;
  }
}
.fade-trigger.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 600px) {
  .fade-trigger.delay-time06 {
    animation-delay: unset;
  }
}
.fade-trigger.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 600px) {
  .fade-trigger.delay-time08 {
    animation-delay: unset;
  }
}

@keyframes pop2 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.02, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.05, 0.85) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.95, 1.1) translate(0%, -20%);
  }
  75% {
    transform: scale(0.95, 1.05) translate(0%, -18%);
  }
  85% {
    transform: scale(1.02, 0.85) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pop3 {
  0% {
    transform: scale(1, 1) translate(-50%, 0%);
    transform-origin: left center;
  }
  10% {
    transform: scale(1.02, 0.9) translate(-50%, 5%);
    transform-origin: left center;
  }
  30% {
    transform: scale(1.03, 0.85) translate(-50%, 15%);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 1) translate(-50%, 0%);
    transform-origin: left center;
  }
  60% {
    transform: scale(0.95, 1.05) translate(-50%, -20%);
    transform-origin: left center;
  }
  75% {
    transform: scale(0.95, 1.03) translate(-50%, -18%);
    transform-origin: left center;
  }
  85% {
    transform: scale(1.02, 0.85) translate(-50%, 15%);
    transform-origin: left center;
  }
  100% {
    transform: scale(1, 1) translate(-50%, 0%);
    transform-origin: left center;
  }
}
.pop2-sp-pop3.is___viewed {
  animation: pop2 800ms linear 0s 1;
}
@media screen and (max-width: 600px) {
  .pop2-sp-pop3.is___viewed {
    animation: pop3 800ms linear 0s 1;
  }
}

.header_wrap {
  height: auto !important;
  border: none;
}

.header_wrap_inner {
  max-width: 100%;
}

.header {
  width: 100%;
  height: auto;
  padding: 14px 30px 13px;
  float: none;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 9px 15px;
    box-shadow: 0 3px 6px rgba(85, 85, 85, 0.1);
    height: 48px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 160px;
}
@media screen and (max-width: 1000px) {
  .header__logo {
    width: 114px;
  }
}

.header__rightWrap {
  display: flex;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .header__menu {
    display: none;
  }
}

.header__item:not(:first-child) {
  margin-left: 30px;
}

.header__search {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .header__search {
    display: none;
  }
}

.header__icons {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .header__icons {
    margin-right: 18px;
  }
}

.header__icon:not(:first-child) {
  margin-left: 24px;
}

.h_cart {
  display: none !important;
}

#cartInfo {
  background: transparent;
  font-size: 0;
  border: none;
  width: auto;
  float: none;
  position: static;
  margin: 0;
  height: auto;
  line-height: unset;
  display: block;
}
#cartInfo p.cartTxt {
  font-size: 0;
  padding: 0;
  position: relative;
}
#cartInfo p.cartTxt img {
  margin: 0;
}
#cartInfo p.cartTxt .itemCount {
  font-size: 1.4rem;
  position: absolute;
  top: -7px;
  right: -15px;
  background-color: #fff6ce;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  #cartInfo {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  #cartInfo {
    display: block !important;
  }
}

.header__iconLink {
  display: inline-block;
  width: 20px;
}

.header__loginBlock {
  display: none;
}

.header__loginWrap {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.header__mypage {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .header__mypage {
    margin-right: 38px;
    margin-left: 0;
  }
}
.header__mypage .header__iconLink {
  width: 16px;
}
.header__mypage img {
  vertical-align: text-bottom;
}

@media screen and (max-width: 1000px) {
  .header__login {
    display: none;
  }
}
.header__login--register {
  margin-left: 10px;
}

.header__loginIcon {
  width: 16px;
  margin-right: 5px;
}
.header__loginIcon path {
  transition: fill 0.3s;
}
@media screen and (max-width: 1000px) {
  .header__loginIcon {
    width: 12px;
  }
}

.header__loginBtn {
  border-radius: 9999px;
  background-color: #dd001d;
  color: #fff;
  border: 1px solid #dd001d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  width: 96px;
  font-size: 1.3rem;
  line-height: 1.53;
  height: 36px;
  transition: color 0.3s, background-color 0.3s;
}
.header__loginBtn:hover {
  color: #dd001d;
  background-color: #fff;
}
.header__loginBtn:hover .header__loginIcon path {
  fill: #dd001d;
}
@media screen and (max-width: 1000px) {
  .header__loginBtn {
    justify-content: space-between;
    font-size: 1.1rem;
    width: 141px;
    padding: 5px 8px;
  }
}
.header__loginBtn--login {
  background-color: #e87d00;
  border: 1px solid #e87d00;
}
.header__loginBtn--login:hover {
  color: #e87d00;
}

.h_navi {
  margin: 0;
  height: auto !important;
}

.headerMenu {
  background-color: #fff6ce;
}
@media screen and (max-width: 1000px) {
  .headerMenu {
    display: none;
  }
}

.headerMenu__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.headerMenu__list {
  display: flex;
  justify-content: space-between;
}

.headerMenu__item {
  width: 25%;
}

.headerMenu__link {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 0 22px;
  position: relative;
  transition: background-color 0.3s;
}
.headerMenu__link::before {
  content: "";
  background-image: url("https://orandaya.jp//img/common/icon_active.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  width: 16.9px;
  height: 9.2px;
  opacity: 0;
  transition: opacity 0.3s;
}
.headerMenu__link.is-open {
  opacity: 1;
  background-color: #ffeeba;
}
.headerMenu__link.is-open::before {
  opacity: 1;
}

.headerMenu__icon {
  width: 28px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.headerMenu__icon--cake {
  width: 24px;
}

.headerMenu__linkText {
  position: relative;
  white-space: nowrap;
}

.serchKeyword .sysSearchButton {
  cursor: pointer;
}
.serchKeyword .sysItemSearchForm {
  position: relative;
}
.serchKeyword .sysItemSearchForm .sysItemSearchFormWord input {
  outline: none;
  padding: 8.5px 10px 8.5px 36px !important;
  background-color: #fff6ce;
  border-color: #604d40;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1em;
  width: 175px !important;
  color: #604d40;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.serchKeyword .sysItemSearchForm .sysSearchButton {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  border: none;
  background-image: url("../img/common/icon_search.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
  width: 16px;
  height: 16px;
}

.bgBack {
  background-color: rgba(96, 77, 64, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.bgBack.is-open {
  opacity: 1;
  visibility: visible;
}

.headerHoverArea {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 137px;
  left: 0;
  z-index: 1;
  padding: 62px 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.headerHoverArea.is-open {
  opacity: 1;
  visibility: visible;
}

.headerHoverArea__list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.headerHoverArea__item {
  width: 170px;
}

.headerHoverArea__linkText {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0.07em;
}

.headerHoverArea__btn {
  text-align: center;
  margin-top: 30px;
}

.header__hamWrap {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__hamWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.header__ham {
  width: 15px;
  height: 14px;
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.header__ham.is-open .header__hamLine:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.header__ham.is-open .header__hamLine:nth-child(2) {
  opacity: 0;
}
.header__ham.is-open .header__hamLine:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.header__hamLine {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #604d40;
  border-radius: 1px;
  position: absolute;
  transition: all 0.3s;
}
.header__hamLine:nth-child(1) {
  top: 0;
}
.header__hamLine:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamLine:nth-child(3) {
  bottom: 0;
}

.hamMenu {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 9px 15px;
  overflow-y: scroll;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.hamMenu.is-open {
  opacity: 1;
  visibility: visible;
}

.hamMenu__top {
  display: flex;
  align-items: center;
}
.hamMenu__top .header__loginBtn {
  font-size: 1.1rem;
  width: 66px;
  height: 26px;
}
.hamMenu__top .header__loginBtn--register {
  margin-left: 10px;
}

.hamMenu__topLoginWrap {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.hamMenu__mypage {
  margin-right: 20px;
}

.hamMenu__icons {
  display: flex;
}

.hamMenu__icon {
  display: inline-block;
}
.hamMenu__icon:not(:first-child) {
  margin-left: 20px;
}
.hamMenu__icon--heart {
  width: 19px;
}
.hamMenu__icon--cart {
  width: 17px;
}
.hamMenu__icon--mypage {
  width: 16px;
}

.hamMenu__search {
  margin-top: 23px;
}
.hamMenu__search .serchKeyword .sysItemSearchForm .sysItemSearchFormWord input {
  width: 100% !important;
}

.hamMenu__menuArea {
  margin-top: 30px;
}

.hamMenu__menuList {
  border-bottom: 1px solid #d9d4c4;
}

.hamMenu__menuLink {
  display: block;
  padding: 20px 10px;
  border-top: 1px solid #d9d4c4;
  position: relative;
}
.hamMenu__menuLink::after {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
}
.hamMenu__menuLink--link::after {
  background-image: url("https://orandaya.jp//img/common/icon_right-yazirushi.svg");
  width: 7px;
  height: 12px;
}
.hamMenu__menuLink--open::after {
  background-image: url("https://orandaya.jp//img/common/icon_bottom-yazirushi.svg");
  width: 12px;
  height: 7px;
}
.hamMenu__menuLink--open.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.hamMenu__menuIcon--home {
  width: 24px;
}
.hamMenu__menuIcon--cake {
  width: 22px;
}

.hamMenu__menuText {
  display: inline-block;
  font-size: 1.3rem;
  margin-left: 10px;
}

.hamMenu__menuOpenWrap {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.hamMenu__menuOpen {
  padding: 0 10px 20px;
}

.hamMenu__itemLIst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hamMenu__itemItem {
  width: calc(50% - 6.5px);
}
.hamMenu__itemItem:nth-child(n+3) {
  margin-top: 20px;
}

.hamMenu__itemName {
  font-size: 1.2rem;
  margin-top: 4px;
}

.hamMenu__itemBtn {
  text-align: center;
  margin-top: 20px;
}
.hamMenu__itemBtn .btn-main {
  width: 220px;
  height: 50px;
  line-height: 48px;
}

.hamMenu__priceList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}

.hamMenu__priceLink {
  font-size: 1.2rem;
}

.hamMenu__yellow {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.hamMenu__yellowLink {
  display: inline-block;
  width: calc(50% - 4.5px);
  background-color: #fff6ce;
  font-size: 1.2rem;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  padding: 0 10px;
  position: relative;
}
.hamMenu__yellowLink::after {
  background-image: url("https://orandaya.jp//img/common/icon_right-yazirushi.svg");
  width: 7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.hamMenu__lastMenu {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.hamMenu__lastMenuLink {
  font-size: 1.2rem;
}

.hamMenu__lastMenuList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hamMenu__lastMenuList:not(:first-child) {
  margin-left: 30px;
}

.hamMenu__lastMenuItem {
  line-height: 1em;
}

.hamMenu__closeBtnWrap {
  margin-top: 30px;
  text-align: center;
}

.hamMenu__closeBtn {
  display: inline-block;
  background-color: #e8e8e8;
  padding: 18px 60px;
  border-radius: 9999px;
  font-size: 1.2rem;
  border: none;
  position: relative;
}
.hamMenu__closeBtn::before, .hamMenu__closeBtn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #604d40;
  top: 50%;
  left: 40px;
  transform-origin: center;
  border-radius: 1px;
}
.hamMenu__closeBtn::before {
  transform: translateX(-50%) rotate(45deg);
}
.hamMenu__closeBtn::after {
  transform: translateX(-50%) rotate(-45deg);
}

.hamMenu__copy {
  margin-top: 20px;
}

.hamMenu__copyText {
  text-align: center;
  font-size: 1.2rem;
  color: #c1b0a2;
}

.important-notice {
  display: none;
  background-color: #fee59f;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) {
  .important-notice {
    margin-top: 80px;
  }
}
.important-notice ul li {
  display: flex;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 7px 30px;
}
@media screen and (max-width: 1000px) {
  .important-notice ul li {
    position: relative;
    padding: 16px 15px;
  }
}
.important-notice ul li::before {
  content: "重要なお知らせ";
  display: inline-block;
  background-color: #fff;
  color: #dd001d;
  font-size: 1.3rem;
  padding: 3px 13px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .important-notice ul li::before {
    position: absolute;
    left: 15px;
    top: -10px;
    z-index: 1;
    border: 1px solid #fee59f;
    border-radius: 2px;
    font-size: 1rem;
    padding: 2px 9px;
  }
}
.important-notice ul li a {
  display: block;
  pointer-events: none;
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .important-notice ul li a {
    font-size: 1.2rem;
  }
}
.important-notice ul li a::after {
  background-image: url("https://orandaya.jp/img/common/icon_right-yazirushi.svg");
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  transition: right 0.3s;
  right: 10px !important;
}
.important-notice ul li a:hover::after {
  right: 6px !important;
}

#top .important-notice {
  display: block;
}

.footer {
  background: #fff6ce !important;
  border-top: 1px solid #d0c1b5;
  margin-top: 100px !important;
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 60px !important;
  }
}

.footer__inner {
  max-width: 1230px;
  padding: 40px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    padding: 27px 15px 30px;
  }
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer__wrap {
    display: block;
  }
}

.footer__left {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer__left {
    display: block;
  }
}

.footer__logo {
  display: inline-block;
  width: 160px;
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    width: 205px;
  }
}

.footer__menu {
  display: flex;
  margin-left: 72px;
}
@media screen and (max-width: 1000px) {
  .footer__menu {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.footer__menuList:not(:first-child) {
  margin-left: 30px;
}

.footer__menuItem {
  text-align: left;
}
.footer__menuItem:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .footer__menuItem:not(:first-child) {
    margin-top: 12px;
  }
}

.footer__menuLink {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .footer__menuLink {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .footer__right {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d9d4c4;
  }
}

.footer__rightWrap {
  max-width: 400px;
  margin: 0 auto;
}

.footer__mallIcons {
  display: flex;
  margin-top: 4.4px;
}
@media screen and (max-width: 1000px) {
  .footer__mallIcons {
    margin-top: 10px;
  }
}

.footer__mallIcon:not(:first-child) {
  margin-left: 10px;
}
.footer__mallIcon--rakuten {
  width: 98px;
}
.footer__mallIcon--yahoo {
  width: 160px;
}
.footer__mallIcon--amazon {
  width: 88px;
}

.footer__mallText {
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .footer__mallText {
    font-size: 1.3rem;
  }
}

.footer__copy {
  background-color: #604d40;
  padding: 10px 15px;
}
@media screen and (max-width: 600px) {
  .footer__copy {
    padding: 8px 15px;
  }
}

.footer__copyText {
  color: #fff6ce;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .footer__copyText {
    font-size: 1rem;
  }
}

#sysItemDetail div#sysAside {
  width: 170px !important;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock,
#sysItemDetail div#sysAside > .sysFuncItemCategory {
  padding-left: 0;
  padding-right: 0;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock:not(:first-of-type),
#sysItemDetail div#sysAside > .sysFuncItemCategory:not(:first-of-type) {
  padding-top: 20px;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock:not(:last-of-type),
#sysItemDetail div#sysAside > .sysFuncItemCategory:not(:last-of-type) {
  padding-bottom: 20px;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock > .sysHeadline,
#sysItemDetail div#sysAside > .sysFuncItemCategory > .sysHeadline {
  width: 100% !important;
  margin: 0;
  border: none;
  border-bottom: none !important;
  padding: 0;
  font-size: 1.5rem;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock > .sysHeadline::after,
#sysItemDetail div#sysAside > .sysFuncItemCategory > .sysHeadline::after {
  display: none;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock > .sysContent,
#sysItemDetail div#sysAside > .sysFuncItemCategory > .sysContent {
  width: 100% !important;
  margin-top: 10px;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock a,
#sysItemDetail div#sysAside > .sysFuncItemCategory a {
  border-bottom: none !important;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 10px !important;
  transition: opacity 0.3s;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock a::after,
#sysItemDetail div#sysAside > .sysFuncItemCategory a::after {
  display: none;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock a:hover,
#sysItemDetail div#sysAside > .sysFuncItemCategory a:hover {
  background: transparent;
  opacity: 0.8;
}
#sysItemDetail div#sysAside > .sysFuncItemBlock li:not(:first-child),
#sysItemDetail div#sysAside > .sysFuncItemCategory li:not(:first-child) {
  margin-top: 10px;
}
#sysItemDetail div#sysAside .side_navi_item {
  border-color: #d9d4c4;
}
#sysItemDetail div#sysAside .side_navi_price {
  margin-bottom: 0;
}
#sysItemDetail div#sysAside .side_free {
  border-top: 1px solid #d9d4c4;
  padding-top: 20px;
}
#sysItemDetail div#sysAside .sideFree__link {
  transition: opacity 0.3s;
}
#sysItemDetail div#sysAside .sideFree__link:hover {
  opacity: 0.8;
}
#sysItemDetail div#sysAside .sideFree__link:not(:first-child) {
  margin-top: 20px;
}

.snsArea {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .snsArea {
    margin-top: 60px;
  }
}

.snsArea__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .snsArea__wrap {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .snsArea__textWrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.snsArea__text {
  font-size: 1.8rem;
  margin: 4.8px 0;
}
@media screen and (max-width: 600px) {
  .snsArea__text {
    display: inline-block;
    margin: 0 10px;
  }
}

.snsArea__list {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .snsArea__list {
    margin-left: 0;
    justify-content: center;
    margin-top: 20px;
  }
}

.snsArea__item:not(:first-child) {
  margin-left: 30px;
}

.snsArea__link {
  display: inline-block;
  width: 48px;
}
@media screen and (max-width: 600px) {
  .snsArea__link {
    width: 56px;
  }
}

.snsArea__textIcon img {
  display: block;
  width: 233px;
}
@media screen and (max-width: 600px) {
  .snsArea__textIcon img {
    width: 12.46px;
  }
}

.f_guide {
  margin: 0;
  border: none;
}
.f_guide .sysContent {
  max-width: 100%;
  width: 100%;
}
.f_guide p {
  margin: 0;
  font-size: unset;
}
@media screen and (max-width: 600px) {
  .f_guide p {
    padding: 0;
  }
}

.f_guide .guideArea {
  background-color: #faf6ec;
  margin-top: 60px;
}
.f_guide .guideArea__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__inner {
    padding: 0 15px;
  }
}
.f_guide .guideArea__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__list {
    display: block;
  }
}
.f_guide .guideArea__item:not(#point-services) {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__item:not(#point-services) {
    width: 100%;
    position: relative;
  }
  .f_guide .guideArea__item:not(#point-services):not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #d9d4c4;
    bottom: 0;
    left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__item:not(#point-services):not(:last-child)::after {
    left: -15px;
  }
}
.f_guide #point-services {
  width: 100%;
  overflow-x: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .f_guide #point-services {
    margin-top: 0;
  }
}
.f_guide #point-services .guideArea__content__inner {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
@media screen and (max-width: 600px) {
  .f_guide #point-services .guideArea__content__inner {
    display: block;
    margin: 0;
  }
}
.f_guide #point-services .guideArea__content__inner p {
  width: 33.3333333333%;
  padding: 0 22.5px;
}
@media screen and (max-width: 600px) {
  .f_guide #point-services .guideArea__content__inner p {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
.f_guide .guideArea__top {
  padding-left: 10px;
  position: relative;
  pointer-events: none;
}
.f_guide .guideArea__top::after {
  display: none;
}
.f_guide .guideArea__top::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #d0c1b5;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__top {
    pointer-events: auto;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .f_guide .guideArea__top::before {
    display: none;
  }
  .f_guide .guideArea__top::after {
    display: block;
    right: 0;
    transition: all 0.3s;
  }
}
.f_guide .guideArea__top.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__topInner {
    display: flex;
    align-items: center;
  }
}
.f_guide .guideArea__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__title {
    padding: 0;
    margin: 0;
  }
}
.f_guide .guideArea__subTitle {
  display: block;
  font-size: 1.3rem;
  color: #c1b0a2;
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__subTitle {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__subTitle {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__contentWrap {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
}
.f_guide .guideArea__content {
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .f_guide .guideArea__content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.f_guide .guideArea__text {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__text {
    padding: 0;
  }
}
.f_guide .guideArea__imgCredit {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .f_guide .guideArea__imgCredit {
    margin-top: 10px;
  }
}
.f_guide .guideArea__memo {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 23px;
  text-align: left;
}
.f_guide .guideArea__link {
  display: block;
  color: #9f8573;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
  text-align: left;
  width: auto;
}
.f_guide .guideArea__link::before {
  content: "> ";
  top: 0;
  left: 0;
  position: absolute;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  border-radius: 10px;
}

/* 商品ページ用 */
/* ======================================== */
.sysCategoryPankuzu {
  max-width: calc(100% - 60px) !important;
}

.sysItemCategoryPankuzu {
  max-width: 100% !important;
}

.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
  padding: 20px 0 !important;
  border-top: 1px solid #d9d4c4;
  border-bottom: 1px solid #d9d4c4;
  width: 1200px;
  font-weight: normal;
  font-size: 0 !important;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
  .sysCategoryPankuzu,
  .sysItemCategoryPankuzu {
    max-width: calc(100% - 30px) !important;
    margin-top: 60px !important;
    font-size: 0 !important;
  }
}
.sysCategoryPankuzu .sysPankuzuUrl,
.sysCategoryPankuzu a,
.sysItemCategoryPankuzu .sysPankuzuUrl,
.sysItemCategoryPankuzu a {
  display: inline-block;
  color: #9f8573;
  font-size: 1.2rem;
  position: relative;
  margin-right: 28px;
  margin-bottom: 8px;
}
.sysCategoryPankuzu .sysPankuzuUrl::after,
.sysCategoryPankuzu a::after,
.sysItemCategoryPankuzu .sysPankuzuUrl::after,
.sysItemCategoryPankuzu a::after {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_bread-yazirushi.png");
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}
.sysCategoryPankuzu .sysPankuzuItemName,
.sysItemCategoryPankuzu .sysPankuzuItemName {
  font-size: 1.2rem;
}
.sysCategoryPankuzu br:first-of-type,
.sysItemCategoryPankuzu br:first-of-type {
  display: none;
}

/* 下層ページ用 */
/* ======================================== */
.breadArea__inner {
  padding: 20px 0;
  border-top: 1px solid #d9d4c4;
  border-bottom: 1px solid #d9d4c4;
  width: 1200px;
  font-weight: normal;
  font-size: 0;
  margin: 100px auto 0;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 600px) {
  .breadArea__inner {
    max-width: calc(100% - 30px);
    margin: 64px auto 0;
  }
}

.breadArea__link,
.breadArea__text {
  display: inline-block;
  color: #9f8573;
  font-size: 1.2rem;
  position: relative;
  margin-right: 28px;
}

.breadArea__link {
  position: relative;
}
.breadArea__link::before {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_bread-yazirushi.png");
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}
.breadArea__link:hover {
  color: #9f8573;
}

.top_slider {
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 160px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  .top_slider {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .top_slider {
    margin-top: 60px;
  }
}

#top:has(.important-notice) .top_slider {
  margin-top: 30px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  #top:has(.important-notice) .top_slider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #top:has(.important-notice) .top_slider {
    margin-top: 20px;
  }
}

#top:has(.important-notice.sysDisplayMobileNone.sysDisplayTabletNone.sysDisplayPcNone) .top_slider {
  margin-top: 160px;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  #top:has(.important-notice.sysDisplayMobileNone.sysDisplayTabletNone.sysDisplayPcNone) .top_slider {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #top:has(.important-notice.sysDisplayMobileNone.sysDisplayTabletNone.sysDisplayPcNone) .top_slider {
    margin-top: 60px;
  }
}

#top #sysWrap {
  max-width: 1230px;
  padding: 0 15px;
}

.slick-slide {
  max-width: 1200px !important;
}

.thumbnail {
  margin-top: 26px;
}
@media screen and (max-width: 1200px) {
  .thumbnail {
    margin-top: 20px;
  }
}
.thumbnail .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .thumbnail .slick-track {
    justify-content: flex-start;
  }
}
.thumbnail .slick-list {
  text-align: center;
}
.thumbnail .slick-track {
  display: inline-block;
  width: auto !important;
  transform: unset !important;
  overflow-x: scroll;
}
@media screen and (max-width: 1000px) {
  .thumbnail .slick-track {
    max-width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .thumbnail .slick-track {
    max-width: 280px;
  }
}
@media screen and (max-width: 360px) {
  .thumbnail .slick-track {
    max-width: 220px;
  }
}
.thumbnail .slick-track::-webkit-scrollbar {
  display: none;
}
.thumbnail .slick-slide {
  width: 121px !important;
  margin: 0 6px;
  box-sizing: content-box;
  border: 4px solid transparent;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .thumbnail .slick-slide {
    width: 48px !important;
    margin: 0 1px;
    border-width: 3px;
  }
}
.thumbnail .slick-slide.slick-current {
  border-color: #fee59f;
}

.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    top: auto;
    transform: translateY(0);
    bottom: -70px;
  }
}
@media screen and (max-width: 600px) {
  .slick-slider .slick-arrow {
    bottom: -50px;
  }
}

.slick-slider .slick-arrow.slick_prev {
  left: 50%;
  margin-left: -620px;
}
@media screen and (max-width: 1200px) {
  .slick-slider .slick-arrow.slick_prev {
    margin-left: 0;
    left: 15px;
  }
}

.slick-slider .slick-arrow.slick_next {
  right: 50%;
  margin-right: -620px;
}
@media screen and (max-width: 1200px) {
  .slick-slider .slick-arrow.slick_next {
    margin-right: 0;
    right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .slide-items {
    padding: 0 15px;
  }
}
.slide-items .slick-slide {
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.5s;
}
.slide-items .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
}

.topMenuList {
  margin-top: 96px;
}
@media screen and (max-width: 600px) {
  .topMenuList {
    margin-top: 42px;
  }
}

.topMenuList__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .topMenuList__list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
}

.topMenuList__item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 600px) {
  .topMenuList__item {
    width: calc(50% - 7.5px);
  }
}

.topMenuList__text {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .topMenuList__text {
    font-size: 1.3rem;
  }
}

.topNewsArea {
  margin-top: 110px;
}
@media screen and (max-width: 600px) {
  .topNewsArea {
    margin-top: 67px;
  }
}

.topNewsArea__inner {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
}
@media screen and (max-width: 600px) {
  .topNewsArea__inner {
    display: block;
    margin: 0;
  }
}

.topNewsArea__itemInner {
  display: flex;
  align-items: center;
}

.topNewsArea__news {
  width: calc(50% - 30px);
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .topNewsArea__news {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .topNewsArea__news--media {
    margin-top: 67px;
  }
}

.topNewsArea__newsTitle {
  margin-top: 5px;
  color: #604d40;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topNewsArea__titleEn {
  display: block;
  line-height: 1;
  font-size: 5.6rem;
  color: #ebe7db;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: "Signika", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .topNewsArea__titleEn {
    font-size: 4.4rem;
  }
}

.topNewsArea__titleJa {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .topNewsArea__titleJa {
    font-size: 1.8rem;
  }
}

.topNewsArea__item:not(:first-child) {
  border-top: 1px solid #d9d4c4;
}

.topNewsArea__link {
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .topNewsArea__link {
    padding: 13px 0 11px;
  }
}

.topNewsArea__thumb {
  width: 93px;
  height: 62px;
  flex-shrink: 0;
  position: relative;
}
.topNewsArea__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topNewsArea__info {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .topNewsArea__info {
    margin-left: 10px;
  }
}

.topNewsArea__time {
  display: block;
  color: #c1b0a2;
  font-size: 1.3rem;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.topNewsArea__title {
  font-size: 1.4rem;
}

.topNewsArea__btnWrap {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .topNewsArea__btnWrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .topNewsArea__btnWrap .btn-main {
    width: 220px;
    height: 50px;
    line-height: 48px;
  }
}

.topNewsArea__listWrap {
  position: relative;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .topNewsArea__listWrap {
    margin-top: 23px;
  }
}

.topNewsArea__line {
  position: absolute;
  left: 0;
}
.topNewsArea__line--01 {
  top: -3px;
}
.topNewsArea__line--02 {
  bottom: -3px;
}

@media screen and (max-width: 600px) {
  #sysItemDetail {
    padding-bottom: 0 !important;
  }
}
#sysItemDetail .sysImageDescription {
  font-size: 1.2rem;
  font-weight: normal;
  min-height: 39px;
}
#sysItemDetail #exhibition-item .sysForm #sysNumber {
  display: none;
}
#sysItemDetail #exhibition-item .sysForm #sysSubmit {
  display: none;
}
#sysItemDetail #exhibition-item .sysWishListButtonFormAjax {
  margin: 30px 0 0 auto;
}
#sysItemDetail > .modaal-wrapper .modaal-close {
  border: none !important;
}
#sysItemDetail > .modaal-wrapper .modaal-close::before, #sysItemDetail > .modaal-wrapper .modaal-close::after {
  background: #604d40 !important;
}
@media screen and (max-width: 1200px) {
  #sysItemDetail > .modaal-wrapper .modaal-content .modaal-content-container {
    padding: 30px 0;
  }
}
#sysItemDetail > .modaal-wrapper .modaal-content .modaal-content-container .sysWishlistForm {
  text-align: center;
}
#sysItemDetail > .modaal-wrapper .modaal-content .modaal-content-container .sysWishlistForm input[type=submit] {
  color: #604d40;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistThumbnailGroup {
  margin-bottom: 20px;
}
#sysItemDetail > .modaal-wrapper .modaal-content .mdl-dialog__image::before {
  font-size: 1.6rem;
  color: #604d40;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistMemberRegisterGroup {
  height: 75px;
  width: 100%;
  border: none;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistMemberRegisterGroup::before {
  font-size: 1.2rem;
  color: #604d40;
}
#sysItemDetail > .modaal-wrapper .modaal-content .massage {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  #sysItemDetail > .modaal-wrapper .modaal-content .mdl-dialog__content {
    padding-left: 0;
    padding-right: 0;
  }
}
#sysItemDetail > .modaal-wrapper .modaal-content .mdl-dialog__content.sysWishlistMessage {
  padding-bottom: 10px !important;
}
#sysItemDetail > .modaal-wrapper .modaal-content .mdl-dialog__content.sysWishlistInformation {
  padding-bottom: 0 !important;
}
#sysItemDetail > .modaal-wrapper .modaal-content input[type=submit] {
  background-color: #ffba00;
  border: 1px solid #ffba00;
  border-radius: 0;
  font-size: 1.5rem;
  width: 246px;
  max-width: 100%;
  font-weight: bold;
  transition: all 0.3s;
}
#sysItemDetail > .modaal-wrapper .modaal-content input[type=submit]:hover {
  background-color: #fff;
  color: #555555;
  font-weight: normal;
}
#sysItemDetail > .modaal-wrapper .modaal-content input[type=submit].sysWishlistMemberRegistButton {
  margin-top: 15px;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistCloseBottomButtonGroup {
  text-align: center;
  margin-top: 50px;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistCloseBottomButtonGroup button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  color: #604d40;
}
#sysItemDetail > .modaal-wrapper .modaal-content .sysWishlistCloseBottomButtonGroup button:hover {
  background-color: transparent;
}
#sysItemDetail #sysWrap {
  max-width: 1240px;
  padding: 0 20px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysItemDetail #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail #sysWrap {
    padding: 0 15px;
  }
}
#sysItemDetail #sysWrap #sysMain {
  width: calc(100% - 220px);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  #sysItemDetail #sysWrap #sysMain {
    width: 100% !important;
  }
}
#sysItemDetail #sysWrap #sysAside {
  margin: 0;
}
#sysItemDetail #sysWrap article {
  max-width: 1260px;
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  #sysItemDetail #sysWrap article > .sysBlock.orderArea {
    display: block;
  }
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages {
  width: calc(100% - 430px);
  max-width: 550px;
  padding-right: 0;
}
@media screen and (max-width: 680px) {
  #sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages {
    width: 100%;
    max-width: 450px;
  }
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageDescription {
  font-size: 1.2rem;
  font-weight: normal;
  min-height: 39px;
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList {
  margin-top: 10px;
  gap: 16px 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList li {
  width: 83px;
  height: 83px;
  margin: 0;
  max-width: 83px;
}
@media screen and (max-width: 1200px) {
  #sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList li {
    flex-shrink: 0;
  }
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList li.sysCurrent img {
  border-color: #ffba00;
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysItemImages > .sysImageList::-webkit-scrollbar {
  display: none;
}
#sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysBlock {
  width: 400px;
}
@media screen and (max-width: 680px) {
  #sysItemDetail #sysWrap article > .sysBlock.orderArea > .sysBlock {
    width: 100%;
    max-width: 450px;
  }
}
#sysItemDetail .sysItemName {
  white-space: normal;
}
#sysItemDetail .sysItemName h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 6px;
  border-color: #d9d4c4;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic Antique", "Signika", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysItemName h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysPr {
    margin-top: 20px;
  }
}
#sysItemDetail .sysPr span:first-child {
  display: none;
}
#sysItemDetail .sysPr .sysItemPr {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #9f8573;
  border-color: #d9d4c4;
  padding: 5px 10px;
  width: auto;
  font-weight: bold;
  margin-bottom: 0;
}
#sysItemDetail .sysSaleTerm {
  font-size: 1.2rem;
}
#sysItemDetail .sysSaleTerm span {
  margin-top: 10px;
  display: inline-block;
}
#sysItemDetail .sysRetailPrice {
  text-align: left;
  margin-top: 15px;
  color: #604d40;
  font-size: 2rem;
}
#sysItemDetail .sysRetailPrice .taxin {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysRetailPrice {
    margin-bottom: 0;
  }
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue {
  font-family: "Signika", sans-serif;
  font-size: 2rem;
  color: #604d40;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue .taxin {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#sysItemDetail .sysFreeForm {
  width: calc(100% - 150px);
}
@media screen and (max-width: 360px) {
  #sysItemDetail .sysFreeForm {
    width: calc(100% - 125px);
  }
}
#sysItemDetail .sysFreeForm .sysNextSubmit {
  background-color: #c1b0a2;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  border-radius: 0;
  height: 40px;
  line-height: 37px;
  padding: 0 30px !important;
  width: auto;
  cursor: pointer;
  margin: 0;
  transition: opacity 0.3s;
}
#sysItemDetail .sysFreeForm .sysNextSubmit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  #sysItemDetail .sysFreeForm .sysNextSubmit {
    font-size: 1rem;
    padding: 0 18px !important;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #sysItemDetail .sysFreeForm .sysNextSubmit {
    padding: 0 5px !important;
  }
}
#sysItemDetail #sysWishlist {
  clear: both;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sysItemDetail #sysWishlist .sysWishListButtonFormAjax {
  text-align: right;
  width: 134px;
  flex-shrink: 0;
}
@media screen and (max-width: 360px) {
  #sysItemDetail #sysWishlist .sysWishListButtonFormAjax {
    width: 115px;
  }
}
#sysItemDetail #sysWishlist button {
  border-radius: 0;
  height: 40px;
  line-height: 37px;
  padding: 0 20px 0 40px !important;
  width: auto;
  font-size: 14px;
  text-indent: inherit !important;
  background-image: none !important;
  font-weight: normal;
  color: #555555;
  border-color: #ebe7db !important;
  position: relative;
  margin: 0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 360px) {
  #sysItemDetail #sysWishlist button {
    font-size: 1.2rem;
    padding: 0 15px 0 35px !important;
  }
}
#sysItemDetail #sysWishlist button::before {
  content: "";
  background-image: url("https://orandaya.jp//img/common/icon_heart-color.png");
  background-size: contain;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: background-image 0.3s;
}
@media screen and (max-width: 360px) {
  #sysItemDetail #sysWishlist button::before {
    left: 15px;
  }
}
#sysItemDetail #sysWishlist button:hover {
  background-color: #ebe7db !important;
}
#sysItemDetail #sysWishlist button:hover::before {
  background-image: url("https://orandaya.jp//img/common/icon_heart-red.png");
}
#sysItemDetail #sysWishlist button:disabled::before {
  background-image: url("https://orandaya.jp//img/common/icon_heart-red.png");
}
#sysItemDetail .sysForm #sysSelections {
  margin-top: 35px;
}
#sysItemDetail .sysForm #sysSelections > div {
  font-size: 1.2rem;
  position: relative;
  margin: 30px 0 0;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div {
    margin: 16px 0 0;
  }
}
#sysItemDetail .sysForm #sysSelections select {
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: transparent;
}
#sysItemDetail .sysForm #sysSelections input[type=text] {
  top: -8px;
  right: 0;
}
#sysItemDetail .sysForm #sysSelections select,
#sysItemDetail .sysForm #sysSelections input[type=text] {
  width: 216px;
  min-width: auto;
  height: 36px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #604d40;
  border-color: #ebe7db;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0;
  position: absolute;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections select,
  #sysItemDetail .sysForm #sysSelections input[type=text] {
    width: 100%;
    position: static;
    transform: none;
    margin-top: 10px;
    text-align: left;
  }
}
#sysItemDetail .sysForm #sysSelections > div:nth-child(3) .sysSelectionDescription {
  font-size: 1.2rem;
  color: #888888;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div:nth-child(3) .sysSelectionDescription {
    margin-top: 10px;
  }
}
#sysItemDetail .sysForm #sysSelections > div:nth-child(1)::after, #sysItemDetail .sysForm #sysSelections > div:nth-child(4)::after, #sysItemDetail .sysForm #sysSelections > div:nth-child(5)::after {
  background-image: url("https://orandaya.jp/img/common/icon_bottom-yazirushi.svg");
  background-size: cover;
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div:nth-child(1)::after, #sysItemDetail .sysForm #sysSelections > div:nth-child(4)::after, #sysItemDetail .sysForm #sysSelections > div:nth-child(5)::after {
    right: 15px;
    top: 43px;
  }
}
#sysItemDetail .sysForm #sysSelections > div:nth-child(1) .sysSelectionDescription, #sysItemDetail .sysForm #sysSelections > div:nth-child(4) .sysSelectionDescription, #sysItemDetail .sysForm #sysSelections > div:nth-child(5) .sysSelectionDescription {
  background-color: #dd001d;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  width: 32px;
  text-align: center;
  height: 16px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div:nth-child(1) .sysSelectionDescription, #sysItemDetail .sysForm #sysSelections > div:nth-child(4) .sysSelectionDescription, #sysItemDetail .sysForm #sysSelections > div:nth-child(5) .sysSelectionDescription {
    position: absolute;
    top: -3px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div:nth-child(1) .sysSelectionDescription {
    left: 88px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSelections > div:nth-child(4) .sysSelectionDescription, #sysItemDetail .sysForm #sysSelections > div:nth-child(5) .sysSelectionDescription {
    left: 126px;
  }
}
#sysItemDetail .sysForm #sysSelections .select_plate {
  text-align: right;
  margin-top: 10px;
}
#sysItemDetail .sysForm #sysSelections .select_plate img {
  width: 100px;
}
#sysItemDetail .sysForm #sysVariation {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysVariation {
    margin-top: 20px;
  }
}
#sysItemDetail .sysForm #sysVariation .sysFormVariationTable {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  border-bottom: 1px solid #d9d4c4;
  margin-top: 8px;
  margin-bottom: 0;
}
#sysItemDetail .sysForm #sysVariation tbody {
  display: flex;
  width: auto;
}
#sysItemDetail .sysForm #sysVariation th {
  height: 57px;
  border: none;
  border-top: 1px solid #d9d4c4;
  background-color: #faf6ec;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 1em;
}
#sysItemDetail .sysForm #sysVariation tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
#sysItemDetail .sysForm #sysVariation td {
  height: 57px;
  border: none;
  border-top: 1px solid #d9d4c4;
}
#sysItemDetail .sysForm #sysVariation td .sysVariationRetailPrice {
  font-size: 1.2rem;
  font-weight: normal;
}
#sysItemDetail .sysForm #sysVariation td input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #604d40;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0;
  position: relative;
}
#sysItemDetail .sysForm #sysVariation td input[type=radio]:checked {
  border-color: #604d40;
}
#sysItemDetail .sysForm #sysVariation td input[type=radio]:checked::after {
  background: #604d40;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
#sysItemDetail .sysForm #sysVariation .sysFormVariationName:first-child {
  display: none;
}
#sysItemDetail .sysForm #sysNumber {
  float: left;
  position: relative;
  font-size: 0;
  margin-top: 20px;
}
#sysItemDetail .sysForm #sysNumber > select {
  height: 50px;
  margin: 0;
  text-align: center;
  border: none;
  background: #f5f5f5;
  font-size: 1.5rem;
  color: #604d40;
  min-width: 133px;
  padding: 0;
  text-align: left;
  padding-left: 63px;
}
@media screen and (max-width: 360px) {
  #sysItemDetail .sysForm #sysNumber > select {
    min-width: 100px;
    padding-left: 46px;
  }
}
#sysItemDetail .sysForm #sysNumber > .sysNumArea {
  margin-bottom: 0;
  padding: 0;
}
#sysItemDetail .sysForm #sysNumber > .sysNumArea .sysBtnPlus {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  border-radius: 0;
  border: none;
  background: url("https://orandaya.jp/img/common/icon_plus.png") no-repeat, #f5f5f5;
  background-position: center;
  background-size: 10px;
  height: 50px;
}
#sysItemDetail .sysForm #sysNumber > .sysNumArea .sysBtnMinus {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 50px;
  border-radius: 0;
  border: none;
  background: url("https://orandaya.jp/img/common/icon_minus.png") no-repeat, #f5f5f5;
  background-position: center;
  background-size: 10px;
}
#sysItemDetail .sysForm #sysSubmit {
  float: right;
  width: 246px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  #sysItemDetail .sysForm #sysSubmit {
    margin-bottom: 27px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 360px) {
  #sysItemDetail .sysForm #sysSubmit {
    width: calc(100% - 115px);
  }
}
#sysItemDetail .sysForm #sysSubmit input[type=submit] {
  text-indent: inherit !important;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0;
  height: 50px;
  line-height: 47px;
  margin: 0;
  padding: 0 !important;
  background-color: #ffba00;
  border: 1px solid #ffba00;
  transition: all 0.3s;
  background-image: url("https://orandaya.jp/img/common/icon_cart-white.png");
  background-size: 16px 14.83px;
  background-position: left 20% center;
  padding-left: 7% !important;
}
#sysItemDetail .sysForm #sysSubmit input[type=submit]:hover {
  background-color: #fff;
  color: #555555;
  opacity: 1;
  background-image: url("https://orandaya.jp/img/common/icon_cart.png");
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysForm #sysSubmit input[type=submit] {
    background-position: left 15% center;
    padding-left: 10% !important;
  }
}
#sysItemDetail .sysForm:not(:has(#sysNumber)) #sysSubmit {
  float: none;
}
#sysItemDetail .sysForm:not(:has(#sysNumber)) #sysSubmit input[type=submit] {
  background-position: left 10% center;
}
#sysItemDetail .sysForm:not(:has(#sysNumber)) #sysSubmit input[type=submit]:disabled {
  pointer-events: none;
}
#sysItemDetail .sysDescription {
  margin-top: 40px;
  float: left;
}
@media screen and (min-width: 601px) and (max-width: 1100px) {
  #sysItemDetail .sysDescription {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysDescription {
    margin-top: 30px;
    float: none;
  }
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__title {
  font-size: 1.2rem;
  font-weight: bold;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__title.red {
  color: #dd001d;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__lead {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 19px;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__info {
  margin-top: 30px;
  background-color: #faf6ec;
  padding: 20px;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__infoTitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__infoText {
  font-size: 1.2rem;
  font-weight: normal;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__table {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ebe7db;
}
@media screen and (max-width: 600px) {
  #sysItemDetail .sysDescription #sysDescription .itemDesc__table {
    margin-top: 30px;
  }
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__tr {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #ebe7db;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__th {
  display: inline-block;
  width: 30%;
  padding-left: 10px;
  font-size: 1.2rem;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__td {
  display: inline-block;
  width: 68%;
  font-size: 1.2rem;
  font-weight: normal;
}
#sysItemDetail .sysDescription #sysDescription .itemDesc__tableMemo {
  margin-top: 14px;
  color: #888888;
  font-size: 1.2rem;
}
#sysItemDetail .sysDescription #sysDescription .allergy {
  margin-top: 20px;
}
#sysItemDetail .sysDescription #sysDescription .allergy__title {
  font-size: 1.5rem;
  font-weight: bold;
}
#sysItemDetail .sysDescription #sysDescription .allergy__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#sysItemDetail .sysDescription #sysDescription .sysItemPr_allergy {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #604d40;
  border-radius: 5px;
}

#sysItemDetail .sysModal {
  margin-bottom: 10px;
  position: relative;
}
#sysItemDetail .sysModal a:last-child {
  pointer-events: none;
}

#sysItemDetail .sysModal #modalPreb {
  left: 10px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

#sysItemDetail .sysModal #modalNext {
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

#sysItemDetail .sysModal img {
  width: 100%;
}

#sysItemDetail .sysModal #photoNum {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(193, 176, 162, 0.7);
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  z-index: 100;
}

#sysItemDetail .sysModal #modalNext {
  display: block;
  position: absolute;
  width: 30px;
  height: 60px;
  background-size: 30px;
  background-image: url("https://orandaya.jp/img/common/icon_arrow.png");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px 10px;
  z-index: 10;
}

#sysItemDetail .sysModal #modalPreb {
  display: block;
  position: absolute;
  width: 30px;
  height: 60px;
  background-size: 30px;
  background-image: url("https://orandaya.jp/img/common/icon_arrow.png");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px 10px;
  z-index: 10;
  left: 0;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*スライダー化　ここまで*/
.itemIntro {
  margin-top: 80px;
}

.itemIntro__lead {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__lead {
    margin-top: 20px;
  }
}

.itemIntro__leadTilte {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .itemIntro__leadTilte {
    font-size: 1.5rem;
  }
}

.itemIntro__leadText {
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .itemIntro__leadText {
    font-size: 1.3rem;
  }
}

.itemIntro__pickup {
  margin-top: 100px;
  background-color: #faf6ec;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__pickup {
    padding: 30px 20px 40px;
    margin-top: 44px;
  }
}

.itemIntro__pickupInner {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto auto auto;
  gap: 30px;
}
@media screen and (max-width: 680px) {
  .itemIntro__pickupInner {
    display: block;
  }
}

.itemIntro__pickupTitle {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.8rem;
  position: relative;
}
.itemIntro__pickupTitle::after {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_dots.png");
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 41px;
  height: 7px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .itemIntro__pickupTitle {
    font-size: 1.5rem;
  }
}

.itemIntro__pickupImage {
  grid-column: 1/2;
  grid-row: 1/4;
}
@media screen and (max-width: 680px) {
  .itemIntro__pickupImage {
    margin-top: 37px;
  }
}

.pitemIntro__pickupText {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 7px;
}
@media screen and (max-width: 1200px) {
  .pitemIntro__pickupText {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 680px) {
  .pitemIntro__pickupText {
    margin-top: 20px;
  }
}

.itemIntro__pickupBtnWrap {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media screen and (max-width: 680px) {
  .itemIntro__pickupBtnWrap {
    margin-top: 30px;
    text-align: center;
  }
}

.itemIntro__main {
  margin-top: 100px;
  padding: 30px 30px 40px;
  background-color: #faf6ec;
}
@media screen and (max-width: 1200px) {
  .itemIntro__main {
    padding: 30px 20px 40px;
    margin-top: 60px;
  }
}

.itemIntro__mainLead {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .itemIntro__mainLead {
    font-size: 2rem;
  }
}

.itemIntro__mainList {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 26px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__mainList {
    gap: 20px 15px;
  }
}

.itemIntro__mainItem {
  width: calc(25% - 19.5px);
}
@media screen and (max-width: 1200px) {
  .itemIntro__mainItem {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 680px) {
  .itemIntro__mainItem {
    width: calc(50% - 7.5px);
  }
}

.itemIntro__itemLink {
  transition: opacity 0.3s;
}
.itemIntro__itemLink:hover {
  opacity: 0.8;
}

.itemIntro__mainName {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
}

.pitemIntro__mainPrice {
  font-size: 1.6rem;
  color: #9f8573;
}
.pitemIntro__mainPrice span {
  font-size: 1rem;
}

.itemIntro__mainBtnWrap {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__mainBtnWrap {
    margin-top: 30px;
  }
}

.itemIntro__last {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__last {
    margin-top: 60px;
  }
}

.itemIntro__lastImageMemo {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #9f8573;
}
@media screen and (max-width: 1200px) {
  .itemIntro__lastImageMemo {
    font-size: 1.3rem;
  }
}

.itemIntro__lastText {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__lastText {
    font-size: 1.3rem;
  }
}

.itemIntro__lastLink {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 40px;
  color: #9f8573;
  transition: opacity 0.3s;
}
.itemIntro__lastLink:hover {
  color: #9f8573;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .itemIntro__lastLink {
    margin-top: 30px;
  }
}

.itemIntro__lastBtnWrap {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__lastBtnWrap {
    margin-top: 30px;
  }
}

.itemIntro__bnr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .itemIntro__bnr {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .itemIntro__bnr {
    flex-direction: column;
  }
}

.itemIntro__bnrItem {
  width: calc(50% - 20px);
}
@media screen and (max-width: 600px) {
  .itemIntro__bnrItem {
    width: 100%;
  }
}

.itemIntro__bnrLink {
  display: block;
  transition: opacity 0.3s;
}
.itemIntro__bnrLink:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .itemIntro__pickupBtnWrap .btn-main,
  .itemIntro__mainBtnWrap .btn-main,
  .itemIntro__lastBtnWrap .btn-main {
    width: 220px;
    height: 50px;
    line-height: 48px;
  }
}

#sysAll .sysFuncItemBlock,
#sysAll .itemCategory {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #sysAll .sysFuncItemBlock,
  #sysAll .itemCategory {
    padding: 0 0 0 15px;
  }
}
#sysAll .sysFuncItemBlock .sysHeadline,
#sysAll .itemCategory .sysHeadline {
  margin: 0;
  width: auto;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d4c4;
  position: relative;
}
@media screen and (max-width: 600px) {
  #sysAll .sysFuncItemBlock .sysHeadline,
  #sysAll .itemCategory .sysHeadline {
    padding-bottom: 8px;
  }
}
#sysAll .sysFuncItemBlock .sysHeadline::after,
#sysAll .itemCategory .sysHeadline::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #9f8573;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#sysAll .sysFuncItemBlock .sysHeadline::before,
#sysAll .itemCategory .sysHeadline::before {
  display: none;
}
#sysAll .sysFuncItemBlock .sysHorizontal,
#sysAll .itemCategory .sysHorizontal {
  display: flex;
  overflow-x: scroll;
  overflow-y: clip;
  margin-top: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #sysAll .sysFuncItemBlock .sysHorizontal,
  #sysAll .itemCategory .sysHorizontal {
    padding-right: 15px;
    margin-top: 20px;
    padding-bottom: 26px;
  }
}
#sysAll .sysFuncItemBlock .sysHorizontal li,
#sysAll .itemCategory .sysHorizontal li {
  flex-shrink: 0;
  padding: 0;
}
#sysAll .sysFuncItemBlock .sysHorizontal li .sysItemName,
#sysAll .itemCategory .sysHorizontal li .sysItemName {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 10px;
  line-height: 1.6;
}
#sysAll .sysFuncItemBlock .sysHorizontal li .sysItemPrice,
#sysAll .itemCategory .sysHorizontal li .sysItemPrice {
  font-size: 1.6rem;
  text-align: left;
  color: #9f8573;
  font-weight: normal;
  font-family: "Signika", sans-serif;
  white-space: normal;
}
#sysAll .sysFuncItemBlock .sysHorizontal li .sysItemPrice .taxin,
#sysAll .itemCategory .sysHorizontal li .sysItemPrice .taxin {
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#sysAll .itemConnection,
#sysAll .itemRecommend {
  margin-top: 60px;
}
#sysAll .itemConnection .sysContent .sysHorizontal,
#sysAll .itemRecommend .sysContent .sysHorizontal {
  overflow-x: clip;
}
@media screen and (max-width: 1260px) {
  #sysAll .itemConnection .sysContent .sysHorizontal,
  #sysAll .itemRecommend .sysContent .sysHorizontal {
    overflow-x: scroll;
  }
}
#sysAll .itemConnection .sysContent .sysHorizontal li,
#sysAll .itemRecommend .sysContent .sysHorizontal li {
  width: 214px;
}
#sysAll .itemConnection .sysContent .sysHorizontal li:not(:first-child),
#sysAll .itemRecommend .sysContent .sysHorizontal li:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 600px) {
  #sysAll .itemConnection .sysContent .sysHorizontal li:not(:first-child),
  #sysAll .itemRecommend .sysContent .sysHorizontal li:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  #sysAll .itemConnection .sysContent .sysHorizontal li,
  #sysAll .itemRecommend .sysContent .sysHorizontal li {
    width: 120px;
  }
}
#sysAll .itemConnection .sysContent .sysHorizontal li a,
#sysAll .itemRecommend .sysContent .sysHorizontal li a {
  transition: opacity 0.3s;
}
#sysAll .itemConnection .sysContent .sysHorizontal li a:hover,
#sysAll .itemRecommend .sysContent .sysHorizontal li a:hover {
  opacity: 0.8;
}
#sysAll .itemCategory {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory {
    padding: 0 15px;
  }
}
#sysAll .itemCategory .headerHoverArea {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 24px 0 0;
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory .headerHoverArea {
    padding: 0;
  }
}
#sysAll .itemCategory .headerHoverArea__list {
  justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1260px) {
  #sysAll .itemCategory .headerHoverArea__list {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory .headerHoverArea__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    overflow-x: clip;
    padding-bottom: 0;
  }
}
#sysAll .itemCategory .headerHoverArea__item {
  width: 214px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory .headerHoverArea__item {
    width: calc(50% - 7.5px);
  }
  #sysAll .itemCategory .headerHoverArea__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory .headerHoverArea__linkText {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #sysAll .itemCategory .headerHoverArea__btn .btn-main {
    width: 220px;
    height: 50px;
    line-height: 48px;
  }
}

.itemCheck {
  margin-top: 60px;
}
.itemCheck .sysContent .sysHorizontal li {
  width: 160px;
  white-space: nowrap;
}
.itemCheck .sysContent .sysHorizontal li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .itemCheck .sysContent .sysHorizontal li:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .itemCheck .sysContent .sysHorizontal li {
    width: 120px;
  }
}
.itemCheck .sysContent .sysHorizontal li a {
  transition: opacity 0.3s;
}
.itemCheck .sysContent .sysHorizontal li a:hover {
  opacity: 0.8;
}

.sysCategoryPankuzu {
  max-width: 1260px;
  padding: 0 30px;
  margin: 100px auto 0;
}

.form-restock_info #sysMain > h3 {
  margin-bottom: 20px;
}
.form-restock_info #sysMain > p {
  max-width: 600px;
  margin: 0 auto;
}
.form-restock_info #sysMain > form > .sysForm {
  max-width: 350px;
  margin: 0 auto;
}
.form-restock_info #sysMain > form .sysFormLabel,
.form-restock_info #sysMain > form .sysRequired {
  font-size: 13px;
}
.form-restock_info #sysMain > form .sysItemVariationByFreeform {
  margin-top: 10px;
}
.form-restock_info #sysMain > form .sysItemVariationByFreeform select {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background: transparent;
  color: #604d40;
}

#sysAll:has(#item-template-christmas) {
  overflow: hidden;
}

#sysItemDetail #sysWrap:has(#item-template-christmas) {
  overflow: visible;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 280px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  #sysItemDetail #sysWrap:has(#item-template-christmas) {
    display: block;
    margin-top: 86px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemDetail #sysWrap:has(#item-template-christmas) {
    display: block;
    margin-top: 68px;
    padding-bottom: 60px;
  }
}
#sysItemDetail #sysWrap:has(#item-template-christmas)::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: -38px auto auto;
  z-index: 1;
  width: 100vw;
  height: calc(100% + 38px);
  background: url("/img/layout/item/christmas-template/deco_xmas_top_pc.svg") repeat-x, url("/img/layout/item/christmas-template/bg_xmas_pc@2x.jpg") repeat;
  background-position: center top, center top;
  background-size: contain, 1920px 1690px;
}
@media screen and (max-width: 600px) {
  #sysItemDetail #sysWrap:has(#item-template-christmas)::before {
    margin: -20px auto auto;
    height: calc(100% + 20px);
    background: url("/img/layout/item/christmas-template/deco_xmas_top_sp.svg") repeat-x, url("/img/layout/item/christmas-template/bg_xmas_sp@2x.jpg") repeat;
    background-position: center top, center top;
    background-size: contain, 100% 1068px;
  }
}
#sysItemDetail #sysWrap:has(#item-template-christmas)::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: auto;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: url("/img/layout/item/christmas-template/deco_itemdetail_btm_l_pc.svg") no-repeat, url("/img/layout/item/christmas-template/deco_itemdetail_btm_r_pc.svg") no-repeat;
  background-position: left bottom, right bottom;
  background-size: 600px 154px, 900px 139px;
}
@media screen and (max-width: 600px) {
  #sysItemDetail #sysWrap:has(#item-template-christmas)::after {
    background: url("/img/layout/item/christmas-template/deco_itemdetail_btm_sp.svg") no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #sysMain,
#sysItemDetail #sysWrap:has(#item-template-christmas) #sysAside {
  position: relative;
  z-index: 2;
  float: none;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #sysMain {
  order: 2;
  margin: 0;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #sysAside {
  order: 1;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #deco_itemdetail01_pc {
  position: absolute;
  left: -440px;
  top: 120px;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #deco_itemdetail02_pc {
  position: absolute;
  right: -310px;
  top: 300px;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #deco_itemdetail03_pc {
  position: absolute;
  left: -540px;
  top: 680px;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #deco_itemdetail04_pc {
  position: absolute;
  left: -440px;
  top: 1100px;
}
#sysItemDetail #sysWrap:has(#item-template-christmas) #deco_itemdetail05_pc {
  position: absolute;
  right: -340px;
  top: 1160px;
}

#item-template-christmas .sysItemName h1 {
  border-color: #dbb979;
  position: relative;
}
#item-template-christmas .sysItemName h1::before {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 15px;
  background: url("/img/layout/item/christmas-template/deco_itemdetail_ttl.svg") no-repeat;
  background-size: cover;
}
#item-template-christmas .sysItemName h1::after {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 15px;
  background: url("/img/layout/item/christmas-template/deco_itemdetail_ttl.svg") no-repeat;
  background-size: cover;
}
#item-template-christmas .sysModal > a:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/img/layout/item/christmas-template/frame_xmas_itemdetail.svg") no-repeat;
  background-size: cover;
  opacity: 0;
}
#item-template-christmas .sysModal > a:last-child:has(img.done)::before {
  opacity: 1;
}
#item-template-christmas .itemDesc__info {
  position: relative;
}
#item-template-christmas .itemDesc__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  transform: translate(-37%, -37%);
  background: url("/img/layout/item/christmas-template/deco_itemdetail_txt_l.svg") no-repeat;
  background-size: cover;
}
#item-template-christmas .itemDesc__info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 45px;
  transform: translate(20%, 20%);
  background: url("/img/layout/item/christmas-template/deco_itemdetail_txt_r.svg") no-repeat;
  background-size: cover;
}

#sysItemCategory #sysAside {
  display: none;
}
#sysItemCategory #sysWrap {
  max-width: 1240px;
  padding: 0 20px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysItemCategory #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory #sysWrap {
    padding: 0;
    margin-top: 78px;
  }
}
#sysItemCategory #sysMain {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #sysItemCategory #sysMain {
    padding: 0 !important;
  }
}
#sysItemCategory .catTitle {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .catTitle {
    font-size: 2rem;
  }
}
#sysItemCategory .sysItemCategoryForm {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemCategoryForm {
    padding: 0 15px;
    margin-top: 20px;
  }
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 17px 0;
  margin: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl {
    padding: 12px 0;
  }
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::before, #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::after {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_item-line.png");
  background-size: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::before, #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::after {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::before, #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::after {
    background-image: url("https://orandaya.jp/img/common/icon_item-line_sp.png");
    background-size: cover;
  }
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::before {
  top: 0;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl::after {
  bottom: 0;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl a {
  font-size: 1.2rem;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  padding: 8px 10px;
  line-height: 1em;
  margin: 5px 0;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl a.sysCurrent {
  background-color: #604d40;
  border-color: #604d40;
  color: #fff;
}
#sysItemCategory .sysItemListDisp {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sysItemCategory .sysItemListDisp::after {
  display: none;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemListDisp {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
#sysItemCategory .sysItemListDisp #displayCount {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemListDisp #displayCount {
    font-size: 1rem;
    font-weight: bold;
  }
}
#sysItemCategory .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label {
  font-size: 0;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:nth-child(1) input[type=radio] {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://orandaya.jp/img/common/icon_list.png") top center no-repeat;
  background-size: contain;
  margin: 0;
  outline: none;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:nth-child(2) {
  margin-left: 20px;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:nth-child(2) input[type=radio] {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://orandaya.jp/img/common/icon_thumb.png") top center no-repeat;
  background-size: contain;
  margin: 0;
  outline: none;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemList {
    padding: 0 15px;
  }
}
#sysItemCategory .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 27px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemList ul.sysThumbnail {
    gap: 20px 15px;
  }
}
#sysItemCategory .sysItemList ul.sysThumbnail li {
  padding: 0;
  width: calc(25% - 20.25px);
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemList ul.sysThumbnail li {
    width: calc(50% - 7.5px) !important;
  }
}
#sysItemCategory .sysItemList ul.sysThumbnail li .thumbnail {
  margin: 0;
}
#sysItemCategory .sysItemList ul.sysList li {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage {
    margin-right: 10px;
  }
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage img {
  margin: 0;
}
#sysItemCategory .sysItemPrArea {
  margin-top: 14px;
}
#sysItemCategory .sysItemPrArea .sysItemPr {
  margin: 0;
  font-size: 1rem;
  color: #9f8573;
  width: auto;
  height: auto;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  border-color: #d9d4c4;
}
#sysItemCategory .sysItemPrArea .sysItemPr_allergy {
  display: none;
}
#sysItemCategory .sysItemName {
  margin-top: 10px;
  white-space: normal;
}
#sysItemCategory .sysItemName a {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysItemName a {
    font-size: 1.3rem;
  }
}
#sysItemCategory .sysRetailPrice {
  color: #9f8573;
  font-size: 1.6rem;
}
#sysItemCategory .sysRetailPrice .taxin {
  font-size: 1rem;
}
#sysItemCategory .sysPagination {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysPagination {
    margin-top: 20px;
  }
}
#sysItemCategory .sysPagination li {
  padding: 0;
  width: auto;
}
#sysItemCategory .sysPagination a {
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .sysPagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
#sysItemCategory .sysPagination a.sysCurrent {
  color: #fff;
  background-color: #604d40;
}
#sysItemCategory .sysFuncItemBlock {
  padding: 0;
}
#sysItemCategory .itemCheck {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemCheck {
    padding: 0 0 0 15px;
    margin-top: 60px;
  }
}
#sysItemCategory .itemCheck .sysHorizontal.is-scroll::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
#sysItemCategory .itemListLead__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .itemListLead__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__title {
    font-size: 2rem;
  }
}
#sysItemCategory .itemListLead__mv {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__mv {
    margin-top: 20px;
  }
}
#sysItemCategory .itemListLead__subTitle {
  font-size: 4rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .itemListLead__subTitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__subTitle {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 40px;
  }
}
#sysItemCategory .itemListLead__text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 25px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .itemListLead__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__text {
    text-align: left;
    font-size: 1.5rem;
    padding: 0 15px;
    margin-top: 20px;
    line-height: 1.6;
  }
}
#sysItemCategory .itemListLead__info {
  margin-top: 60px;
  background-color: #faf6ec;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__info {
    margin-top: 40px;
  }
}
#sysItemCategory .itemListLead__infoInner {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .itemListLead__infoInner {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoInner {
    padding: 30px 15px;
  }
}
#sysItemCategory .itemListLead__infoTitle {
  font-size: 3.2rem;
  color: #9f8573;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #sysItemCategory .itemListLead__infoTitle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoTitle {
    font-size: 2rem;
  }
}
#sysItemCategory .itemListLead__infoList {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoList {
    margin-top: 20px;
  }
}
#sysItemCategory .itemListLead__infoItem {
  width: calc(33.33% - 13.33px);
}
#sysItemCategory .itemListLead__infoItem:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoItem:not(:first-child) {
    margin-left: 4px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoItem {
    width: calc(33.33% - 4px);
  }
}
#sysItemCategory .itemListLead__infoMemo {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #sysItemCategory .itemListLead__infoMemo {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 20px;
    line-height: 1.6;
  }
}

#sysItemSearch #sysWrap {
  max-width: 1240px;
  padding: 0 20px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysItemSearch #sysWrap {
    margin-top: 68px;
  }
}
#sysItemSearch #sysAside {
  display: none;
}
#sysItemSearch div#sysMain {
  float: none;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysWrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain, .sysMypage div#sysMain {
    padding: 0 !important;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm {
  background-color: #faf6ec;
  position: relative;
  font-weight: normal;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormWord {
  display: inline-block;
  max-width: 376px;
  width: 45%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormWord {
    width: 100%;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormWord input {
  font-size: 13px;
  height: 46px;
  padding: 0 10px !important;
  border-color: #ebe7db;
  color: #604d40;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchAndOr {
  display: inline-block;
  font-size: 13px;
  height: 46px;
  line-height: 46px;
  margin-left: 10px;
  max-width: 254px;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchAndOr {
    height: 30px;
    line-height: 30px;
    margin-left: 0;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormRange {
  font-size: 13px;
  margin-left: 10px;
  margin-top: 0;
  max-width: 260px;
  width: 100%;
  vertical-align: top;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormRange input {
  height: 46px;
  letter-spacing: 0.06em;
  margin-right: 0.5em;
  padding: 0 10px !important;
  width: 84px !important;
  color: #604d40;
}
@media screen and (max-width: 970px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormRange {
    margin-left: 0;
    margin-top: 10px;
    vertical-align: unset;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormCategory {
  font-size: 0;
  margin-bottom: 0;
  max-width: 376px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormCategory {
    margin-bottom: 5px;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormCategory select {
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border-color: #ebe7db;
  color: #604d40;
  background-color: #fff;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormItemCategoryGroups {
  display: none;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormSort {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 15px;
  max-width: 122px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormSort {
    margin-left: 0;
    margin-top: 5px;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormSort select {
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  height: 46px;
  color: #604d40;
  background-color: #fff;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormLimit {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 15px;
  max-width: 122px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormLimit {
    margin-top: 5px;
  }
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysItemSearchFormLimit select {
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  height: 46px;
  color: #604d40;
  background-color: #fff;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysSearchButton {
  background-color: #604d40;
  border: 1px solid #604d40;
  bottom: 20px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  max-width: 298px;
  position: absolute;
  right: 20px;
  width: 100%;
  padding: 0 !important;
  font-weight: normal;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
#sysItemSearch #sysMain > .sysItemSearchForm .sysSearchButton:hover {
  background-color: #fff;
  color: #604d40;
}
@media screen and (max-width: 1060px) {
  #sysItemSearch #sysMain > .sysItemSearchForm .sysSearchButton {
    max-width: 100%;
    position: static;
  }
}
#sysItemSearch #sysMain > .sysItemListDisp {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemListDisp {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
#sysItemSearch #sysMain > .sysItemListDisp::after {
  display: none;
}
#sysItemSearch #sysMain > .sysItemListDisp #displayCount {
  font-size: 1.4rem;
  font-weight: normal;
  width: 180px;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemListDisp #displayCount {
    font-size: 1rem;
    font-weight: bold;
  }
}
#sysItemSearch #sysMain > .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
}
#sysItemSearch #sysMain > .sysItemListDisp .sysItemListViewType label {
  font-size: 0;
}
#sysItemSearch #sysMain > .sysItemListDisp .sysItemListViewType label:nth-child(2) {
  margin-left: 20px;
}
#sysItemSearch #sysMain > .sysItemListDisp .sysItemListViewType label:nth-child(1) input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://orandaya.jp/img/common/icon_list.png") top center no-repeat;
  background-size: contain;
  margin: 0;
  outline: none;
  border-radius: 0;
}
#sysItemSearch #sysMain > .sysItemListDisp .sysItemListViewType label:nth-child(2) input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://orandaya.jp/img/common/icon_thumb.png") top center no-repeat;
  background-size: contain;
  margin: 0;
  outline: none;
  border-radius: 0;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 27px;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemList ul.sysThumbnail {
    gap: 20px 15px;
  }
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li {
  padding: 0;
  width: calc(25% - 20.25px);
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li {
    width: calc(50% - 7.5px) !important;
  }
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li img {
  margin: 0;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemName {
  margin-top: 10px;
  white-space: normal;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemName a {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemName a {
    font-size: 1.3rem;
  }
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysRetailPrice {
  color: #9f8573;
  font-size: 1.6rem;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysRetailPrice .taxin {
  font-size: 1rem;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemPrArea {
  margin-top: 14px;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemPrArea .sysItemPr {
  margin: 0;
  font-size: 1rem;
  color: #9f8573;
  width: auto;
  height: auto;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  border-color: #d9d4c4;
}
#sysItemSearch #sysMain > .sysItemList ul.sysThumbnail li .sysItemPrArea .sysItemPr_allergy {
  display: none;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysThumbnailImage {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemList ul.sysList li .sysThumbnailImage {
    margin-right: 10px;
    flex-shrink: 0;
  }
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysThumbnailImage img {
  margin: 0;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li::after {
  display: none;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemName {
  margin-top: 10px;
  white-space: normal;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemName a {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemName a {
    font-size: 1.3rem;
  }
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysRetailPrice {
  color: #9f8573;
  font-size: 1.6rem;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysRetailPrice .taxin {
  font-size: 1rem;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemPrArea {
  margin-top: 14px;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemPrArea .sysItemPr {
  margin: 0;
  font-size: 1rem;
  color: #9f8573;
  width: auto;
  height: auto;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  border-color: #d9d4c4;
}
#sysItemSearch #sysMain > .sysItemList ul.sysList li .sysItemPrArea .sysItemPr_allergy {
  display: none;
}
#sysItemSearch #sysMain .sysPagination {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain .sysPagination {
    margin-top: 20px;
  }
}
#sysItemSearch #sysMain .sysPagination ul {
  text-align: center;
}
#sysItemSearch #sysMain .sysPagination li {
  padding: 0;
  width: auto;
}
#sysItemSearch #sysMain .sysPagination a {
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #sysItemSearch #sysMain .sysPagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
#sysItemSearch #sysMain .sysPagination a.sysCurrent {
  color: #fff;
  background-color: #604d40;
}

#special-feature #sysWrap {
  max-width: 100%;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #special-feature #sysWrap {
    margin-top: 68px;
  }
}

.specialFeacture_content .specialFeature__inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__inner {
    padding: 0;
  }
}
.specialFeacture_content .specialFeature__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__title {
    font-size: 2rem;
  }
}
.specialFeacture_content .specialFeature__mv {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__mv {
    margin-top: 20px;
  }
}
.specialFeacture_content .specialFeature__lead {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__lead {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.specialFeacture_content .specialFeature__subTitle {
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__subTitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__subTitle {
    font-size: 2.4rem;
  }
}
.specialFeacture_content .specialFeature__leadText {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__leadText {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__leadText {
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.specialFeacture_content .specialFeature__main {
  margin-top: 60px;
  background-image: url("https://orandaya.jp/img/special-feature/bg_feature-main.png");
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__main {
    margin-top: 40px;
  }
}
.specialFeacture_content .specialFeature__mainInner {
  padding: 60px 100px 80px;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainInner {
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__mainInner {
    padding: 40px 15px 40px;
  }
}
.specialFeacture_content .specialFeature__mainTitle {
  text-align: center;
  color: #9f8573;
  font-size: 3.6rem;
  position: relative;
}
.specialFeacture_content .specialFeature__mainTitle::after {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_feature-top-bg.png");
  background-size: cover;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__mainTitle::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainTitle {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.specialFeacture_content .specialFeature__mainList {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__mainList {
    margin-top: 37.4px;
  }
}
.specialFeacture_content .specialFeature__mainItem {
  display: grid;
  grid-template-rows: 50px auto 1fr;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(n+2) {
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(n+2) {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(n+2)::before {
  content: "";
  background-image: url("https://orandaya.jp/img/common/icon_feature-line.png");
  background-size: contain;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.07px;
  position: absolute;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(odd) {
  grid-template-columns: 440px auto;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainImage {
  grid-column: 1/2;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainItemName {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainItemName {
    margin-left: 0;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainDesc {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainDesc {
    margin-left: 0;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainMaterial {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(odd) .specialFeature__mainMaterial {
    margin-left: 0;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(even) {
  grid-template-columns: auto 440px;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainImage {
  grid-column: 2/3;
}
.specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainItemName {
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainItemName {
    margin-right: 0;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainDesc {
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainDesc {
    margin-right: 0;
  }
}
.specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainMaterial {
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem:nth-child(even) .specialFeature__mainMaterial {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainItem {
    grid-template-columns: 350px auto;
  }
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItem {
    display: block;
  }
}
.specialFeacture_content .specialFeature__mainImage {
  grid-row: 1/4;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainImage {
    margin-top: 35px;
  }
}
.specialFeacture_content .specialFeature__mainItemName {
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainItemName {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItemName {
    text-align: center;
    font-size: 2rem;
  }
}
.specialFeacture_content .specialFeature__mainItemName::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  background: url("https://orandaya.jp/img/common/icon_dots.png") no-repeat;
  background-size: cover;
  width: 41.21px;
  height: 7.07px;
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainItemName::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.specialFeacture_content .specialFeature__mainDesc {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 47px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainDesc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainDesc {
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 20px;
    line-height: 1.5;
  }
}
.specialFeacture_content .specialFeature__mainMaterial {
  font-size: 1.5rem;
  padding-top: 30px;
  border-top: 1px solid #ebe7db;
}
@media screen and (max-width: 1200px) {
  .specialFeacture_content .specialFeature__mainMaterial {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .specialFeacture_content .specialFeature__mainMaterial {
    padding-top: 20px;
  }
}

.specialFeature_item {
  margin-top: 100px !important;
}
@media screen and (max-width: 600px) {
  .specialFeature_item {
    margin-top: 40px !important;
  }
}
.specialFeature_item .sysContent .sysHorizontal {
  overflow: inherit !important;
  flex-wrap: wrap;
  gap: 44px 28px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .specialFeature_item .sysContent .sysHorizontal {
    gap: 34px 15px;
  }
}
.specialFeature_item .sysContent .sysHorizontal li {
  width: calc(25% - 21px);
}
@media screen and (max-width: 600px) {
  .specialFeature_item .sysContent .sysHorizontal li {
    width: calc(50% - 7.5px);
  }
}
.specialFeature_item .sysContent .sysHorizontal li a {
  transition: opacity 0.3s;
}
.specialFeature_item .sysContent .sysHorizontal li a:hover {
  opacity: 0.8;
}

body.lower-layout #sysAll:has(.christmasMain) {
  overflow: hidden;
}

body.lower-layout #sysWrap:has(.christmasMain) {
  overflow: visible;
  position: relative;
  padding-bottom: 280px;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  body.lower-layout #sysWrap:has(.christmasMain) {
    margin-top: 72px;
  }
}
@media screen and (max-width: 600px) {
  body.lower-layout #sysWrap:has(.christmasMain) {
    display: block;
    padding-bottom: 124px;
    margin-top: 96px;
  }
}
body.lower-layout #sysWrap:has(.christmasMain)::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: -23px auto auto;
  z-index: 1;
  width: 100vw;
  height: calc(100% + 23px);
  background: url("/img/features/christmas/deco_xmas_top_pc.svg") repeat-x, url("/img/features/christmas/deco_top_l_pc.svg") no-repeat, url("/img/features/christmas/deco_top_r_pc.svg") no-repeat, url("/img/features/christmas/bg_xmas_pc@2x.jpg") repeat;
  background-position: center top, left 60px top, right 60px top, center top;
  background-size: contain, 440px 307px, 440px 253px, 1920px 1690px;
}
@media screen and (max-width: 1600px) and (min-width: 1201px) {
  body.lower-layout #sysWrap:has(.christmasMain)::before {
    background-size: contain, 300px auto, 300px auto, 1920px 1690px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  body.lower-layout #sysWrap:has(.christmasMain)::before {
    background-position: center top, left 30px top, right 30px top, center top;
    background-size: contain, 180px auto, 180px auto, 1920px 1690px;
  }
}
@media screen and (max-width: 600px) {
  body.lower-layout #sysWrap:has(.christmasMain)::before {
    margin: -47px auto auto;
    height: calc(100% + 47px);
    background: url("/img/features/christmas/deco_xmas_top_sp.svg") repeat-x, url("/img/features/christmas/deco_top_l_sp.svg") no-repeat, url("/img/features/christmas/deco_top_r_sp.svg") no-repeat, url("/img/features/christmas/bg_xmas_sp@2x.jpg") repeat-y;
    background-position: center top, left 10px top, right 10px top, center top;
    background-size: contain, 150px 87px, 150px 69px, 100% 1068px;
  }
}
body.lower-layout #sysWrap:has(.christmasMain)::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: auto;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: url("/img/features/christmas/deco_feature_btm_l_pc.svg") no-repeat, url("/img/features/christmas/deco_feature_btm_r_pc.svg") no-repeat;
  background-position: left bottom, right bottom;
  background-size: 899px 161px, 600px 143px;
}
@media screen and (max-width: 600px) {
  body.lower-layout #sysWrap:has(.christmasMain)::after {
    background: url("/img/features/christmas/deco_feature_btm_sp.svg") no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
}
body.lower-layout #sysWrap:has(.christmasMain) #sysMain,
body.lower-layout #sysWrap:has(.christmasMain) #sysAside {
  position: relative;
  float: none;
}
body.lower-layout #sysWrap:has(.christmasMain) #sysMain {
  z-index: 2;
}
body.lower-layout #sysWrap:has(.christmasMain) #sysAside {
  z-index: 3;
}

.christmasMain .sysContent {
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent {
    padding-top: 60px;
  }
}
.christmasMain .sysContent .title {
  text-align: center;
  margin-bottom: 40px;
}
.christmasMain .sysContent .title-img {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .christmasMain .sysContent .title-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.christmasMain .sysContent .title h1 {
  font: normal normal bold 32px/45px "Zen Kaku Gothic Antique";
  letter-spacing: 1.28px;
  color: #604d40;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent .title h1 {
    font: normal normal bold 20px/28px "Zen Kaku Gothic Antique";
    letter-spacing: 0.8px;
  }
}
.christmasMain .sysContent .title h1::before {
  content: "";
  position: absolute;
  left: -60px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-100%);
  width: 100px;
  height: 81px;
  background: url("/img/features/christmas/deco_feature_ttl_l.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent .title h1::before {
    width: 73px;
    height: 60px;
    left: 35px;
    top: auto;
    bottom: -90px;
  }
}
.christmasMain .sysContent .title h1::after {
  content: "";
  position: absolute;
  left: auto;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(100%);
  width: 78px;
  height: 99px;
  background: url("/img/features/christmas/deco_feature_ttl_r.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent .title h1::after {
    width: 53px;
    height: 66px;
    right: 30px;
    bottom: -170px;
  }
}
.christmasMain .sysContent #item-list {
  --gutter-x: 60px;
  --gutter-y: 64px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .christmasMain .sysContent #item-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent #item-list {
    --gutter-x: 0;
    --gutter-y: 24px;
    padding-left: 64px;
    padding-right: 63px;
  }
}
.christmasMain .sysContent #item-list > li {
  width: 33.3333333333%;
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent #item-list > li {
    width: 100%;
  }
}
.christmasMain .sysContent #item-list > li a {
  display: block;
}
.christmasMain .sysContent .list-number01 {
  position: relative;
}
.christmasMain .sysContent .list-number01::before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "";
  width: 116px;
  height: 111px;
  background: transparent url("/img/features/christmas/deco_feature01_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number01::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number03 {
  position: relative;
}
.christmasMain .sysContent .list-number03::before {
  position: absolute;
  right: -200px;
  top: 300px;
  content: "";
  width: 143px;
  height: 143px;
  background: transparent url("/img/features/christmas/deco_feature02_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number03::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number04 {
  position: relative;
}
.christmasMain .sysContent .list-number04::before {
  position: absolute;
  left: -260px;
  top: 110px;
  content: "";
  width: 116px;
  height: 111px;
  background: transparent url("/img/features/christmas/deco_feature03_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number04::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number06 {
  position: relative;
}
.christmasMain .sysContent .list-number06::before {
  position: absolute;
  right: -30px;
  top: 260px;
  content: "";
  width: 143px;
  height: 114px;
  background: transparent url("/img/features/christmas/deco_feature04_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number06::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number07 {
  position: relative;
}
.christmasMain .sysContent .list-number07::before {
  position: absolute;
  left: -45px;
  top: 85px;
  content: "";
  width: 134px;
  height: 114px;
  background: transparent url("/img/features/christmas/deco_feature05_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number07::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number09 {
  position: relative;
}
.christmasMain .sysContent .list-number09::before {
  position: absolute;
  right: -205px;
  top: 287px;
  content: "";
  width: 120px;
  height: 161px;
  background: transparent url("/img/features/christmas/deco_feature06_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number09::before {
    content: none;
  }
}
.christmasMain .sysContent .list-number11 {
  position: relative;
}
.christmasMain .sysContent .list-number11::before {
  position: absolute;
  right: -355px;
  top: 154px;
  content: "";
  width: 273px;
  height: 290px;
  background: transparent url("/img/features/christmas/deco_feature07_pc.svg") 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1000px) {
  .christmasMain .sysContent .list-number11::before {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent .list-number02 {
    position: relative;
  }
  .christmasMain .sysContent .list-number02::after {
    position: absolute;
    left: -50px;
    bottom: 50px;
    content: "";
    width: 77px;
    height: 137px;
    background: transparent url("/img/features/christmas/deco_feature01_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number04 {
    position: relative;
  }
  .christmasMain .sysContent .list-number04::after {
    position: absolute;
    right: -50px;
    top: 0px;
    content: "";
    width: 112px;
    height: 89px;
    background: transparent url("/img/features/christmas/deco_feature02_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number06 {
    position: relative;
  }
  .christmasMain .sysContent .list-number06::after {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    width: 93px;
    height: 93px;
    background: transparent url("/img/features/christmas/deco_feature03_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number07 {
    position: relative;
  }
  .christmasMain .sysContent .list-number07::after {
    position: absolute;
    left: -50px;
    top: 165px;
    content: "";
    width: 105px;
    height: 89px;
    background: transparent url("/img/features/christmas/deco_feature04_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number09 {
    position: relative;
  }
  .christmasMain .sysContent .list-number09::after {
    position: absolute;
    right: -40px;
    top: -20px;
    content: "";
    width: 77px;
    height: 103px;
    background: transparent url("/img/features/christmas/deco_feature05_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number10 {
    position: relative;
  }
  .christmasMain .sysContent .list-number10::after {
    position: absolute;
    left: -10px;
    top: 0px;
    content: "";
    width: 72px;
    height: 70px;
    background: transparent url("/img/features/christmas/deco_feature06_sp.svg") 0% 0% no-repeat padding-box;
  }
  .christmasMain .sysContent .list-number11 {
    position: relative;
  }
  .christmasMain .sysContent .list-number11::after {
    position: absolute;
    right: -40px;
    bottom: 60px;
    content: "";
    width: 83px;
    height: 144px;
    background: transparent url("/img/features/christmas/deco_feature07_sp.svg") 0% 0% no-repeat padding-box;
  }
}
.christmasMain .sysContent .christmas__item-card {
  text-align: center;
}
.christmasMain .sysContent .christmas__item-card .name {
  margin-top: 20px;
  font: normal normal bold 15px/23px "Zen Kaku Gothic Antique";
  letter-spacing: 1.05px;
  color: #604d40;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .christmasMain .sysContent .christmas__item-card .name {
    margin-top: 10px;
    font: normal normal bold 13px/21px "Zen Kaku Gothic Antique";
    letter-spacing: 0.52px;
  }
}
.christmasMain .sysContent .christmas__item-card .price {
  margin-top: 10px;
  font: normal normal 500 16px/15px "Signika";
  letter-spacing: 0.64px;
  color: #9f8573;
}
.christmasMain .sysContent .christmas__item-card .price small {
  font: normal normal normal 10px/15px "Zen Kaku Gothic Antique Medium";
  letter-spacing: 0.4px;
  color: #9f8573;
}

body.lower-layout #sysAll:has(.anniversaryMain) {
  overflow: hidden;
}

body.lower-layout #sysWrap:has(.anniversaryMain) {
  overflow: visible;
  position: relative;
  padding-bottom: 280px;
  margin-top: 160px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  body.lower-layout #sysWrap:has(.anniversaryMain) {
    margin-top: 72px;
  }
}
@media screen and (max-width: 600px) {
  body.lower-layout #sysWrap:has(.anniversaryMain) {
    display: block;
    padding-bottom: 124px;
    margin-top: 96px;
  }
}
body.lower-layout #sysWrap:has(.anniversaryMain)::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: -23px auto auto;
  z-index: 1;
  width: 100vw;
  height: calc(100% + 23px);
  background: url("/img/features/anniversary/deco_top_l_pc.svg") no-repeat, url("/img/features/anniversary/deco_top_r_pc.svg") no-repeat, url("/img/features/anniversary/deco_anniversary_top_pc.svg") repeat-x;
  background-position: left top, right top, center top;
  background-size: 340px 134px, 340px 134px, contain;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  body.lower-layout #sysWrap:has(.anniversaryMain)::before {
    background-position: left top, right top, center top;
    background-size: 180px auto, 180px auto, contain;
  }
}
@media screen and (max-width: 600px) {
  body.lower-layout #sysWrap:has(.anniversaryMain)::before {
    margin: -47px auto auto;
    height: calc(100% + 47px);
    background: url("/img/features/anniversary/deco_top_l_sp.svg") no-repeat, url("/img/features/anniversary/deco_top_r_sp.svg") no-repeat, url("/img/features/anniversary/deco_anniversary_top_sp.svg") repeat-x;
    background-position: left top, right top, center top;
    background-size: 124px 50px, 124px 50px, contain;
  }
}
body.lower-layout #sysWrap:has(.anniversaryMain)::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  margin: auto;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: url("/img/features/anniversary/deco_feature_btm_l_pc.svg") no-repeat, url("/img/features/anniversary/deco_feature_btm_r_pc.svg") no-repeat;
  background-position: left bottom, right bottom;
  background-size: 900px 160px, 600px 160px;
}
@media screen and (max-width: 1200px) {
  body.lower-layout #sysWrap:has(.anniversaryMain)::after {
    background: url("/img/features/anniversary/deco_feature_btm_sp.svg") no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
}
body.lower-layout #sysWrap:has(.anniversaryMain) #sysMain,
body.lower-layout #sysWrap:has(.anniversaryMain) #sysAside {
  position: relative;
  float: none;
}
body.lower-layout #sysWrap:has(.anniversaryMain) #sysMain {
  z-index: 2;
}
body.lower-layout #sysWrap:has(.anniversaryMain) #sysAside {
  z-index: 3;
}

.anniversaryMain .sysContent {
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent {
    padding-top: 60px;
  }
}
.anniversaryMain .sysContent .title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .title {
    margin-bottom: 40px;
  }
}
.anniversaryMain .sysContent .title::before {
  content: "";
  position: absolute;
  left: -30px;
  right: auto;
  top: 44px;
  bottom: auto;
  margin: auto;
  transform: translateX(-100%);
  width: 51px;
  height: 62px;
  background: url("/img/features/anniversary/deco_feature_ttl_l.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .title::before {
    width: 39px;
    height: 48px;
    left: -19px;
    top: 41px;
  }
}
.anniversaryMain .sysContent .title::after {
  content: "";
  position: absolute;
  left: auto;
  right: -30px;
  top: 20px;
  bottom: auto;
  margin: auto;
  transform: translateX(100%);
  width: 51px;
  height: 62px;
  background: url("/img/features/anniversary/deco_feature_ttl_r.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .title::after {
    width: 39px;
    height: 48px;
    right: -18px;
    top: 4px;
    bottom: auto;
  }
}
.anniversaryMain .sysContent .title-img {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 57px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .anniversaryMain .sysContent .title-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .title-img {
    margin-bottom: 20px;
    padding: 13px 15px 0;
  }
}
.anniversaryMain .sysContent .title h1 {
  font: normal normal bold 32px/45px "Zen Kaku Gothic Antique";
  letter-spacing: 1.28px;
  color: #604d40;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .title h1 {
    font: normal normal bold 20px/28px "Zen Kaku Gothic Antique";
    letter-spacing: 0.8px;
  }
}
.anniversaryMain .sysContent .main__lead {
  font: normal normal bold 18px/36px Zen Kaku Gothic Antique;
  letter-spacing: 0.72px;
  color: #604d40;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .main__lead {
    font: normal normal bold 15px/24px Zen Kaku Gothic Antique;
    letter-spacing: 1.05px;
    margin-bottom: 48px;
  }
}
.anniversaryMain .sysContent .main__notice {
  text-align: left;
  font: normal normal normal 14px/22px Zen Kaku Gothic Antique Medium;
  letter-spacing: 0.56px;
  color: #604d40;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .anniversaryMain .sysContent .main__notice {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .main__notice {
    padding: 0 15px;
    font: normal normal normal 13px/21px Zen Kaku Gothic Antique Medium;
    letter-spacing: 0.52px;
  }
}
.anniversaryMain .sysContent #item-list {
  --gutter-x: 60px;
  --gutter-y: 64px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .anniversaryMain .sysContent #item-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent #item-list {
    --gutter-x: 0;
    --gutter-y: 54px;
    padding-left: 64px;
    padding-right: 63px;
  }
}
.anniversaryMain .sysContent #item-list > li {
  width: 33.3333333333%;
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
  position: relative;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent #item-list > li {
    width: 100%;
  }
}
.anniversaryMain .sysContent #item-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 124px;
  height: 52px;
  transform: translateY(-75%);
}
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .anniversaryMain .sysContent #item-list > li::before {
    width: 88px;
    height: 37px;
  }
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent #item-list > li::before {
    width: 88px;
    height: 37px;
  }
}
.anniversaryMain .sysContent #item-list > li:nth-child(odd)::before {
  background: url("/img/features/anniversary/deco_feature01.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.anniversaryMain .sysContent #item-list > li:nth-child(even)::before {
  background: url("/img/features/anniversary/deco_feature02.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.anniversaryMain .sysContent #item-list > li a {
  display: block;
}
.anniversaryMain .sysContent .anniversary__item-card {
  text-align: center;
}
.anniversaryMain .sysContent .anniversary__item-card .thumb {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.anniversaryMain .sysContent .anniversary__item-card .name {
  margin-top: 20px;
  font: normal normal bold 15px/23px "Zen Kaku Gothic Antique";
  letter-spacing: 1.05px;
  color: #604d40;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .anniversaryMain .sysContent .anniversary__item-card .name {
    margin-top: 10px;
    font: normal normal bold 13px/21px "Zen Kaku Gothic Antique";
    letter-spacing: 0.52px;
  }
}
.anniversaryMain .sysContent .anniversary__item-card .price {
  margin-top: 10px;
  font: normal normal 500 16px/15px "Signika";
  letter-spacing: 0.64px;
  color: #9f8573;
}
.anniversaryMain .sysContent .anniversary__item-card .price small {
  font: normal normal normal 10px/15px "Zen Kaku Gothic Antique Medium";
  letter-spacing: 0.4px;
  color: #9f8573;
}

#review #sysWrap {
  max-width: 1240px;
  padding: 0 20px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #review #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #review #sysWrap {
    padding: 0 15px;
  }
}

.voiceContent__inner {
  margin-top: 64px;
}

.voiceContent__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .voiceContent__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .voiceContent__lead {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 30px;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.voiceContent__list {
  margin-top: 60px;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .voiceContent__list {
    margin-top: 40px;
    gap: 40px;
  }
}

.voiceContent__date {
  background-color: #faf6ec;
  padding: 10px;
}

.voiceContent__dateName {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .voiceContent__dateName {
    font-size: 1.5rem;
  }
}

.voiceContent__content {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
@media screen and (max-width: 1000px) {
  .voiceContent__content {
    gap: 30px 15px;
  }
}

.voiceContent__contentItem {
  width: calc(33.33% - 33.33px);
}
@media screen and (max-width: 1000px) {
  .voiceContent__contentItem {
    width: calc(50% - 7.5px);
  }
}

.voiceContent__name {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .voiceContent__name {
    font-size: 1.3rem;
  }
}

#commitment #sysWrap {
  max-width: 1240px;
  padding: 0 20px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #commitment #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #commitment #sysWrap {
    padding: 0 0;
  }
}
#commitment #sysAll .sysFuncItemBlock {
  padding: 0;
}
@media screen and (max-width: 600px) {
  #commitment #sysAll .sysFuncItemBlock {
    padding-left: 15px;
  }
}
#commitment #sysAll .itemCategory {
  padding: 0;
}
@media screen and (max-width: 600px) {
  #commitment #sysAll .itemCategory {
    padding: 0 15px;
  }
}

.commitment {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .commitment {
    margin-top: 55px;
  }
}

.commitment__lead {
  text-align: center;
  margin-top: 60px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .commitment__lead {
    font-size: 1.5rem;
    margin-top: 40px;
    text-align: left;
    padding: 0 15px;
    line-height: 1.6;
  }
}

.commitment__main {
  max-width: 1000px;
  margin: 60px auto 100px auto;
  padding: 40px 0 60px;
  background-image: url("https://orandaya.jp/img/commitment/bg_commitment-main.png");
}
@media screen and (max-width: 600px) {
  .commitment__main {
    margin: 40px auto 60px auto;
    padding: 20px 0 40px;
  }
}

.commitment__mainBlock:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .commitment__mainBlock:not(:first-child) {
    margin-top: 40px;
  }
}

.commitment__mainTitle {
  font-size: 3.6rem;
  color: #9f8573;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .commitment__mainTitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .commitment__mainTitle {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .commitment__mainNum {
    padding: 0 15px;
  }
}

.commitment__main01Wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .commitment__main01Wrap {
    padding-right: 0;
    justify-content: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main01Wrap {
    display: block;
    margin-top: 20px;
    padding: 0 15px;
  }
}

.commitment__main01Image {
  width: 476px;
  transform: translate(-60px, -25px);
}
@media screen and (max-width: 1000px) {
  .commitment__main01Image {
    width: 250px;
    transform: translate(0, 0);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main01Image {
    width: 100%;
  }
}

.commitment__main01Info {
  font-size: 1.4rem;
  line-height: 2;
  width: 440px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .commitment__main01Info {
    font-size: 1.3rem;
    flex-shrink: inherit;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main01Info {
    line-height: 1.6;
    font-weight: normal;
    margin-top: 30px;
  }
}

.commitment__main01List {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
@media screen and (max-width: 1000px) {
  .commitment__main01List {
    padding: 0 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main01List {
    flex-wrap: wrap;
    gap: 20px 25px;
  }
}

.commitment__main01Item {
  width: calc(25% - 30px);
  position: relative;
}
.commitment__main01Item:nth-child(1) {
  top: 90px;
}
@media screen and (max-width: 600px) {
  .commitment__main01Item:nth-child(1) {
    top: 0;
  }
}
.commitment__main01Item:nth-child(2) {
  top: 60px;
}
@media screen and (max-width: 600px) {
  .commitment__main01Item:nth-child(2) {
    top: 0;
  }
}
.commitment__main01Item:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 600px) {
  .commitment__main01Item:nth-child(3) {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .commitment__main01Item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .commitment__main01Item {
    width: calc(50% - 12.5px);
  }
}

.commitment__main01ItemName {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .commitment__main01ItemName--03 {
    width: 105%;
  }
}

.commitment__main01ItemMemo {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}

.commitment__main01SubWrap {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .commitment__main01SubWrap {
    margin-top: 30px;
  }
}

.commitment__main01SubText {
  text-align: center;
  color: #9f8573;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}

.commitment__main01SubIcon {
  width: 146px;
  position: absolute;
  right: 92px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .commitment__main01SubIcon {
    display: none;
  }
}

.commitment__mainBoxWrap {
  padding: 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .commitment__mainBoxWrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__mainBoxWrap {
    margin-top: 40px;
  }
}

.commitment__mainBox {
  background-color: #fff;
}

.commitment__mainBoxInner {
  padding: 30px;
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1000px) {
  .commitment__mainBoxInner {
    grid-template-columns: 250px auto;
  }
}
@media screen and (max-width: 600px) {
  .commitment__mainBoxInner {
    display: block;
    padding: 20px;
  }
}

.commitment__mainBoxImage {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 600px) {
  .commitment__mainBoxImage {
    margin-top: 37px;
  }
}

.commitment__mainBoxTitle {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  margin-left: 30px;
  position: relative;
}
.commitment__mainBoxTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  background: url("https://orandaya.jp/img/common/icon_dots.png") no-repeat;
  background-size: cover;
  width: 41.21px;
  height: 7.07px;
}
@media screen and (max-width: 600px) {
  .commitment__mainBoxTitle {
    margin-left: 0;
  }
}

.commitment__mainBoxText {
  font-size: 1.2rem;
  margin-left: 30px;
  font-weight: normal;
  line-height: 1.83;
  margin-top: 37px;
}
@media screen and (max-width: 600px) {
  .commitment__mainBoxText {
    margin-top: 20px;
    margin-left: 0;
  }
}

.commitment__mainBoxText--orange {
  color: #e87d00;
  font-weight: bold;
}

.commitment__main02Wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .commitment__main02Wrap {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main02Wrap {
    display: block;
    margin-top: 20px;
  }
}

.commitment__main02Image {
  width: 440px;
  transform: translate(58px, -13px);
}
@media screen and (max-width: 1000px) {
  .commitment__main02Image {
    width: 250px;
    transform: translate(0, 0);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main02Image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.commitment__main02Info {
  width: 440px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .commitment__main02Info {
    width: auto;
    flex-shrink: inherit;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main02Info {
    margin-top: 30px;
  }
}

.commitment__main02SubTitle {
  font-size: 2.4rem;
  color: #9f8573;
}
@media screen and (max-width: 1000px) {
  .commitment__main02SubTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main02SubTitle {
    display: block;
    text-align: center;
    padding: 0 15px;
  }
}

.commitment__main02Text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .commitment__main02Text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main02Text {
    padding: 0 15px;
    font-weight: normal;
    line-height: 1.6;
  }
}

.commitment__main03Wrap {
  display: flex;
  margin-top: 30px;
  padding: 0 80px;
}
@media screen and (max-width: 1000px) {
  .commitment__main03Wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main03Wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.commitment__main03Image {
  width: 340px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .commitment__main03Image {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main03Image {
    width: 100%;
  }
}

.commitment__main03Text {
  font-size: 1.4rem;
  line-height: 2;
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  .commitment__main03Text {
    font-size: 1.3rem;
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .commitment__main03Text {
    margin-left: 0;
    margin-top: 30px;
    line-height: 1.6;
    font-weight: normal;
  }
}

.js-marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fee59f 10%);
  background-repeat: repeat-x;
  background-size: 200% 1em;
  background-position: 0 0.8em;
  transition: all 1.2s 0.4s ease;
}
@media screen and (max-width: 600px) {
  .js-marker {
    transition: all 1.2s ease;
  }
}
.js-marker.is-show {
  background-position: -100% 1rem;
}

#shop-Info #sysWrap {
  max-width: 1040px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #shop-Info #sysWrap {
    margin-top: 68px;
  }
}
.shopInfo__lead {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .shopInfo__lead {
    margin-top: 45px;
  }
}

.shopInfo__leadSelectWrap {
  padding: 0 15px;
  position: relative;
}
.shopInfo__leadSelectWrap::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .shopInfo__leadSelectWrap::after {
    display: block;
    right: 25px;
  }
}

.shopInfo__leadSelect {
  width: 100%;
  border-color: #d9d4c4;
  border-radius: 4px;
  color: #9f8573;
  font-size: 1.2rem;
  padding: 11px 10px;
  height: auto;
  font-weight: bold;
  letter-spacing: 0.04em;
  outline: none;
  height: 40px;
  background-color: #fff;
}

.shopInfo__leadList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .shopInfo__leadList {
    display: none;
  }
}

.shopInfo__leadItem {
  padding: 0 10px;
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .shopInfo__leadItem {
    margin: 3px 0;
  }
}
.shopInfo__leadItem:not(:first-child) {
  position: relative;
}
.shopInfo__leadItem:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 9px;
  background-color: #d9d4c4;
}

.shopInfo__leadLink {
  display: inline-block;
  color: #9f8573;
  font-size: 1.2rem;
  transition: opacity 0.3s;
  font-weight: normal;
  white-space: nowrap;
}
.shopInfo__leadLink:hover {
  color: #9f8573;
  opacity: 0.8;
}

.shopInfo__leadMemo {
  text-align: right;
  margin-top: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .shopInfo__leadMemo {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.shopInfo__leadParkIcon {
  width: 103px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .shopInfo__leadParkIcon {
    width: 89px;
  }
}

.shopInfo__main {
  margin-top: 20px;
  display: grid;
  gap: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .shopInfo__main {
    margin-top: 30px;
    padding: 0 15px;
    gap: 40px;
  }
}

.shopInfo__area {
  background-color: #faf6ec;
  padding: 10px;
}

.shopInfo__areaName {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .shopInfo__areaName {
    font-size: 1.5rem;
  }
}

.shopInfo__areaInfoWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .shopInfo__areaInfoWrap {
    margin-top: 16px;
  }
}

.shopInfo__areaIconMap {
  width: 36px;
  transition: opacity 0.3s;
}
.shopInfo__areaIconMap:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .shopInfo__areaIconMap {
    width: 30px;
  }
}

.shopInfo__areaInfo {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .shopInfo__areaInfo {
    margin-top: 20px;
  }
  .shopInfo__areaInfo:not(:first-of-type) {
    margin-top: 30px;
  }
}

.shopInfo__shopName {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d4c4;
  padding-bottom: 10px;
}

.shopInfo__shopName--text {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 4px solid #d0c1b5;
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopName--text {
    font-size: 2rem;
  }
}

.shopInfo__shopName--icon {
  width: 24px;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopName--icon {
    width: 20px;
  }
}

.shopInfo__shopAddress {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopAddress {
    font-size: 1.3rem;
  }
}

.shopInfo__shopinfoList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoList {
    display: block;
  }
}
.shopInfo__shopinfoList .shopInfo__tel {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoList .shopInfo__tel {
    text-decoration: underline;
    pointer-events: all;
  }
}

.shopInfo__shopinfoItem {
  font-size: 1.5rem;
  font-weight: normal;
}
.shopInfo__shopinfoItem a {
  display: inline-block;
  font-weight: normal;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoItem {
    display: block;
    font-size: 1.3rem;
    width: 100%;
  }
}
.shopInfo__shopinfoItem:not(:first-child) {
  padding-left: 20px;
  position: relative;
}
.shopInfo__shopinfoItem:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #d9d4c4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoItem:not(:first-child) {
    padding-left: 0;
    margin-top: 4px;
  }
  .shopInfo__shopinfoItem:not(:first-child)::before {
    display: none;
  }
}
.shopInfo__shopinfoItem:not(:last-child) {
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoItem:not(:last-child) {
    padding-right: 0;
  }
}
.shopInfo__shopinfoItem span {
  font-size: 1.5rem;
  color: #dd001d;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .shopInfo__shopinfoItem span {
    display: block;
    font-size: 1.3rem;
    margin-left: 0;
  }
}

#faq #sysWrap {
  max-width: 1040px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #faq #sysWrap {
    margin-top: 68px;
  }
}
.faq__top {
  margin-top: 64px;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .faq__top {
    padding: 0 15px;
    margin-top: 55px;
  }
}

.faq__topList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .faq__topList {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.faq__topItem {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #d9d4c4;
  border-radius: 999px;
  padding: 14px 10px;
  width: calc(24% - 24px);
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.faq__topItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1040px) {
  .faq__topItem {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 600px) {
  .faq__topItem {
    font-size: 1.2rem;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.faq__blockWrap {
  margin-top: 40px;
  max-width: 1040px;
  padding: 0 20px;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .faq__blockWrap {
    gap: 40px;
  }
}

.faq__blockTitle {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #faf6ec;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .faq__blockTitle {
    font-size: 1.5rem;
  }
}

.faq__blockList {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

.faq__blockItem {
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #d9d4c4;
  border-radius: 4px;
  font-size: 1.5rem;
  transition: background-color 0.3s, border-color 0.3s;
}
.faq__blockItem.is-open {
  background-color: #faf6ec;
  border-color: #e0e0e0;
}
@media screen and (max-width: 600px) {
  .faq__blockItem {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3rem;
  }
}

.faq__blockQ {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 600px) {
  .faq__blockQ {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.faq__blockQ::after {
  right: 0;
  transition: all 0.3s;
}
.faq__blockQ.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq__blockQ.is-open .faq__blockQText {
  color: #9f8573;
  font-weight: bold;
}

.faq__blockQText {
  font-weight: normal;
  padding-right: 20px;
  transition: color 0.3s, font-weight 0.3s;
}

.faq__blockA {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.faq__blockAText {
  font-weight: normal;
  padding-bottom: 24px;
  letter-spacing: 0.07em;
}

#company #sysWrap {
  max-width: 1240px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #company #sysWrap {
    margin-top: 68px;
  }
}
.company__mv {
  margin-top: 64px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .company__mv {
    padding: 0;
    margin-top: 55px;
  }
}

.company__table {
  display: block;
  max-width: 1040px;
  padding: 0 20px;
  margin: 60px auto 0;
}
@media screen and (max-width: 600px) {
  .company__table {
    padding: 0 15px;
    margin: 40px auto 0;
  }
}
.company__table tbody {
  display: block;
  width: 100%;
}

.company__tr {
  display: block;
  padding: 20px 0 22px;
  border-top: 1px solid #d9d4c4;
  display: flex;
  align-items: center;
}
.company__tr:last-child {
  border-bottom: 1px solid #d9d4c4;
}
@media screen and (max-width: 600px) {
  .company__tr {
    padding: 16px 0;
  }
}

.company__th {
  font-size: 1.8rem;
  font-weight: bold;
  width: 93px;
  text-align: left;
  margin-right: 67px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .company__th {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-right: 31px;
  }
}

.company__td {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .company__td {
    font-size: 1.3rem;
  }
}
.company__td a {
  display: inline-block;
  font-weight: normal;
}

.company__message {
  max-width: 1200px;
  background-image: url("https://orandaya.jp/img/special-feature/bg_feature-main.png");
  margin-top: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .company__message {
    padding-top: 20px;
  }
}

.company__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .company__wrap {
    align-items: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .company__wrap {
    align-items: flex-end;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .company__wrap {
    display: block;
  }
}

.company__imgBlock {
  width: 37.5%;
}
@media screen and (max-width: 1000px) {
  .company__imgBlock {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .company__imgBlock {
    width: 100%;
  }
}

.company__text {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .company__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .company__text {
    letter-spacing: 0.04em;
  }
}

.company__accentText {
  font-size: 1.8rem;
  margin: 40px 0;
  color: #9f8573;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .company__accentText {
    margin: 30px 0;
  }
}

.company__textBlock {
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .company__textBlock {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .company__textBlock {
    padding-bottom: 30px;
    width: 57%;
  }
}
@media screen and (max-width: 600px) {
  .company__textBlock {
    width: 100%;
    padding-bottom: 20px;
  }
}

.company__presidentName {
  margin-top: 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .company__presidentName {
    margin-top: 20px;
  }
}
.company__presidentName span {
  font-size: 2.4rem;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .company__presidentName {
    display: none;
  }
}

.company__name {
  display: none;
}
@media screen and (max-width: 600px) {
  .company__name {
    display: block;
    width: 28.98%;
    text-align: center;
  }
}

.company__name--name {
  font-size: 2.4rem;
}

.company__messageTitle {
  display: block;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  .company__imgWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .company__icon {
    width: 69.56%;
  }
}

#trade-law #sysWrap {
  max-width: 1040px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #trade-law #sysWrap {
    margin-top: 68px;
  }
}
.tradeLaw__block {
  margin-top: 64px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .tradeLaw__block {
    padding: 0 15px;
    margin-top: 55px;
  }
}

.tradeLaw__table {
  display: block;
  width: 100%;
}
.tradeLaw__table tbody {
  display: block;
  width: 100%;
}

.tradeLaw__tr {
  display: block;
  border-top: 1px solid #d9d4c4;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.tradeLaw__tr:last-child {
  border-bottom: 1px solid #d9d4c4;
}
@media screen and (max-width: 600px) {
  .tradeLaw__tr {
    padding: 16px 0;
    align-items: flex-start;
  }
}

.tradeLaw__th {
  display: inline-block;
  font-size: 1.8rem;
  width: 205px;
  text-align: left;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .tradeLaw__th {
    font-size: 1.5rem;
    width: 111px;
    margin-right: 20px;
  }
}

.tradeLaw__td {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .tradeLaw__td {
    font-size: 1.3rem;
  }
}
.tradeLaw__td a {
  display: inline-block;
  font-weight: normal;
}

.tradeLaw__td--red {
  color: #dd001d;
}

#privacypolicy #sysWrap {
  max-width: 1040px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #privacypolicy #sysWrap {
    margin-top: 68px;
  }
}
.privacyPolicy__lead {
  margin-top: 64px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__lead {
    padding: 0 15px;
    margin-top: 55px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.privacyPolicy__leadSub {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 30px;
  line-height: 1.6;
  font-weight: normal;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__leadSub {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.privacyPolicy__list {
  margin-top: 60px;
  display: grid;
  gap: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__list {
    margin-top: 40px;
    gap: 40px;
    padding: 0 15px;
  }
}

.privacyPolicy__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #d9d4c4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.privacyPolicy__title--num {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.privacyPolicy__title--num span {
  padding-left: 10px;
  border-left: 4px solid #d0c1b5;
}

.privacyPolicy__title--text {
  letter-spacing: 0.04em;
}

.privacyPolicy__text {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__text {
    font-size: 1.3rem;
  }
}
.privacyPolicy__text a {
  display: inline-block;
  font-weight: normal;
}

.privacyPolicy__textMini {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .privacyPolicy__textMini {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  #sysMypageEditMember #sysWrap,
  #sysMypageEditConfirm #sysWrap,
  #sysMypageEditSave #sysWrap,
  #sysMypageEditDelivery #sysWrap,
  #sysMypageEditDeliveryinput #sysWrap,
  #sysMypageEditSavedelivery #sysWrap,
  #sysMypagePoint #sysWrap,
  #sysMypageWithdrawalConfirm #sysWrap,
  #sysMypageAshiato #sysWrap,
  #sysMypageReview #sysWrap,
  #sysMypageLogin #sysWrap,
  #sysMypageIndex #sysWrap,
  #sysMypageLogout #sysWrap,
  #sysMypageReminder #sysWrap,
  #sysMypageWithdrawalDone #sysWrap,
  #sysMypageRemindermessage #sysWrap {
    padding: 0 15px;
  }
}
#sysMypageEditMember #sysMain,
#sysMypageEditConfirm #sysMain,
#sysMypageEditSave #sysMain,
#sysMypageEditDelivery #sysMain,
#sysMypageEditDeliveryinput #sysMain,
#sysMypageEditSavedelivery #sysMain,
#sysMypagePoint #sysMain,
#sysMypageWithdrawalConfirm #sysMain,
#sysMypageAshiato #sysMain,
#sysMypageReview #sysMain,
#sysMypageLogin #sysMain,
#sysMypageIndex #sysMain,
#sysMypageLogout #sysMain,
#sysMypageReminder #sysMain,
#sysMypageWithdrawalDone #sysMain,
#sysMypageRemindermessage #sysMain {
  border: 0;
  padding: 0 !important;
  margin: 0 auto;
  max-width: 800px;
}
#sysMypageEditMember #sysMain input[type=submit],
#sysMypageEditConfirm #sysMain input[type=submit],
#sysMypageEditSave #sysMain input[type=submit],
#sysMypageEditDelivery #sysMain input[type=submit],
#sysMypageEditDeliveryinput #sysMain input[type=submit],
#sysMypageEditSavedelivery #sysMain input[type=submit],
#sysMypagePoint #sysMain input[type=submit],
#sysMypageWithdrawalConfirm #sysMain input[type=submit],
#sysMypageAshiato #sysMain input[type=submit],
#sysMypageReview #sysMain input[type=submit],
#sysMypageLogin #sysMain input[type=submit],
#sysMypageIndex #sysMain input[type=submit],
#sysMypageLogout #sysMain input[type=submit],
#sysMypageReminder #sysMain input[type=submit],
#sysMypageWithdrawalDone #sysMain input[type=submit],
#sysMypageRemindermessage #sysMain input[type=submit] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px !important;
}
#sysMypageEditMember #sysMain select,
#sysMypageEditConfirm #sysMain select,
#sysMypageEditSave #sysMain select,
#sysMypageEditDelivery #sysMain select,
#sysMypageEditDeliveryinput #sysMain select,
#sysMypageEditSavedelivery #sysMain select,
#sysMypagePoint #sysMain select,
#sysMypageWithdrawalConfirm #sysMain select,
#sysMypageAshiato #sysMain select,
#sysMypageReview #sysMain select,
#sysMypageLogin #sysMain select,
#sysMypageIndex #sysMain select,
#sysMypageLogout #sysMain select,
#sysMypageReminder #sysMain select,
#sysMypageWithdrawalDone #sysMain select,
#sysMypageRemindermessage #sysMain select {
  background-color: #fff;
}
#sysMypageEditMember #sysMain .sysFormItem a,
#sysMypageEditConfirm #sysMain .sysFormItem a,
#sysMypageEditSave #sysMain .sysFormItem a,
#sysMypageEditDelivery #sysMain .sysFormItem a,
#sysMypageEditDeliveryinput #sysMain .sysFormItem a,
#sysMypageEditSavedelivery #sysMain .sysFormItem a,
#sysMypagePoint #sysMain .sysFormItem a,
#sysMypageWithdrawalConfirm #sysMain .sysFormItem a,
#sysMypageAshiato #sysMain .sysFormItem a,
#sysMypageReview #sysMain .sysFormItem a,
#sysMypageLogin #sysMain .sysFormItem a,
#sysMypageIndex #sysMain .sysFormItem a,
#sysMypageLogout #sysMain .sysFormItem a,
#sysMypageReminder #sysMain .sysFormItem a,
#sysMypageWithdrawalDone #sysMain .sysFormItem a,
#sysMypageRemindermessage #sysMain .sysFormItem a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #604d40;
  text-decoration: none;
  border: none;
}

#sysMypageLogin #sysWrap,
#sysMypageIndex #sysWrap,
#sysMypageLogout #sysWrap,
#sysMypageWithdrawalDone #sysWrap {
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysMypageLogin #sysWrap,
  #sysMypageIndex #sysWrap,
  #sysMypageLogout #sysWrap,
  #sysMypageWithdrawalDone #sysWrap {
    margin-top: 68px;
  }
}

#sysMypageEditMember #sysWrap,
#sysMypageEditConfirm #sysWrap,
#sysMypageEditSave #sysWrap,
#sysMypageEditDelivery #sysWrap,
#sysMypageEditDeliveryinput #sysWrap,
#sysMypageEditSavedelivery #sysWrap,
#sysMypagePoint #sysWrap,
#sysMypageWithdrawalConfirm #sysWrap,
#sysMypageAshiato #sysWrap,
#sysMypageReview #sysWrap,
#sysMypageReminder #sysWrap,
#sysMypageWithdrawalDone #sysWrap,
#sysMypageRemindermessage #sysWrap {
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  #sysMypageEditMember #sysWrap,
  #sysMypageEditConfirm #sysWrap,
  #sysMypageEditSave #sysWrap,
  #sysMypageEditDelivery #sysWrap,
  #sysMypageEditDeliveryinput #sysWrap,
  #sysMypageEditSavedelivery #sysWrap,
  #sysMypagePoint #sysWrap,
  #sysMypageWithdrawalConfirm #sysWrap,
  #sysMypageAshiato #sysWrap,
  #sysMypageReview #sysWrap,
  #sysMypageReminder #sysWrap,
  #sysMypageWithdrawalDone #sysWrap,
  #sysMypageRemindermessage #sysWrap {
    margin-top: 100px;
  }
}

#sysMypageIndex #sysMain:has(.sysFreeArea) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .sysHeadline {
  order: 1;
  width: 100%;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .sysMypageMajorHeadLine {
  order: 2;
  width: 100%;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .sysFreeArea {
  order: 6;
  margin-top: 50px;
  font-size: 11px;
  width: 100%;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .sysOrderHistory {
  order: 3;
  width: 100%;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .sysMypageNav {
  order: 4;
  width: 100%;
}
#sysMypageIndex #sysMain:has(.sysFreeArea) > .clearfix {
  order: 5;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #sysMypageLogin #sysMain {
    width: 100% !important;
  }
}
#sysMypageLogin #sysMain > .sysLoginForm > h3 {
  font-size: 2rem;
}
#sysMypageLogin #sysMain > .sysLoginForm input[type=email] {
  font-size: 1.4rem;
  font-weight: normal;
}
#sysMypageLogin #sysMain > .sysLoginForm form:first-of-type .sysLoginButton {
  width: 100%;
  background-color: #604d40;
  color: #fff;
  font-weight: normal;
  border: 1px solid #604d40;
  height: 50px;
  padding: 0 !important;
  line-height: 48px;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageLogin #sysMain > .sysLoginForm form:first-of-type .sysLoginButton:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageLogin #sysMain > .sysLoginForm form:last-of-type .sysButton {
  width: 100%;
  background-color: #e8e8e8;
  color: #604d40;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  transition: opacity 0.3s;
}
#sysMypageLogin #sysMain > .sysLoginForm form:last-of-type .sysButton:hover {
  opacity: 0.8;
}
#sysMypageLogin #sysMain > .register_blk > h3 {
  font-size: 2rem;
}
#sysMypageLogin #sysMain > .register_blk > .sysButton {
  width: 100%;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #604d40;
  margin: 0;
  transition: background-color 0.3s;
}
#sysMypageLogin #sysMain > .register_blk > .sysButton:hover {
  background-color: #fff;
}
#sysMypageLogin #sysMain > .register_blk > .sysButton:hover a {
  color: #604d40;
}
#sysMypageLogin #sysMain > .register_blk > .sysButton a {
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: color 0.3s;
}

#sysMypageReminder #sysAll {
  margin-top: 175px;
  height: calc(100vh - 150px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #sysMypageReminder #sysAll {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysMypageReminder #sysAll {
    height: auto;
    position: static;
  }
}
#sysMypageReminder #sysFooter {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  #sysMypageReminder #sysFooter {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  #sysMypageReminder #sysMain {
    width: 100% !important;
    padding: 0;
  }
}
#sysMypageReminder #sysMain .sysFormLabel {
  padding: 0;
}
#sysMypageReminder #sysMain input[type=email] {
  color: #604d40;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
#sysMypageReminder #sysMain input[type=submit] {
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  border: 1px solid #604d40;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 15px;
}
#sysMypageReminder #sysMain input[type=submit]:hover {
  background-color: #fff;
  color: #604d40;
}

#sysMypageRemindermessage .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sysMypageRemindermessage .sysMypageMinorHeadLine + div {
  text-align: center;
}

.sysMypage #sysMain .SysMypageMinorHeadLine {
  border-color: #d0c1b5;
}
.sysMypage #sysMain > .sysMypageNav input[type=submit] {
  background-color: #e8e8e8;
  font-weight: normal;
  color: #604d40;
  transition: opacity 0.3s;
}
.sysMypage #sysMain > .sysMypageNav input[type=submit]:hover {
  opacity: 0.8;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList {
  font-weight: normal;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList .sysDatetime {
  float: none;
  display: block;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList .sysTotalPrice {
  margin-top: 10px;
  text-align: left;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList .sysShopOrderNo {
  display: block;
  margin-top: 10px;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList .sysItemName {
  font-size: 1.6rem;
}
.sysMypage #sysMain .sysOrderHistory .sysOrderList .sysItemName a {
  display: inline-block;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .sysMypage #sysMain .sysOrderHistory .sysOrderList .sysItemName a {
    font-size: 1.6rem;
  }
}

#sysMypageEditDeliveryinput #sysMain .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem {
  margin-top: 30px;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem select {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
}
@media screen and (max-width: 600px) {
  #sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem select {
    width: calc(100% - 130px);
  }
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem input[type=text] {
  font-weight: normal;
  color: #604d40;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem .sysFormLabel {
  padding: 0;
  margin: 0;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem .sysFormField {
  margin: 0;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode input[type=text] {
  width: 200px;
}
@media screen and (max-width: 600px) {
  #sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode input[type=text] {
    width: calc(100% - 130px);
  }
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode > .sysFormField {
  width: 100%;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode button {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8;
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
  color: #604d40;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  #sysMypageEditDeliveryinput #sysMain > form:first-of-type .sysOtherAddress .sysFormItem.sysZipcode button {
    width: 120px;
  }
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type > .sysNextSubmit {
  float: none;
  margin: 30px auto 0;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageEditDeliveryinput #sysMain > form:first-of-type > .sysNextSubmit:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageEditDeliveryinput #sysMain > form:last-of-type {
  text-align: center;
}
#sysMypageEditDeliveryinput #sysMain > form:last-of-type .sysButton {
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
}
#sysMypageEditDeliveryinput #sysMain > form:last-of-type .sysButton:hover {
  background: #e8e8e8;
  opacity: 0.8;
}

#sysMypageEditMember #sysMain > .sysSelectAddress button,
#sysMypageEditDelivery #sysMain > .sysSelectAddress button,
#sysMypageEditConfirm #sysMain > .sysSelectAddress button {
  padding: 5px;
  font-weight: normal;
  background: #faf6ec;
  border: 1px solid #d9d4c4;
  cursor: pointer;
}
#sysMypageEditMember #sysMain .sysMypageMinorHeadLine,
#sysMypageEditDelivery #sysMain .sysMypageMinorHeadLine,
#sysMypageEditConfirm #sysMain .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  border-color: #d0c1b5;
  margin-bottom: 20px;
}
#sysMypageEditMember #sysMain > form:first-of-type,
#sysMypageEditDelivery #sysMain > form:first-of-type,
#sysMypageEditConfirm #sysMain > form:first-of-type {
  padding: 0;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField,
  #sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField,
  #sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField {
    width: calc(100% - 130px);
  }
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append {
  width: 100%;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input {
  width: 200px;
}
@media screen and (max-width: 600px) {
  #sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input,
  #sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input,
  #sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode .input-append input {
    width: calc(100% - 130px);
  }
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode button,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode button,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode button {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8;
  border: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 600px) {
  #sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode button,
  #sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode button,
  #sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode button {
    width: 120px;
  }
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysZipcode button:hover,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysZipcode button:hover,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode button:hover {
  opacity: 0.8;
  background: #e8e8e8;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
}
@media screen and (max-width: 600px) {
  #sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
  #sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
  #sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select {
    width: calc(100% - 130px);
  }
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio] {
  margin-left: 0;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday .sysFormLabel,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday .sysFormLabel,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday .sysFormLabel {
  margin-bottom: 5px;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day] {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #604d40;
  padding: 10px !important;
  margin-right: 5px;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year] {
  width: 80px !important;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month] {
  width: 50px !important;
  margin-left: 10px;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day] {
  width: 50px !important;
  margin-left: 10px;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem.sysMemberPassword .sysFormLabel,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem.sysMemberPassword .sysFormLabel,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem.sysMemberPassword .sysFormLabel {
  margin-top: 10px;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem .sysFormLabel,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem .sysFormLabel,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem .sysFormLabel {
  padding: 0;
  margin: 0;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem > .sysFormField,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem > .sysFormField,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem > .sysFormField {
  margin: 0;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem select,
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMypageEditMember #sysMain > form:first-of-type .sysFormItem input[type=password],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem select,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMypageEditDelivery #sysMain > form:first-of-type .sysFormItem input[type=password],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem select,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMypageEditConfirm #sysMain > form:first-of-type .sysFormItem input[type=password] {
  margin: 0;
  height: 50px;
  font-weight: normal;
  color: #604d40;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysNextSubmit,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysNextSubmit,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysNextSubmit {
  margin: 30px auto 0;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageEditMember #sysMain > form:first-of-type .sysNextSubmit:hover,
#sysMypageEditDelivery #sysMain > form:first-of-type .sysNextSubmit:hover,
#sysMypageEditConfirm #sysMain > form:first-of-type .sysNextSubmit:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageEditMember #sysMain > form:last-of-type,
#sysMypageEditDelivery #sysMain > form:last-of-type,
#sysMypageEditConfirm #sysMain > form:last-of-type {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
#sysMypageEditMember #sysMain > form:last-of-type > .sysButton,
#sysMypageEditDelivery #sysMain > form:last-of-type > .sysButton,
#sysMypageEditConfirm #sysMain > form:last-of-type > .sysButton {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
}
#sysMypageEditMember #sysMain > form:last-of-type > .sysButton:hover,
#sysMypageEditDelivery #sysMain > form:last-of-type > .sysButton:hover,
#sysMypageEditConfirm #sysMain > form:last-of-type > .sysButton:hover {
  background: #e8e8e8;
  opacity: 0.8;
}

#sysMypagePoint .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}

#sysMypageEditConfirm #sysMain .sysMypageMinorHeadLine + div {
  margin-top: 30px;
}
#sysMypageEditConfirm #sysMain form:first-of-type .sysFormItem > br {
  display: none;
}
#sysMypageEditConfirm #sysMain form:first-of-type .sysFormItem .sysFormField {
  border: none;
  padding: 0;
  margin-top: 10px;
}
#sysMypageEditConfirm #sysMain form:last-of-type .sysForm .sysBackButton {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
}

#sysMypageEditSave #sysMain .sysMypageMinorHeadLine,
#sysMypageEditSavedelivery #sysMain .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sysMypageEditSave #sysMain > p,
#sysMypageEditSavedelivery #sysMain > p {
  text-align: center;
}
#sysMypageEditSave #sysMain > form,
#sysMypageEditSavedelivery #sysMain > form {
  text-align: center;
}
#sysMypageEditSave #sysMain > form .sysButton,
#sysMypageEditSavedelivery #sysMain > form .sysButton {
  color: #604d40;
  background: #e8e8e8;
  font-weight: normal;
  max-width: 350px;
  width: 100%;
  transition: opacity 0.3s;
}
#sysMypageEditSave #sysMain > form .sysButton:hover,
#sysMypageEditSavedelivery #sysMain > form .sysButton:hover {
  opacity: 0.8;
}

#sysMypageAshiato #sysMain .sysItemListViewType {
  display: flex;
  align-items: center;
}
#sysMypageAshiato #sysMain > .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sysMypageAshiato #sysMain > .sysItemList {
  margin-bottom: 30px;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList {
  max-height: 800px;
  overflow-y: scroll;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList li {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList li .sysThumbnailImage {
  margin-right: 10px;
  flex-shrink: 0;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList li > div a {
  display: inline;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList li > div .sysCartButton {
  background-color: #604d40;
  border: 1px solid #604d40;
  font-weight: normal;
  padding: 10px 15px !important;
  font-size: 12px !important;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageAshiato #sysMain > .sysItemList .sysList li > div .sysCartButton:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageAshiato #sysMain > .sysItemList .sysThumbnail {
  max-height: 800px;
  overflow-y: scroll;
}
#sysMypageAshiato #sysMain > .sysItemList .sysThumbnail li .sysThumbnailImage {
  margin-bottom: 5px;
}
#sysMypageAshiato #sysMain > .sysItemList .sysThumbnail li > div a {
  display: inline;
}
#sysMypageAshiato #sysMain > .sysItemList .sysThumbnail .sysCartButton {
  background-color: #604d40;
  border: 1px solid #604d40;
  font-weight: normal;
  font-size: 12px !important;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageAshiato #sysMain > .sysItemList .sysThumbnail .sysCartButton:hover {
  background-color: #fff;
  color: #604d40;
}

#sysMypageWithdrawalDone .sysWithdrawal {
  text-align: center;
}

#sysMypageWithdrawalConfirm .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form {
  text-align: center;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form:first-of-type .sysButton {
  font-weight: normal;
  height: 50px;
  color: #604d40;
  max-width: 350px;
  width: 100%;
  background-color: #e8e8e8;
  transition: opacity 0.3s;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form:first-of-type .sysButton:hover {
  background-color: #e8e8e8;
  opacity: 0.8;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form:last-of-type .sysButton {
  font-weight: normal;
  height: 50px;
  color: #604d40;
  max-width: 350px;
  width: 100%;
  background-color: #e8e8e8;
  transition: opacity 0.3s;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form:last-of-type .sysButton:hover {
  background-color: #e8e8e8;
  opacity: 0.8;
}

#sysMypageReview #sysMain .sysItemListViewType {
  display: flex;
  align-items: center;
}
#sysMypageReview #sysMain .sysItemListViewType label {
  white-space: nowrap;
}
#sysMypageReview #sysMain .sysMypageMinorHeadLine {
  font-size: 1.6rem;
  text-align: center;
}
#sysMypageReview #sysMain > .sysItemListDisp {
  margin-top: 30px;
}
#sysMypageReview #sysMain > .sysItemList {
  margin-bottom: 30px;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail {
  max-height: 800px;
  overflow-y: scroll;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail li .sysThumbnailImage {
  margin-bottom: 5px;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail li > div a {
  display: inline;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail li > div:last-of-type .sysButton {
  font-weight: normal;
  background: #e8e8e8;
  color: #604d40;
  transition: opacity 0.3s;
  font-size: 12px !important;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail li > div:last-of-type .sysButton:hover {
  opacity: 0.8;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail .sysCartButton {
  background-color: #604d40;
  border: 1px solid #604d40;
  font-weight: normal;
  font-size: 12px !important;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageReview #sysMain > .sysItemList .sysThumbnail .sysCartButton:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageReview #sysMain > .sysItemList .sysList {
  max-height: 800px;
  overflow-y: scroll;
}
#sysMypageReview #sysMain > .sysItemList .sysList li {
  padding: 15px 0;
}
#sysMypageReview #sysMain > .sysItemList .sysList li .sysThumbnailImage {
  margin-right: 10px;
  flex-shrink: 0;
}
#sysMypageReview #sysMain > .sysItemList .sysList li > div a {
  display: inline;
}
#sysMypageReview #sysMain > .sysItemList .sysList li > div .sysCartButton {
  background-color: #604d40;
  border: 1px solid #604d40;
  font-weight: normal;
  padding: 10px 15px !important;
  font-size: 12px !important;
  transition: background-color 0.3s, color 0.3s;
}
#sysMypageReview #sysMain > .sysItemList .sysList li > div .sysCartButton:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMypageReview #sysMain > .sysItemList .sysList li > div:last-of-type .sysButton {
  max-width: 200px;
  font-weight: normal;
  background: #e8e8e8;
  transition: opacity 0.3s;
  font-size: 12px !important;
  color: #604d40;
}
#sysMypageReview #sysMain > .sysItemList .sysList li > div:last-of-type .sysButton:hover {
  opacity: 0.8;
}

#sysMemberRegisterIndex #sysWrap,
#sysMemberRegisterConfirm #sysWrap,
#sysMemberRegisterRegister #sysWrap {
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysMemberRegisterIndex #sysWrap,
  #sysMemberRegisterConfirm #sysWrap,
  #sysMemberRegisterRegister #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysWrap,
  #sysMemberRegisterConfirm #sysWrap,
  #sysMemberRegisterRegister #sysWrap {
    padding: 0 15px;
  }
}
#sysMemberRegisterIndex #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterRegister #sysMain {
  border: none;
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 840px;
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysMain,
  #sysMemberRegisterConfirm #sysMain,
  #sysMemberRegisterRegister #sysMain {
    padding: 0 !important;
    width: 100% !important;
  }
}
#sysMemberRegisterIndex #sysMain .sysMemberAgreementFormLabel,
#sysMemberRegisterConfirm #sysMain .sysMemberAgreementFormLabel,
#sysMemberRegisterRegister #sysMain .sysMemberAgreementFormLabel {
  font-size: 1.4rem;
  padding: 0;
}
#sysMemberRegisterIndex #sysMain .sysMemberAgreement,
#sysMemberRegisterConfirm #sysMain .sysMemberAgreement,
#sysMemberRegisterRegister #sysMain .sysMemberAgreement {
  padding: 10px;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type,
#sysMemberRegisterConfirm #sysMain > form:first-of-type,
#sysMemberRegisterRegister #sysMain > form:first-of-type {
  padding: 0;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem {
  margin-top: 30px;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem a,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem a,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #604d40;
  text-decoration: none;
  border: none;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem .sysFormField,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem .sysFormField,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem .sysFormField {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField,
  #sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField,
  #sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysFormField {
    width: calc(100% - 130px);
  }
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8;
  transition: opacity 0.3s;
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton,
  #sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton,
  #sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton {
    width: 120px;
  }
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton:hover,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton:hover,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysZipcode > .sysButton:hover {
  opacity: 0.8;
  background: #e8e8e8;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
  background-color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
  #sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select,
  #sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysPrefStateId select {
    width: calc(100% - 130px);
  }
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysGender input[type=radio] {
  margin-left: 0;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day] {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #604d40;
  padding: 10px !important;
  margin-right: 5px;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_year] {
  width: 80px !important;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_month] {
  width: 50px !important;
  margin-left: 10px;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem.sysBirthday input[name=birth_day] {
  width: 50px !important;
  margin-left: 10px;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem .sysFormLabel,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem .sysFormLabel,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem .sysFormLabel {
  padding: 0;
  margin: 0;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem .sysRequired,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem .sysRequired,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem .sysRequired {
  margin: 0;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysFormItem input[type=password],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysFormItem input[type=password],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem input[type=text],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem input[type=email],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem input[type=tel],
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysFormItem input[type=password] {
  margin: 0;
  color: #604d40;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 1.4rem;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysNextSubmit,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysNextSubmit,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysNextSubmit {
  float: none;
  margin: 30px auto 0;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
}
#sysMemberRegisterIndex #sysMain > form:first-of-type .sysNextSubmit:hover,
#sysMemberRegisterConfirm #sysMain > form:first-of-type .sysNextSubmit:hover,
#sysMemberRegisterRegister #sysMain > form:first-of-type .sysNextSubmit:hover {
  background-color: #fff;
  color: #604d40;
}
#sysMemberRegisterIndex #sysMain > form:last-of-type,
#sysMemberRegisterConfirm #sysMain > form:last-of-type,
#sysMemberRegisterRegister #sysMain > form:last-of-type {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #sysMemberRegisterIndex #sysMain > form:last-of-type,
  #sysMemberRegisterConfirm #sysMain > form:last-of-type,
  #sysMemberRegisterRegister #sysMain > form:last-of-type {
    margin-top: 10px;
  }
}
#sysMemberRegisterIndex #sysMain > form:last-of-type .sysButton,
#sysMemberRegisterIndex #sysMain > form:last-of-type .sysBackButton,
#sysMemberRegisterConfirm #sysMain > form:last-of-type .sysButton,
#sysMemberRegisterConfirm #sysMain > form:last-of-type .sysBackButton,
#sysMemberRegisterRegister #sysMain > form:last-of-type .sysButton,
#sysMemberRegisterRegister #sysMain > form:last-of-type .sysBackButton {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
}
#sysMemberRegisterIndex #sysMain > form:last-of-type .sysButton:hover,
#sysMemberRegisterIndex #sysMain > form:last-of-type .sysBackButton:hover,
#sysMemberRegisterConfirm #sysMain > form:last-of-type .sysButton:hover,
#sysMemberRegisterConfirm #sysMain > form:last-of-type .sysBackButton:hover,
#sysMemberRegisterRegister #sysMain > form:last-of-type .sysButton:hover,
#sysMemberRegisterRegister #sysMain > form:last-of-type .sysBackButton:hover {
  background: #e8e8e8;
  opacity: 0.8;
}

#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > .sysHeadline {
  order: 1;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > h2 {
  order: 2;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > .sysFreeArea {
  order: 7;
  margin-top: 50px;
  font-size: 11px;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > div:has(.sysMemberAgreementFormLabel) {
  order: 3;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > #form_main {
  order: 4;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > #form_main + form {
  order: 5;
  width: 100%;
}
#sysMemberRegisterIndex #sysMain:has(.sysFreeArea) > .clearfix {
  order: 6;
  width: 100%;
}

#sysFormIndex #sysWrap,
#sysFormConfirm #sysWrap,
#sysFormThanks #sysWrap {
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysFormIndex #sysWrap,
  #sysFormConfirm #sysWrap,
  #sysFormThanks #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysFormIndex #sysWrap,
  #sysFormConfirm #sysWrap,
  #sysFormThanks #sysWrap {
    padding: 0 15px;
  }
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain {
  border: none;
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 840px;
}
@media screen and (max-width: 600px) {
  #sysFormIndex div#sysMain,
  #sysFormConfirm div#sysMain,
  #sysFormThanks div#sysMain {
    padding: 0 !important;
    width: 100% !important;
  }
}
#sysFormIndex div#sysMain > form,
#sysFormConfirm div#sysMain > form,
#sysFormThanks div#sysMain > form {
  padding: 0;
  text-align: center;
}
#sysFormIndex div#sysMain > form > .sysForm,
#sysFormConfirm div#sysMain > form > .sysForm,
#sysFormThanks div#sysMain > form > .sysForm {
  text-align: left;
}
#sysFormIndex div#sysMain > form .sysFormItem,
#sysFormConfirm div#sysMain > form .sysFormItem,
#sysFormThanks div#sysMain > form .sysFormItem {
  margin-top: 30px;
}
#sysFormIndex div#sysMain > form .sysFormItem a,
#sysFormConfirm div#sysMain > form .sysFormItem a,
#sysFormThanks div#sysMain > form .sysFormItem a {
  display: inline-block;
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 0;
}
#sysFormIndex div#sysMain > form .sysFormItem .sysFormLabel,
#sysFormConfirm div#sysMain > form .sysFormItem .sysFormLabel,
#sysFormThanks div#sysMain > form .sysFormItem .sysFormLabel {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
}
#sysFormIndex div#sysMain > form .sysFormItem .sysRequired,
#sysFormConfirm div#sysMain > form .sysFormItem .sysRequired,
#sysFormThanks div#sysMain > form .sysFormItem .sysRequired {
  margin: 0;
}
#sysFormIndex div#sysMain > form .sysFormItem input[type=text],
#sysFormConfirm div#sysMain > form .sysFormItem input[type=text],
#sysFormThanks div#sysMain > form .sysFormItem input[type=text] {
  margin: 0;
  height: 50px;
  color: #604d40;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 1.4rem;
}
#sysFormIndex div#sysMain > form .sysFormItem input[type=radio],
#sysFormConfirm div#sysMain > form .sysFormItem input[type=radio],
#sysFormThanks div#sysMain > form .sysFormItem input[type=radio] {
  margin-left: 0;
}
#sysFormIndex div#sysMain > form .sysFormItem textarea,
#sysFormConfirm div#sysMain > form .sysFormItem textarea,
#sysFormThanks div#sysMain > form .sysFormItem textarea {
  min-height: 120px;
  color: #604d40;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 1.4rem;
}
#sysFormIndex div#sysMain > form .sysFormField,
#sysFormConfirm div#sysMain > form .sysFormField,
#sysFormThanks div#sysMain > form .sysFormField {
  border: none;
  padding: 0;
}
#sysFormIndex div#sysMain > form .sysFormField a,
#sysFormConfirm div#sysMain > form .sysFormField a,
#sysFormThanks div#sysMain > form .sysFormField a {
  color: #604d40;
  border-color: #604d40;
  transition: opacity 0.3s;
}
#sysFormIndex div#sysMain > form .sysFormField a:hover,
#sysFormConfirm div#sysMain > form .sysFormField a:hover,
#sysFormThanks div#sysMain > form .sysFormField a:hover {
  opacity: 0.8;
}
#sysFormIndex div#sysMain > form button.sysButton,
#sysFormConfirm div#sysMain > form button.sysButton,
#sysFormThanks div#sysMain > form button.sysButton {
  width: 100%;
  max-width: 350px;
  float: unset;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
}
#sysFormIndex div#sysMain > form button.sysButton:hover,
#sysFormConfirm div#sysMain > form button.sysButton:hover,
#sysFormThanks div#sysMain > form button.sysButton:hover {
  opacity: 0.8;
}
#sysFormIndex div#sysMain > form .sysNextSubmit,
#sysFormConfirm div#sysMain > form .sysNextSubmit,
#sysFormThanks div#sysMain > form .sysNextSubmit {
  float: none;
  margin: 0 auto !important;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
}
#sysFormIndex div#sysMain > form .sysNextSubmit:hover,
#sysFormConfirm div#sysMain > form .sysNextSubmit:hover,
#sysFormThanks div#sysMain > form .sysNextSubmit:hover {
  background-color: #fff;
  color: #604d40;
}
#sysFormIndex .completeText a,
#sysFormConfirm .completeText a,
#sysFormThanks .completeText a {
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
#sysFormIndex .completeText a:hover,
#sysFormConfirm .completeText a:hover,
#sysFormThanks .completeText a:hover {
  opacity: 0.8;
}

.sysCart #sysMain {
  border: none;
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 840px;
}
@media screen and (max-width: 600px) {
  .sysCart #sysMain {
    padding: 0 !important;
    width: 100% !important;
  }
}

/* 買い物かご */
/* ======================================== */
#sysBasket #sysWrap {
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sysBasket #sysWrap {
    margin-top: 68px;
  }
}
@media screen and (max-width: 600px) {
  #sysBasket #sysWrap {
    padding: 0 15px;
  }
}
#sysBasket #sysMain {
  border: none;
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 840px;
}
@media screen and (max-width: 600px) {
  #sysBasket #sysMain {
    padding: 0 !important;
    width: 100% !important;
  }
}
#sysBasket #sysMain .sysTotal .sysBox {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#sysBasket #sysMain .sysItemListArea {
  margin-top: 30px;
}
#sysBasket #sysMain .sysItemListArea .sysItemName {
  font-size: 1.4rem;
  font-weight: normal;
}
#sysBasket #sysMain .sysItemListArea .sysItemName a {
  color: #604d40;
}
#sysBasket #sysMain .sysItemListArea > .sysCartTitle {
  text-align: center;
  font-weight: normal;
  color: #604d40;
}
#sysBasket #sysMain .sysItemListArea > .sysCartItemAreaMessage {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  font-weight: normal;
}
#sysBasket #sysMain .sysItemListArea ul.nav li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > a {
  display: block;
  width: 120px;
}
@media screen and (max-width: 600px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > a {
    width: 80px;
  }
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > a img {
  width: 100%;
  margin: 0;
  float: none;
  display: block;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > .sysProduct {
  float: none;
  border: none;
  width: calc(100% - 600px);
  margin-bottom: 0;
  padding: 0 10px;
  text-align: left;
  color: #604d40;
}
@media screen and (max-width: 1000px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > .sysProduct {
    width: 74%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > .sysProduct {
    width: calc(100% - 100px);
  }
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div {
  width: 180px;
  display: flex;
  align-items: center;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div > div:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div {
    width: 305px;
    justify-content: flex-end;
    margin-left: auto;
  }
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div select {
  padding: 0;
  width: 3.5em;
  height: 36px;
  background: #fff;
  margin: 0.5em auto;
  border: none;
  color: #604d40;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div .sysNumArea {
  display: flex;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div .sysNumArea .sysBtnPlus {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #ddd;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
  background: #fff;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div .sysNumArea .sysBtnPlus::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0px;
  color: #604d40;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div .sysNumArea .sysBtnMinus {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #ddd;
  text-indent: -9999px;
  position: relative;
  min-width: inherit;
  background: #fff;
  margin-left: 5px;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox > hr + div .sysNumArea .sysBtnMinus::after {
  content: "－";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0px;
  color: #604d40;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
  width: 270px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea {
    margin-left: auto;
  }
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections {
  font-size: 1.3rem;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections > div {
  border-bottom: 1px solid #ededed;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections select {
  color: #604d40;
  height: 30px;
  background-color: #fff !important;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections input[type=text] {
  color: #604d40;
  height: 30px;
  width: 180px;
}
@media screen and (max-width: 600px) {
  #sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea #sysSelections input[type=text] {
    width: 100%;
  }
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysSubTotalArea .sysSelectionDescription {
  font-size: 1.2rem;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea {
  width: 100%;
  text-align: left;
}
#sysBasket #sysMain .sysItemListArea ul.nav li .sysBox .sysDeleteArea .sysDeleteArea {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  min-width: auto;
  margin-top: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #888;
  border: 1px solid #7d7d7d;
  padding: 0 !important;
  text-align: center;
}
#sysBasket #sysMain .sysItemListArea + .sysNextSubmitArea {
  margin-top: 30px;
}
#sysBasket #sysMain .sysNextSubmitArea .sysNextSubmit {
  margin: 0 auto !important;
  background-color: #ffba00 !important;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ffba00 !important;
  width: 100% !important;
  max-width: 350px;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
#sysBasket #sysMain .sysNextSubmitArea .sysNextSubmit:hover {
  background-color: #fff !important;
  color: #555555 !important;
  font-weight: normal;
}
#sysBasket #sysMain > form {
  text-align: center;
}
#sysBasket #sysMain input[type=submit].sysBackButton {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8 !important;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
}
#sysBasket #sysMain input[type=submit].sysBackButton:hover {
  opacity: 0.8;
}

#sysRegi #sysWrap {
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  #sysRegi #sysWrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  #sysRegi #sysWrap {
    padding: 0 15px;
  }
}
#sysRegi #sysMain .sysNextSubmitArea .sysNextSubmit {
  max-width: 100%;
  background-color: #604d40 !important;
  border: 1px solid #604d40 !important;
  height: 50px;
  font-weight: normal;
  transition: all 0.3s;
}
#sysRegi #sysMain .sysNextSubmitArea .sysNextSubmit:hover {
  background-color: #fff !important;
  color: #604d40 !important;
}
#sysRegi #sysMain #sysPurchaseAuthMember {
  width: 48% !important;
  float: left;
}
@media screen and (max-width: 600px) {
  #sysRegi #sysMain #sysPurchaseAuthMember {
    float: none;
    width: 100% !important;
  }
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysBox {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysCartTitle {
  text-align: center;
  color: #604d40;
  font-size: 2rem;
  font-weight: bold;
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysLoginButton {
  width: 100%;
  background-color: #604d40 !important;
  color: #fff;
  font-weight: normal;
  border: 1px solid #604d40;
  height: 50px;
  padding: 0 !important;
  line-height: 48px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.5rem;
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysLoginButton:hover {
  background-color: #fff !important;
  color: #604d40 !important;
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysButton {
  width: 100%;
  background-color: #e8e8e8 !important;
  color: #604d40;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  transition: opacity 0.3s;
  font-size: 1.5rem;
  border: none;
}
#sysRegi #sysMain #sysPurchaseAuthMember .sysButton:hover {
  opacity: 0.8;
}
#sysRegi #sysMain #sysRegisterForm {
  width: 48% !important;
  float: right;
}
@media screen and (max-width: 600px) {
  #sysRegi #sysMain #sysRegisterForm {
    float: none;
    width: 100% !important;
  }
}
#sysRegi #sysMain #sysRegisterForm .sysBox {
  border: none;
  padding: 0;
}
#sysRegi #sysMain #sysRegisterForm .sysCartTitle {
  text-align: center;
  color: #604d40;
  font-size: 2rem;
  font-weight: bold;
}
#sysRegi #sysMain #sysPurchaseAuthCustomer {
  width: 48% !important;
  float: right;
}
@media screen and (max-width: 600px) {
  #sysRegi #sysMain #sysPurchaseAuthCustomer {
    float: none;
    width: 100% !important;
  }
}
#sysRegi #sysMain #sysPurchaseAuthCustomer .sysBox {
  border: none;
  padding: 0;
}
#sysRegi #sysMain #sysPurchaseAuthCustomer .sysCartTitle {
  text-align: center;
  color: #604d40;
  font-size: 2rem;
  font-weight: bold;
}
#sysRegi #sysMain > form {
  float: left;
  width: 100%;
  text-align: left;
}
#sysRegi #sysMain > form .sysBackSubmitArea {
  font-weight: normal;
  color: #604d40;
}

.sysOpcBody .header_wrap {
  position: fixed;
}
.sysOpcBody #sysWrap {
  margin-top: 200px !important;
}
@media screen and (max-width: 1000px) {
  .sysOpcBody #sysWrap {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysWrap {
    padding: 0 15px;
  }
}
.sysOpcBody #sysMain {
  border: none;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px !important;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysMain {
    padding: 0 !important;
  }
}
.sysOpcBody .modaal-container {
  padding: 0;
}
.sysOpcBody .modaal-container .modaal-content-container {
  font-weight: normal;
  color: #604d40;
}
.sysOpcBody .modaal-container input[type=button] {
  color: #604d40;
}
.sysOpcBody .modaal-container .opcDeliveryAddressEditDialog_customerDeliveryAddressButton {
  width: 100%;
  margin: 10px 0;
}
.sysOpcBody .modaal-container .opcPoint_edit {
  padding: 0;
  border: none;
}
.sysOpcBody .modaal-container .opcPointAndCouponDialog {
  color: #604d40;
}
.sysOpcBody .modaal-container .modaal-close {
  border: none !important;
}
.sysOpcBody .modaal-container .modaal-close::before, .sysOpcBody .modaal-container .modaal-close::after {
  background-color: #604d40 !important;
}
.sysOpcBody .modaal-container .opcPoint_usePoint_edit {
  max-width: 100px;
}
.sysOpcBody .modaal-container .opcPointAndCouponDialog_cancelButton_edit {
  cursor: pointer;
  color: #604d40;
}
.sysOpcBody .modaal-container .opcPointAndCouponDialog_applyButton_edit {
  background: #ffba00 !important;
  border-color: #ffba00 !important;
  cursor: pointer;
}
.sysOpcBody #sysOpc {
  /* 注文確定する */
  /* ======================================== */
  /* お支払い方法 最終確認画面 */
  /* ======================================== */
  /* 会員登録せずに購入 */
  /* ======================================== */
  /* お届け先情報 最終確認画面 */
  /* ======================================== */
  /* お届け方法を選択 */
  /* ======================================== */
  /* ご注文情報 最終確認画面 */
  /* ======================================== */
  /* お支払い方法 最終確認画面 */
  /* ======================================== */
  /* 備考 最終確認画面 */
  /* ======================================== */
  /* 戻るボタン */
  /* ======================================== */
}
.sysOpcBody #sysOpc .opcCommonReferenceLabel {
  white-space: nowrap;
}
.sysOpcBody #sysOpc .opcCommonButton {
  font-weight: normal;
  color: #604d40;
  cursor: pointer;
}
.sysOpcBody #sysOpc .opcRequestOrderArea .opcConfirm {
  padding: 0;
}
.sysOpcBody #sysOpc .opcRequestOrderArea .opcConfirm .opcConfirm_order {
  margin: 30px auto 0;
  background-color: #ffba00 !important;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ffba00 !important;
  width: 100% !important;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
.sysOpcBody #sysOpc .opcRequestOrderArea .opcConfirm .opcConfirm_order:hover {
  background-color: #fff !important;
  color: #555555 !important;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcOrderSummaryArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcOrderSummaryArea .opcOrderSummaryTitle {
  text-align: center;
}
.sysOpcBody #sysOpc .opcOrderSummaryArea .opcOrderSummary {
  border: none;
  padding: 0;
}
.sysOpcBody #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcBillingAddressArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcBillingAddressArea .opcBillingAddress {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcBillingAddressArea .opcBillingAddress > div {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcBillingAddressArea .opcBillingAddress_buttonGroup {
  border: none !important;
  padding: 0 !important;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressTitle {
  text-align: center;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock input[type=text],
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock input[type=tel],
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock input[type=tel],
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock input[type=email] {
  color: #604d40;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 1.4rem;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div > span {
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=tel] {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=tel] {
    width: calc(100% - 130px);
  }
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=button] {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8 !important;
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=button]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_zipCodeAndLabelGroup_edit input[type=button] {
    width: 120px;
  }
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_prefStateAndLabelGroup_edit select {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
  background-color: #fff !important;
  font-size: 1.3rem;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_genderAndLabelGroup_edit .opcBillingAddress_genderMaleAndLabelGroup_edit,
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_genderAndLabelGroup_edit .opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 10% !important;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_genderAndLabelGroup_edit .opcBillingAddress_genderMaleAndLabelGroup_edit,
  .sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_genderAndLabelGroup_edit .opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 100% !important;
  }
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddress_genderAndLabelGroup_edit input[type=radio] {
  margin-bottom: 0;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddressButtonGroup_edit .opcBillingAddress_completeButton_edit {
  float: none;
  margin: 30px auto 0;
  background-color: #604d40 !important;
  height: 50px;
  line-height: 48px;
  border: 1px solid #604d40 !important;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.sysOpcBody #sysOpc .opcBillingAddressArea > .opcBillingAddressDataBind .opcCommonEditModeBlock > div.opcBillingAddressButtonGroup_edit .opcBillingAddress_completeButton_edit:hover {
  background-color: #fff !important;
  color: #604d40 !important;
}
.sysOpcBody #sysOpc .opcDeliveryAddressArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcDeliveryAddressArea .opcDeliveryAddressTitle {
  text-align: center;
}
.sysOpcBody #sysOpc .opcDeliveryAddressArea .opcDeliveryAddress {
  border: none;
  padding: 0;
}
.sysOpcBody #sysOpc .opcDeliveryAddressArea .opcDeliveryAddress_normalDeliveryAddressGroup > div {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcDeliveryAddressArea .opcDeliveryAddress_normalDeliveryAddressGroup .opcBillingAddress_buttonGroup {
  border: none;
}
.sysOpcBody #sysOpc .opcDeliveryMethodArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcDeliveryMethodArea .opcDeliveryMethod {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcDeliveryMethodArea .opcDeliveryMethod > div {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcDeliveryMethodArea .opcDeliveryMethod .opcDeliveryMethod_buttonGroup {
  border: none;
  padding: 0;
}
.sysOpcBody #sysOpc .opcItemsArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItemTitle {
  text-align: center;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItemList .opcItem {
  border-color: #ddd;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_itemNumAndPricesAndLabelGroup {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  display: inline-block;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_numAndLabelGroup_edit .opcItem_num_edit {
  border: none;
  width: 3.5em;
  height: 36px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_numAndLabelGroup_edit .opcCommonButton {
  display: none;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_itemOptionDescription_edit {
  display: none;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_itemOptionGroup_edit select,
.sysOpcBody #sysOpc .opcItemsArea .opcItem_itemOptionGroup_edit input[type=text] {
  border: none;
  pointer-events: none;
  padding: 0 !important;
  margin: 0;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_purposeAndLabelGroup_edit {
  display: none;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionUseOptionNameGroup_edit {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_purposeAndLabelGroup_edit .opcItem_purpose_edit .opcItem_purposeLabelGroup_edit {
  display: block;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit {
  padding-bottom: 0;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcCommonEditLabel {
  margin: 0;
  padding: 0;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiRibbonTypeAndLabelGroup_edit > label {
  margin-right: 20px;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiSettingIdAndLabelGroup_edit .opcItem_noshiSettingId_edit {
  width: 100%;
  max-width: 200px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiDescriptionGroup_edit {
  margin-top: 10px;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit label {
  font-weight: normal;
  margin-right: 20px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit .opcItem_noshiInsideOutsideTypeInsideAndLabelGroup_edit {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiPersonName1AndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiCompanyNameAndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcItemsArea .opcItem_additionalDeliveryAddressItemDataBind {
  display: none;
}
.sysOpcBody #sysOpc .opcPaymentMethodArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethod {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethod > div {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethod .opcPaymentMethod_buttonGroup {
  border: none;
  padding: 0;
}
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind {
  font-weight: normal;
  font-size: 1.4rem;
}
.sysOpcBody #sysOpc .opcRemarksArea {
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcRemarksArea .opcRemarksTitle {
  text-align: center;
}
.sysOpcBody #sysOpc .opcRemarksArea .opcRemarks_edit {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcRemarksArea .opcRemarks_remarkDescription_edit {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcBillingAddress_backButton_edit,
.sysOpcBody #sysOpc .opcPaymentMethod_backButton_edit {
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcBillingAddress_backButton_edit:hover,
.sysOpcBody #sysOpc .opcPaymentMethod_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryMethodTitle,
.sysOpcBody #sysOpc .opcSingleDelivery .opcPaymentMethodTitle,
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcDeliveryMethodTitle,
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethodTitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: large;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit,
.sysOpcBody #sysOpc .opcSingleDelivery .opcPaymentMethodList,
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcDeliveryMethod_edit,
.sysOpcBody #sysOpc .opcPaymentMethodArea .opcPaymentMethodList {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcCommonInputSelect {
  background: #fff !important;
  color: #604d40;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div {
  margin-bottom: 1em;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit {
  padding: 0;
  border: none;
  margin-top: 30px;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_zipCodeAndLabelGroup_edit input[type=tel] {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_zipCodeAndLabelGroup_edit input[type=tel] {
    width: calc(100% - 130px);
  }
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcCommonButton {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8 !important;
  transition: opacity 0.3s;
  border: none;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcCommonButton {
    width: 120px;
  }
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcCommonButton:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_prefStateAndLabelGroup_edit select {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
  background-color: #fff !important;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcSingleDelivery .opcDeliveryAddress_edit > .opcDeliveryAddress_prefStateAndLabelGroup_edit select {
    width: calc(100% - 130px);
  }
}
.sysOpcBody #sysOpc .opcBillingAddress_completeButton_edit,
.sysOpcBody #sysOpc .opcDeliveryMethod_completeButton_edit,
.sysOpcBody #sysOpc .opcPaymentMethod_completeButton_edit,
.sysOpcBody #sysOpc .opcItem_completeButton_edit,
.sysOpcBody #sysOpc .opcDeliveryAddress_completeButton_edit,
.sysOpcBody #sysOpc .opcPointAndCouponDialog_applyButton_edit,
.sysOpcBody #sysOpc .opcRemarks_completeButton_edit {
  margin: 30px auto 0;
  background: #604d40 !important;
  height: 50px;
  line-height: 48px;
  padding: 0 !important;
  border: 1px solid #604d40 !important;
  width: 100%;
  max-width: 350px;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcBillingAddress_completeButton_edit:hover,
.sysOpcBody #sysOpc .opcDeliveryMethod_completeButton_edit:hover,
.sysOpcBody #sysOpc .opcPaymentMethod_completeButton_edit:hover,
.sysOpcBody #sysOpc .opcItem_completeButton_edit:hover,
.sysOpcBody #sysOpc .opcDeliveryAddress_completeButton_edit:hover,
.sysOpcBody #sysOpc .opcPointAndCouponDialog_applyButton_edit:hover,
.sysOpcBody #sysOpc .opcRemarks_completeButton_edit:hover {
  background: #fff !important;
  color: #604d40 !important;
}
.sysOpcBody #sysOpc .opcDeliveryMethod_backButton_edit,
.sysOpcBody #sysOpc .opcDeliveryAddress_backButton_edit {
  background: #e7e9ec !important;
  margin: 20px auto 0;
  width: 100% !important;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcDeliveryMethod_backButton_edit:hover,
.sysOpcBody #sysOpc .opcDeliveryAddress_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit {
  margin: 0;
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc > .opcOrderBackToBasketArea form {
  text-align: center;
  margin-top: 20px;
}
.sysOpcBody #sysOpc > .opcOrderBackToBasketArea .opcOrderBackToBasket_backToBasket {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8 !important;
  border: none;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  height: 50px;
}
.sysOpcBody #sysOpc > .opcOrderBackToBasketArea .opcOrderBackToBasket_backToBasket:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_deliveryToSingle_edit,
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_deliveryToMultiple_edit {
  margin: 10px auto;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_deliveryToSingle_edit:hover,
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_deliveryToMultiple_edit:hover {
  background-color: #fff;
  color: #604d40;
}
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_backButton_edit {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveries_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit {
  padding: 0;
  border: none;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCode_edit {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCode_edit {
    width: calc(100% - 130px);
  }
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit {
  width: 200px;
  height: 48px;
  border-radius: 0;
  font-weight: normal;
  background: #e8e8e8 !important;
  transition: opacity 0.3s;
  border: none;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeSearchButton_edit {
    width: 120px;
  }
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_prefStateAndLabelGroup_edit .opcDeliveryAddress_prefState_edit {
  width: 200px;
  height: 48px;
  border-color: #ddd;
  font-weight: normal;
  color: #604d40;
  background-color: #fff !important;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_prefStateAndLabelGroup_edit .opcDeliveryAddress_prefState_edit {
    width: calc(100% - 130px);
  }
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_buttonGroup_edit .opcDeliveryAddress_backButton_edit {
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddress_edit .opcDeliveryAddress_buttonGroup_edit .opcDeliveryAddress_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressItem_completeButton_edit {
  margin: 0 auto;
  background-color: #604d40;
  height: 50px;
  line-height: 48px;
  border: 1px solid #604d40;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressItem_completeButton_edit:hover {
  background-color: #fff;
  color: #604d40;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressItem_backButton_edit {
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressItem_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem {
  border-color: #ddd;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_numAndLabelGroup_edit > .opcItem_numLabel_edit {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_numAndLabelGroup_edit > .opcItem_purposeLabelGroup_edit {
  display: block;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_numAndLabelGroup_edit > select {
  width: 200px;
  max-width: 100%;
}
/* .sysOpcBody #sysOpc .opcMultiDelivery .opcItem_numAndLabelGroup_edit input[type=button] {
  display: none;
} */
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_numAndLabelGroup_edit > .opcCommonInputSelect {
  pointer-events: none;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeLabelGroup_edit {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiGroup_edit .opcItem_noshiRibbonTypeLabel_edit {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiSettingIdLabel_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeLabel_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_isNoshiCorporationgAndLabelGroup_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiPersonName1Label_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiPersonName2Label_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiCompanyLabel_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_noshiCompanyRoleNameLabel_edit,
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_noshiDetailGroup_edit .opcItem_itemCommonOptionTitleLabel_edit {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit {
  border-color: #ddd;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit select {
  background: transparent !important;
  font-weight: normal;
  color: #604d40;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div:not(:first-child) {
  margin-top: 1em;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsGroup {
  border-color: #ddd;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_itemCommonOptionSelectAndLabelGroup {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_itemCommonOptionImageGroup {
  width: 300px;
  max-width: 100%;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button] {
  background: transparent;
  font-weight: normal;
  color: #604d40;
  cursor: pointer;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_addDeliveryAddress_edit, .sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  margin: 0 auto;
  background-color: #604d40 !important;
  height: 50px;
  line-height: 48px;
  border: 1px solid #604d40 !important;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_addDeliveryAddress_edit:hover, .sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit:hover {
  background-color: #fff !important;
  color: #604d40 !important;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_backButton_edit {
  background: #e7e9ec !important;
  margin: 20px auto 0;
  width: 100% !important;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_buttonGroup_edit input[type=button].opcCompletedDeliveryAddressList_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container {
  background: transparent;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcDeliveryAddressContents {
  border: 1px solid #ddd;
  margin-top: 1em;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcDeliveryAddressContents .opcCompletedDeliveryAddressList_changeItems_edit {
  background: transparent;
  color: #604d40;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcDeliveryAddressContents .opcCompletedDeliveryAddressList_changeItems_edit {
    margin-top: 10px;
  }
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethodListGroup_edit .opcDeliveryMethodList_edit {
  margin: 30px auto 0;
  background-color: #604d40 !important;
  height: 50px;
  line-height: 48px;
  border: 1px solid #604d40 !important;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethodListGroup_edit .opcDeliveryMethodList_edit:hover {
  background-color: #fff !important;
  color: #604d40 !important;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethodListGroup_edit .opcDeliveryMethodList_backButton_edit {
  margin: 20px auto 0;
  width: 100%;
  max-width: 350px;
  font-weight: normal;
  float: none;
  color: #604d40;
  background: #e8e8e8;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 15px;
  border: none;
  height: 50px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryMethodListGroup_edit .opcDeliveryMethodList_backButton_edit:hover {
  opacity: 0.8;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_itemSummary {
  font-weight: normal;
  border-color: #ddd;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressSummary {
  font-weight: normal;
  border-color: #ddd;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit select {
  background: #fff !important;
  color: #604d40;
  width: 200px;
  max-width: 100%;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemOptionDescription_edit {
  font-weight: normal;
  margin-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  display: inline-block;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_num_edit {
  background: #fff !important;
  border: none;
  font-size: 1.4rem;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_increaseNumButton_edit {
  background: #fff !important;
  width: 40px !important;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_decreaseNumButton_edit {
  background: #fff !important;
  width: 40px !important;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeLabelGroup_edit {
  display: block;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiRibbonTypeAndLabelGroup_edit > label {
  margin-right: 20px;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiSettingIdAndLabelGroup_edit .opcItem_noshiSettingId_edit {
  width: 100%;
  max-width: 200px;
  background: #fff !important;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiDescriptionGroup_edit {
  margin-top: 10px;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit label {
  font-weight: normal;
  margin-right: 20px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit .opcItem_noshiInsideOutsideTypeInsideAndLabelGroup_edit {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiPersonName1AndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_noshiGroup_edit .opcItem_noshiDetailGroup_edit .opcItem_noshiCompanyNameAndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionOptionLabel_edit input[type=radio] {
  display: none;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionOptionLabel_edit input[type=radio]:checked + .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit {
  border-color: #604d40;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionImageGroup_edit {
  max-width: 45%;
  border: 1px solid transparent;
}
@media screen and (max-width: 600px) {
  .sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionImageGroup_edit {
    max-width: 100%;
  }
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionTitleLabel_edit {
  padding-left: 0;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionUseOptionName1AndLabelGroup_edit {
  margin-right: 20px;
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcItem_deliveryAddressItemGroup_edit .opcItem_itemCommonOptionUseOptionName2AndLabelGroup_edit {
  font-weight: normal;
}
.sysOpcBody #sysOpc .opcMultiDelivery .opcDeliveryAddressTitle_deleteButton {
  margin-bottom: 1em;
}

/* 注文完了 */
/* ======================================== */
#sysThanks #sysWrap {
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  #sysThanks #sysWrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  #sysThanks #sysWrap {
    padding: 0 15px;
  }
}
#sysThanks .sysCartNote {
  color: #604d40;
}

/* 商品詳細 クリスマステンプレート用 */
/* ======================================== */
#sdgs #sysWrap {
  max-width: 1040px;
  margin-top: 175px;
}
@media screen and (max-width: 1000px) {
  #sdgs #sysWrap {
    margin-top: 68px;
  }
}
.under_section {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.under_section__title {
  background-color: #faf6ec;
  font-size: 2.4rem;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .under_section__title {
    padding: 10px;
    font-size: 2rem;
  }
}
.under_section__title .saturday {
  color: #487FBF;
}
.under_section__title .sunday {
  color: #BE5557;
}
.under_section__content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.under_section__content > img {
  border: 1px solid #d9d4c4;
}/*# sourceMappingURL=user.css.map */
@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%;
  padding:20px 10px 30px;
    margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
    width: 98%;
  padding:20px 10px 30px;
    margin:0 auto;
}
.sysCart #sysMain {
  width: 94%;
  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%;
}
.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: rgba(255,255,255,1);
}
.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: rgba(225,225,225,1);
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
      font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.sysHeadline{
  width: 95%;
  margin: 30px auto!important;
  position: static;
  font-size: 20px;
  letter-spacing: 3px;
}
.sysHeadline b{
  width: 100%;
  display: block;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #222222;
  padding: 0 80px;
  margin-top: 3px;
  padding-top: 5px;
}
.sysTitle span, .sysHeadline span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/  
.p-law .sysTitle{width: 90%;}
#main_tradelaw, .main_tradelaw{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 0px solid #ddd;
}
#main_tradelaw dl , .main_tradelaw d{
  width: 100%;
  background: #ededed;
  border-bottom: 0px dotted #bfbfbf;
  overflow: hidden;
}
#main_tradelaw dl:after, .main_tradelaw dl:after{
  display: block;
  content: "";
  clear: both;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 100%;
  padding: 15px 0 15px 20px;
  float: none;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 0px;
  padding: 15px;
  background: #fff;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
    border-collapse: collapse;
  margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
  font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
  text-align: left;
}
table.shipFeeTable tbody th {
  font-size: 12px;
  display: block;
  width: 100%;
  border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  display: block;
    width: 100%;
    vertical-align: top;
  border: 0px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
  width: 80%;
  margin: 0px 10%;
}
.col2Style .floatWrap img{
  width: 80%;
        margin: 0px 10%;
  float: none;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 0px
}
.col2Style .floatImg .imgWrap{
  width: 100%;
  float: none;
}
.col2Style .floatImg .imgWrap img{
  width: 80%;
  margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
        padding-top: 0;
        maergin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center; 
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0 ;
  text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
        display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
  float: left;
  padding: 0 6px;
  height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 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;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
        width: 100%;
         float: none;
         margin-right: 0%;
         border-radius: 5px;
         height: 50px; 
         font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
         width: 100%;
         float: none;
        margin-right: 0%;
        border-radius: 5px;
        height: 50px;
        font-size: 15px;
        margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_newarrival li .sysItemPrice{
  font-size:12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 46%;
  margin: 2%;
}
.top_features li:nth-child(1),
.top_features li:nth-child(2){
  position:relative;
  z-index:10;
  width:96%;
}
.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p{
  position:absolute;
  left:0;
  bottom:0;
  z-index:15;
  margin:0;
  padding:10px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
}
@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: rgba(255,255,255,1);
}
.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: rgba(225,225,225,1);
  z-index:  200;
  padding: 80px 10px 50px;
       overflow: scroll;
}
/***********************************
  ログイン情報
***********************************/
.h_login{
        max-width: 700px;
        width: 90%;
        margin: 0 auto;
}
.h_login .sysHeadline{
  text-align: center;
  font-size: 25px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 15px;
  height: 25px;
  text-align: left;
  margin-bottom: 0px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 15px 0%;
  border-radius: 0;
  border:1px solid #444;
  font-size: 15px;
  height: 50px;
  line-height: 10px;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 15px;
  height: 50px;
  line-height: 45px;
  text-align: center;
}
.h_login li a{
  font-size: 15px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 20px;
}
#closeMenu span{
        font-size: 15px;
        margin: 0 10px;
        display: inline-block;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #aaa;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
#spNavMenu{
        max-width: 800px;
        margin: 80px auto 0;
        width: 90%;
}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList i{
  position: absolute;
  line-height: 40px;
  right: 10px;
  font-size: 18px;
}
#spNavMenu .spMenuList a{
        display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 200px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom:0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px; top: 5px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 35px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_item .sysContent li,
.side_navi .sysContent li{
  float:left !important;
  width:50% !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 600px;
  margin: 50px auto!important;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}

.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

/***********************************
  商法テーブルレイアウト
***********************************/
.p-law .sysTitle{max-width: 600px;}
.p-law .sysTitle span {
  font-size: 22px;
  padding: 0 40px;
}

#main_tradelaw{width: 90%;}
.shipFee{
  width: 90%;
  margin: 50px auto;
}
.shipFee h3{font-size: 16px;}
table.shipFeeTable .newLine{display: block;}
table.shipFeeTable tbody th {
  width: 500px;
  vertical-align: middle;
}
table.shipFeeTable td{
    width: 500px;
  font-size: 15px;
  vertical-align: middle;
}

/***********************************
   フッター部分のご利用ガイド
***********************************/
.f_guide{margin-top: 50px;}
.f_guide .sysContent{width: 100%;}
.f_guide .Title{ 
  font-size: 15px;
  padding: 20px 0 30px;
}
.f_guide .guideBlock{
  width: 50%;
  padding: 0 2%;
  padding-bottom:30px;
}
.f_guide .guide01{padding-right: 20px;}
.f_guide .guide02{padding-left: 20px;}
.f_guide .freedial{
  font-size:30px;
}
.f_guide a{
  display:block;
  width:200px;
}

/***********************************
  カート内商品数表示
***********************************/
button.itemCount2{
        display:none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/***********************************
  商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 180px;
}
.steps li a{height: 180px !important;}
.steps li img{height: 180px;}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 190px;}

.top_slider{
  padding-top:0;
}

/***********************************
  ワンページカート
***********************************/

/*情報入力ページ調整*/
.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 */
