/* アコーディオン2メニュー */
.accordion2 {
  position: relative;
  width: 100%;
}
.accordion2-item p {
  padding:5px 0 5px 0 ;
}
.accordion2-title {
  cursor: pointer;
  font-size: 15px;
  padding: 8px 0 8px 25px;
  font-weight:500;
  font-family:'Noto Sans JP';
}
.accordion2-title.open {
    color: #bf1f1f;
    text-decoration: underline 1px!important;
    text-underline-offset: 4px;
    background-position: left -100% center;
    padding-bottom: 0.1px;
}
.accordion2-content {
  display: none;
  padding: 10px 0 15px 25px;
}
.accordion2-content p {
    font-size: 14px;
    font-weight:400;
    line-height:1.7;
    padding-left:15px;
}
.accordion2-content li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 0 0;
    padding-left: 0;
    text-indent: -1em;
}
.accordion2-content h3 {
    font-size: 15px;
    font-weight:500;
    font-family:'Noto Sans JP';
}
/* 矢印 */
.accordion2-title {
  position: relative;
}

/* タイトル左のアイコン（＋／－） */
.accordion2-title::before {
  position: absolute;
  top: 50%;
  left:0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.accordion2-title.open::before {
  content: "－"; /* アイコン */
  text-decoration:none;
  color:#000;
}

/* アコーディオン固定ヘッダー */
.fixed-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white; /* 背景を白にして下のコンテンツと重ならないようにする */
  padding: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 見た目を自然に */
}



/* 簡易商品詳細 */
.simple_description {
    text-indent: -1em;
    padding-left:0.5em;
}


/* 基本設定
 *----------------------------------------------------------------------*/
html{
  font-size:62.3%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 1.3rem;/*13px*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing:0.03em;
  background-color:rgb(250, 248, 245);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
.sp_only{
  display:none;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  overflow-x: hidden;
  position:relative;
}
#sysWrap {
  margin:0px auto 0;
  padding: 0;
  overflow: hidden;
}
#sysHeader {
  margin: 0;
  padding: 0;
}
div#sysMain {
  float:none!important;
  margin: 0 auto;
  padding: 0 ;
  color:#3f3f3f;

}
#sysAside {
  display:block;
  float: none;
  padding: 0;
  margin: 0px auto;
}
#sysFooter {
  margin: 0;
  padding: 0;
  position: sticky;
  top: 100vh;
}

#top #sysWrap{
  margin-top:0;
}

.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background:#3f3f3f;
  color: #fff;
  border: 0px!important;
  border-radius: 4px!important;
  transition: .3s;
  line-height:1.2;
  height:45px;
}
.sysCart #sysMain input[type=submit]:hover,
.sysCart #sysMain button[type=submit]:hover,
.sysCart #sysMain button:hover {
  background:#000;
}

.sysButton.sysDeleteArea:hover {
  background:transparent!important;
  color:#000!important;
}

.sysContent {
  padding: 0 !important;
}
.sysBox {
  padding: 0 !important;
}

h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.4;
  letter-spacing:inherit;
}
h1 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight:bold;
}
h2 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

a {
  text-decoration:none;
}
a:hover {
  color: #000000d9;
}
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: 5px auto;
}
p.indent{
        margin: 5px 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

input[type="button"]{
  cursor:pointer;
  border-radius:4px;
}
.sysErrorMessage {
  padding:10px 0px;
  color:#bf1f1f;
}
.sysErrorMessage li {
  padding:2px 0 ;
}
input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
input:-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sysPagination ul li {
  width:auto;
}
.sysPagination a {
    display: block;
    border: none ;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0;
    border-radius: 20px;
    background: #fff;
    transition:.2s;
}
.sysPagination a.sysCurrent {
    background-color: #000;
    color:#fff;
}

.sysFax,
.sysBirthday {
    display:none;
}
#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgb(250, 248, 245); 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.6s; 
  z-index: 9999;
} 
.disabled {
  background-color: gray !important;
  cursor: not-allowed !important;
 }

.completed {
  opacity: 0;
  visibility: hidden;
}

.doui {
  margin:40px 20px 40px;
  border:solid 1px #333;
  padding:0;
}



.doui_title {
  font-size:16px;
  font-weight:500;
  text-align:center;
  margin:0 0 40px;
}

.doui_message {
  font-size:13.5px;
  font-weight:400;
  line-height:1.6;
  letter-spacing:1.2;
  text-align:center;
}




/* 登録フォーム
*----------------------------------------------------------------------*/
.sysName .sysFormLabel:after,
.opcBillingAddress_nameLabel_edit:after,
.opcDeliveryAddress_nameLabel_edit:after {
   content:'(16文字以内)';
   white-space:pre;
   font-size:13.5px;
   font-weight:400;
   margin-left:10px;
}


/* ログインフォーム
*----------------------------------------------------------------------*/
#sysMypageLogin #sysMain {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:60px;
}
#sysMypageLogin #navBtn,
#sysMypageLogin .spCart,
.sysCart .spCart,
.sysOpcBody .spCart{
  display:none;
}
.sysCart .sysBackSubmitArea {
  display:none;
}
#sysMypageLogin #sysMain .sysMemberPassword {
  margin-bottom:15px;
}
#sysMypageLogin #sysMain .sysHeadline {
  order:1;
  width:100%;
  margin:0 auto 60px;
}
#sysMypageLogin #sysMain .sysFreeArea {
  order:3;
  width: calc(50% - 20px);
    background: #fff;
    padding: 10px 40px 50px;
    margin:0 0 20px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
}
#sysMypageLogin #sysMain .sysFreeArea:before {
    content:"会員登録がお済みでない方";
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    position: relative;
    top: -48px;
    left:-40px;
}
#sysMypageLogin #sysMain .sysLoginForm {
    order: 2;
    width: calc(50% - 20px);
    background: #fff;
    padding: 10px 40px 50px;
    margin:0 20px 20px 0;
    box-shadow: 0px 0px 10px 0px #eee;
}
#sysMypageLogin #sysMain .sysLoginForm:before {
    content:"会員登録がお済みの方";
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    position: relative;
    top: -48px;
    left:-40px;
}
#sysMypageLogin #sysMain .sysLoginForm:after,
#sysPurchaseAuthMember .sysBox .sysForm:after{
    content: "※旧サイトの会員で初めてログインされる方へ：本サイトにログインするには、旧サイトで登録していたメールアドレスと、新しいパスワードが必要です。お手数ですが「パスワードを忘れた場合」からパスワードを新たに設定してください。";
    text-align: left;
    display: flex;
    width: 100%;
    padding: 30px 0px 0px;
    font-weight: 400;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    line-height:1.8;
    position: relative;
    left: 0px;
    color:3f3f3f;
}

.sysLoginForm.reset:before {
    content:"パスワードの再設定"!important;
}
#sysMypageLogin .mail {
    margin-top:40px;
    padding-top:20px;
    border-top:solid 1px #ddd;
}

#sysMypageLogin .kaiin a,
#sysMypageLogin .mail a,
.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit{
    display: block;
    width: 48%;
    font-size: 13px!important;
    color: #fff;
    background: #3f3f3f;
    border-radius: 4px;
    height: 45px;
    margin: 20px 0 0;
    text-align: center;
    line-height: 3.3;
    transition: .3s;
}
#sysMain > div.sysFreeArea > div.mail > a:nth-child(4) {
  display:inline!important;
  text-decoration:underline;
  background:transparent;
  border:none;
  color:#333;
  position:relative;
  top:8px;
}
.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart {
  border: solid 1px #cccccc;
  margin: 15px 0 15px;
  padding: 20px 40px;
}
.sysExplanationOfResumeMemberSessionCart {
    text-align: center;
    font-size: 13.5px;
    color: #000000d7;
    line-height: 1.6;
}
.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart .sysNextSubmit {
    background: #3f3f3f;
    color: #fff;
    border: 0px!important;
    border-radius: 4px!important;
    transition: .3s;
    line-height: 1.2;
    height: 45px;
    margin: 15px auto 25px;
    width:50%;
    border-radius:4px;
}

.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit{
    line-height:1.7;
}
#sysMypageLogin h4 {
    font-family:'Noto Sans JP';
    font-size:16px;
    font-weight:500;
    margin:2px 0 10px;
}

/* メルマガ登録フォーム
*----------------------------------------------------------------------*/
.form-mailmag .sysButton,
.form-unsbscribe .sysButton,
.form-mailmag .sysRequired,
.form-unsbscribe .sysRequired{
    display:none!important;
}
.form-mailmag .sysFormField,
.form-unsbscribe .sysFormField{
    padding-top:5px;
    padding-bottom:5px;
}
.form-mailmag .sysFormItem,
.form-unsbscribe .sysFormItem{
    margin:0px;
}

.form-mailmag .sysFormItem.sys2,
.form-unsbscribe .sysFormItem.sys2 {
   visibility:hidden;
   padding:0;
}

/* 商品カテゴリ オリジナル
*----------------------------------------------------------------------*/
.Category_wrap {
  margin:0;
}
.Category_title {
  font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
  font-size:14px;
  letter-spacing:0.2px;
  font-weight:400;
  color:#000;
}
.Category_list {
  margin:12px 0 18px;
}
.Category_list a {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-underline-offset: 1.5px;
  margin:3px 10px;
  color:#333;
  line-height:1.22;
  white-space: nowrap;
}
.Category_list a:first-child {
  margin-left:0;
}

.Category_list a:hover {
  color:#bf1f1f;
}
.Category_list:last-child a:hover {
  color:#046493;
}
.Category_size {
  display:flex;
  flex-wrap:wrap;
  margin-top:3px;
}


/* タイトル
*----------------------------------------------------------------------*/
.mainlogo {
    position:absolute;
    z-index: 7777;
    height:100vh;
    width: 100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.mainlogo .white1{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100px;
    top: 180px;
    left: 50%;
    z-index: 7778;
    filter: blur(0px);
    transition: 0.8s ease-in-out!important;
}
.mainlogo .white2{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    top: 255px;
    left: 50%;
    z-index: 7778;
    filter: blur(0px);
    transition: 1.2s ease-in-out;
}



.title,
.sysHeadline {
    display: block;
    margin: 5px auto 10px;
    width: 900px;
    padding: 0 0 22px 0;
}
.title {
    margin-top: 50px;
}
.title_jp {
    text-align:left;
    margin: -2px 0 0 0;
    font-family: 'Noto Serif JP';
    font-size:14.5px;
    letter-spacing:0.015em;
}
.title_en,
.sysHeadline b {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:32px;
    letter-spacing:0.09em;
    font-weight:500;
}

.sysCart .sysHeadline {
    padding-top:35px;
    padding-bottom:15px;
}

/* パンくずリスト */
.sysItemCategoryPankuzu {
  font-weight:300;
  margin:15px 0 0 ;
  display:none;
}
.notice {
  margin:10px 0px 25px 0px;
  padding:17px 27px 30px 27px;
  background:white;

  border: solid 1px rgba(0,0,0,.2);
  font-size:14px;
}

/* お知らせページ */
#sysInformation #sysWrap {
  margin-top: 30px;
  margin-bottom:90px;
  background: #fff;
  padding: 80px;
  max-width:900px;
}

#sysInformation #sysWrap div#sysMain {
  width:100%;
}
#sysInformation #sysMain h1 {
  font-family:'Noto Sans JP';
  font-size:16px;
  font-weight:500;
  margin-bottom:40px;
  text-align:center;
}
#sysInformation .sysNewsDetail {
  line-height:2.0;
  font-size:14px;
}

#sysInformation .sysNewsDetail a {
  text-decoration: underline;
  text-underline-offset: 1.5px;
  color:#0000ee;
}

/* 必須の置換 */
.opcCommonRequireLabel,
.sysRequired {
  font-size:0px;
  display:inline;
}
.opcCommonRequireLabel:before,
.sysRequired:before {
    content: '※必須';
    display: inline-block;
    font-size: 13px;
    font-weight:600;
    color: #3f3f3f;
    line-height: 1.8;
    position:relative;
    top:0px;
    margin-left:5px;
}

/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  padding: 4px 10px !important;
  width: 100%;
  line-height: 2.6;
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
  font-size:16px;
  color:#000000a6;
}
input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus,.opcCommonInputSelect:focus {
  border: solid 1px #3c3c43;
  outline:none;
  border-radius:4px;
}
input[type=submit] {
  -webkit-appearance: none;
  padding: 10px 5px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom:15px;
}
input[type="radio"]{
        margin: 10px 10px 20px;
}
.sysFormField{margin:2px 0 0 0;}
.sysFormField label{
        margin-right: 0px;
        font-size: 14px;
}
.form-inquiry .sysFormField {
  font-size:13px;
  color:#333;
  font-weight:400;
}
.sysMemberPassword {
  margin-bottom:30px;
  margin-top:10px;
}
.sysFormField a{
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}
#sysItemCategory select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
        width: 100%;
        padding: 3px 5px;
}
/* 入力フォーム　修正　*/
.opcOrderSummary, .opcBillingAddress, .opcBillingAddress_edit, .opcItemCommonOptionList, .opcClient, .opcClient_edit, .opcDeliveryAddress, .opcDeliveryAddress_edit, .opcDeliveryMethod, .opcDeliveryMethod_edit, .opcDeliveryAddressAndDeliveryMethodGroup, .opcItemList, .opcItem_edit, .opcPaymentMethodList, .opcPaymentMethod, .opcRemarks, .opcRemarks_edit, .opcSubstituteOrderMemo, .opcSubstituteOrderMemo_edit, .opcPoint_edit, .opcItemPoint_edit, .opcCouponCode_edit, .opcCoupon_edit, .opcDeliveryAddressSummary, .opcDeliveryAddressAndItemsGroup, .opcSelectDeliveries, .basketCoupon_edit {
  border: none;
  padding: 0;
}

.opcBillingAddressTitle {
    font-family: 'Noto Serif JP';
    font-size: 14.5px;
    letter-spacing: 0.015em;
    font-weight: 500;
    display:block;
    margin:0px 0 0px;　　　　　　　　　　　　　　　/*margin:15px 0 32px;*/
}

.opcDeliveryAddress_zipCode_edit, .opcAdditionalDeliveryAddress_zipCode_edit {
   width:10em!important;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
  margin-left:10px!important;
  margin-top:5px!important;
}

.opcPaymentMethod_paymentMethodGroup {
  margin-bottom:10px;
  font-size:16px;
  font-weight:600;
  color:#3f3f3f;
}

.sysForm div,
#sysMypageEditDeliveryinput .sysOtherAddress div,
.opcBillingAddress_edit div,
.opcDeliveryAddress_edit.opcCommonEditModeBlock div {
  margin-bottom:30px;
}

.opcDeliveryAddress_edit.opcCommonEditModeBlock div .opcCommonEditLabel {
  margin-bottom:0px;
}
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_backButton_edit.opcCommonButtonEdit {
  margin-left:20px;
}
.sysForm .SysInvalidZipcodeError {
  margin-bottom:0px;
}
.sysForm div div,
.sysForm div input {
  margin-bottom:0px;
}
.sysForm div label{
  margin-bottom:5px;
}
#sysMypageEditDeliveryinput .sysOtherAddress {
  margin:40px 0 60px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots{
  text-align:center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display:inline;
  position:relative;
  top:10px;
}
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: rgba(0,0,0,.2);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-nav{
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  position: absolute;
  top:98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding:0;
  text-indent: -9999px;
  z-index: 9999;
  border:none;
  border-radius:0px;
  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 rgba(0,0,0,.2);
}
.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: #000000d9 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #3f3f3f;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius:4px;
    width: 250px;
    height: 45px;
    margin: 15px auto;
    cursor : pointer;
    font-size:13px!important;
}
.sysSocialGiftReceiveUrlCopyButton,
.sysSocialGiftReceiveUrlSendLineButton {
   width:auto;
   text-decoration: underline;
   text-underline-offset: 2px;
   margin:2px 0; 
}


/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}
#sysItemCategory h1.itemCategory{
  margin-left: 5px;
  border-left: 5px solid #000000d9;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
.sysSelectionDescription{
  margin : 2px 0 10px;
  height:25px;
  color:red;  
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl::before {
  content: "商品カテゴリ";
    font-size: 18px;
    font-weight: 500;
    font-family:'Noto Sans JP', sans-serif;
    position: relative;
    color:#3f3f3f;
    top: 0px;
    left: 0px;
    pointer-events: none;
    width:100%;
    margin:0 20px 10px 0;
}

.sysItemCategoryCtl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
}
.sysItemCategoryCtl a {
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
        box-shadow: 0px 0px 2px 0px #eee;
    position: relative;
    width: 120px;
    background: #fff;
    height: 32px;
    line-height: 2.3;
    font-family: "Noto Sans jp";
    margin-right: 20px;
    border-left: solid 6px #bf1f1f;
 }
.sysItemCategoryCtl a:before {
    content:"";
    background:#ccc;
    display:block;
}
.sysItemCategoryCtl a:after {
}

/* PRアイコン設定 */
.sysItemPrArea {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.sysItemPrArea .pr_kanetsu,
.sysItemPrArea .pr_ikijime,
.sysItemPrArea .pr_iki {
   display:inline-block;
   width:auto;
}

/*
.sysItemPrArea .nagasa:before {
   content:"/";
   margin:0 5px;
}
*/

/*PRアイコン(商品詳細ページ)*/
.sysPr  {
  padding:5px 0px 15px;
}

.syspr_kanetsu,.sysPr .pr_kanetsu,
.sysItemPrArea .pr_kanetsu,.sysItemPrArea .pr_kanetsu {
   border:none;
   background:#ff8c00;
   font-weight: bold;
   color:#fff;
}
.syspr_ikijime,.sysPr .pr_ikijime,
.sysItemPrArea .pr_ikijime,.sysItemPrArea .pr_ikijime {
   border:none;
   background:#000080;
   color:#fff;
}

.sysPr span,
.sysItemPrArea span{
    font-size: 13.5px!important;
    border: 1px solid #333;
    margin: 0 10px 10px 0;
    padding: 2px 5px 2px;
    color: #333; 
}
.sysPr .soldout,.sysPr .shubai,
.sysItemPrArea .soldout,.sysItemPrArea .shubai {
   border:none;
   background:#bf1f1f;
   color:#fff;
}

.sysItemPrArea .soldout,
.sysItemPrArea .shubai {
   margin-right:calc(100% - 80px);
   padding:1px 5px 1px;
}
.sysPr .free,
.sysItemPrArea .free,
.sysPr .twenty,
.sysItemPrArea .twenty
}
   border:1px solid yellow;
   background:yellow;
   color:#000;
   font-weight:500;
}

.sysItemPrArea .free,
.sysItemPrArea .twenty {
   padding:2px 5px 0px;
}

.sysStockQuantity {
   margin-top:40px;
   font-size:13px;
   margin-left:10px;
}

.sysItemPrArea .bisuu {
}

.sysPr span:first-child {
    display:none;
}
.sysItemPr {
    order:2;
}
.sysItemPr div {
    padding:0 0 2px 2px;
    font-weight:400;
    font-size:13px;
    background:#fff;
    
}
span.icon_online, span.icon_kyobashi{
        display: inline-block;
        background: #ff1000;
        border: 3px solid #ff1000;
        color: #fff;
}
span.icon_book{
        display: inline-block;
  border: 3px solid #ff1000;
        color: #ff1000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
span.icon_chilled{
        display: inline-block;
        background: #4472c4;
        border: 3px solid #4472c4;
        color: #fff;
        text-indent: 0.5em;
        letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    background-color: #000000d9;
    color: #fff;
    cursor: pointer;
}

/* アーカイブリスト */
.sysItemList .sysThumbnailImage a {
   display:block;
   position:relative;
}

.sysItemList ul {
    width:923px;
    text-align:left;
    position:relative;
    left:-10px;
}

.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
    margin:12px 12px 12px -4px;
}

.sysItemList .sysThumbnailImage .sale a::after {
  content: url("https://tamayaab.com/img/common/salemark.png");
    transform: scale(0.12);
    position: absolute;
    top: -255px;
    left: -252px;
}

.sysThumbnailImage {
    overflow:hidden;
}
.sysThumbnailImage a img {
    transition: .3s;
}
.sysThumbnailImage a:hover img {
    transform:scale(1.05,1.05);
    transition: .25s;
    opacity: 1;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}   


/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
    padding:10px;
}

.itemDetailWrap{
    margin:10px 0 ;
}

.itemDetailWrap .sysItemName{
   font-weight: 400;
   font-size:16px;
   line-height:1.4;
   margin-bottom:15px;
   font-family: 'Noto SANS JP';
}

.itemDetailWrap .sysRetailPrice{
    font-size: 16px;
    margin: -10px 0 6px;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}


.sysItemListViewType {
   position:relative;
   height: 35px;
   margin: -8px 0px 0 0;
}


/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
  max-width:550px;
  padding-right:20px;
}

.sysItemImages .sysImageList {
    margin:0;
    padding:0;
    display:flex;
    flex-wrap: wrap;
    width:400px;
    position:relative;
    top:0;
    left:0;
}
.sysItemImages .sysImageList li{
    display: block;
    vertical-align: top;
    overflow:hidden;
    float: none;
    margin:0;
    padding:0;
    height: 100px;
    width:100px;
    
}
.sysItemImages .sysImageList li img{
    height: 100px;
    width:100px;
    object-fit:cover;
    margin:0;
    padding:0;
    border:none;
    opacity:.3;
}
.sysItemImages .sysImageList li.sysCurrent img{
    border:none;
    opacity:1.0;
}

/* 商品名 */
.sysItemName h1 {
    font-size: x-large;
}

/* 注文エリア*/
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 0px;
    font-size: large;
}
/* 商品説明 */
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.2);
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}
div.sysBlock.orderArea > div.sysExplanation {
    padding-top:12px;
}

#sysExplanation a,
.opcPaymentMethod_paymentMethodDetailGroup_edit a{
  text-decoration:underline;
  color:blue;
}


/* アコーディオンメニュー 新 */
.accordion-003 {
    max-width: 500px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom:15px;
}
.accordion-003:first-of-type {
    border-top: 1px solid #d0d0d0;
    padding-top:15px;
    margin-top:8px;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding:0px 2em;
    color: #333333;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 1px;
    height: .9em;
    background-color: #000000;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003[open] summary {
    color: #bf1f1f;
    text-decoration: underline 1px;
}

.accordion-003 li {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding:0 0 2px 20px;
    color: #333333;
    transition: transform 0.7s, opacity 0.3s;
    padding-left: 1em;
    text-indent: -1em;

}

.accordion-003 li:first-of-type{
    margin-top: 13px;
}

.accordion-003[open] li {
    transform: none;
    opacity: 1;
}





























/* アコーディオンメニュー */
.accordion {
  position: relative;
  width: 100%;
  margin:10px 0 12px;
}
.accordion-item p {
  padding:5px 0 5px 0px ;
}

.accordion-title {
  cursor: pointer;
  font-size: 15px;
  padding: 8px 0px 8px 25px;
  font-weight:500;
  font-family:'Noto Sans JP';
}

.goriyou,
.faq {
  width:900px;
  margin:80px auto;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding: 9px 0px 11px 25px;
  border-top: solid 1px #ccc ;
}
.goriyou > div > div > div > div:last-child,
.faq .accordion-item {
  border-bottom: solid 1px #ccc ;
}

.faq .accordion-item {
  margin-top: 40px;
}

.goriyou .accordion-content,
.faq .accordion-content {
  padding: 10px 0 30px;
}

.accordion-title.open {
    color: #bf1f1f;
    text-decoration: underline 1px!important;
    text-underline-offset: 4px;
　　display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
}
.accordion-content {
  display: none;
  padding: 10px 0 15px 25px;
}
.accordion-content p {
    font-size: 14px;
    font-weight:400;
    line-height:1.7;
    padding-left:15px;
}
.accordion-content li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 10px 0 18px 0;
    padding-left: 1em;
    text-indent: -1em;
}
.accordion-content h4 {
    font-size: 15px;
    font-weight:500;
    font-family:'Noto Sans JP';
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  left:0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.accordion-title.open::before {
  content: "－"; /* アイコン */
  text-decoration:none;
  color:#000;
}
/* 買い物フォーム */
#sysItemDetail .sysRetailPrice { font-weight: bold;}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
     display:flex;
     background:#fff;
}

#sysItemDetail #sysVariation .sysVariationSelects {
    margin: auto 10px;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail #variation {
    background: transparent!important;
    margin: 5px 0 5px auto!important;
    z-index: 1;
    padding-right:30px!important;
}
#sysItemDetail #sysVariation:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    margin: auto 0px;
    position: relative;
    left: -12px;
}
#variation:hover {
    border:none!important;
}    


#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    clear: both;
    text-align: right;
}

#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

#sysItemDetail .sysNextSubmit {
    width:50%;
    height:45px;
    margin:5px 0 10px auto;
    border:1px solid #555;
    background:transparent;
    color:#333;
}
.form-request .sysItemNameByFreeform {
   font-size:18px;
   margin:40px 0 20px;  
}
.form-request #sysMain {
   min-height:500px!important;
}

.form-request .sysItemThumnailByFreeform {
    width:35%;
    margin:0px auto 40px 0;
}
.form-request #sysVariation {

}
.form-request .sysFormField {
    border:none!important;
    font-size:14px!important;
    padding-left:0px!important;
}
.form-request .sysFormField div:nth-child(2) {
    display:none;
}
.form-request .sysFormItem.sys2 .sysFormLabel,
.form-request .sysFormItem.sys2 {
    font-size:16px!important;
    padding-left:0px!important;
    margin-bottom:0;
}

.form-request .sysButton {
    position:relative;
    top:110px;
    margin-left:0!important;
}

/* ログインボタン */
.sysLoginButton{
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: rgba(0,0,0,.2);
    color: #000;
    cursor: pointer;
}
.sysLoginButton,
.sysButton:hover {
    background: rgba(0,0,0,.2);
}
.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: #000;
    color: #fff;
    text-shadow: none;
}
*/

.sysCartInDone{ margin: 0;}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMemberMailaddressAuthentication #sysMain{
            width: 900px;
            
            padding: 20px 0px !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: #000;
}
#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: #000;
}
#sysFormThanks .completeText{
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#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: 14px;}

#sysFormIndex .txtBlock{text-align: left;}
#sysMemberRegisterConfirm  #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px 0;}

#sysFormIndex .txtBlock p {
  margin:0;
}

#sysMemberRegisterIndex #sysMain input[type="password"] {
        background: #fff;
        border-radius: 4px;
        margin: 0px 0 30px
}
.sysMemberRegister .sysAcceptMailmagazine .sysFormLabel {
  display:none!important;
}
.sysAcceptMailmagazine {
  position:relative;
  top:-20px;
}

.sysAcceptMailmagazine .sysFormField label input{
  position:relative;
  top:1px;
}
.sysMailAddressAuthenticationArea {
  display:flex;
  flex-flow: column;
}
.sysMailAddressAuthenticationArea .sysMailaddressGroup,
.sysMailAddressAuthenticationArea .sysAuthenticationCodeGroup {
  padding:12px 0 ;
}

.sysResendAuthenticationMailGroup {
  order:1;
}
.sysMailAddressAuthenticationArea .sysBackPageGroup{
  order:2;
}

#sysMain .sysFormLabel{
  padding-left: 0;
  font-size: 15.5px;
  font-weight:600;
  font-family: 'Noto Sans JP';
  border:none;
  margin-bottom:0px;
  line-height:20px;
  color:#3f3f3f;
}
.opcCommonEditLabel {
  font-size: 16.5px;
  font-weight:600;
  font-family: 'Noto Sans JP';
  color:#3f3f3f;
  border:none;
  margin-bottom:6px;
  padding-left:0px;
  letter-spacing:0;
}
.opcCompletedDeliveryAddressListName {
  flex-basis: 63%;
}

#sysMain textarea { min-height: 150px;}
.sysZipcode button,
.sysZipcode .sysFormField { display: block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField,
div.sysOtherAddress > div.sysFormItem.sysZipcode > div > input[type=text],
.sysAuthenticationCodeGroup { width: 200px;margin-bottom:10px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto 5px 0;
    min-height: 20px;
}
#sysMemberRegisterConfirm #sysMain .sysFormField {
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
    padding: 4px 10px;
    font-size: 15px;
}

/* マイページ */
#sysMypageEditDelivery .sysButton,
#sysMypageEditMember .sysBackButton {
    font-family: 'Noto Sans JP';
    color: #333;
    background:transparent;
    border: 1px solid #555;
    cursor: pointer;
    transition: opacity .3s;
    width: 250px;
    height: 45px;
    font-size: 13px!important;
    font-weight: 400;
    border-radius:0px;
    display:block;
}

#sysMypageOrderHistory #sysMain:nth-last-child(2) .sysButton {
}
#sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
    border-top:none!important;
    margin-top:55px;
}


#sysMypageIndex #sysMain {
   display:flex;
   flex-direction:column;
}
#sysMypageIndex .sysFreeArea {
   order:1;
}

.mypage_category:before {
    content:"商品を買う";
    display:block;
    font-size:20px;
    font-weight:500;
    color:#333;
    text-align:left;
    height:auto;
    width:100%;
    margin:0px 0 20px;
}

.mypage_category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
    text-align:center;
}

.mypage_category a {
    padding: 6% 0!important;
    font-size: 16px!important;
    width: 170px!important;
    height: 170px!important;
    line-height: 4.0!important;
    margin-right: 33px!important;
    margin-bottom: 20px!important;
    font-family: "Noto Serif jp"!important;
    letter-spacing: 1.5px;
    border: 0px!important;
    color: #fff!important;
        box-shadow: 0px 0px 10px 0px #eee;
    border-radius:35px;
}
.mypage_category a:nth-child(1) {
  background: url( "https://tamayaab.com/img/common/category_chibi.png" ) no-repeat transparent ;
  background-size:cover;
}
.mypage_category a:nth-child(2) {
  background: url( "https://tamayaab.com/img/common/category_reitou.png" ) no-repeat transparent ;
  background-size:cover;
}
.mypage_category a:nth-child(3) {
  background: url( "https://tamayaab.com/img/common/seaofoka.jpg" ) no-repeat transparent ;
  background-size:cover;
  background-position: 0 88%;
}

.sysMypageMajorHeadLine{
    display:none;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    margin: 10px 0 0;
}

#sysMypageIndex .sysHeadline span::before {  
    content:"MY PAGE";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:30px;
    letter-spacing:0.09em;
    display:none;
    position:relative;
    top:68px;
    left:-2px;
}
#sysMypageReminder #sysMain > h3,
#sysMypageRemindermessage #sysMain > h3 {
    margin:30px auto 0;
    font-size:16px;
    font-weight:500;
    font-family: 'Noto Sans JP';
}

#sysMypageReminder #sysMain > h3::after {
    content:"登録しているメールアドレスをご入力ください。\Aパスワードを再設定するためのメールをお送りします。";
    white-space: pre;
    display:block;
    font-size:13px;
    font-weight:400;
    margin:10px 0 20px;

}
.sysMypageMinorHeadLine {
}

#sysMypageLogin .sysMypageMinorHeadLine{display: none;}

/* 購入履歴 */
.sysOrderList {
    border:none;
    padding: 20px 0;
}
.sysOrderList li {
    background:#fff;
    margin-bottom: 20px;
    padding: 23px 20px 10px;
        box-shadow: 0px 0px 10px 0px #eee;
}
.sysOrders .sysOrder {
    display:none;
}
.sysEditReceiptInput input[type="text"] {
   width:97%;
   margin-bottom:20px;
}
#sysMypageEditReceipt .sysButton {
   margin-top:15px!important;
}

#sysMypageOrderHistoryDetail {
   background:#fff;
       box-shadow: 0px 0px 50px 0px #eee;
   padding:40px 30px;
   margin-top:40px;
}

.sysDeliveryMethodHeader.sysOrderHistoryDetailHeader{

}

#sysMypageOrderHistoryDetail .sysOrderDetailArea div,
#sysMypageOrderHistoryDetail .sysDeliveryAddressArea div,
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea div {
   border-top:1px dotted #ccc;
   clear:both;
}
#sysMypageOrderHistoryDetail .sysTotalPriceGroup {
   border-top:none!important;
}

#sysMypageOrderHistoryDetail .sysOrderDetailArea div span:nth-child(2),
#sysMypageOrderHistoryDetail .sysDeliveryAddressArea div span:nth-child(2),
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea div span:nth-child(2){
   float:right;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea div:nth-child(1) span:nth-child(2) {
   float:none;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea .sysCouponGroup .sysCouponNames,
#sysMypageOrderHistoryDetail .sysPaymentMethod {
   float:right;
   padding-right:10px;
   border-top:none;
}
#sysMypageOrderHistoryDetail .sysCouponName {
   border-top:none!important;
   margin-left:20px;
}
.sysReceiveGiftUrlCopyButton,
.sysReceiveGiftUrlSendLineButton {
    padding: 0 2px;
    height: 35px;
    margin: auto 0;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 12px;
}

.sysCouponNames {
   display:flex!important;
   flex-direction:row;
}

#sysMypageOrderHistoryDetail .sysOrderNumberArea {
   font-weight:400;
   font-size:13px;
   padding:0;
   border:none;
   margin-bottom:0;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
   font-size:21px;
   font-weight:500;
   border-bottom:1px solid #000!important;
   border-top:none!important;
   margin:0 0 40px -30px;
}
#sysMypageOrderHistoryDetail .sysDelivery {
   border:none;
   padding:0;
   margin:80px 0 120px 60px;
   font-size:15px;
   line-height:3;
}
#sysMypageOrderHistoryDetail .sysDeliveryCount {
   font-size:16px;
   font-weight:500;
   border-bottom:1px solid #000;
}

#sysMypageOrderHistoryDetail .sysOrderDetailArea {
   margin:0 0 30px 0px;
   font-size:15px;
   line-height:3;
   padding-left:30px;
}
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea {
   margin-bottom:60px;
}

#sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
   font-weight:500;
}
#sysMypageOrderHistoryDetail .sysDeliveryList .sysItemAreaHeader.sysOrderHistoryDetailHeader {
   display:none;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItem {
   border:none;
   padding:0;
   margin:20px 0 20px;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup .sysItemImageGroup {
   flex:1 0 20%;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup .sysItemSummaryGroup {
   line-height:1.6;
   font-size:14px;
}
#sysMypageOrderHistoryDetail .sysItemName {
   margin:-5px 0 0 0;
   font-weight:500;
   font-size:16px;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup {
   border-bottom:1px dotted #ccc;
   padding-bottom:20px;
}
#sysMypageOrderHistoryDetail .sysDeliveryList .sysItemArea .sysItemList .sysItemSummaryGroup .sysItemNameGroup .sysItemNameLabel {
   display:none;
}
#sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
   margin:-60px 0 60px 0;
   padding:40px 30px;
   border:0.5px solid #999;
}


/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 2;
    padding: 5px;
    font-size: 16px;
    margin: 0px auto;
}

#sysMypageEditMember .sysFormItem.sysMemberPassword {
    padding:25px;
    border: 0.5px solid #ccc;
    margin-bottom:40px;
}
#sysMypageEditMember .sysFormItem.sysMemberPassword div {
    margin-bottom:15px;
}

#sysMypageEditMember .sysMemberPasswordDescription {
    line-height: 1.3;
    font-size: 14px;
}

#sysMypageEditMember .sysForm {
    margin:30px 0 20px;
}

#sysMypageEditMember .sysFormItem.sysMemberPassword h3 {
    font-size: 16px;
    font-weight: 500; 
    font-family:"Noto Sans JP";
    margin-bottom:10px;
}
#sysMypageEditMember .sysFormItem.sysMemberPassword h4 {
    font-size: 12px;
    font-weight: 400; 
    font-family:"Noto Sans JP";
}
#sysMypageEditConfirm #sysMain > form {
    padding: 40px 0;
}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    background: #fff;
        box-shadow: 0px 0px 10px 0px #eee;
    padding: 40px 30px;
    margin: 40px 30px 0px 0;
    border:none;
    width:300px;
    display:inline-block;
    border-radius:30px;
}

.sysCoupon .sysCouponDiscount {
    display: block;
    width: 120px;
    border: none;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 40px;
    font-size: 17px;
    font-family: "Libre Baskerville";
    font-weight: 500;
    box-shadow: 3px 3px 0px 0px #ccc;
    position: relative;
    background: #000;
    padding: 10px 15px 8px;
    line-height: 1.0;
    color: #fff;
}

.sysCoupon .sysCouponDiscount::before {
    background: linear-gradient(315deg, #000 47%, transparent 48%), linear-gradient(45deg, transparent 51%, #000 50%);
    background-size: 46px 8.5px;
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    height: 100%;
    width: 30px;
}

.sysCoupon > div > span{
    width:auto;
    display:inline-block;
    margin:0;
    padding:0;
    font-size: 14px;
    line-height: 2.1;
    background: transparent;
    color: #000;
}
.sysCoupon > div > span:nth-child(even){
    float:right;
    text-align:right;
}
.sysDiscountRate {
   display:none;
}
.sysCouponCount {
clear:both;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress form button{
    background:#fff;
        box-shadow: 0px 0px 10px 0px #eee;
    padding:20px 30px;
    cursor: pointer;
    border:none;
    font-size:14.5px;
    font-weight:400;
    line-height:1.8;
    color:#000;
}
.sysSelectAddress form button:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #000;
    float: right;
    margin: 0 0 0 0;
    position: relative;
    top: -50px;
}

.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 20px 0;
}

#sysMypageEditDelivery .sysMypageMinorHeadLine {
    border-bottom:solid 1px #333;
    padding-bottom:15px;
    margin-bottom:30px;
}
#sysMypageEditDelivery #sysMain form p {
   display:none;
}

.sysSelectAddress form button:hover {
    box-shadow: 2px 2px 10px 0px #ccc;
}

#sysMypageEditDelivery .SysMypageMinorHeadLine {
    font-size:16px;
    font-size: 23px;
    font-weight: 600;
    font-family: "Noto Sans JP";
    border-bottom: solid 1px #333;
    padding-bottom: 15px;
    margin-top:50px;
}

#sysMypageEditDelivery .sysOtherAddress {
    margin:30px 0 40px;
}

#sysMypageEditDelivery .sysOtherAddress div {
   margin-bottom:25px;
}
#sysMypageEditDelivery .sysOtherAddress .SysInvalidZipcodeError {
   margin-bottom:0px;
}

#sysMypageEditDelivery .sysFormField.input-append input {
   margin-bottom:10px!important;
}

/***********************************
  商品詳細ページ
***********************************/
/*関連商品*/
.recommend {
  width:900px;
  margin:70px 0 0px;
  border-top:solid 1px #ccc;
  padding-top:4px;
}
.recommend .sysHeadline {
  text-align:left;
  font-size:18px;
  font-weight:500;
  letter-spacing:0.5px;
  width:auto;
  margin:20px 0;
  padding:0;
}
.recommend .sysContent .sysHorizontal {
  display:flex;
  flex-wrap: wrap;
  gap: 26px;
}
.recommend .sysContent .sysHorizontal li {
  width:187px;
  padding:0;
  margin:0 ;
  
}
.recommend .sysContent .sysHorizontal .sysItemImage {
  width:187px;
  height:187px;
  overflow:hidden;
}

.recommend .sysContent .sysHorizontal li a img {
  transition:.3s;
}

.recommend .sysContent .sysHorizontal li a:hover img {
    transform:scale(1.07,1.07);
    transition: .3s;
    opacity: 1;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}   

.recommend .sysItemName {
  font-size:15px;
  text-align:left;
  line-height:1.0;
  margin:11px 0 8px;
  height:40px;
}
.recommend .sysItemPrice {
  font-size:15px;
  text-align:left;
  line-height:1.0;
}


/*商品名*/
#sysItemDetail .sysItemName h1{
    font-size: 24.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.05;
    padding-bottom: 10px;
    border-bottom: none;
    font-family: 'Noto Serif JP', sans-serif;
}

/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: right;
  font-size:12px;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  color: #000;
  font-weight: 400;
  font-size:18px;
  text-align: left;
 }
  
#sysItemDetail .sysRetailPrice span {
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue,
#sysItemDetail .sysRetailPrice .sysVariationRetailPriceValue {
  font-size: 21px;
  font-weight: 600;
  color: #3f3f3f;
}
/*税込表示
.sysRetailPriceValue:after {
  content: "(税込)";
  font-size:11px;
  font-weight:300;
}
*/

/*通常価格*/
#sysItemCategory .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-decoration: line-through;
  color:#666;
}

#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 0px;
  margin-top:10px;
  text-align: left;
  text-decoration: line-through;
  color:#666;
}
#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}
/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #bf1f1f;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #bf1f1f;
  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: 9px;}

/*
.sysItemPrArea span{
        display: block;
        font-family: 'Noto Sans JP';
        font-size : 12px;
        letter-spacing: 0.08rem;
        margin: 1px 5px 3px 0px;
        text-align: left;
        background:transparent;
}
.sysItemPrArea span {
  width:auto;
  padding:0 0 1.5px;
  margin:0;
  color:#000;
  font-weight:400;
  font-size:13px;
  line-height:1.3;
}
*/

#sysItemDetail .sysForm select {
  display: inline-block;
  float: none!important;
        margin: 5px 0;
}
#sysItemDetail.sysForm select[name="num"],
#sysMain .sysItemListArea ul li div div:nth-child(4) div:nth-child(1){
  min-width: 200px;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysItemDetail .sysSelections{ line-height: 30px;}
#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-top:25px;
}
#sysSelections div {
height: 50px;
}


#sysItemDetail #sysVariation >div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  clear: both;
  text-align: right;
}

#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;
  height:auto;
  width:450px;
  margin:5px 0 15px;
  padding:12px 0 10px;
  font-size:13.5px;
  font-weight:400;
  letter-spacing:0.4px;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
}


/*商品詳細*/
.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 {
  width:400px;
  height:400px;
  overflow:hidden;
  margin:0;
  padding:0;
  pointer-events: none;
}
#sysItemDetail .sysMainImage img{
  object-fit:cover;   
  width:400px;
  height:400px;
  margin:0;
  padding:0;
}


/*数量*/
#sysItemDetail #sysNumber{
  display:flex;
  justify-content:space-between ;
  align-items: center;
  float:left;
  width:295px;
  height:50px;
  background:#fff;
  font-size:13px;
  letter-spacing:0.6px;
  padding:0 10px;
  margin-top:15px;
  margin-bottom:2px;
}
#sysItemDetail #sysNumber select{
  width:200px;
}
 


#sysItemDetail .sysForm select,
.sysCart .sysItemListArea select{
  border:none;
  background:transparent;
  text-align:center;
  border-radius:0;
  width:auto;
  font-size:16px;
  cursor: pointer;
}
#sysItemDetail .sysForm select:hover,
.sysCart .sysItemListArea select:hover{
  border:solid 0.5px rgba(0,0,0,.2);
}
#sysItemDetail .sysForm select:active,
.sysCart .sysItemListArea select:active{
  border:none;
  border-radius:0;
}

#sysItemDetail .sysNumArea {
}
#sysItemDetail .sysNumArea button,
.sysCart #sysMain button,
.sysNumArea .sysBtnPlus,
.sysNumArea .sysBtnMinus{
    cursor: pointer;
    border-radius: 4px;
    display: block;
    width: 15px;
    height: 23px;
    background: transparent;
    border: none;
    overflow: visible;
    color: #000;
    font-size: 15px;
    font-weight:300;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    min-width:0;
}

.sysNumArea .sysBtnPlus:hover,
.sysNumArea .sysBtnMinus:hover{
    background:transparent!important;
    color:#333!important;
}
.sysNumArea .sysBtnPlus,
.sysNumArea .sysBtnMinus{
  font-size: 0!important;
}

#sysItemDetail .sysNumArea .sysBtnPlus:before,
.sysBtnPlus:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size:16px;
    color:#000;
}
#sysItemDetail .sysNumArea .sysBtnMinus:before,
.sysBtnMinus:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size:16px;
    color:#000;
}

#sysMain .sysItemListArea ul li .sysBox div:nth-child(4){
    width: 300px;
    display: flex;
    justify-content: space-between;
    border: solid 1px rgb(0,0,0,0.2);
    height: 52px;
    padding: 0 10px;
    position: relative;
    left: 20px;
}


#sysMain > div.sysItemListArea > ul > li > .sysBox > div:nth-child(4) > div:nth-child(1){
    font-size:13px;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton,
.sysResumeMemberSessionCartButton {
  clear:both;
  display: block;
  width: 100%;
  height:50px;
  text-align: center;
  background: #000000d7;
  color: #fff!important;
  padding: 0;
  position: relative;
  top:20px;
  transition: .3s;
  border: none;
  font-size: 13.5px;
  font-weight: normal !important;
  text-shadow: none !important;
}

#sysItemDetail .sysGoCartButton {
  background: #bf1f1f 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: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    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;
    background-color: #fff !important;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0.3px!important;
    left: 8px!important;
    width: 1px!important;
    height: 22px;
    border-radius: 0px!important;
    background: #000!important;
    -webkit-transition: background .2s ease-in-out;
    transition: background .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: #bf1f1f;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;
    color: #fff;
}
.sysWishlistLoginGroup {
    margin: auto auto 30px!important;
    text-align: center;
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
@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: #bf1f1f;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;
    color: #fff;
}
/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
    border-bottom: 1px solid #bf1f1f;
    transition: .2s;
    background-color: transparent;
    border-radius: 0px;
}
.sysWishlistCloseBottomButtonGroup {
    margin-top: 30px;
    text-align: right;
    font-size: 1.3rem;
}
/*SNSリスト*/
.sns_list li a{
  width:20px;
  height:20px;
  margin-bottom:18px;
}
.sns_list li img{
  opacity:0.8;
}

.sns_list li,
.sns_list li:first-child {
  border:none!important;
}

/*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 .contents_tr{
  background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
  background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
  margin-bottom:0;
}

/***********************************
  カートページ
***********************************/

/* 表示順指定 */
.sysCart #sysMain {
  display:flex;
  flex-direction:column;
}
.sysCart #sysMain .sysTotal {
  order:1;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon:nth-child(odd){
  display:none;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon{
  order:2;
  margin-top:10px;
}
.sysCart #sysMain .sysFreeAreaBottom{
  order:3;
}
.sysCart .sysItemListArea ul li:first-child {
  border:none;
}

/*カートページデザイン*/

.sysCart .sysItemListArea .sysBox {
  display:flex;
  padding-bottom:30px!important;
}

.sysCart .sysItemListArea {
  background:#fff;
  margin-top:20px;
}
.sysBox {
  background:transparent;
}
.sysCart .nav .sysBox  {
    border: none;
    border-radius:0px;
    box-shadow: none;
    margin:0;
    padding:0;
    background:transparent;
}
.sysCart .sysBox {
    background:rgb(250, 248, 245);
    box-shadow:none;
    border: none;
    border-radius: 0px;
    margin: 0;
}
.sysCart .sysBox {
    margin-bottom:30px;
}

.sysCart .sysBox .sysProduct {
   float:none;
   width:100%;
}

#sysMain > div.sysItemListArea > ul > li > div > a {
   width:350px;
}

.sysCart .sysBox img.sysProductImg{
    padding-right:20px;
    width:100%;
}

.sysCart .sysItemListArea .sysItemName {
    margin: 0px 0 10px;
    font-size: 18px;
    color:#000;
    font-weight:600;
    letter-spacing:0.6px;
}
#sysMain .sysItemListArea .sysProduct .sysItemRetailPrice {
  font-size:16px;
  font-weight:400;
  letter-spacing:0.6px;
  padding:0;
  margin:5px 0 0 0;
}
.sysCart .sysBox hr {
    visibility:hidden;
}
.sysCart .sysSubTotalArea {
    margin: 0 0 0 auto;
    text-align: right;
    display: block;
    width: 100%;
    position: relative;
    top: 60px;
    left: 30px;
    height: 30px;
    font-size:12px;
}

div.sysConfirmCoupon {
   display:flex;
   flex-direction:column;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysSubTotalArea > span.sysCartAttention {
}

.sysCart .sysBox .sysTotalTxt{ 
}
.sysCart #sysMain .sysDeleteArea input[type=submit] {
    display: block;
    padding: 0px;
    width: auto;
    height: 20px;
    color: #000;
    background: transparent;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    min-width: 30px;
    text-decoration: underline ;
    text-underline-offset: 2px;
    position: relative;
    top:-14px;
    right:0;
    clear: both;
    font-weight:300;
    font-size:13px;
}
div.sysConfirmCoupon > input {
    color: #000;
    background: transparent;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 2px;
    box-shadow:none;
    text-align:right;
    padding:0;
}

.sysCart .sysTotal .sysTotalTxt:before{
    content: "合計(税込)";
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.01em;
    font-family: 'Noto Sans JP';
    position: relative;
    left: -20px;
    top: 15px;
}

.sysCart .sysTotal .sysBox{
    background: #fff;
    padding: 35px 40px 58px!important;
    text-align: right;
}

#sysMain > div.sysTotal > div > div:nth-child(2) {

}
#sysMain > div.sysTotal > div > div:nth-child(3) {

}

.sysCart .sysTotal .sysConfirmCoupon::after {
    content: "※配送料はお届け先の入力後に表示されます";
    font-weight: 400;
    width: auto;
    white-space: nowrap;
    position: relative;
    top: 10px;
    left: 0px;
    text-align:right;
}

body.sysCart {
  background-color:rgb(250, 248, 245);
}
.sysCart .sysItemListArea ul {
   padding:0px 40px ;
   border-bottom:1px solid #ccc;
}

.sysCart .sysItemListArea ul li {
    padding:40px 0 8px;
    border-top:solid 1px rgba(0,0,0,.2);
}

.sysCart .sysItemListArea .sysItemName a {
  pointer-events: none;
}
.sysCart .sysBox a {
}
.sysCart .sysBox a img.sysProductImg{
}

.sysCart .sysBox .sysProduct hr {
 display:none;
}

.sysCart .sysItemRetailPrice {
}
.sysCart .sysItemListArea .sysItemName {

}
.sysCart .sysItemRetailPrice .sysTaxText {
  display:none;
}
.sysCart .sysHeadline {

}
.sysCart .sysMain {
}

.sysCart #sysMain .sysFreeAreaBottom .hikitsuzuki{
  float:right;
  width:200px;
  font-size:13.5px;
  margin:27px auto;
  display:flex;
  flex-direction: column;
}
.sysCart #sysMain .sysFreeAreaBottom .hikitsuzuki a {
  text-align:center;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #333;
  margin:10px 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 #sysMain,
.sysOpcBody #sysMain{
  width: 900px;
  border: 0px solid #eee;
  padding: 20px 0px;
  margin:0 auto;
}


.sysCart #sysMain, .sysCart #sysMain a {
  color: #000;
}

/*カート枠*/
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #transparent;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 ;
  padding: 25px 0;
}

.sysNextSubmitAreaForUseAmazon{
  display:flex;
  flex-direction:column;
  text-align:right;
  padding-top:0;
}
#useAmazonSubmitButton,
#amazonPayTopLoginButton,
#amazonPayBottomLoginButton {
  text-align:right;
  padding:0;
  margin:8px 0;
}

.sysCartItemAreaMessage {
    padding: 15px 0px 40px;
    background: rgb(250, 248, 245);
    display:none;
}
.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: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.2);
}
.sysCart .sysTotalTxt {
  text-shadow: none;
  text-align:right;
  font-size:13px;
  font-weight:400;
  letter-spacing:0.015em;
  height:50px;
}
.sysTotal .sysTotalTxt .sysCartAttention {
  padding:0;
  position:relative;
  text-align:right;
  right:0;
  float:right;
}

.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: 400;
  font-size:13px;
  text-shadow: none;
  border-radius: 5px;
  background: #000;
  border: none;
  height:45px;
}
.sysCart .sysCartAttention {
  color:#000;
  font-weight:400;
  font-size:14.5px;
} 
.sysCart .sysCartAttention span{
  color:#000;
  font-weight:500;
  font-size:23px;
  position:relative;
  bottom:-1px;
  letter-spacing:0.015em;
}
.sysCart .sysCartAttention span::before {
  content: "\0a5";
  color:#333;
  font-weight:500;
  font-size:16px;
  letter-spacing:0.1em;
}

.sysCart .sysSubTotalArea .sysTaxText{
  display:none;
} 

.sysCart .sysRequired {
  color: #bf1f1f;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #bf1f1f;
  font-weight: bolder;
}
.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}
.sysCart .sysCartTitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0;
  display:none;
}
.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}
.sysCart #sysMain input {
  background: #fff ;
}

.sysCart .sysDeleteArea {
  text-align:right;
}


.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: 0px;
}
.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 .sysBackButton {
  display:none;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
  width: auto;
}
.sysCart #sysMain select {
  display: inline-block;
  margin:4px auto 0;
  font-weight:500;
  font-size:18px;
  width:68%;
  letter-spacing:0.6px;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}

.sysCart .sysTotalTxt .sysCartAttention {
  color:#bf1f1f;
  font-weight:600;
  font-size:28px;
  letter-spacing: 0.05em;
}

.sysCart .sysTotalTxt .sysCartAttention::before {
  content: "\0a5";
  color:#bf1f1f;
  font-weight:500;
  font-size:18px;
  letter-spacing: 0.1em;
}


/*登録せずに購入*/
#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{
  display:block;
  width: 250px !important;
  height:45px;
  margin: 25px auto 0!important;
  color: #fff !important;
  font-size:13px!important;
  line-height:1;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 0px;
  background: #000;
}
.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: #bf1f1f !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;
}

/*情報入力ページ調整*/

/*ボタンデザイン*/
.opcCommonButton {
    display: inline-block;
    padding: 0 12px;
    margin: 15px 0 0;       　/*15px 0;*/
    width: auto;
    height: 41px;
    color: #fff;
    background: #000;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 13px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcCommonButton:hover {
    background-color: #bf1f1f;
}

.sysOpcBody div#sysWrap {
  margin: 0 auto;
}
.sysOpcBody div#sysMain {
  padding: 3em 0px 0;
  margin-bottom: 60px;
}

.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: 4px 10px 4px !important;
    width: auto;
    line-height: 2;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    font-size: 15px;
  margin:0px 0 0;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}
.opcCommonInputText{
  color:#000000a6;
  margin:0px 0 0 0;
}
.opcCommonEditModeBlock {
  background: transparent;
  padding: 0px 0 0;
}

.opcCommonInputSelect {
  background: #fff !important;
  padding:2px 6px;
  border-color:rgba(0,0,0,.2);
  border-radius:4px!important;
  height:auto!important;
  line-height:2.6;
}

.opcSelectDeliveries_deliveryToSingle_edit {
  display:none;
}

/*次へボタン*/
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit,
.opcDeliveryMethodList_edit.opcCommonButtonEdit {
  background: #3f3f3f ;
  border: none ;
  color: #fff ;
  font-weight: 600;
  font-size:16px!important;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #bf1f1f !important;
  color: #fff !important;
  border: 1px solid #bf1f1f !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: auto;
  margin: 0 auto;
  background: #bf1f1f ;
  color: #fff !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: auto;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
  color:#333;
  font-size:16px;
  margin-left:10px;
}
.opcCommonButtonGroup {
  margin-top: 0em;                          /*margin-top: 1em;*/
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}
.opcBillingAddress_acceptMailmagazineYesAndLabelGroup_edit {
  margin-top:20px;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}

.opcOrderSummary_priceBreakDownGroup {
  padding-top: 0em;                           /* padding-top: 1em;*/
  padding-bottom: 0em;                        /*  padding-bottom: 1em;*/
  padding-left:0;
  margin-right:-8px;
  line-height:1.6;
}
.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 0em;                         /*padding-bottom: 1em;*/
  margin-bottom: 0em;                          /*margin-bottom: 1em;*/
}
.opcBillingAddress_prefState_edit,
.opcDeliveryAddress_prefState_edit {
  margin: 0;
  background-color:#f5f5f5!important;
  pointer-events: none;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 15px;
}
.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;
}

.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.opcDeliveryAddressEditDialog_customerDeliveryAddressLabel {
  display:none;
}
.modaal-content-container:before {
  content:"お届け先リスト";
  display:flex;
  flex-direction:column;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.modaal-content-container {
  padding:20px 0!important;
}
.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  width: 100%;
  margin:15px 0 ;
}
.opcItem_itemName {
  font-weight: 600;
  font-size: 18px;
  margin-bottom:10px;
  color:#3f3f3f;
}
.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;
  margin-top:20px;
}
.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 106px;
  display: inline-block;
  font-size:13.5px;
}
.opcDeliveryMethod_hopeDeliveryTimeLabel_edit {
  font-size:13.5px;
  width: 144px;
  display: inline-block;
}

.opcCompletedDeliveryAddressList_inputAddDeliveryAddressLabel,
.opcCompletedDeliveryAddressList_inputSelectDeliveryMethodLabel {
  display:none;
}

.opcCompletedDeliveryAddressListArea {
  width:100%;
}
.opcCompletedDeliveryAddressListGroup_edit {
  display:flex;
  flex-direction:column-reverse;
}
.opcCompletedDeliveryAddressList_upsideOfListContainer {
  align-items: center;
  margin: 0 0 20px;
  flex-direction: column;
 
}
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit,
.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit {
  background-color: #fff;
  border:solid 1px #777777;
  color: #333333;
  padding: 5px 14px;
  font-size: 12px!important;
  margin:10px 0;
}

.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit {
  display:none;
}

.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit:hover,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit:hover {
  background:#f5f5f5;
}

.opcCompletedDeliveryAddressList_container {
  background-color: transparent;
  padding: 30px 30px 40px;
  border:solid 1px #cccccc;
  border-radius: 10px;
  margin: 20px 0; 
}
.opcDeliveryAddressContents {
    border: none;
    border-radius: 0px;
    padding: 20px 0px;
    margin: 0;
    border-top: solid 1px #cccccc;
}

.opcCompletedDeliveryAddressList_completedDeliveryAddressMessage {
  order:3;
  margin: 25px 0 20px;
}
.opcCompletedDeliveryAddressList_buttonGroup_edit {
  margin:0;
  display: flex;
  flex-direction: column;
}
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit.opcCommonButtonEdit {
  background: #3f3f3f;
  border: solid 0px #777777;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  font-size: 16px!important;
  font-weight: 600;
  width:70%;
  margin:10px auto 15px;
}
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit.opcCommonButtonEdit:hover {
  background: #000;
}
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit.opcCommonButtonEdit {
  background: #ffffff;
  border: solid 1px #777777;
  border-radius: 4px;
  color:#333333;
  box-shadow: none;
  font-size: 15px!important;
  font-weight: 400;
  width:70%;
  margin:20px auto 8px;
  order:-1;
}

.opcCompletedDeliveryAddressList_addDeliveryAddress_edit.opcCommonButtonEdit:hover {
  background: #f5f5f5;
}

.opcCompletedDeliveryAddressList_backButton_edit.opcCommonButtonEdit {
}

.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  order:-1;
}

.opcCompletedDeliveryAddressList_displayCompletedDeliveryAddressListLabel {
  font-size: 19px;
  color:#3f3f3f;
}


/*最終確認ページ調整*/
#sysOpc {
  background: white;
  margin-top:0px;
  padding-top:2px;
  display:flex;
  flex-direction:column;
}

.opcBillingAddress,
.opcClientList {
  padding:10px 0px 5px;
  display:flex;
  flex-direction:column;
  line-height: 1.6;
  font-size: 14px;
}
.opcBillingAddress {
  margin-bottom:0px;
}
.opcClientList {
  margin-bottom:20px;
}
.opcOrderSummary {
  padding:10px 25px 5px;
  display:flex;
  flex-direction:column;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom:0.8em;
}
.opcSbpsOrderRequest::first-child {
 margin-bottom:0px!important;
}

.opcClient {
  margin-bottom:0;
}
.opcOrderSummary_normalTotalPrice {
  font-size:20px;
  position:relative;
  right:-13px;
  top:-2px;
  font-weight:600;
}
.opcOrderSummary_totalPriceLabel.opcCommonReferenceLabel {
  font-size:16px;
}

.opcOrderSummary_totalPricesAndLabelGroup {
  order:4;
}
.opcOrderSummary_useCouponPrice {
  color:red;
}
.opcOrderSummary_feeAndLabelGroup, .opcOrderSummary_usePointPriceAndLabelGroup {
  border-bottom:0px;
}
.opcDeliveryAddressGroup,
.opcDeliveryAddressItemGroup {
  margin-bottom:0;
  border-top: solid 1px #ccc;
  padding: 10px 0 15px;
  display: flex;
  flex-direction: column;
}
.opcDeliveryAddressGroup {
  padding-top:58px;
  padding-bottom:15px;
}
.opcDeliveryMethodGroup {
  padding: 20px 0 0px;
  border-top: solid 1px #ccc;
  margin-bottom:20px;
}
.opcDeliveryMethodGroup,
.opcDeliveryAddressItemHeaderGroup,
.opcDeliveryAddressItemGroup {
    display: flex;
    flex-direction: column;
}
.opcDeliveryAddressItemHeader {
   display:none;
}
.opcDeliveryAddressItemHeaderGroup {
  order:1;
}
.opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit {
  width:50%;
  margin:15px auto 0;
}
.opcOrderSummary_totalCartOptionPriceAndLabelGroup,
.opcOrderSummary_usePointAndCoupon.opcCommonButton {
  display:none;
}

.opcDeliveryAddress_nameAndNameKanaGroup:after,
.opcBillingAddress_nameAndLabelGroup:after {
  content:" 様";
}


#sysOpc .opcOrderSummaryTitle,
#sysOpc .opcBillingAddressTitle,
.opcDeliveryAddressAndItemsTitle,
.opcOrderSummaryTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color:#000000d9;
  text-align:left;
  padding:15px 0 8px;
  margin-top:20px;
  position:relative;
}

.opcRemarksTitle {
  display:none;
}

#sysOpc .opcClientTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color:#000000d9;
  text-align:left;
  border-top:solid 1px #cccccc;
  padding-top:20px;
  position:relative;
}
.opcPaymentMethodTitle,
.opcRemarksTitle {
  padding:0;
  margin:0;
}
.opcPaymentMethodDataBind {
  margin-top:5px;
}

.opcPaymentMethodDataBind::before {
  content:"お支払い方法を選択してください。"
}

#sysOpc .opcOrderSummaryTitle {
  margin-left:25px;
  margin-top:0;
}

#sysOpc .opcBillingAddressTitle,
#sysOpc .opcClientTitle {
  margin-left:0px;
}

#sysOpc .opcOrderSummaryArea,
#sysOpc .opcClientArea {
  border-bottom: solid 1px #cccccc;
}

#sysOpc .opcDeliveryAddressHeader_buttonGroup {
   display:flex;
   justify-content: flex-end;
   background:#f5f5f5;
}

.opcRemarksArea {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 40px 40px 20px;
}

.opcRequestOrderArea {
  padding:20px 40px;
}

#sysOpc .opcClientArea {
  padding-bottom:20px;
}

.opcPaymentMethodArea {
    padding: 30px 40px 0;
    margin: 0 40px -60px;
    order: -1;
    border: solid 1px #ccc;
}


.opcDeliveryMethodHeaderGroup {
  order:1;
}
.opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader {
  display:none;
}

.opcDeliveryAddressTitle_deleteButton {
   order:0;
   margin-top:0px;
}

#sysOpc .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
    background:#fff;
}
#sysOpc .opcDeliveryAddressHeader {
    text-align: left;
    vertical-align: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000d9;
    padding:30px 0px 0px;
    background:transparent;
}
.opcDeliveryAddress_registerCustomerDeliveryAddressFlagAndLabelGroup_edit {
   border-bottom: 1px solid #cccccc;
   padding-bottom:35px;
}

#sysOpc .opcDeliveryAddressHeader:before {
   content:"";
   display:inline-block;
}

.opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup {
   text-align:center;
   margin-bottom:20px;
}
.opcDeliveryAddress_fullAddressLabel,
.opcDeliveryAddress_telLabel.opcCommonReferenceLabel {
  width:4.1em;
  display:inline-block;
}

#sysOpc .opcDeliveryAddressList:before {
  content:"お届け先情報";
  display:inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align:left;
  margin-top:40px;
  margin-bottom:20px;
  color:#000000d9;
  border-bottom:solid 1px #3f3f3f;
  width: 100%;
  padding-bottom: 25px;
}

/*完了ページ調整*/
#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;
}
#sysThanks {
  font-size:16px;
}

/***********************************
  検索ページ
***********************************/
#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: #000000d9;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 4px;
  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:0 auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap{
  margin:50px auto 0;
  width:900px;
}

/* マイページボタン */
.sysMypageNav:before {
    content:"マイページメニュー";
    display:block;
    font-size:20px;
    font-weight:500;
    color:#333;
    text-align:left;
    height:auto;
    width:100%;
    margin:45px 16.66px 25px;
}
.sysMypageNav {
    display: flex;
    width: calc(100% + 33.33px);
    flex-direction: row;
    flex-wrap: wrap;
    margin:40px 0 40px;
    padding: 0;
    position: relative;
    left: -16.66px;
    justify-content: left;
    overflow:visible;
}

.sysMypageNav .sysButton {
    width: 200px;
    height: 200px;
    display: block;
    font-size: 14px;
        box-shadow: 0px 0px 10px 0px #eee;
    border: none;
    padding-top: 118px;
    margin: 0 16.66px 33px;
    border-radius:40px;
    transition:.4s;
}

.sysMypageNav .sysButton:hover {
    cursor: pointer;
    background-size:80%!important;
    transition:.4s;
}

div.sysMypageNav > form:nth-child(6) {
    order:6;
    display:none;
}
div.sysMypageNav > form:nth-child(7) {
    order:10;

}
div.sysMypageNav > form:nth-child(8) {
    order:9;
display:block!important;
}
div.sysMypageNav > form:nth-child(1){
    order:5;
}
div.sysMypageNav > form:nth-child(9) {
    order:6;
}
#sysMypageOrderHistory #sysMain form:nth-last-child(2) {
   
}
div.sysMypageNav > form:nth-child >  > input.sysButton{
    background:#fff;
}

/* マイページ一次保存 */
.systemporarySavedCart {
    margin-top:15px;
}

.sysMypageNav input[value="マイページトップ"]{
    background:#fff url("https://tamayaab.com/img/common/mypage.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="商品購入履歴"]{
    background:#fff url("https://tamayaab.com/img/common/rireki.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="会員情報を編集する"]{
    background:#fff url("https://tamayaab.com/img/common/henshu.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="お届け先情報を編集する"]{
    background:#fff url("https://tamayaab.com/img/common/henshu.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="クーポンを確認する"]{
    background:#fff url("https://tamayaab.com/img/common/coupon.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="ログアウトする"]{
    background:#fff url("https://tamayaab.com/img/common/logout.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="一時保存した注文を確認する"]{
    background:#fff url("https://tamayaab.com/img/common/ichijihozon.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="会員を退会する"]{
    background:#fff url("https://tamayaab.com/img/common/taikai.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
    width: 100px;
    height: 100px;
    padding-top: 59px;
    font-size:11px;
    border-radius:20px;
}


/***********************************
  ヘッダー
***********************************/
.header_wrap{
  height: 0px;
  margin: auto;
  background:transparent;
  overflow:hidden;
}
.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;
}
.head_title{
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.015em;
        margin-top: 0 !important;
        padding-top: 0 !important;
}


/*ロゴ
*----------------------------------------------------------------------*/
.logo {
	margin:0;
	padding:0;
	font-family: 'Noto Serif JP', sans-serif; 
	color: #000000;
	z-index:999;
	display:block;
        width:100px;
        position:fixed;
}
.logo img {
	width:100px;
	height:100%;
	margin:8px 0 0 0px;
	padding:0;
	object-fit: cover;
	object-position: 100% 100%;
}
.logo_text1 {
    position: relative;
    top: -80px;
    left: 83px;
    font-weight: 600;
    font-size: 12px;
    color: #000000d9;
    letter-spacing: 0.14em;
    text-align: center;
}
.logo_text2 {
    position: relative;
    top: -86px;
    left: 81px;
    font-weight: 600;
    font-size: 24px;
    color: #000000d9;
    letter-spacing: 0.25em;
    text-align: center;}

/* ログインボタン
*----------------------------------------------------------------------*/
.g_navi ul li a {
    position:fixed;
    display:inline-block;
    text-align: center;
    vertical-align: center; 
    margin:0;
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif;
    font-size:14px;
    transition: all 0.4s;
    color:#fff;
    background: #000;
    display: block;
    width: 65px;
    height: 65px;
    top:0;
    right:0;
    z-index:999;
}

.g_navi ul li a:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 0px solid #fff;
    border-radius: 50%;
    background-color:#fff;
}

.g_navi ul li a:after {
    content: '';
    position: absolute;
    top: 37px;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 10px;
    border: 0px solid #fff;
    border-radius:50%/100% 100% 0 0;
    background-color:#fff;
}

.g_navi ul li a:hover {
    background: #bf1f1f;
    color:#ffffff;
    opacity:1;
    border-color:#fff;
} 


.header .g_navi li i{margin-right: 5px;}


.balloon2 {
  position: relative;
  margin: 1.5em 0;
  padding: 14px 14px;
  min-width: 80px;
  max-width: 100%;
  font-size: 14px;
  line-height:1.4;
  background: #fff;
  border-radius: 8px;
  box-shadow:2px 2px 0px 0px #eee;
  top: 18px;
  left:-12px;
  text-align: center;
  transform-origin: bottom;
  animation: balloonAnime 4s ease-out 0s infinite normal both;
  display:none;
/*  display:none; */

}

@keyframes balloonAnime {
    0% { transform: scale(1); }
    10% { transform: scale(1.03); }
    20% { transform: scale(1); }
    100% { transform: scale(1); }
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 85%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 14px solid #fff;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-family:'Noto Serif JP', sans-serif;
  color:#000;
}
.balloon2 span {
  background:transparent;
}

.balloon1 {
  display:none;
}

.obi {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
    height: 40px;
    margin: 0 calc(50% - 50vw);
    border-bottom: solid 1px #dddddd;
}

.obi p,
.obi a {
  margin:8px 0 0;
}

.obi a {
  color:#bf1f1f;
}

/***********************************
  カート情報
***********************************/
#cartInfo{
  display: block;
  position:fixed;
  top:65px;
  right:0;
  width: 65px;
  height: 65px;
  margin:0;
  font-size: 12px;
  font-weight: 600;;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  background: #bbb6aa;
  padding: 12px 0 0;
  cursor: pointer;
  transition: all 0.4s;
  z-index:999;
}
#cartInfo:hover{
  background: #bf1f1f;
}

#cartInfo p.cartTxt{
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}
#cartInfo p img{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px 0 0 0px;
}
#cartInfo i{
  margin-right: 5px;
}
.h_cart{
  display:none;
  width: 280px;
  height: auto;
  min-height:130px;
  position: absolute;
  top: -65px; right: 65px;
  border: none;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 17px 20px 20px;
  transition: display 0.3s;
}
.h_cart dl{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight:300;
  vertical-align:top;
}
.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: #bf1f1f;
  font-weight: 500;
  padding: 0 5px;
  font-size:19px;
  vertical-align:top;
}
.h_cart dd span{
  position:relative;
  bottom:6px;
}

.h_cart .sysCartInfoCartIn a{
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 3px 0 0px;
  height: 50px;
  padding: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius:0px;
  transition:.3s;
}
.h_cart .sysCartInfoCartIn a:hover{
  background:#bf1f1f;
  transition:.3s;
}
.h_cart .sysCartInfoCartIn a img{
  display: none;
  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: 15px;
    text-align: center;
    font-weight: 500;
    margin-left: 2px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    padding-left: 0px;
    font-size: 11.5px;
}


/***********************************
  ナビゲーション
***********************************/
.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: rgba(255,255,255,1);
  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: rgba(255,255,255,1);
  visibility: hidden;
  transition: all .10s ease;
  z-index: 120;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.tabmenu li.tab2:hover .subCategory{
  visibility: visible;
}
.tabmenu li.tab3{
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
.tabmenu li.tab3:hover{background: #ededed;}

/***********************************
  フッター
***********************************/
.footer{
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #fff;
  color:#000;
  letter-spacing: 0.015em;
}
.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: 1px;
}
.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 #000000d9;
  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: 0px;
  right: 0px;
  width: 65px;
  height: 65px;
  text-align: center;
  z-index:0;
}
.pagetop #page-top{
  display: none;
  color: #fff;
  background:#bbb6aa;
  height:65px;
}
.pagetop #page-top::after {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.pagetop #page-top:hover{
  background-color:#bf1f1f;
  transition: all 0.2s;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search{margin-bottom: 30px;}
.side_search form{border:none;}
.side_search input[type="search"]{
  height: 40px;
  border: 1px solid rgba(0,0,0,.2);
  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 #000000d9;
}
.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 #000000d9;
  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: #000000d9;
  margin: 50px auto;
  padding: 0;
  border: 0;
}
.sysTitle, .sysHeadline{
  text-align: left;
}

.sysTitle span{
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
  color: #333;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 25px;
}
.sysHeadline span {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin: -2px 0 0 0;
    font-family: 'Noto Serif JP';
    font-size: 14.5px;
    letter-spacing: 0.015em;
    font-weight:500;
}

/*タイトル横のバー*/
.sysTitle::before, .sysHeadline::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background-color: #000000d9;
}
.contentsWrap{
  width: 1100px;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
    border: 1px solid rgba(0,0,0,.2);
    margin: 30px auto 30px;
    max-width: 900px;
}
#main_tradelaw dl, .main_tradelaw dl{
  background: transparent;
  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: 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 200px;
  padding: 20px;
  background: transparent;
}
.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: left;
}
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 rgba(0,0,0,.2);
  border-left: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
  border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap{
  width: 1100px;
  margin: 0 auto;
}
.column2Wrap:after{
  display: block;
  content: "";
  clear: both;
}
.sideWrap{
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}
.mainWrap{
  width: 900px;
  margin-left: 200px;
}
.col2Style {
  padding:20px;
}
.col2Style .sysHeadline {
  text-align:center;
}

.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: #172b54;
        height: 20px;
        line-height: 25px;
        padding-bottom: 1px;
        border-bottom: 1px solid #172b54;
}
.col2Style .txtBlock li{
  margin: 5px 0;
  font-size: 13px;
}
.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%;
}
.col2Style .box2 li{
   text-indent: -1em;
   padding-left: 1em;
   padding: 1px 0;
}
.col2Style .box2 {
   text-indent: -1em;
   padding-left: 1em;
}
.col2Style .txtBlock2 li{
  margin: 2px 0;
  font-size: 12px;
  padding: 1px 0;
}
.box2 li{
   text-indent: -1em;
   padding-left: 0em;
}
.box2 {
   text-indent: -1em;
   padding-left: 1em;
}
.txtBlock2 li{
  margin: 2px 0;
  font-size: 12px;
}


/***********************************
   お買い物ガイド
***********************************/
.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:rgba(0,0,0,.2);
}
.common_btn a i{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
}

/***********************************
  TOPページ
***********************************/
 /* メインビジュアル */
.topbanner {
    padding: 0 0 100vh 0; 
}
.topbanner .sysContent{
    position: absolute;
    width:100vw;
    height:100vh;
    overflow:hidden;
    top: 0;
    left:0;
    margin: 0 calc(50% - 50vw); 
}
.topbanner .sysContent::before  {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;   
    background:url("https://tamayaab.com/img/common/youshokujou.jpg?8337");
    filter: brightness(90%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topbanner .sysContent::after { 
        content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: none; /*rgba(0,150,255,0.01);*/
	background-image:none; /* radial-gradient(#000 18%, transparent 10%), radial-gradient(#000 18%, transparent 10%);*/
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
        background-repeat: repeat; 
}
@keyframes zoom {
   0% {
      transform: scale(1.07);
   }
   100% {
      transform: scale(1);
   }
}
@keyframes blur {
  0% {
    filter: blur(3px);
  }
  20% {
    filter: blur(1px);
  }
  100% {
    filter: blur(0);
  }
}

.topbanner_blank {
  display:block;
  height:100vh;
}


/*スライダー*/
#slider{
  display:none;
}
.top_slider {
  padding-top:130px;
  margin:0 0 40px;
}
.top_slider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}
.top_slider .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul{
  font-size:0;
  text-align:left;
}
.top_newarrival li{
  float:none !important;
  display:inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_newarrival li img{
  width: 100%;
}
.top_newarrival .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_features ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  float:none !important;
  display:inline-block;
  width: 30%;
  margin:1.66666666666667%;
  font-size:12px;
  vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
  display: block;
  position: relative;
}
.top_features li span{
  display:block;
  font-size:14px;
  font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  font-size: 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
    font-size: 17px;
    float: right;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
    margin-right: 21px;
}
.sysCart #sysMain #kuronekoPayFlex button img {
    margin-top: -11px;
}
.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"]
 {
  padding: 10px 0px 0px 0px;
}
.sysConfirmButton input#open_dlg_edit_customer_info {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,.2);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.opcCommonElementErrorMessage, .opcCommonHeaderErrorMessage {
    margin-left:0;
}


.opcCommonElementErrorMessage:before, .opcCommonHeaderErrorMessage:before {
   content:"※";
}

/*会員登録_修正*/

/*性別欄非表示*/
.sysGender,
.opcBillingAddress_genderAndLabelGroup_edit {
   display:none;
}

/*

#sysBasket .errorMessage li {
   display:none;
}
#sysBasket .errorMessage:after {
   content: '※この商品は配送の温度帯が違うため、同時購入はできません';
   font-size:18px;
   display:block;
   height:70px;
   margin-top:15px;
}

*/

.sysCategoryPankuzu {
   position: relative;
   z-index:999;
   margin-bottom:5px;
   visibility:hidden;
}
/*フッター
*----------------------------------------------------------------------*/

#sysFooter .footer {
    width: 100%;
    padding:35px 0 10px 0;
    text-align: left;
    background-color:#fff;
    color:#000;
    margin: 30px calc(50% - 50vw) 0;
    width: 100vw;
    box-shadow: 0px 0px 10px 0px #eee;
}
#top #sysFooter .footer {
    margin-top:0;
}

#sysFooter .footer .f_gnav_all {
    background: transparent;
    padding: 15px 0;
    display:flex;
    flex-direction: row;
    width:900px;
    margin:0 auto;
}
#sysFooter .footer .f_gnav_all ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 100px 0 0;
}
#sysFooter .footer .f_gnav_all ul li {
    font-size: 13px;
    font-weight:300;
    padding: 0 ;
    margin:9px 0px;
    position: relative;
}
#sysFooter .footer .f_gnav_all ul li a i {
    display: none;
}
#sysFooter .footer .f_gnav_all ul li:last-of-type::after {
    content: none;
}
.f_gnav_all a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight:400;
  white-space: nowrap;
}
.f_gnav_all a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .38s;
}
.f_gnav_all a:hover::after {
  transform: scale(1, 1);
}
#sysFooter .f_copy {
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0 0 0px;
    width:900px;
    margin:5px auto;
    background: transparent;
    letter-spacing:0.4px;
    font-family:'Noto Serif JP';
}

/*配達日指定　指定無しを非表示
*----------------------------------------------------------------------*/

.opcDeliveryAddress_registerCustomerDeliveryAddressFlagYesAndLabelGroup_edit {
  padding: 10px 0;
  display: inline-block;
  font-size:15px;
}

/*入力フォーム 修正
*----------------------------------------------------------------------*/

.opcDeliveryAddressAndItemsTitle {
    display:none;
}
.opcDeliveryAddressHeader {
    display: block;
    color: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    font-size: 14.5px;
    font-weight: 500;
    margin: 0px;
    font-family: "Noto Serif JP";
}
.opcDeliveryAddressHeader:before {
    content:"DESTINATION";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif;
    font-size: 32px;
    letter-spacing: 0.09em;
    font-weight: 500;
    display:block;
    margin-bottom:-8px;
}
.opcDeliveryAddress_prefStateLabel_edit {
    margin-bottom:3px;
}
.opcItem_freeAreaOrderConfirm p {
    padding-left:0;
}

.opcItemDataBind.opcItemList .opcItem_itemAndLabelGroup {
    padding:10px 0 0;
    margin-bottom:0px;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
    width:20%;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
    width:80%;
    padding:0 0 0 30px;
}
.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
    display:flex;
    flex-direction:column-reverse;
    margin-left:60%;
    margin-top:20px;
}
.opcItemDataBind.opcItemList .opcItem_itemRetailPricesAndLabelGroup,
.opcItem_subTotalNumAndLabelGroup {
    margin-left:0;
    font-size:13px;
    font-weight:400;
    position: relative;
}
.opcItemDataBind.opcItemList .opcCommonEditLabel {
    font-size:16px;
    font-weight:400;
    margin-top:12px;
}
.opcItemDataBind.opcItemList .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size:14.5px;
    font-weight:600;
    color:#3f3f3f;
    margin-top:10px;
    border-bottom:none;
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
    font-size:16px;
    font-weight:400;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 224px;
    margin: 0 10px 0 auto;
    position: relative;

}
.opcItemDataBind.opcItemList .opcItem_deliveryAddressItemGroup_edit {
    padding: 0;
    border: none;
}
.opcItemDataBind.opcItemList .opcItem_increaseNumButton_edit,
.opcItemDataBind.opcItemList .opcItem_decreaseNumButton_edit {
   display:none;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
   border:solid 1px #cccccc;
   font-size:16px;
   font-weight:400;
   padding:0px 10px!important;
   text-align:center;
   margin-left: auto!important;
}
.opcItemDataBind.opcItemList .opcCommonButtonGroupEdit {
   padding:10px 0;
}

.opcDeliveryAddressArea .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader {
  font-size:16px;
  color:red;
  display:none;
}

.opcDeliveryAddressHeaderGroup {
  background:#f5f5f5;
  margin:0px 0 0;
  order:1;
  padding-left:20px;
}


.opcDeliveryAddress_addressAddress2Label_edit:after {
  content:"[番地、建物名など]";
  margin-left:10px;
  font-size:0.8em;
}
input[type=checkbox] {
  position:relative;
  top:1px;
  display:inline-block;
}
input[type=radio] {
  vertical-align:-webkit-baseline-middle;
}

/*戻るボタン*/

input[value="戻る"],
input[value="カートに戻る"],
.sysMemberRegister.clearfix,
input[value="認証コードを再送信する"],
#sysMypageEditSavedelivery .sysButton,
#sysMypageEditDeliveryinput .sysButton {
    display: block;
    padding: 0px;
    color: #3f3f3f!important;
    background: transparent!important;
    border-radius: 0px;
    border: none!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left!important;
    margin-top: 25px!important;
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    font-weight: 400!important;
    width: auto!important;
    font-size: 14px!important;
    box-shadow:none;
}
input[value="戻る"]:hover,
.sysMemberRegister.clearfix:hover {
    cursor: pointer;
    color:#000;
}

.opcCommonButtonGroupEdit {
    padding:0;
}

.opcItem_deliveryAddressItemGroup,
.opcItem_deliveryAddressItemGroup_edit {
    border-top:1px solid #ccc;
}
.opcItem_deliveryAddressItemGroup {
    display:none;
}

.opcItem_itemSubTotalPricesAndLabelGroup {
   border-bottom:none;
}
.opcCommonButtonEdit {
  border:none;
  border-radius:0px;
  background:#3f3f3f;
  color:#fff;
  padding:13px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcCommonButtonEdit:hover {
  background:#000;
}

/*
.opcDeliveryAddress_prefStateLabelGroup_edit:after {
    content: '※北海道へ活き車えびの発送は承っていません。';
    color:red;
    display: flex;
    margin: 5px 0 12px 0;
}
*/

.opcDeliveryAddressSummary {
    background: #fff;
    padding: 20px 0px;
    font-size: 14.5px;
    font-weight: 400;
    margin: 8px 0;
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
}
.opcDeliveryAddressSummary div:first-child {
    font-weight:600;
    font-size:16px;
    margin-bottom:5px;
}
.opcDeliveryAddressSummary div:first-child:after {
    content:" 様";
}

.opcDeliveryMethodGroup_edit {
    border:solid 1px #cccccc;
    border-radius:10px;
    padding: 0 40px 0;
    margin:40px 0;
}

.opcDeliveryAddressAndItemsArea .opcItemDataBind.opcItemList {
    margin:0;
    padding:0;
}

.opcDeliveryMethod_normalShoppingComment_edit {
    margin-left: 0;
    padding-left: 0;
}
.opcItem {
  padding:0 0 20px;
}

.opcItem_itemNumAndPricesAndLabelGroup {
  font-size:14px;
}
.opcDeliveryMethod_hopeDeliveryDateCommentLabel_edit {
  margin-top:25px;
  padding:20px 0;
  border-top:solid 1px #ccc;
}
.opcDeliveryMethod_normalShippingAndLabelGroup_edit {
  font-size:14px;
  font-weight:400;
  visibility:hidden;
  height:0px;
  display:block;
}
.opcDeliveryMethod_deliveryMethodAndLabelGroup {
  display:none;
}

.opcPaymentMethod_edit {
  margin-top:10px;
  padding:10px 0;
  border-top:solid 1px #ccc;
}

.opcPaymentMethod_paymentMethodDetailGroup_edit {
  margin-top:-15px;
  margin-left:2em!important;
}
.opcPaymentMethod_paymentMethodLabel_edit {
  font-size:16.5px;
  font-weight:500;
}
.opcConfirm {
  padding:20px 0 0;
  background:transparent;
}
.opcFreeAreaRequestOrderTop {
  display:none;
}
.opcFreeAreaRequestOrderBottom {
  padding:20px 0;
  font-size:14px;
  line-height:1.8;
}

.iki_otodoke {
  display: none;
  margin:20px 0;
}
.centerdome{
  display: block;
  margin: 20px 0 0 0;
  line-height: 2.2;
}


.opcConfirm_order {
  width: 100%!important;
  height: 54px;
  font-size: 16px!important;
  font-weight:600;
}

.opcConfirm_order:hover {
  background:#9d0909;
}

.opcOrderSummary_totalPricesAndLabelGroup {
  color:#333;
  padding:0px 0;                         /*5px 0;*/
  margin:13px 0 0px;                      /*0px 0 10px;*/
  border-bottom:solid 0px #ccc;
  font-size:18px;
  font-weight:500!important;
}
.opcBillingAddress_genderAndLabelGroup {
  display:none;
}
.opcPaymentMethod {
  background:#fff;
  padding:0px;
  margin:15px 0 30px;
  font-size:14px;
  line-height:2.0;
}
.opcRemarksDataBind {
  background:#fff;
  padding:0;
  margin:0px 0 30px;
  font-size:14px;
  line-height:2.0;
}
.opcSelectDeliveries_deliveryToSingle_edit, .opcSelectDeliveries_deliveryToMultiple_edit, .opcSelectDeliveries_backButton_edit {
    margin: 0 0 15px;
    height:54px;
    font-size:16px!important;
    font-weight:600;
}
.opcSelectDeliveries_deliveryToMultiple_edit {
  width:50%;
  margin:0 auto;
}
.opcSelectDeliveries_deliveryToMultiple_edit:hover {
  background:#000;
}

#sysOpc .opcOrderSummaryArea {
  background: #f5f5f5fc;
  margin:40px;
  padding:20px;
  border:none;
  order:-2;
}

.opcCompletedDeliveryAddressListName:after {
  content:" 様";
}

#sysOpc .opcBillingAddressArea,
#sysOpc .opcItemCommonOptionsArea,
#sysOpc .opcSelectDeliveriesArea,
#sysOpc .opcClientArea,
#sysOpc .opcMultiDelivery {
  margin:0 0 10px;
}

#sysOpc .opcBillingAddressArea {
  border-top:solid 1px #cccccc;
  margin-top:60px;
}

#sysOpc .opcBillingAddressArea,
.opcClientArea {
  padding:0 40px;
}
.opcDeliveryAddressAndItemsGroup {
  background:#f5f5f5fc;
  padding:10px 20px 30px;
  font-size:14px;
}

.opcMultiDelivery {
  padding:0 40px 0px;
}

.opcSelectDeliveries_edit {
  padding:0 40px 25px;
}

.opcDeliveryAddress_nameAndNameKanaGroup {
  margin-top:-40px;
}
.opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  display:none;
}
body[data-member-login="true"] .opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  display:inline-block;
}


.opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  margin-left:10px;
}
.opcRemarks_remarkDescription_edit {
  margin-left:0;
}
.opcDeliveryAddress_openDialogButtonGroup_edit {
  padding:5px 0 10px;
}

/*白ボタン*/
.opcDeliveryAddress_synchronizeBillingAddressButton_edit,
.opcDeliveryAddress_openDialogButton_edit,
.opcDeliveryAddress_zipCodeSearchButton_edit,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton,
.opcOrderSummary_usePointAndCoupon,
.opcBillingAddress_editButton,
.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton,
.opcPaymentMethod_editButton,
.opcDeliveryAddressList_addButton,
#sysMain > form > div > div.sysFormItem.sysZipcode > button,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button {
  background:#fff;
  border:solid 1px #777777;
  border-radius:4px;
  color:#333333;
  box-shadow: none;
  font-size: 13px!important;
  font-weight: 400;
  width:auto;
}

#sysMain > form > div > div.sysFormItem.sysZipcode > button,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button {
  padding:10px 10px 10px 10px;
  margin-bottom:10px;
}

.opcDeliveryAddress_synchronizeBillingAddressButton_edit:hover,
.opcDeliveryAddress_openDialogButton_edit:hover,
.opcDeliveryAddress_zipCodeSearchButton_edit:hover,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton:hover,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton:hover,
.opcOrderSummary_usePointAndCoupon:hover,
.opcBillingAddress_editButton:hover,
.opcClient_editButton:hover,
.opcDeliveryAddress_editButton:hover,
.opcDeliveryMethod_editButton:hover,
.opcDeliveryAddressItemTitle_editButton:hover,
.opcPaymentMethod_editButton:hover,
.opcDeliveryAddressList_addButton:hover,
#sysMain > form > div > div.sysFormItem.sysZipcode > button:hover,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button:hover {
  background:#f5f5f5;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton {
  margin-left:40px;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton:hover {
  cursor : pointer;
}
.opcOrderBackToBasket {
  margin-bottom:0px;
}
.opcOrderSummary_usePointAndCoupon,
.opcBillingAddress_editButton,
.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton,
.opcPaymentMethod_editButton {
  height:36px;
  margin:0;
  font-size:13px!important;
}


.opcDeliveryAddressTitle_deleteButton.opcCommonButton,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit {
  text-align:right;
  text-decoration:1px underline;
  text-underline-offset: 5px;
  background:transparent;
  color: #333;
  font-size:13px!important;
  border:solid 0px;
  margin-right:8px;
}

.opcDeliveryAddressTitle_deleteButton.opcCommonButton:hover,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit:hover {
  background:transparent;
  color: #333;
}

.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton {
  width:100%;
}

.opcRemarks_remarkLabel_edit.opcCommonEditLabel {
  margin-top:0;
}
#sysMypageLogin .sysHeadline span {
  background:transparent;
}
#sysRegisterForm {
    background: #fff;
    padding: 10px 40px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: calc(50% - 20px);
    margin: 69px 0 0 auto;
}
#sysRegisterForm:before {
  content:"会員登録されていない方";
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#000;
  top: -50px;
  left: -40px;
  position: relative;
}
#sysPurchaseAuthMember:before {
  content:"会員登録がお済みの方";
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#000;
  top: -40px;
  left: -40px;
  position: relative;
}

#sysPurchaseAuthCustomer {
    background: #fff;
    padding: 40px 40px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: calc(50% - 20px);
    margin: 40px 0 0 auto;
}
#sysPurchaseAuthMember .sysCartTitle {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    top: -40px;
    left:-40px;
    color:#000;
    display: none;
    margin:0;
    padding:0;
}
#sysPurchaseAuthMember {
  background: #fff!important;
  padding: 0 40px 0px;
  margin: 69px 0 0;
  box-shadow: 0px 0px 10px 0px #eee;
  width:430px;
  position:absolute;
}
#sysPurchaseAuthMember .sysFormItem.sysMemberId {
  margin:8px 0 0;
}
#sysPurchaseAuthMember .sysFormItem.sysMemberPassword {
  margin:9px 0 34px;
}

#sysPurchaseAuthMember input.loginId,
#sysPurchaseAuthMember input.loginPassword {
  margin:0!important;
}

#sysPurchaseAuthCustomer .sysCartTitle,
#sysRegisterForm .sysCartTitle{
    font-size: 16px;
    font-weight: 600;
    font-family:'Noto Sans JP';
    margin: 2px 0 10px;
    text-align:left;
    display:block;
    color:#3f3f3f;
}
#sysRegisterForm .sysCartTitle:after,
#sysPurchaseAuthCustomer .sysCartTitle:after {
    display: block;
    font-size: 13px;
    font-weight:400;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    line-height:1.6;
    color:#3f3f3f;
    margin:15px 0 25px;    
}
#sysRegisterForm .sysCartTitle:after {
    content: "会員登録をすると、お届け先の登録や領収書のダウンロードをすることができます。 会員登録をしなくてもお買い物は可能です。";
}
#sysPurchaseAuthCustomer .sysCartTitle:after {
    content: "下のボタンからご注文手続きにお進みください。";
}

#sysPurchaseAuthMember > div,
#sysPurchaseAuthCustomer > div,
#sysRegisterForm > div {
  background: transparent!important;
}
#sysRegisterForm p,
#sysPurchaseAuthCustomer p{
  padding:0 0 5px;
  display:none;
}
#sysRegi #sysMain,
#sysMypageLogin #sysMain {
  width:900px;
}

#sysMypageLogin input[type="email"]{
  margin: 0;
}

.sysOrderHistory {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    letter-spacing:0.7px;
}
.sysMypageMinorHeadLine {
    font-size:23px;
    font-weight:600;
    font-family:"Noto Sans JP";
}

.sysOrderHeader {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.sysShopOrderNo {
  order:0;
  width:100%;
  margin-top:1px;
  font-weight:300;
  font-size:13px;
}
.sysOrderHeader .sysDatetime {
  float:none;
  width:100%;
  font-size:17px;
  font-weight:500;
}

.sysOrderHeader .sysCallPrintReceipt,
.sysPrintDeliveryNote {
  margin:10px 0;
  order:2;
}
.sysOrderHeader .sysCallPrintReceipt {
  position:relative;
  left:10px;
}

.sysOrderHeader .sysTotalPrice {
  text-align:left!important;
  font-size:14px;
  order:1;
  width:100%;
  margin-top: 14px;
}
.sysCallOrderHistoryDetail {
  order:3;
  margin:10px 0 10px auto;
}
.sysCallOrderHistoryDetail button {
  padding:1px 3px;
} 
.sysItemName {
  margin:15px 0 4px;
  font-size:17px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea > div.sysItemName {
  margin:0;
}

.sysNumber {
 margin:0 0 7px;
}
.sysFormItem.sysZipcode {
 margin-bottom:25px;
}
.sysFormItem.sysPrefStateId {
 margin-bottom:25px;
}

.sysMemberRegister #sysMain {
 margin-bottom:40px;
 padding-bottom:20px;
}

#sysMemberRegisterIndex .sysNextSubmit:hover,
#sysMemberRegisterIndex .sysButton[type="submit"]:hover,
input[value="次へ（認証コードを送信する）"]:hover,
input[value="登録"]:hover {
    background: #000;
    transition: .3s;
    color: #fff;
}

#sysMypageEditMember .sysFormItem.sysAcceptMailmagazine .sysFormLabel {
    display:none;
}

/*クーポンコード入力欄を消す*/
.opcCouponCodeAndCoupon_edit .opcCouponCodeTitle,
.opcCouponCodeAndCoupon_edit .opcCouponCode_edit {
    display:none;
}

#sysMain > form:nth-child(3) > div > div.sysFormItem.sysZipcode > button:hover,
#sysMain > form:nth-child(6) > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button:hover {
    filter: saturate(30%);
        box-shadow: 0px 0px 10px 0px #eee;
}

/* オンラインストア　タイトル
*----------------------------------------------------------------------*/
.store_title {
  display:flex;
  flex-direction:column;
  margin : 32px 0 10px;
  padding: 0 0 22px 0;
  border-bottom:solid 0.5px rgba(0,0,0,.2);
}
.store_title .title_jp {
    text-align:left;
    margin:0 50px 0 0;
    font-family: 'Noto Sans JP';
    font-size:12px;
    letter-spacing:0.05em;
}
.store_title .title_en {
    font-family: 'Libre Baskerville','Noto Serif JP',sans-serif; 
    font-size:30px;
    letter-spacing:0.09em;
}

/* パララックス
*----------------------------------------------------------------------*/
.parallax {
 margin-bottom:200px;
}

.parallax_content{
}
.parallax_content:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(/img/common/iki_kago2.jpg);
  background-size:cover;
}

/* 球屋について
*----------------------------------------------------------------------*/
.tatecopy {
    letter-spacing: 0.2em;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 23px;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 8887;
    top: calc(100vh - 83px);
    right: 100px;
    line-height:2.0;
}
.tatecopy .shiro{
    color:#fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.tatecopy .kuro{
    color:#000;
}
.toptext1,
.toptext2{
  position: relative;
}

.toptext1 .sysContent,
.toptext2 .sysContent{   
    width:100vw;
    height: auto;
    margin:0px calc(50% - 50vw) 0 ;
    background: rgb(250, 248, 245);
    padding-top:150px!important;
}
.toptext1_inner,
.toptext2_inner{
    width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2.7;
    letter-spacing: 0.12em;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    color: #000000d9;
    margin: 0 auto;
    padding:0px 0px 0;
    scroll-margin-top:30px;
}
.toptext2_inner {
    padding-bottom:160px;
}

/* ヘッドライン */
.toptext1 .headline_wrap,
.toptext2 .headline_wrap {
    display:block;
    margin:0 auto;
}
.toptext1 .headline,
.toptext2 .headline {
    writing-mode: vertical-rl;
    border-right: solid 1px;
    border-left: solid 1px;
    border-color: #333333;
    display:inline-block;
    font-size:1.38em;
}
.toptext1 .headline .kanji,
.toptext2 .headline .kanji {
    font-size: 1.38em;
    letter-spacing:0.18em;
    padding-bottom:3px;
}
.toptext1 .headline .eisuuji ,
.toptext2 .headline .eisuuji {
    font-size: 0.5em;
    letter-spacing:0;
    margin-left:3px;
}
.toptext1 .sysContent p,
.toptext2 .sysContent p {
    writing-mode: vertical-rl;
    margin: 50px 35px 35px 35px;
}
.toptext1 img {
   width:500px;
   height:auto;
   position:relative;
   margin: 140px 0 0 0;
}
.toptext2 img {
   width:465px;
   height:330px;
   margin: 140px 0 0 0;
   object-fit: cover;
}

/* 画像フェードイン */
.fadein {
	opacity : 0;
	transform : translate(0, 40px);
        transform: scale(1.16);
	transition : all 0.6s;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
        transform: scale(1);
	}

/* ヘッドラインフェードイン */
.headline {
	opacity : 0;  
	filter: blur(4px);
	transition : all 0.6s;
        transition-delay:200ms;  
	}
.headline.scrollin {
	opacity : 1;
        filter: blur(0px);
	}
/* テキストフェードイン */
.textin {
	opacity : 0;  
	filter: blur(4px);
	transition : all 0.6s;
        transition-delay:500ms;  
	}
.textin.scrollin {
	opacity : 1;
        filter: blur(0px);
}

/* レストラン案内
*----------------------------------------------------------------------*/
.restaurant .sysContent{
   margin: 30px calc(50% - 50vw) 0;
   width: 100vw;
   background:#bbb6aa;
   color: #fff;
}
.restaurant_wrap {
   width:900px;
   margin:0 auto;
   padding:80px 0;
   display:flex;
   flex-wrap:wrap;
   scroll-margin-top:60px;
}
.restaurant .title_en,
.restaurant .title_jp {
  display:block;
   width:100%;
   text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.restaurant .title_en {
   margin-top:20px;
}

.restaurant_title {
}
.restaurant_text {
   font-weight:400;
   font-size:15px;
   font-family:'Noto Serif JP';
   letter-spacing:0.8px;
   line-height:2.5;
   width:100%;
   margin:60px 0 55px;
   text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.restaurant_ginoza,
.restaurant_yagaji {
   width:50%;
   display:block;
}
.restaurant_ginoza {padding:30px 30px 30px 0;}
.restaurant_yagaji {padding:30px 0 30px 30px;}

.restaurant_ginoza div,
.restaurant_yagaji div {
   font-weight:400;
   font-size:16px;
   margin:20px 0 10px;
   letter-spacing:0.5px;
}
.restaurant_ginoza p,
.restaurant_yagaji p {
   font-weight:300;
   font-size:14px;
   margin:0px 0 14px;
   letter-spacing:0.5px;
   line-height:1.0;
}

.restaurant_ginoza a,
.restaurant_yagaji a {
   background:#fff;
   color:#999;
   padding:1px 6px 3px;
   letter-spacing:0.2px;
   font-size:12px;
}
.restaurant_ginoza .tel:before,
.restaurant_yagaji .tel:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.restaurant_ginoza .search:before,
.restaurant_yagaji .search:before {
    content: "\f002";
    font-family: 'FontAwesome';
}

.miru .sysContent {
    width:100vw;
    height: auto;
    margin:0px calc(50% - 50vw) 0 ;
    background: rgb(250, 248, 245);
    padding:30px 0 100px!important;
}


/* お知らせ
*----------------------------------------------------------------------*/
.topnotice {  
    margin: 0px auto 80px;
    display:flex;
    width:900px;
}
.topnotice .sysHeadline { 
    display: block;
    text-align: left;
    margin: 0 50px 0 0;
    width: 450px;
    font-family: 'Noto Serif JP';
    font-size: 12px;
    letter-spacing: 0.015em;
    top: 30px;
    position: relative;
    font-size:14.5px;
}
.topnotice .sysHeadline::before {  
    content:"NOTICE";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:26px;
    letter-spacing:0.09em;
    position:relative;
    top:-40px;
}
.topnotice .sysContent {
    font-size:16px;
    width:1300px;
}

.topnotice ul li a{
    padding:12px 0 8px;
    margin:0;
    display:block;
    font-size:14px;
}
.topnotice ul li {    
    padding:0;
    margin:0 0 0 0;
}
.topnotice li:first-child {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0 0 0 0;
    padding:0 0 10px 0;
}
.topnotice li + li {
    border-bottom:1px solid #ccc;
    margin:0 0 0 0;
    padding:0 0 10px 0;
}
.topnotice li time{
    font-family: 'Noto Sans JP';
    font-size:11px;
    font-weight:300;
    letter-spacing:1px;
    color:#333;
    left: 1px;
    position: relative;
}

/* cボタン */
.c-button,
#sysMypageEditReceipt .sysButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-weight: 300;
    color: #333;
    background:transparent;
    border: 1px solid #555;
    cursor: pointer;
    transition: opacity .3s;
    width: 250px;
    height: 45px;
    font-size: 13px;
    font-weight: 400;
    line-height:0;
    border-radius:0px;
}

/* フリーページ */

.p-law,
.recruitment,
.faq {
    margin:40px auto;
    width:900px;
}
.restaurant_catch {
    display:flex;
    flex-direction:raw;
}

.restaurant_hidari {
    width:70%;
    padding:0 20px 0 0px;
}

.restaurant_migi {
    width:30%;
    padding:0 0px 0 20px;
    margin:60px 0 0 0;
}

.restaurant_hidari p {
   font-weight:300;
   font-size:14px;
   margin:0px 0 14px;
   letter-spacing:0.5px;
   line-height:1.0;
}

.restaurant_hidari a {
   background:#bbb6aa;
   color:#fff;
   padding:1px 6px 3px;
   margin:0 2px ;
   letter-spacing:0.2px;
   font-size:12px;
}
.restaurant_hidari .tel:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.restaurant_hidari .search:before {
    content: "\f002";
    font-family: 'FontAwesome';
}



.boshu {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:32px;
    letter-spacing:0.09em;
    margin:50px 0 40px 0;
}
.boshu_text,
.resturant_text {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Noto Serif JP';
    letter-spacing: 0.8px;
    line-height: 1.7;
    margin: 0 0 60px;
}
.youkou_title {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:24px;
    letter-spacing:0.09em;
    margin:140px 0 30px 0;
    padding-top:20px;
    border-top:solid 1px;
}
.youkou {
    background:#ffffff;
    margin:40px 0 80px;
    padding:45px 60px 0px;
    display:flex;
    flex-direction:row;
    letter-spacing:0.09em;
}

.youkou_hidari {
    display:flex;
    flex-direction:column;
    width:300px;
}

.youkou_hidari img {
    margin-top:0px;
    object-fit: cover;
    object-position: 50% 0%;
    width:260px;
    height:130px;
}    

.youkou_migi {
    margin:0 0 0px 50px;
}
.shokushu {
    font-size:20.5px;
    font-weight:500;
    padding:0 0 20px;
    margin: 0 0 15px;
    border-bottom:solid 1px #999999;
}
.shokushu span{
    font-size:11.5px;
    font-weight:400;
}
.jikyu:before {
    content: "\f157";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 17px;
    position: relative;
    top:2px;
    left:3px;
    margin-right:6px;
}

.jikan:before {
    content: "\f017";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 18px;
    position: relative;
    top:1px;
}
.naiyou,
.kinmuti,
.oubo {
   margin-top:15px;
   padding-top:20px;
   border-top:solid 1px #999999;
}

.tenmei {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:14px;
    letter-spacing:0.09em;
    font-weight:500;
    margin-bottom:91px;
}
.tenmei_tamaya {
    font-size: 32px;
    letter-spacing: 0.2em;
    margin-top: -4px;
}

.tenmei_kitchen {
    font-size: 28px;
    letter-spacing: 0.2em;
    margin-top: -4px;
    margin-bottom:7px;
}


.tagu {
    margin:10px 0 0;
}

.tagu span {
    border:solid 0.5px #bbb6aa;
    border-radius:8px;
    padding:0px 5px 1px;
    margin:8px 2px -8px 0;
    color:#fff;
    background-color:#bbb6aa;
    display: inline-block;
    font-size:11px;
}

.denwa {
    margin-top:10px;
}

.mail2 {
    border-bottom:solid 1px #999999;
    margin-bottom:80px;
    padding-bottom:18px;
}

.denwa a,
.mail2 a,
.kinmuti a {
    text-decoration:underline;
    color:blue;
}

.denwa:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 18px;
    position: relative;
    top:1px;
}

.mail2:before {
    content: "\f003";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 16px;
    position: relative;
    top:1px;
}

.questions {
    position:relative;
    top:-40px;

}
.questions .sysHeadline {
    margin-top:0;
}
#privacypolicy p {
   font-size:14px;
   margin: 20px 12px 12px;
}
#privacypolicy #sysWrap {
   margin-top:100px;
}
.opcBillingAddress_acceptMailmagazineLabel_edit {
  display:none;
}
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit {
  height:40px;
}
#sysMypageLogin .sysLoginButton,
#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton,
#sysMemberRegisterConfirm .sysNextSubmit,
#sysMypageEditDeliveryinput #button2,
.opcBillingAddress_completeButton_edit{
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-top:0;
  font-size: 13px!important;
  color:#fff;
  background:#3f3f3f;
  border-radius:4px;
  height:auto;
  padding:10px;
}

#sysMypageEditDeliveryinput #button2 {
  margin-top:14px;
  margin-right:20px;
}

#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton {
  height:45px!important;
  margin-top:1px;
}
#sysMemberRegisterIndex .sysNextSubmit,
input[value="次へ（認証コードを送信する）"],
input[value="登録"] {
  width: 100%;
  font-size: 13px;
  color:#fff;
  background:#3f3f3f;
  border-radius:4px;
  height:auto;
  padding:10px;
}
input[value="登録"] {
  width:30%!important;
}


/* 戻るボタン */
#sysMypageLogin .sysButton,
.sysCart #sysMain #sysPurchaseAuthMember > div > div > form > input.sysButton,
#sysFormConfirm button.sysButton,
.opcBillingAddress_backButton_edit,
.sysButton.sysBackSubmitArea{
  width: 48%!important;
  margin-left: auto;
  font-size: 13px!important;
  background:transparent!important;
  color: #333!important;
  border: 1px solid #555!important;
  border-radius:0px;
  cursor: pointer;
  height:45px!important;
  margin:0 0 0 2%;
}
.sysOpcBody .opcCommonRequireLabel {
  position:relative;
  top:-2px;
}

/* タブレット用 */
@media screen and (max-width: 1100px) {

body {
  margin:0 auto;
  padding:0 ;
}
#sysWrap {
  max-width:1100px;
}
div#sysMain {
  width:600px;
}
#sysMain input,
#sysMain textarea{
  font-size:16px;
}

#sysOpc input {
  font-size:16px;
}

.coupon {
  margin:20px 20px 40px 20px;
  font-size: 14px !important;
  line-height: 1.8;    
}

.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 select, .sysCartError {
  margin:3px auto!important;
}
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  width:100%;
}
#sysPurchaseAuthMember {
  width:calc(50% - 20px);
}
#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton,
.sysCart #sysMain #sysPurchaseAuthMember > div > div > form > input.sysButton {
  width:100%!important;
  margin:0 0 15px!important;
}

#sysOpc .opcBillingAddressArea, .opcClientArea {
  padding:0 20px 20px; 
}
.opcSelectDeliveries_deliveryToSingle_edit,  .opcSelectDeliveries_backButton_edit {
  font-size:13px!important;
  font-weight:400;
  width:100%!important;
}
.opcPaymentMethodArea {
  padding:20px 20px 0;
  margin:0 20px;
}
.opcRemarksArea {
  padding:20px;
}
.opcRequestOrderArea {
  padding:0 20px;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
    width:150px;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
    width: calc(100% - 150px);
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
    margin: 10px 10px 0 calc(30% - -126px);
    width:auto;
}
.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
    margin-left:30%;
}

.opcItemDataBind.opcItemList .opcItem_itemRetailPricesAndLabelGroup {
    top:0;
}
.opcItemDataBind.opcItemList .opcCommonEditLabel {
    top:40px;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
    top:0px;
}
.opcSelectDeliveries_edit {
  padding:0;
}
.opcMultiDelivery {
  padding:0 20px 0px;
  margin-bottom:20px;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton {
  margin-left:20px;
}
.opcConfirm {
  padding:10px 0 0;
}

.opcBillingAddress, .opcClientList {
  padding: 10px 0px 5px;
}

#sysOpc .opcOrderSummaryArea {
  padding:10px 0 5px;
  margin:20px;
}
.Category_wrap {
  margin: 37px 10px 25px;
}
.Category_list a {
  font-size:13px;
}
.sysPr  {
  padding:5px 20px;
}
.sysStockQuantity {
  margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 15px;
}
#sysItemDetail .sysNextSubmit {
   width: calc(50% - 40px);
   margin: -35px 20px 10px auto;
}
.form-request .sysFormField,
.form-request .sysFormLabel {
   font-size:13px!important;
}
.form-request .sysFormItem.sys2 .sysFormField {
   font-size:16px!important;
}
.toptext1 .sysContent, .toptext2 .sysContent {
  padding-top:80px!important;
}
.toptext1_inner{
   flex-direction:column;
   width:100%;
   padding-bottom:0px;
}
.toptext2_inner {
   flex-direction:column;
   width:100%;
   padding-bottom:80px;
}
.headline {
  margin-top:30px;
}

.toptext2 .headline_wrap {
   order:-2;
}
.toptext1 .headline_wrap,
.toptext2 .headline_wrap {
   width:86px;
}

.toptext1 .sysContent p {
    margin: 0 auto 0px;
    padding-top:50px;
    height:450px;
}

.toptext2 .sysContent p {
    margin: 0 auto 0px;
    padding-top:50px;
    height:530px;
}

.toptext2_inner .textin {
   order:-1;
}
.toptext1 img {
   width:100vw;
   height:auto;
   position:relative;
   margin: 0px 0 0 0;
}
.toptext2 img {
   width:100vw;
   height:70vw;
   position:relative;
   margin: 0 0 0 0;
}

.restaurant_wrap {
  width:100%;
  padding:60px 40px;
}
.restaurant_ginoza {padding:15px 15px 20px 0;}
.restaurant_yagaji {padding:15px 0 20px 15px;}


.topnotice {
    flex-direction: column;
    width: 100%;
    border-top: solid 0px rgba(0,0,0,.2);
    padding-top: 70px;
    padding-bottom: 60px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 80px;
}
.topnotice .sysContent {
  width:100%;
  font-size:14px;
  padding-top:3px;
}
.topnotice ul {
  margin-left:40px;
  margin-top:25px;
}

.topnotice ul li a {
  padding:15px 0 8px;
}

.topnotice .sysHeadline {
  width:100%;
    margin: 0 auto 0 auto;
    font-family: 'Noto Serif JP';
    font-size: 14.7px;
    text-align: left;
    padding: 0 0 0px 40px;
    position: relative;
    top: -3px; 
}
.topnotice .sysHeadline::before {
  font-size: 19.5px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 0 0 0px;
    position: relative;
    top: -31px;
}
.topnotice ul li {
  padding-right:20px!important;
  padding-left:0px!important;
}

#sysMypageLogin #sysMain .sysFreeArea {
  width: calc(50% - 40px);
    padding: 10px 40px 50px;
    margin:0 20px 20px 20px;
}
#sysMypageLogin #sysMain .sysLoginForm {
    width: calc(50% - 40px);
    padding: 10px 40px 50px;
    margin:0 20px 20px 20px;
}

.p-law,
.recruitment {
  width:100%;
  margin:0 auto;
}

#privacypolicy #sysWrap {
  padding: 0px 40px 40px;
}
#sysRegi #sysMain{
  padding:30px 20px;
}
.sysItemList ul {
  width:100%;
  left:0;
  margin-top:20px;
}
.sysItemList ul.sysThumbnail li {
  padding:0;
     box-shadow: 0px 0px 10px 0px #eee;
  margin:0 10px 30px;
}

.sysCart .sysItemListArea ul li {
  border-bottom:none;
}

.orderArea {
  padding:0px 0 20px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea > div.sysForm {
  padding:0 20px;
}
.recommend .sysItemName {
  margin:11px 0 8px!important;
}

.itemDetailWrap .sysItemName {
  margin:0;
  padding-bottom:6px;
}

.itemDetailWrap .sysRetailPrice {
    font-size: 14.5px;
    margin: 0px;
}
.itemDetailWrap .sysItemName a {
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:0;
  display: block;
  padding: 10px 10px 120px;
  margin: -10px -10px -120px;
}
#sysItemDetail .sysMainImage img {
  width:100%;
  height:auto;
}
#sysItemDetail .sysMainImage {
  width:100%;
  height:auto;
}
.sysItemImages .sysImageList li img {
  width:100%;
  height:auto;
}
.sysItemImages .sysImageList li {
  width:20%;
  height:auto;
  line-height:20%;
}
.sysItemImages .sysImageList {
  width:100%;
}
.sysItemImages {
  padding-right:0;
  padding-left:40px;
}

#sysItemDetail .sysDescription {
  width:100%;
  border-top:none;
  border-bottom:none;
}
.sysItemList .itemDetailWrap {
  height:auto!important;
  background: #fff;
  margin: 0;
  padding:12px 12px 15px;
}
#sysItemDetail .sysItemName {
  order:2;
  margin:0;
}
#sysItemDetail #sysNumber {
 width:100%;
 margin-top:10px;
 padding:0 20px;
}
#sysItemDetail #sysNumber:nth-child(1) {
 width:auto;
}
#sysItemDetail #sysNumber select {
 width:60px;
 min-width:60px;
}
#sysItemDetail #sysVariation .sysVariationSelects {
  margin-left:20px;
}

.recommend {
    width: auto;
    margin: 40px 0 40px;
    padding: 20px 40px 40px;
    background: transparent;
    border: none;
}
#sysFooter .f_copy {
  width:100%;
  padding-left:40px;
}

.notice {
  margin: 30px 10px 0px;
  background: transparent;
  border: 0.5px solid #333;
}
.oshirase {
  margin-top:60px;
}

.sysCategoryDescription::after {
  top:50px;
}

#sysFormIndex #sysMain input {
  font-size:16px;
}

#sysFormIndex .sysNextSubmit {
  font-size:14px!important;
}
.sysMypageNav {
  margin:20px 20px 40px;
  width:100%;
  left:-20px;
}
.sysMypageNav:before {
  display:none;
}
.mypage_category:before {
  margin:0px 0px 25px;
  font-size:16px;
}
#sysMypageIndex .sysFreeArea {
  width:100%;
  margin:0;
  padding:0;
  border-bottom:none;
}

.sysMypageNav form {
   width:100%;
   margin:0 0px 5px;
}
div.sysMypageNav > form:nth-child(1) > input.sysButton,
div.sysMypageNav > form:nth-child(2) > input.sysButton,
div.sysMypageNav > form:nth-child(3) > input.sysButton,
div.sysMypageNav > form:nth-child(4) > input.sysButton,
div.sysMypageNav > form:nth-child(5) > input.sysButton,
div.sysMypageNav > form:nth-child(6) > input.sysButton,
div.sysMypageNav > form:nth-child(7) > input.sysButton,
div.sysMypageNav > form:nth-child(8) > input.sysButton,
div.sysMypageNav > form:nth-child(9) > input.sysButton {
    background-size: 70px;
    background-position: 0 13px;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
    font-size: 14px!important;
    color:#000;
    border-radius:6px;
}

.mypage_category {
    margin:0;
}

.mypage_category a {
    font-size: 15px!important;
    width: 100%!important;
    height: 60px!important;
    line-height: 0!important;
    margin-right: 0px!important;
    margin-bottom: 20px!important;
    border-radius:6px;
}
.mypage_category a:nth-child(3) {
    background-position: 0 51%;
}
#sysMypageOrderHistoryDetail {
    margin-bottom:40px;
}
.sysMypageNav form:after {
    content: "\f105"!important;
    float: right;
    font-family: 'FontAwesome';
    padding-right: 20px;
    position:relative;
    top:-50px;
    font-size:16px;
}
.sysMypageNav .sysButton:hover {
    background-size:65px!important;
}


/* フッター
*----------------------------------------------------------------------*/
#sysFooter .footer {
  width:100%;
  margin-left:0;
  margin-right:0;
}
#sysFooter .footer .f_gnav_all {
  width:100%;
  padding:0 0 40px 40px;
}

#sysFooter .footer .f_gnav_all ul {
  margin:0 50px 0 0;
}
#sysFooter .footer .f_gnav_all ul li {
  letter-spacing:1px;
}
.f_gnav_all a {
  font-size:13px;
}
.f_gnav_all a:hover::after {
  transform: scale(0, 1);
}
.goriyou,
.faq {
  width:100%;
  margin:0px 0 60px 0;
}
.accordion-wrap{
  padding: 0 40px;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding-left:56px;
}
.accordion-item p {
  padding-left:15px;
}

.goriyou .accordion-title::before,
.faq .accordion-title::before {
  left:35px;
}
.goriyou .accordion-content,
.faq .accordion-content {
  padding-left:10px;
  padding-bottom:40px;
  padding-right:40px;
}

#sysItemCategory #sysWrap {
  margin-top:0;
}

/* ハンバーガー
*----------------------------------------------------------------------*/
.header_sp #navBtn{
  display : block;
  position: fixed;
  z-index : 3;
  left : 33px;
  top   : 55px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
#navBtn span {
  display : block;
  position: absolute;
  width   : 22px;
  height  : 1px ;
  left    : 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  z-index: 9999;
  background: #333;
}
#navBtn span:nth-of-type(1) {
  top: 8px;
}
#navBtn span:nth-of-type(2) {
  top: 16px;
}
#navBtn span:nth-of-type(3) {
  top: 24px;
}

/* ナビ開いてる時のボタン */
#navBtn.active span:nth-child(1) {
  top : 15px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

#navBtn.active span:nth-child(2),
#navBtn.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#navBtn.active span:nth-child(2) {
  opacity:0;
}

nav.globalMenuSp {
    position: fixed;
    height: 100vh;
    width: 400px;
    left: -400px;
    top: 101px;
    background: #FAF8F5;
    transition: transform 0.7s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;
    z-index: 8888;
    overflow: scroll;
    padding-bottom: 5rem;
}

nav.globalMenuSp ul {
  background: transparent;
  margin: 20px auto 20px;
  padding: 0 20px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align:left;
  font-weight:400;
  color:#333;
}
nav.globalMenuSp ul li:first-child {
}

nav.globalMenuSp ul li a:hover{
  color:#bf1f1f;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #111;
  padding: 17px 0 16px;
  text-decoration :none;
  font-size:12.5px;
  font-weight:500;
  font-family:'Libre Baskerville','Noto Serif JP', 'Noto Serif JP';
  letter-spacing:1px;
  line-height:1.58;
}

nav.globalMenuSp ul li b {
  font-size:17px;
  letter-spacing:0.09em;
  font-weight:500;
}

nav.globalMenuSp ul:nth-child(1) li a:after {
    content: "\f105";
    float: right;
    font-family: 'FontAwesome';
    position: relative;
    bottom: 15px;
    font-size: 15px;
}

nav.globalMenuSp .globalMenuSp_2 {
  padding-top:10px;
}
nav.globalMenuSp .globalMenuSp_2 li {
  border:none!important;
}
nav.globalMenuSp .globalMenuSp_2 li a{
  font-size:13px;
  padding:10px 0;
  font-family: 'Noto Sans JP';
  color:#333;
  font-weight:400;
  display:inline-block;
}
nav.globalMenuSp ul:last-child{
  padding-bottom:100px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(100%);
}
.overlay {
    background: rgba(0,0,0,.85);
    position: fixed;
    top: 101px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    transition: .5s cubic-bezier(.18,.06,.23,1);
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}
.overlay.active {
    transition: .6s;
    opacity: 1!important;
    pointer-events:auto!important;
    position: fixed;
}

.banner_area {
   text-align:left;
   margin-left: 20px;
   margin-top:45px;
}


/* カテゴリページ　タイトル
*----------------------------------------------------------------------*/
.sysItemCategoryInfo {
  margin: 0 ;
  width: 100%;
}
.sysFreeArea {
    width:100vw;
    margin: 0 calc(50% - 50vw);
    border-bottom: 1px solid rgba(0,0,0,.2);
} 
#sysMypageLogin .sysFreeArea {
    border-bottom:none;
}

.title,
.sysHeadline,
.sysTitle span,
.opcBillingAddressTitle {
    width:100vw;
    margin: 0 calc(50% - 50vw) ;
    border-bottom: 0px solid rgba(0,0,0,.2);
    padding:45px 0 41px;                       /*62px 0 60px;*/
    background: #bf1f1f;
    color: #fff;
}
.sysHeadline,
.opcBillingAddressTitle {
    background: transparent!important;
    color:#000!important;
    text-align:center;
}
.title_jp,
.sysHeadline span {
    margin:0 auto 0 auto;
    font-family: 'Noto Serif JP';
    font-size:14.7px;
    text-align:center;
    padding: 0 0 0px 0;
    position:relative;
    top:-30px;
    letter-spacing:1px;
}
.title_en,
.sysHeadline b,
.opcBillingAddressTitle:before {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:19.5px;
    margin:0 auto 0 auto;
    text-align:center;
    padding: 0 0 0 0;
    position:relative;
}

.p-privacy .sysContent {
    margin-top:20px;
}

/* お知らせ
*----------------------------------------------------------------------*/
#sysInformation #sysWrap {
    margin-top: 100px;
    background: #fff;
    padding: 50px 20px;
    margin-bottom:80px;
}
#sysInformation #sysMain h1 {
    padding:0 15px;
    margin-bottom:35px;
}
#sysInformation .sysNewsDetail {
    padding:0 10px;
    font-size:13.5px;
    line-height:2.0;
}
.sysItemListDisp {
  display:none;
}

.sysItemCategoryInfo {
  order:0;
}

.sysItemCategoryPankuzu {
  margin:0 0 0 0;
  padding:8px 0 10px 20px;
  border-bottom: 0px solid rgba(0,0,0,.2);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  letter-spacing: 4px;
}
.sysItemCategoryPankuzu a {
  font-weight:300;
  letter-spacing: 0.3px;
  color:#111;
}

.sysItemCategoryCtl {
    margin: 40px 10px 20px;
}
.sysItemCategoryCtl a {
    padding: 0;
    width: calc(33.333% - 20px);
    margin-bottom:15px;
}
.sysItemCategoryCtl a:after {
    content: "\f105"!important;
    float:right;
    font-family:'FontAwesome';
    padding-right:10px;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysWrap{margin-top:101px;}
#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
  margin: 101px auto 0;
  width:100%;
}
#sysRegi #sysMain, #sysMypageLogin #sysMain{
  margin-top:0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 100% !important;
  padding:20px 20px 30px !important;
    margin:10px auto;
}
.sysCart #sysMain {
  width: 100% !important;
  padding:0;
}
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain,
.sysMemberMailaddressAuthentication #sysMain{
    width: 100% !important;
  padding:0px 40px 30px !important;
    margin:10px auto 0;
}

.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 */

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
    font-size: small;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}

/***********************************
  商品詳細ページ
***********************************/



.sysItemList ul.sysThumbnail li {
  width:calc(33.333% - 20px);
  background:#fff;
}
.sysItemName a{
  font-size: 14px;
  line-height:1.4;
}

/*商品名*/

.sysSaleTerm,
#sysItemDetail .sysSuggestedRetailPrice {
  margin-left:20px;
}

#sysItemDetail .sysItemName h1{
  font-size:19px;
  padding:0 20px;
  margin-bottom:15px;
  font-family:'noto serif jp';
  letter-spacing:1px;
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue{
  padding:0 22px;
  font-size:17.5px;
}
#sysItemDetail .sysDescription {
  padding:12px 20px 0;
}
#sysItemDetail #sysExplanation {
  padding:0 20px 20px;
}

#sysItemDetail .sysForm select{
  text-align:center;
}
#sysItemDetail .sysSelectionDescription{
  margin: 5px 0 10px 20px;
  height:auto;
  float:left;
}
#sysItemDetail #sysNumber{text-align: right;}

.recommend .sysContent .sysHorizontal li {
  width:20%;
}
.recommend .sysContent .sysHorizontal .sysItemImage {
  width:100%;
  height:auto;
}

/*数量増減*/
#sysItemDetail .sysNumArea button {
}
/*PRアイコン(商品カテゴリーページ)*/
.sysItemPrArea span{
  font-size: 11px!important;
  padding:0 4px 1px;
  margin-right:5px;
  margin-bottom:6px;
  letter-spacing:-0.3px;
}
#sysItemCategory #sysMain{
    padding:101px 20px 0;
    display: flex;
    flex-direction: column;
}

#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{
margin-top: 10px;
line-height:2.1;
}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#sysItemDetail .sysForm select {
  min-width: 200px;
  display: inline-block;
  float: right;
  background:#fff;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

/*商品ページ用おすすめ商品*/
.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;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 101px;
    z-index: 9999;
    transition: .6s;
    padding: 0.2rem 1rem 0.5rem;
    background-color:rgb(250, 248, 245);
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
#top .header_wrap{
}


.sysOpcBody .header_wrap {
   height:0px;
   padding:0;
   
}

#top .spCart,
#top #navBtn {
   display:none;
}
#top .spLogo {
   display:none;
}
#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 .sysContent {
  z-index:9999;
}


.header_sp .spCart{
  position: absolute;
  top: 54px; right: 0;
}
.header_sp #navBtn img, .header_sp .spCart img{
  width: 28px;
  height: 28px;
}
.header_sp .spLogo img{
      width: 170px;
    margin-top: 7px;
}

/***********************************
  カート情報
***********************************/
#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 rgba(0,0,0,.2);
  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!important;
        overflow: auto;
}
#spNaviWrap{
  display:none;
  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-bottom: 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: #000000d9;
}
.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: #000000d9;
}

.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;
  border: 0px solid rgba(0,0,0,.2);
}
#main_tradelaw dl , .main_tradelaw d{
  width: 100%;
  background: transparent;
  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: 0px 40px 3px;
  float: none;
  clear: both;
  font-weight: 600;
  background:transparent;
  font-size:15px;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 0px;
  padding: 0 40px;
  background:transparent;
  font-size:13.5px;
}
#main_tradelaw b {
  font-weight:600;
}


.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 rgba(0,0,0,.2);
}
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;
}

div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}


.box3 li{
   text-indent: -1.5em;
   padding-left: 1em;
}
.box3 span {
   text-indent: -1.5em;
   padding-left: 1em;
}



/***********************************
  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;
        margin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center; 
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}
/* カート内商品数表示*/
button.itemCount2{
display: none;
    position: absolute;
    bottom: 13px;
    right: 6px;
    background: #bf1f1f;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    text-align: center;
    line-height: 7px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    padding-bottom:1px;
}
/*商品購入ステップ*/
.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;
}

/***********************************
  新規会員登録
***********************************/

/*黒いボタン*/
.opcDeliveryAddress_completeButton_edit {
    font-size: 15px!important;
    width: 100%!important;
    margin: 15px auto 0!important;
    display:block;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit,
.opcDeliveryAddress_openDialogButton_edit {
    font-size: 13px!important;
    box-shadow:none;
    display:block;
    width:100%;
    margin:0 0 15px!important;
}

.opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit {
    font-size:16px!important;
    font-weight:600;
}

.sysLoginButton {
    background: #000!important;
    font-size: 13px!important;
    margin: 25px auto 0!important;
    display:block;
}
.sysAmazonNextSubmit {
    font-size: 13px!important;
}

#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
        margin-bottom:15px!important;
}
#sysMypageLogin .sysButton,
#sysMemberRegisterIndex .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

.sysFormItem.sysZipcode .sysButton.btn {
    display: inline-block;
    padding: 0 12px;
    margin: 15px 0 0;
    width: auto!important;
    height: 41px;
    color: #fff;
    background: #000;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 13px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

/***********************************
  カートページ
***********************************/
.sysCart .sysItemListArea ul {
  padding:0;
}
.sysCart .sysItemListArea ul li {
  padding:10px 0 9px;
  height:185px;
}

.sysCart .sysItemListArea .sysBox {
  display:inline-block;
  width:100%;
  padding:20px 40px 30px!important;
}
#sysMain > div.sysItemListArea > ul > li > div > a {
  width:auto;
}

.sysCart .sysBox .sysTotalTxt {

}
.sysCart .sysTotal .sysTotalTxt:before {
}
.sysCartItemAreaMessage {
  padding-left:40px;
  padding-right:40px;
  font-size:14px;
}
#sysMain > div.sysTotal > div > div:nth-child(2),
#sysMain > div.sysTotal > div > div:nth-child(3) {
  margin: 0px 10px 0 10px;
  padding-right:10px;
  width: 100%;
}
div.sysConfirmCoupon > input {
  float:right;
  margin-right:0;
  font-size:13px!important;
}
.sysCart .sysErrorMessage {
  padding-left:40px;
}
.sysCart .sysBox .sysProduct {
  width:auto;
  position:relative;
  top:-5px;
}
.sysCart .sysDeleteArea {
}
.sysCart .sysBox a img.sysProductImg {
  width:110px;
}
.sysCart .sysItemListArea .sysItemName a {
  font-size:16px;
}
.sysCart .sysItemListArea .sysItemName {
  margin:0 0 3px;
}
.sysCart .sysBox hr {
}
.sysCart .sysCartAttention span {
  font-size:18px;
  bottom:0px;
}
.sysCart .sysSubTotalArea {
  top:-50px;
  left:0;
}
#sysItemDetail.sysForm select[name="num"],
#sysMain .sysItemListArea ul li div div:nth-child(4) div:nth-child(1){
  min-width:0px;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysProduct > div.sysItemRetailPrice {
  margin-top:0;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
    width: 140px;
    height: 48px;
    top: -111px;
    left: 0px;
    margin: 0px 0 0 auto;
}
.sysCart #sysMain select {
  width:50px;
  font-size:16px;
  z-index:1;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon{
  padding-right:40px;
  padding-left:40px;
}
.sysCart #sysMain .sysFreeAreaBottom {
  margin-right:40px;
}


.sysCart .sysTotal .sysBox {
  padding:15px 40px 15px!important;
}


#sysMain > div.sysItemListArea > ul > li > .sysBox > div:nth-child(4) > div:nth-child(1) {
  z-index:1;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysSubTotalArea > span.sysCartAttention {
}

.sysCart #sysMain .sysDeleteArea input[type=submit] {
   top:-85px;
}
.sysCart .sysSubTotalArea {
}
#sysItemDetail #sysWrap {
  margin-top:100px;
}
.sysCart #sysWrap {
}

/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
  margin:120px auto 0;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_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: 0px auto 30px;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 40px;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 0em;　　　　　　　          　　/*margin-top: 1em;*/
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 3px 0 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% - 30px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}


.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
  display:none;
}

.opcOrderSummary_totalPricesAndLabelGroup:before {
  content:"お支払い金額：";
  font-size:14px;
  font-weight:600;
}

#sysOpc .opcDeliveryAddressHeader {
  padding-bottom:15px;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
  font-size:13px!important;
}

.opcDeliveryMethodGroup_edit {
  padding:10px 20px 0;
}

/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
.pagetop #page-top:hover{
  background-color:#bbb6aa;
 }
.sysItemCategoryCtl::before {
text-align:center;
margin-bottom:17px;
}
#main_tradelaw dl, .main_tradelaw d {
  margin-bottom:35px;
}

.opcDeliveryAddressHeader:before {
  font-size:19.5px;
}
#sysMypageEditDelivery .sysButton, #sysMypageEditMember .sysBackButton {
  width:100%;
}
.restaurant_text {
  text-align:center;
}
#sysFormConfirm .form-request button.sysButton {
    width:100%!important;
}
#sysFormConfirm .form-request div#sysMain {
   padding-left:40px!important;
   padding-right:40px!important;
}

}
/* スマホ用 */
@media screen and (max-width: 600px){

.sysDisplayMobileNone{
  display:none !important;
}
div#sysMain {
  width:100%;
}

.topnotice .sysHeadline {
 padding-left:20px;
}
.topnotice ul {
  margin-left:20px;
  margin-top:20px;
}
.accordion-wrap{
  padding: 0 20px;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding-left:35px;
}
.goriyou .accordion-title::before,
.faq .accordion-title::before {
  left:15px;
}
.goriyou .accordion-content,
.faq .accordion-content {
  padding-left:10px;
  padding-bottom:20px;
  padding-right:20px;
}

.coupon {
  margin:20px 20px 30px 20px;
  font-size: 14px !important;
  line-height: 1.8;
}

.boshu,
.boshu_text,
.youkou_title,
.shokushu_text {
  padding:0 20px;
}
.youkou_title {
  padding-top:20px;
}

.youkou {
  flex-direction:column;
  padding:20px;
}

.youkou_hidari {
  width:100%;
}
.youkou_hidari img{
  width:100%;
  height:220px;
}

.youkou_migi {
  margin:20px 0;
}


.sysItemList ul.sysThumbnail {
  margin-top:15px;
}
.sysItemList ul.sysThumbnail li,
.sysItemCategoryCtl a {
   width:calc(50% - 20px);
}
nav.globalMenuSp {
  width:85%;
  left:-85%;
}
#sysItemDetail #sysMain {
    width: 100%!important;
    display: flex;
    flex-direction: column;
}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}
.orderArea {
    padding:0 0 20px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea {
  padding:20px 0;
}
.recommend {
 padding: 0 20px 40px;
}

.recommend .sysContent .sysHorizontal li {
  width:33.33%;
}
#sysFooter .footer .f_gnav_all {
  padding:0 0 20px 20px;
}
#sysFooter .f_copy {
  width:100%;
  padding-left:20px;
}
#sysItemCategory #sysMain {
  padding:101px 10px 0 ;
}

.header_sp #navBtn {
  left:13px;
}

.sysItemImages {
  padding:25px 40px 20px!important;
}
#main_tradelaw dt, .main_tradelaw dt,
#main_tradelaw dd, .main_tradelaw dd{
  padding:0 20px 3px;
}
#privacypolicy #sysWrap {
  padding: 0px 20px 40px;
}
.sysOpcBody div#sysMain {
  padding: 0;
}

element.style {
}

.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 select,
.sysCartError {
    display: inline-block;
}

div.sysMypageNav > form:nth-child(1) > input.sysButton,
div.sysMypageNav > form:nth-child(2) > input.sysButton,
div.sysMypageNav > form:nth-child(3) > input.sysButton,
div.sysMypageNav > form:nth-child(4) > input.sysButton,
div.sysMypageNav > form:nth-child(5) > input.sysButton,
div.sysMypageNav > form:nth-child(6) > input.sysButton,
div.sysMypageNav > form:nth-child(7) > input.sysButton,
div.sysMypageNav > form:nth-child(8) > input.sysButton,
div.sysMypageNav > form:nth-child(9) > input.sysButton {
    background-size: 65px;
    background-position: 0 8px;
    height: 60px;
}
.mypage_category a {
    line-height:1.5!important;
}
.sysMypageNav form {
    margin-bottom:-5px;
}

.sysMypageNav form:after {
    top:-40px;
    padding-right: 10px;
    font-size:14px;
}

#sysMypageOrderHistoryDetail {
  padding:30px 15px;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
  font-size:18px;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea {
  padding-left:0;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
  margin-left:0;
}
.sysCoupon {
  width:100%;
  margin: 20px 20px 0px 0;
}
.sysMypageMinorHeadLine,
#sysMypageEditDelivery .SysMypageMinorHeadLine {
  font-size:18px;
}

.restaurant_wrap {
  padding:62px 20px;
}

.restaurant_text {
  font-weight:400;
  font-size:15.5px;
}
.restaurant_ginoza {padding:10px 10px 30px 0;}
.restaurant_yagaji {padding:10px 0 30px 10px;}

.restaurant_ginoza div,
.restaurant_yagaji div {
  font-size:15px;
  line-height:1.6;
  letter-spacing:0px;
}
#sysMypageLogin #sysMain {
  flex-direction:column;
}
#sysMypageLogin #sysMain .sysLoginForm {
  width:100%;
  margin:-15px 0 0 0;
  padding:5px 20px 90px;
}
#sysMypageLogin #sysMain .sysFreeArea {
  width:100%;
  margin:100px 0 0 0;
  padding:5px 20px 45px;
}
#sysMypageLogin #sysMain .sysFreeArea:before,
#sysMypageLogin #sysMain .sysLoginForm:before {
  left:-20px;
}
#sysMypageLogin .kaiin a,
#sysMypageLogin .mail a {
  width:100%;
}

.restaurant_ginoza, .restaurant_yagaji {
  width:100%;
  padding:20px 0 40px;
}
#sysPurchaseAuthMember,
#sysRegisterForm,
#sysPurchaseAuthCustomer {
  position:relative;
  width:100%;
  padding:5px 20px 10px
}
#sysPurchaseAuthMember {
  padding-bottom:40px;
}

#sysRegisterForm {
  margin-top:100px;
}
#sysPurchaseAuthCustomer {
  margin:20px 0 25px;
  padding-top:30px;
}
#sysPurchaseAuthMember .sysCartTitle,
#sysRegisterForm:before,
#sysPurchaseAuthMember:before
 {
  left:-20px;
  top:-45px;
}
.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit,
#sysMemberRegisterIndex .sysNextSubmit,
input[value="次へ（認証コードを送信する）"],
input[value="登録"],
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button,
.opcBillingAddress_completeButton_edit,
.opcBillingAddress_backButton_edit {
  width:100%!important;
  margin-right:0!important;
  margin-left:0!important;
  margin-bottom:5px;
}

#sysMypageLogin h4,
#sysPurchaseAuthCustomer .sysCartTitle,
#sysRegisterForm .sysCartTitle {
  text-align:center;
}
#sysPurchaseAuthCustomer .sysCartTitle:after,
#sysRegisterForm .sysCartTitle:after {
  text-align:left;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
  border:none;
}
div.sysItemListArea > ul > li > div > div:nth-child(4) > div.sysNumArea {
  display:none;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
  width:auto;
  height:auto;
  padding:0;
  left:110px;
  top:-50px;
}
.sysCart .sysItemListArea ul li {
  height:160px;
}
.sysCart .sysSubTotalArea {
  top: -55px;
}
.sysCart #sysMain .sysDeleteArea input[type=submit] {
  top:-90px;
  text-align:left;
}
.sysCart .sysErrorMessage,
.sysCartItemAreaMessage,
.sysCart .sysItemListArea .sysBox,
.sysCart .sysTotal .sysBox,
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
  padding-left:20px!important;
  padding-right:20px!important;
}
.sysCart #sysMain .sysFreeAreaBottom {
  margin-right:20px;
}
#sysMain .sysItemListArea .sysProduct .sysItemRetailPrice {
  font-size:14px;
}
.toptext1_inner, .toptext2_inner {
  font-size:16.5px;
}
.restaurant_text {
  font-size:14.5px;
}
.topbanner {
  padding:0 0 115vw 0;
}
.topbanner .sysContent {
  height:115vw;
}
.mainlogo {
  height:115vw;
}
.tatecopy {
    font-size: 20px;
    top: calc(115vw - 71px);
    right: 20px;
}
.topbanner .sysContent::before {
    background-position: 0 0;
    animation: bg-slider 150s linear infinite;
    will-change: animation;
    width:100%; 
}
@keyframes bg-slider {
   0% { background-position: 0 0;}
  50% { background-position: 100% 0;}
 100% { background-position: 0 0;}
}

.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
   margin-left:0;
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
   margin-left:0;
   padding: 0px 0 0 0;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
   padding:0;
   width:100%;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
  display:none;
}

.opcItem_itemAndLabelGroup {
  padding:18px 20px;
}
.opcRemarksDataBind {
  padding:0;
  margin:0;
}
.opcRemarks_edit {
  margin-bottom:0;
}

.opcPaymentMethod {
  padding:0;
}

#sysItemDetail .sysNextSubmit {
   width: calc(100% - 40px);
   margin: -35px 20px 10px 20px;
}
.form-request .sysItemThumnailByFreeform {
    width:100%;
    margin:0px auto 20px 0;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
  top:17px;
}
.opcCompletedDeliveryAddressList_changeItems_edit {
  width:auto;
}



}
/* 基本設定
 *----------------------------------------------------------------------*/
html{
  font-size:62.3%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 1.3rem;/*13px*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing:0.03em;
  background-color:rgb(250, 248, 245);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
.sp_only{
  display:none;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  overflow-x: hidden;
  position:relative;
}
#sysWrap {
  margin:0px auto 0;
  padding: 0;
  overflow: hidden;
}
#sysHeader {
  margin: 0;
  padding: 0;
}
div#sysMain {
  float:none!important;
  margin: 0 auto;
  padding: 0 ;
  color:#3f3f3f;

}
#sysAside {
  display:block;
  float: none;
  padding: 0;
  margin: 0px auto;
}
#sysFooter {
  margin: 0;
  padding: 0;
  position: sticky;
  top: 100vh;
}

#top #sysWrap{
  margin-top:0;
}

.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background:#3f3f3f;
  color: #fff;
  border: 0px!important;
  border-radius: 4px!important;
  transition: .3s;
  line-height:1.2;
  height:45px;
}
.sysCart #sysMain input[type=submit]:hover,
.sysCart #sysMain button[type=submit]:hover,
.sysCart #sysMain button:hover {
  background:#000;
}

.sysButton.sysDeleteArea:hover {
  background:transparent!important;
  color:#000!important;
}

.sysContent {
  padding: 0 !important;
}
.sysBox {
  padding: 0 !important;
}

h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.4;
  letter-spacing:inherit;
}
h1 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight:bold;
}
h2 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

a {
  text-decoration:none;
}
a:hover {
  color: #000000d9;
}
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: 5px auto;
}
p.indent{
        margin: 5px 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

input[type="button"]{
  cursor:pointer;
  border-radius:4px;
}
.sysErrorMessage {
  padding:10px 0px;
  color:#bf1f1f;
}
.sysErrorMessage li {
  padding:2px 0 ;
}
input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
input:-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sysPagination ul li {
  width:auto;
}
.sysPagination a {
    display: block;
    border: none ;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0;
    border-radius: 20px;
    background: #fff;
    transition:.2s;
}
.sysPagination a.sysCurrent {
    background-color: #000;
    color:#fff;
}

.sysFax,
.sysBirthday {
    display:none;
}
#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgb(250, 248, 245); 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.6s; 
  z-index: 9999;
} 
.disabled {
  background-color: gray !important;
  cursor: not-allowed !important;
 }

.completed {
  opacity: 0;
  visibility: hidden;
}

.doui {
  margin:40px 20px 40px;
  border:solid 1px #333;
  padding:45px 30px 60px;
}

.doui_title {
  font-size:16px;
  font-weight:500;
  text-align:center;
  margin:0 0 40px;
}

.doui_message {
  font-size:13.5px;
  font-weight:400;
  line-height:1.6;
  letter-spacing:1.2;
}

/* 登録フォーム
*----------------------------------------------------------------------*/
.sysName .sysFormLabel:after,
.opcBillingAddress_nameLabel_edit:after,
.opcDeliveryAddress_nameLabel_edit:after {
   content:'(16文字以内)';
   white-space:pre;
   font-size:13.5px;
   font-weight:400;
   margin-left:10px;
}


/* ログインフォーム
*----------------------------------------------------------------------*/
#sysMypageLogin #sysMain {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:60px;
}
#sysMypageLogin #navBtn,
#sysMypageLogin .spCart,
.sysCart .spCart,
.sysOpcBody .spCart{
  display:none;
}
.sysCart .sysBackSubmitArea {
  display:none;
}
#sysMypageLogin #sysMain .sysMemberPassword {
  margin-bottom:15px;
}
#sysMypageLogin #sysMain .sysHeadline {
  order:1;
  width:100%;
  margin:0 auto 60px;
}
#sysMypageLogin #sysMain .sysFreeArea {
  order:3;
  width: calc(50% - 20px);
    background: #fff;
    padding: 10px 40px 50px;
    margin:0 0 20px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
}
#sysMypageLogin #sysMain .sysFreeArea:before {
    content:"会員登録がお済みでない方";
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    position: relative;
    top: -48px;
    left:-40px;
}
#sysMypageLogin #sysMain .sysLoginForm {
    order: 2;
    width: calc(50% - 20px);
    background: #fff;
    padding: 10px 40px 50px;
    margin:0 20px 20px 0;
    box-shadow: 0px 0px 10px 0px #eee;
}
#sysMypageLogin #sysMain .sysLoginForm:before {
    content:"会員登録がお済みの方";
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    position: relative;
    top: -48px;
    left:-40px;
}
#sysMypageLogin #sysMain .sysLoginForm:after,
#sysPurchaseAuthMember .sysBox .sysForm:after{
    content: "※旧サイトの会員で初めてログインされる方へ：本サイトにログインするには、旧サイトで登録していたメールアドレスと、新しいパスワードが必要です。お手数ですが「パスワードを忘れた場合」からパスワードを新たに設定してください。";
    text-align: left;
    display: flex;
    width: 100%;
    padding: 30px 0px 0px;
    font-weight: 400;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    line-height:1.8;
    position: relative;
    left: 0px;
    color:3f3f3f;
}

.sysLoginForm.reset:before {
    content:"パスワードの再設定"!important;
}
#sysMypageLogin .mail {
    margin-top:40px;
    padding-top:20px;
    border-top:solid 1px #ddd;
}

#sysMypageLogin .kaiin a,
#sysMypageLogin .mail a,
.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit{
    display: block;
    width: 48%;
    font-size: 13px!important;
    color: #fff;
    background: #3f3f3f;
    border-radius: 4px;
    height: 45px;
    margin: 20px 0 0;
    text-align: center;
    line-height: 3.3;
    transition: .3s;
}
#sysMain > div.sysFreeArea > div.mail > a:nth-child(4) {
  display:inline!important;
  text-decoration:underline;
  background:transparent;
  border:none;
  color:#333;
  position:relative;
  top:8px;
}
.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart {
  border: solid 1px #cccccc;
  margin: 15px 0 15px;
  padding: 20px 40px;
}
.sysExplanationOfResumeMemberSessionCart {
    text-align: center;
    font-size: 13.5px;
    color: #000000d7;
    line-height: 1.6;
}
.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart .sysNextSubmit {
    background: #3f3f3f;
    color: #fff;
    border: 0px!important;
    border-radius: 4px!important;
    transition: .3s;
    line-height: 1.2;
    height: 45px;
    margin: 15px auto 25px;
    width:50%;
    border-radius:4px;
}

.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit{
    line-height:1.7;
}
#sysMypageLogin h4 {
    font-family:'Noto Sans JP';
    font-size:16px;
    font-weight:500;
    margin:2px 0 10px;
}

/* メルマガ登録フォーム
*----------------------------------------------------------------------*/
.form-mailmag .sysButton,
.form-unsbscribe .sysButton,
.form-mailmag .sysRequired,
.form-unsbscribe .sysRequired{
    display:none!important;
}
.form-mailmag .sysFormField,
.form-unsbscribe .sysFormField{
    padding-top:5px;
    padding-bottom:5px;
}
.form-mailmag .sysFormItem,
.form-unsbscribe .sysFormItem{
    margin:0px;
}

.form-mailmag .sysFormItem.sys2,
.form-unsbscribe .sysFormItem.sys2 {
   visibility:hidden;
   padding:0;
}

/* 商品カテゴリ オリジナル
*----------------------------------------------------------------------*/
.Category_wrap {
  margin:0;
}
.Category_title {
  font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
  font-size:14px;
  letter-spacing:0.2px;
  font-weight:400;
  color:#000;
}
.Category_list {
  margin:12px 0 18px;
}
.Category_list a {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-underline-offset: 1.5px;
  margin:3px 10px;
  color:#333;
  line-height:1.22;
  white-space: nowrap;
}
.Category_list a:first-child {
  margin-left:0;
}

.Category_list a:hover {
  color:#bf1f1f;
}
.Category_list:last-child a:hover {
  color:#046493;
}
.Category_size {
  display:flex;
  flex-wrap:wrap;
  margin-top:3px;
}


/* タイトル
*----------------------------------------------------------------------*/
.mainlogo {
    position:absolute;
    z-index: 7777;
    height:100vh;
    width: 100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.mainlogo .white1{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100px;
    top: 180px;
    left: 50%;
    z-index: 7778;
    filter: blur(0px);
    transition: 0.8s ease-in-out!important;
}
.mainlogo .white2{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    top: 255px;
    left: 50%;
    z-index: 7778;
    filter: blur(0px);
    transition: 1.2s ease-in-out;
}



.title,
.sysHeadline {
    display: block;
    margin: 5px auto 10px;
    width: 900px;
    padding: 0 0 22px 0;
}
.title {
    margin-top: 50px;
}
.title_jp {
    text-align:left;
    margin: -2px 0 0 0;
    font-family: 'Noto Serif JP';
    font-size:14.5px;
    letter-spacing:0.015em;
}
.title_en,
.sysHeadline b {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:32px;
    letter-spacing:0.09em;
    font-weight:500;
}

.sysCart .sysHeadline {
    padding-top:35px;
    padding-bottom:15px;
}

/* パンくずリスト */
.sysItemCategoryPankuzu {
  font-weight:300;
  margin:15px 0 0 ;
  display:none;
}
.notice {
  margin:10px 0px 25px 0px;
  padding:17px 27px 30px 27px;
  background:white;

  border: solid 1px rgba(0,0,0,.2);
  font-size:14px;
}

/* お知らせページ */
#sysInformation #sysWrap {
  margin-top: 30px;
  margin-bottom:90px;
  background: #fff;
  padding: 80px;
  max-width:900px;
}

#sysInformation #sysWrap div#sysMain {
  width:100%;
}
#sysInformation #sysMain h1 {
  font-family:'Noto Sans JP';
  font-size:16px;
  font-weight:500;
  margin-bottom:40px;
  text-align:center;
}
#sysInformation .sysNewsDetail {
  line-height:2.0;
  font-size:14px;
}

#sysInformation .sysNewsDetail a {
  text-decoration: underline;
  text-underline-offset: 1.5px;
  color:#0000ee;
}

/* 必須の置換 */
.opcCommonRequireLabel,
.sysRequired {
  font-size:0px;
  display:inline;
}
.opcCommonRequireLabel:before,
.sysRequired:before {
    content: '※必須';
    display: inline-block;
    font-size: 13px;
    font-weight:600;
    color: #3f3f3f;
    line-height: 1.8;
    position:relative;
    top:0px;
    margin-left:5px;
}

/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  padding: 4px 10px !important;
  width: 100%;
  line-height: 2.6;
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
  font-size:16px;
  color:#000000a6;
}
input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus,.opcCommonInputSelect:focus {
  border: solid 1px #3c3c43;
  outline:none;
  border-radius:4px;
}
input[type=submit] {
  -webkit-appearance: none;
  padding: 10px 5px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom:15px;
}
input[type="radio"]{
        margin: 10px 10px 20px;
}
.sysFormField{margin:2px 0 0 0;}
.sysFormField label{
        margin-right: 0px;
        font-size: 14px;
}
.form-inquiry .sysFormField {
  font-size:13px;
  color:#333;
  font-weight:400;
}
.sysMemberPassword {
  margin-bottom:30px;
  margin-top:10px;
}
.sysFormField a{
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}
#sysItemCategory select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
        width: 100%;
        padding: 3px 5px;
}
/* 入力フォーム　修正　*/
.opcOrderSummary, .opcBillingAddress, .opcBillingAddress_edit, .opcItemCommonOptionList, .opcClient, .opcClient_edit, .opcDeliveryAddress, .opcDeliveryAddress_edit, .opcDeliveryMethod, .opcDeliveryMethod_edit, .opcDeliveryAddressAndDeliveryMethodGroup, .opcItemList, .opcItem_edit, .opcPaymentMethodList, .opcPaymentMethod, .opcRemarks, .opcRemarks_edit, .opcSubstituteOrderMemo, .opcSubstituteOrderMemo_edit, .opcPoint_edit, .opcItemPoint_edit, .opcCouponCode_edit, .opcCoupon_edit, .opcDeliveryAddressSummary, .opcDeliveryAddressAndItemsGroup, .opcSelectDeliveries, .basketCoupon_edit {
  border: none;
  padding: 0;
}

.opcBillingAddressTitle {
    font-family: 'Noto Serif JP';
    font-size: 14.5px;
    letter-spacing: 0.015em;
    font-weight: 500;
    display:block;
    margin:0px 0 0px;　　　　　　　　　　　　　　　/*margin:15px 0 32px;*/
}

.opcDeliveryAddress_zipCode_edit, .opcAdditionalDeliveryAddress_zipCode_edit {
   width:10em!important;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
  margin-left:10px!important;
  margin-top:5px!important;
}

.opcPaymentMethod_paymentMethodGroup {
  margin-bottom:10px;
  font-size:16px;
  font-weight:600;
  color:#3f3f3f;
}

.sysForm div,
#sysMypageEditDeliveryinput .sysOtherAddress div,
.opcBillingAddress_edit div,
.opcDeliveryAddress_edit.opcCommonEditModeBlock div {
  margin-bottom:30px;
}

.opcDeliveryAddress_edit.opcCommonEditModeBlock div .opcCommonEditLabel {
  margin-bottom:0px;
}
.opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_backButton_edit.opcCommonButtonEdit {
  margin-left:20px;
}
.sysForm .SysInvalidZipcodeError {
  margin-bottom:0px;
}
.sysForm div div,
.sysForm div input {
  margin-bottom:0px;
}
.sysForm div label{
  margin-bottom:5px;
}
#sysMypageEditDeliveryinput .sysOtherAddress {
  margin:40px 0 60px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots{
  text-align:center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display:inline;
  position:relative;
  top:10px;
}
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: rgba(0,0,0,.2);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-nav{
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  position: absolute;
  top:98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding:0;
  text-indent: -9999px;
  z-index: 9999;
  border:none;
  border-radius:0px;
  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 rgba(0,0,0,.2);
}
.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: #000000d9 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #3f3f3f;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius:4px;
    width: 250px;
    height: 45px;
    margin: 15px auto;
    cursor : pointer;
    font-size:13px!important;
}
.sysSocialGiftReceiveUrlCopyButton,
.sysSocialGiftReceiveUrlSendLineButton {
   width:auto;
   text-decoration: underline;
   text-underline-offset: 2px;
   margin:2px 0; 
}


/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}
#sysItemCategory h1.itemCategory{
  margin-left: 5px;
  border-left: 5px solid #000000d9;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
.sysSelectionDescription{
  margin : 2px 0 10px;
  height:25px;
  color:red;  
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl::before {
  content: "商品カテゴリ";
    font-size: 18px;
    font-weight: 500;
    font-family:'Noto Sans JP', sans-serif;
    position: relative;
    color:#3f3f3f;
    top: 0px;
    left: 0px;
    pointer-events: none;
    width:100%;
    margin:0 20px 10px 0;
}

.sysItemCategoryCtl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
}
.sysItemCategoryCtl a {
    color: #000;
    padding: 0;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
        box-shadow: 0px 0px 2px 0px #eee;
    position: relative;
    width: 120px;
    background: #fff;
    height: 32px;
    line-height: 2.3;
    font-family: "Noto Sans jp";
    margin-right: 20px;
    border-left: solid 6px #bf1f1f;
 }
.sysItemCategoryCtl a:before {
    content:"";
    background:#ccc;
    display:block;
}
.sysItemCategoryCtl a:after {
}

/* PRアイコン設定 */
.sysItemPrArea {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.sysItemPrArea .pr_kanetsu,
.sysItemPrArea .pr_ikijime,
.sysItemPrArea .pr_iki {
   display:inline-block;
   width:auto;
}

/*
.sysItemPrArea .nagasa:before {
   content:"/";
   margin:0 5px;
}
*/

/*PRアイコン(商品詳細ページ)*/
.sysPr  {
  padding:5px 0px 15px;
}

.sysPr span,
.sysItemPrArea span{
    font-size: 13.5px!important;
    border: 1px solid #333;
    margin: 0 10px 10px 0;
    padding: 2px 5px 2px;
    color: #333; 
}
.sysPr .soldout,.sysPr .shubai,
.sysItemPrArea .soldout,.sysItemPrArea .shubai {
   border:none;
   background:#bf1f1f;
   color:#fff;
}

.sysItemPrArea .soldout,
.sysItemPrArea .shubai {
   margin-right:calc(100% - 80px);
   padding:1px 5px 1px;
}
.sysPr .free,
.sysItemPrArea .free,
.sysPr .twenty,
.sysItemPrArea .twenty
 {
   border:1px solid yellow;
   background:yellow;
   color:#000;
   font-weight:500;
}

.sysItemPrArea .free,
.sysItemPrArea .twenty {
   padding:2px 5px 0px;
}

.sysStockQuantity {
   margin-top:40px;
   font-size:13px;
   margin-left:10px;
}

.sysItemPrArea .bisuu {
}

.sysPr span:first-child {
    display:none;
}
.sysItemPr {
    order:2;
}
.sysItemPr div {
    padding:0 0 2px 2px;
    font-weight:400;
    font-size:13px;
    background:#fff;
    
}
span.icon_online, span.icon_kyobashi{
        display: inline-block;
        background: #ff1000;
        border: 3px solid #ff1000;
        color: #fff;
}
span.icon_book{
        display: inline-block;
  border: 3px solid #ff1000;
        color: #ff1000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
span.icon_chilled{
        display: inline-block;
        background: #4472c4;
        border: 3px solid #4472c4;
        color: #fff;
        text-indent: 0.5em;
        letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    background-color: #000000d9;
    color: #fff;
    cursor: pointer;
}

/* アーカイブリスト */
.sysItemList .sysThumbnailImage a {
   display:block;
   position:relative;
}

.sysItemList ul {
    width:923px;
    text-align:left;
    position:relative;
    left:-10px;
}

.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
    margin:12px 12px 12px -4px;
}

.sysItemList .sysThumbnailImage .sale a::after {
  content: url("https://tamayaab.com/img/common/salemark.png");
    transform: scale(0.12);
    position: absolute;
    top: -255px;
    left: -252px;
}

.sysThumbnailImage {
    overflow:hidden;
}
.sysThumbnailImage a img {
    transition: .3s;
}
.sysThumbnailImage a:hover img {
    transform:scale(1.05,1.05);
    transition: .25s;
    opacity: 1;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}   


/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
    padding:10px;
}

.itemDetailWrap{
    margin:10px 0 ;
}

.itemDetailWrap .sysItemName{
   font-weight: 400;
   font-size:16px;
   line-height:1.4;
   margin-bottom:15px;
   font-family: 'Noto SANS JP';
}

.itemDetailWrap .sysRetailPrice{
    font-size: 16px;
    margin: -10px 0 6px;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}


.sysItemListViewType {
   position:relative;
   height: 35px;
   margin: -8px 0px 0 0;
}


/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
  max-width:550px;
  padding-right:20px;
}

.sysItemImages .sysImageList {
    margin:0;
    padding:0;
    display:flex;
    flex-wrap: wrap;
    width:400px;
    position:relative;
    top:0;
    left:0;
}
.sysItemImages .sysImageList li{
    display: block;
    vertical-align: top;
    overflow:hidden;
    float: none;
    margin:0;
    padding:0;
    height: 100px;
    width:100px;
    
}
.sysItemImages .sysImageList li img{
    height: 100px;
    width:100px;
    object-fit:cover;
    margin:0;
    padding:0;
    border:none;
    opacity:.3;
}
.sysItemImages .sysImageList li.sysCurrent img{
    border:none;
    opacity:1.0;
}

/* 商品名 */
.sysItemName h1 {
    font-size: x-large;
}

/* 注文エリア*/
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 0px;
    font-size: large;
}
/* 商品説明 */
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.2);
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}
div.sysBlock.orderArea > div.sysExplanation {
    padding-top:12px;
}

#sysExplanation a,
.opcPaymentMethod_paymentMethodDetailGroup_edit a{
  text-decoration:underline;
  color:blue;
}




/* アコーディオンメニュー */
.accordion {
  position: relative;
  width: 100%;
  margin:10px 0 12px;
}
.accordion-item p {
  padding:5px 0 5px 0px ;
}

.accordion-title {
  cursor: pointer;
  font-size: 15px;
  padding: 8px 0px 8px 25px;
  font-weight:500;
  font-family:'Noto Sans JP';
}

.goriyou,
.faq {
  width:900px;
  margin:80px auto;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding: 9px 0px 11px 25px;
  border-top: solid 1px #ccc ;
}
.goriyou > div > div > div > div:last-child,
.faq .accordion-item {
  border-bottom: solid 1px #ccc ;
}

.faq .accordion-item {
  margin-top: 40px;
}

.goriyou .accordion-content,
.faq .accordion-content {
  padding: 10px 0 30px;
}

.accordion-title.open {
    color: #bf1f1f;
    text-decoration: underline 1.5px!important;
    text-underline-offset: 4px;
　　display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
}
.accordion-content {
  display: none;
  padding: 10px 0 15px 25px;
}
.accordion-content p {
    font-size: 14px;
    font-weight:400;
    line-height:1.7;
    padding-left:15px;
}
.accordion-content li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 10px 0 18px 0;
    padding-left: 1em;
    text-indent: -1em;
}
.accordion-content h4 {
    font-size: 15px;
    font-weight:500;
    font-family:'Noto Sans JP';
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  left:0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.accordion-title.open::before {
  content: "－"; /* アイコン */
  text-decoration:none;
  color:#000;
}
/* 買い物フォーム */
#sysItemDetail .sysRetailPrice { font-weight: bold;}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
     display:flex;
     background:#fff;
}

#sysItemDetail #sysVariation .sysVariationSelects {
    margin: auto 10px;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail #variation {
    background: transparent!important;
    margin: 5px 0 5px auto!important;
    z-index: 1;
    padding-right:30px!important;
}
#sysItemDetail #sysVariation:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    margin: auto 0px;
    position: relative;
    left: -12px;
}
#variation:hover {
    border:none!important;
}    


#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    clear: both;
    text-align: right;
}

#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

#sysItemDetail .sysNextSubmit {
    width:50%;
    height:45px;
    margin:5px 0 10px auto;
    border:1px solid #555;
    background:transparent;
    color:#333;
}
.form-request .sysItemNameByFreeform {
   font-size:18px;
   margin:40px 0 20px;  
}
.form-request #sysMain {
   min-height:500px!important;
}

.form-request .sysItemThumnailByFreeform {
    width:35%;
    margin:0px auto 40px 0;
}
.form-request #sysVariation {

}
.form-request .sysFormField {
    border:none!important;
    font-size:14px!important;
    padding-left:0px!important;
}
.form-request .sysFormField div:nth-child(2) {
    display:none;
}
.form-request .sysFormItem.sys2 .sysFormLabel,
.form-request .sysFormItem.sys2 {
    font-size:16px!important;
    padding-left:0px!important;
    margin-bottom:0;
}

.form-request .sysButton {
    position:relative;
    top:110px;
    margin-left:0!important;
}

/* ログインボタン */
.sysLoginButton{
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: rgba(0,0,0,.2);
    color: #000;
    cursor: pointer;
}
.sysLoginButton,
.sysButton:hover {
    background: rgba(0,0,0,.2);
}
.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: #000;
    color: #fff;
    text-shadow: none;
}
*/

.sysCartInDone{ margin: 0;}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMemberMailaddressAuthentication #sysMain{
            width: 900px;
            
            padding: 20px 0px !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: #000;
}
#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: #000;
}
#sysFormThanks .completeText{
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
#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: 14px;}

#sysFormIndex .txtBlock{text-align: left;}
#sysMemberRegisterConfirm  #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px 0;}

#sysFormIndex .txtBlock p {
  margin:0;
}

#sysMemberRegisterIndex #sysMain input[type="password"] {
        background: #fff;
        border-radius: 4px;
        margin: 0px 0 30px
}
.sysMemberRegister .sysAcceptMailmagazine .sysFormLabel {
  display:none!important;
}
.sysAcceptMailmagazine {
  position:relative;
  top:-20px;
}

.sysAcceptMailmagazine .sysFormField label input{
  position:relative;
  top:1px;
}
.sysMailAddressAuthenticationArea {
  display:flex;
  flex-flow: column;
}
.sysMailAddressAuthenticationArea .sysMailaddressGroup,
.sysMailAddressAuthenticationArea .sysAuthenticationCodeGroup {
  padding:12px 0 ;
}

.sysResendAuthenticationMailGroup {
  order:1;
}
.sysMailAddressAuthenticationArea .sysBackPageGroup{
  order:2;
}

#sysMain .sysFormLabel{
  padding-left: 0;
  font-size: 15.5px;
  font-weight:600;
  font-family: 'Noto Sans JP';
  border:none;
  margin-bottom:0px;
  line-height:20px;
  color:#3f3f3f;
}
.opcCommonEditLabel {
  font-size: 16.5px;
  font-weight:600;
  font-family: 'Noto Sans JP';
  color:#3f3f3f;
  border:none;
  margin-bottom:6px;
  padding-left:0px;
  letter-spacing:0;
}
.opcCompletedDeliveryAddressListName {
  flex-basis: 63%;
}

#sysMain textarea { min-height: 150px;}
.sysZipcode button,
.sysZipcode .sysFormField { display: block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField,
div.sysOtherAddress > div.sysFormItem.sysZipcode > div > input[type=text],
.sysAuthenticationCodeGroup { width: 200px;margin-bottom:10px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto 5px 0;
    min-height: 20px;
}
#sysMemberRegisterConfirm #sysMain .sysFormField {
    border: 1px solid rgba(0,0,0,.2);
    line-height: 2;
    padding: 4px 10px;
    font-size: 15px;
}

/* マイページ */
#sysMypageEditDelivery .sysButton,
#sysMypageEditMember .sysBackButton {
    font-family: 'Noto Sans JP';
    color: #333;
    background:transparent;
    border: 1px solid #555;
    cursor: pointer;
    transition: opacity .3s;
    width: 250px;
    height: 45px;
    font-size: 13px!important;
    font-weight: 400;
    border-radius:0px;
    display:block;
}

#sysMypageOrderHistory #sysMain:nth-last-child(2) .sysButton {
}
#sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
    border-top:none!important;
    margin-top:55px;
}


#sysMypageIndex #sysMain {
   display:flex;
   flex-direction:column;
}
#sysMypageIndex .sysFreeArea {
   order:1;
}

.mypage_category:before {
    content:"商品を買う";
    display:block;
    font-size:20px;
    font-weight:500;
    color:#333;
    text-align:left;
    height:auto;
    width:100%;
    margin:0px 0 20px;
}

.mypage_category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
    text-align:center;
}

.mypage_category a {
    padding: 6% 0!important;
    font-size: 16px!important;
    width: 170px!important;
    height: 170px!important;
    line-height: 4.0!important;
    margin-right: 33px!important;
    margin-bottom: 20px!important;
    font-family: "Noto Serif jp"!important;
    letter-spacing: 1.5px;
    border: 0px!important;
    color: #fff!important;
        box-shadow: 0px 0px 10px 0px #eee;
    border-radius:35px;
}
.mypage_category a:nth-child(1) {
  background: url( "https://tamayaab.com/img/common/category_chibi.png" ) no-repeat transparent ;
  background-size:cover;
}
.mypage_category a:nth-child(2) {
  background: url( "https://tamayaab.com/img/common/category_reitou.png" ) no-repeat transparent ;
  background-size:cover;
}
.mypage_category a:nth-child(3) {
  background: url( "https://tamayaab.com/img/common/seaofoka.jpg" ) no-repeat transparent ;
  background-size:cover;
  background-position: 0 88%;
}

.sysMypageMajorHeadLine{
    display:none;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    margin: 10px 0 0;
}

#sysMypageIndex .sysHeadline span::before {  
    content:"MY PAGE";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:30px;
    letter-spacing:0.09em;
    display:none;
    position:relative;
    top:68px;
    left:-2px;
}
#sysMypageReminder #sysMain > h3,
#sysMypageRemindermessage #sysMain > h3 {
    margin:30px auto 0;
    font-size:16px;
    font-weight:500;
    font-family: 'Noto Sans JP';
}

#sysMypageReminder #sysMain > h3::after {
    content:"登録しているメールアドレスをご入力ください。\Aパスワードを再設定するためのメールをお送りします。";
    white-space: pre;
    display:block;
    font-size:13px;
    font-weight:400;
    margin:10px 0 20px;

}
.sysMypageMinorHeadLine {
}

#sysMypageLogin .sysMypageMinorHeadLine{display: none;}

/* 購入履歴 */
.sysOrderList {
    border:none;
    padding: 20px 0;
}
.sysOrderList li {
    background:#fff;
    margin-bottom: 20px;
    padding: 23px 20px 10px;
        box-shadow: 0px 0px 10px 0px #eee;
}
.sysOrders .sysOrder {
    display:none;
}
.sysEditReceiptInput input[type="text"] {
   width:97%;
   margin-bottom:20px;
}
#sysMypageEditReceipt .sysButton {
   margin-top:15px!important;
}

#sysMypageOrderHistoryDetail {
   background:#fff;
       box-shadow: 0px 0px 50px 0px #eee;
   padding:40px 30px;
   margin-top:40px;
}

.sysDeliveryMethodHeader.sysOrderHistoryDetailHeader{

}

#sysMypageOrderHistoryDetail .sysOrderDetailArea div,
#sysMypageOrderHistoryDetail .sysDeliveryAddressArea div,
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea div {
   border-top:1px dotted #ccc;
   clear:both;
}
#sysMypageOrderHistoryDetail .sysTotalPriceGroup {
   border-top:none!important;
}

#sysMypageOrderHistoryDetail .sysOrderDetailArea div span:nth-child(2),
#sysMypageOrderHistoryDetail .sysDeliveryAddressArea div span:nth-child(2),
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea div span:nth-child(2){
   float:right;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea div:nth-child(1) span:nth-child(2) {
   float:none;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea .sysCouponGroup .sysCouponNames,
#sysMypageOrderHistoryDetail .sysPaymentMethod {
   float:right;
   padding-right:10px;
   border-top:none;
}
#sysMypageOrderHistoryDetail .sysCouponName {
   border-top:none!important;
   margin-left:20px;
}
.sysReceiveGiftUrlCopyButton,
.sysReceiveGiftUrlSendLineButton {
    padding: 0 2px;
    height: 35px;
    margin: auto 0;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 12px;
}

.sysCouponNames {
   display:flex!important;
   flex-direction:row;
}

#sysMypageOrderHistoryDetail .sysOrderNumberArea {
   font-weight:400;
   font-size:13px;
   padding:0;
   border:none;
   margin-bottom:0;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
   font-size:21px;
   font-weight:500;
   border-bottom:1px solid #000!important;
   border-top:none!important;
   margin:0 0 40px -30px;
}
#sysMypageOrderHistoryDetail .sysDelivery {
   border:none;
   padding:0;
   margin:80px 0 120px 60px;
   font-size:15px;
   line-height:3;
}
#sysMypageOrderHistoryDetail .sysDeliveryCount {
   font-size:16px;
   font-weight:500;
   border-bottom:1px solid #000;
}

#sysMypageOrderHistoryDetail .sysOrderDetailArea {
   margin:0 0 30px 0px;
   font-size:15px;
   line-height:3;
   padding-left:30px;
}
#sysMypageOrderHistoryDetail .sysDeliveryMethodArea {
   margin-bottom:60px;
}

#sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
   font-weight:500;
}
#sysMypageOrderHistoryDetail .sysDeliveryList .sysItemAreaHeader.sysOrderHistoryDetailHeader {
   display:none;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItem {
   border:none;
   padding:0;
   margin:20px 0 20px;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup .sysItemImageGroup {
   flex:1 0 20%;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup .sysItemSummaryGroup {
   line-height:1.6;
   font-size:14px;
}
#sysMypageOrderHistoryDetail .sysItemName {
   margin:-5px 0 0 0;
   font-weight:500;
   font-size:16px;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItemGroup {
   border-bottom:1px dotted #ccc;
   padding-bottom:20px;
}
#sysMypageOrderHistoryDetail .sysDeliveryList .sysItemArea .sysItemList .sysItemSummaryGroup .sysItemNameGroup .sysItemNameLabel {
   display:none;
}
#sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
   margin:-60px 0 60px 0;
   padding:40px 30px;
   border:0.5px solid #999;
}


/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 2;
    padding: 5px;
    font-size: 16px;
    margin: 0px auto;
}

#sysMypageEditMember .sysFormItem.sysMemberPassword {
    padding:25px;
    border: 0.5px solid #ccc;
    margin-bottom:40px;
}
#sysMypageEditMember .sysFormItem.sysMemberPassword div {
    margin-bottom:15px;
}

#sysMypageEditMember .sysMemberPasswordDescription {
    line-height: 1.3;
    font-size: 14px;
}

#sysMypageEditMember .sysForm {
    margin:30px 0 20px;
}

#sysMypageEditMember .sysFormItem.sysMemberPassword h3 {
    font-size: 16px;
    font-weight: 500; 
    font-family:"Noto Sans JP";
    margin-bottom:10px;
}
#sysMypageEditMember .sysFormItem.sysMemberPassword h4 {
    font-size: 12px;
    font-weight: 400; 
    font-family:"Noto Sans JP";
}
#sysMypageEditConfirm #sysMain > form {
    padding: 40px 0;
}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    background: #fff;
        box-shadow: 0px 0px 10px 0px #eee;
    padding: 40px 30px;
    margin: 40px 30px 0px 0;
    border:none;
    width:300px;
    display:inline-block;
    border-radius:30px;
}

.sysCoupon .sysCouponDiscount {
    display: block;
    width: 120px;
    border: none;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 40px;
    font-size: 17px;
    font-family: "Libre Baskerville";
    font-weight: 500;
    box-shadow: 3px 3px 0px 0px #ccc;
    position: relative;
    background: #000;
    padding: 10px 15px 8px;
    line-height: 1.0;
    color: #fff;
}

.sysCoupon .sysCouponDiscount::before {
    background: linear-gradient(315deg, #000 47%, transparent 48%), linear-gradient(45deg, transparent 51%, #000 50%);
    background-size: 46px 8.5px;
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    height: 100%;
    width: 30px;
}

.sysCoupon > div > span{
    width:auto;
    display:inline-block;
    margin:0;
    padding:0;
    font-size: 14px;
    line-height: 2.1;
    background: transparent;
    color: #000;
}
.sysCoupon > div > span:nth-child(even){
    float:right;
    text-align:right;
}
.sysDiscountRate {
   display:none;
}
.sysCouponCount {
clear:both;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress form button{
    background:#fff;
        box-shadow: 0px 0px 10px 0px #eee;
    padding:20px 30px;
    cursor: pointer;
    border:none;
    font-size:14.5px;
    font-weight:400;
    line-height:1.8;
    color:#000;
}
.sysSelectAddress form button:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #000;
    float: right;
    margin: 0 0 0 0;
    position: relative;
    top: -50px;
}

.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 20px 0;
}

#sysMypageEditDelivery .sysMypageMinorHeadLine {
    border-bottom:solid 1px #333;
    padding-bottom:15px;
    margin-bottom:30px;
}
#sysMypageEditDelivery #sysMain form p {
   display:none;
}

.sysSelectAddress form button:hover {
    box-shadow: 2px 2px 10px 0px #ccc;
}

#sysMypageEditDelivery .SysMypageMinorHeadLine {
    font-size:16px;
    font-size: 23px;
    font-weight: 600;
    font-family: "Noto Sans JP";
    border-bottom: solid 1px #333;
    padding-bottom: 15px;
    margin-top:50px;
}

#sysMypageEditDelivery .sysOtherAddress {
    margin:30px 0 40px;
}

#sysMypageEditDelivery .sysOtherAddress div {
   margin-bottom:25px;
}
#sysMypageEditDelivery .sysOtherAddress .SysInvalidZipcodeError {
   margin-bottom:0px;
}

#sysMypageEditDelivery .sysFormField.input-append input {
   margin-bottom:10px!important;
}

/***********************************
  商品詳細ページ
***********************************/
/*関連商品*/
.recommend {
  width:900px;
  margin:70px 0 0px;
  border-top:solid 1px #ccc;
  padding-top:4px;
}
.recommend .sysHeadline {
  text-align:left;
  font-size:18px;
  font-weight:500;
  letter-spacing:0.5px;
  width:auto;
  margin:20px 0;
  padding:0;
}
.recommend .sysContent .sysHorizontal {
  display:flex;
  flex-wrap: wrap;
  gap: 26px;
}
.recommend .sysContent .sysHorizontal li {
  width:187px;
  padding:0;
  margin:0 ;
  
}
.recommend .sysContent .sysHorizontal .sysItemImage {
  width:187px;
  height:187px;
  overflow:hidden;
}

.recommend .sysContent .sysHorizontal li a img {
  transition:.3s;
}

.recommend .sysContent .sysHorizontal li a:hover img {
    transform:scale(1.07,1.07);
    transition: .3s;
    opacity: 1;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}   

.recommend .sysItemName {
  font-size:15px;
  text-align:left;
  line-height:1.0;
  margin:11px 0 8px;
  height:40px;
}
.recommend .sysItemPrice {
  font-size:15px;
  text-align:left;
  line-height:1.0;
}


/*商品名*/
#sysItemDetail .sysItemName h1{
    font-size: 24.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.05;
    padding-bottom: 10px;
    border-bottom: none;
    font-family: 'Noto Serif JP', sans-serif;
}

/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: right;
  font-size:12px;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  color: #000;
  font-weight: 400;
  font-size:18px;
  text-align: left;
 }
  
#sysItemDetail .sysRetailPrice span {
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue,
#sysItemDetail .sysRetailPrice .sysVariationRetailPriceValue {
  font-size: 21px;
  font-weight: 600;
  color: #3f3f3f;
}
/*税込表示
.sysRetailPriceValue:after {
  content: "(税込)";
  font-size:11px;
  font-weight:300;
}
*/

/*通常価格*/
#sysItemCategory .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-decoration: line-through;
  color:#666;
}

#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 0px;
  margin-top:10px;
  text-align: left;
  text-decoration: line-through;
  color:#666;
}
#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}
/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #bf1f1f;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #bf1f1f;
  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: 9px;}

/*
.sysItemPrArea span{
        display: block;
        font-family: 'Noto Sans JP';
        font-size : 12px;
        letter-spacing: 0.08rem;
        margin: 1px 5px 3px 0px;
        text-align: left;
        background:transparent;
}
.sysItemPrArea span {
  width:auto;
  padding:0 0 1.5px;
  margin:0;
  color:#000;
  font-weight:400;
  font-size:13px;
  line-height:1.3;
}
*/

#sysItemDetail .sysForm select {
  display: inline-block;
  float: none!important;
        margin: 5px 0;
}
#sysItemDetail.sysForm select[name="num"],
#sysMain .sysItemListArea ul li div div:nth-child(4) div:nth-child(1){
  min-width: 200px;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysItemDetail .sysSelections{ line-height: 30px;}
#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-top:25px;
}
#sysSelections div {
height: 50px;
}


#sysItemDetail #sysVariation >div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  clear: both;
  text-align: right;
}

#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;
  height:auto;
  width:450px;
  margin:5px 0 5px;
  padding:12px 0 13px;
  font-size:13.5px;
  font-weight:400;
  letter-spacing:0.4px;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
}


/*商品詳細*/
.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 {
  width:400px;
  height:400px;
  overflow:hidden;
  margin:0;
  padding:0;
  pointer-events: none;
}
#sysItemDetail .sysMainImage img{
  object-fit:cover;   
  width:400px;
  height:400px;
  margin:0;
  padding:0;
}


/*数量*/
#sysItemDetail #sysNumber{
  display:flex;
  justify-content:space-between ;
  align-items: center;
  float:left;
  width:295px;
  height:50px;
  background:#fff;
  font-size:13px;
  letter-spacing:0.6px;
  padding:0 10px;
  margin-top:15px;
  margin-bottom:2px;
}
#sysItemDetail #sysNumber select{
  width:200px;
}
 


#sysItemDetail .sysForm select,
.sysCart .sysItemListArea select{
  border:none;
  background:transparent;
  text-align:center;
  border-radius:0;
  width:auto;
  font-size:16px;
  cursor: pointer;
}
#sysItemDetail .sysForm select:hover,
.sysCart .sysItemListArea select:hover{
  border:solid 0.5px rgba(0,0,0,.2);
}
#sysItemDetail .sysForm select:active,
.sysCart .sysItemListArea select:active{
  border:none;
  border-radius:0;
}


#sysItemDetail .sysNumArea {
}
#sysItemDetail .sysNumArea button,
.sysCart #sysMain button,
.sysNumArea .sysBtnPlus,
.sysNumArea .sysBtnMinus{
    cursor: pointer;
    border-radius: 4px;
    display: block;
    width: 15px;
    height: 23px;
    background: transparent;
    border: none;
    overflow: visible;
    color: #000;
    font-size: 15px;
    font-weight:300;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    min-width:0;
}
.sysNumArea .sysBtnPlus:hover,
.sysNumArea .sysBtnMinus:hover{
    background:transparent!important;
    color:#333!important;
}

#sysItemDetail .sysNumArea .sysBtnPlus:before,
.sysBtnPlus:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size:16px;
    color:#000;
}
#sysItemDetail .sysNumArea .sysBtnMinus:before,
.sysBtnMinus:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size:16px;
    color:#000;
}

#sysMain .sysItemListArea ul li .sysBox div:nth-child(4){
    width: 300px;
    display: flex;
    justify-content: space-between;
    border: solid 1px rgb(0,0,0,0.2);
    height: 52px;
    padding: 0 10px;
    position: relative;
    left: 20px;
}


#sysMain > div.sysItemListArea > ul > li > .sysBox > div:nth-child(4) > div:nth-child(1){
    font-size:13px;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton,
.sysResumeMemberSessionCartButton {
  clear:both;
  display: block;
  width: 100%;
  height:50px;
  text-align: center;
  background: #000000d7;
  color: #fff!important;
  padding: 0;
  position: relative;
  top:20px;
  transition: .3s;
  border: none;
  font-size: 13.5px;
  font-weight: normal !important;
  text-shadow: none !important;
}

#sysItemDetail .sysGoCartButton {
  background: #bf1f1f 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: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    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;
    background-color: #fff !important;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0.3px!important;
    left: 8px!important;
    width: 1px!important;
    height: 22px;
    border-radius: 0px!important;
    background: #000!important;
    -webkit-transition: background .2s ease-in-out;
    transition: background .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: #bf1f1f;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;
    color: #fff;
}
.sysWishlistLoginGroup {
    margin: auto auto 30px!important;
    text-align: center;
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
@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: #bf1f1f;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;
    color: #fff;
}
/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
    border-bottom: 1px solid #bf1f1f;
    transition: .2s;
    background-color: transparent;
    border-radius: 0px;
}
.sysWishlistCloseBottomButtonGroup {
    margin-top: 30px;
    text-align: right;
    font-size: 1.3rem;
}
/*SNSリスト*/
.sns_list li a{
  width:20px;
  height:20px;
  margin-bottom:18px;
}
.sns_list li img{
  opacity:0.8;
}

.sns_list li,
.sns_list li:first-child {
  border:none!important;
}

/*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 .contents_tr{
  background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
  background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
  margin-bottom:0;
}

/***********************************
  カートページ
***********************************/

/* 表示順指定 */
.sysCart #sysMain {
  display:flex;
  flex-direction:column;
}
.sysCart #sysMain .sysTotal {
  order:1;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon:nth-child(odd){
  display:none;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon{
  order:2;
  margin-top:10px;
}
.sysCart #sysMain .sysFreeAreaBottom{
  order:3;
}
.sysCart .sysItemListArea ul li:first-child {
  border:none;
}

/*カートページデザイン*/

.sysCart .sysItemListArea .sysBox {
  display:flex;
  padding-bottom:30px!important;
}

.sysCart .sysItemListArea {
  background:#fff;
  margin-top:20px;
}
.sysBox {
  background:transparent;
}
.sysCart .nav .sysBox  {
    border: none;
    border-radius:0px;
    box-shadow: none;
    margin:0;
    padding:0;
    background:transparent;
}
.sysCart .sysBox {
    background:rgb(250, 248, 245);
    box-shadow:none;
    border: none;
    border-radius: 0px;
    margin: 0;
}
.sysCart .sysBox {
    margin-bottom:30px;
}

.sysCart .sysBox .sysProduct {
   float:none;
   width:100%;
}

#sysMain > div.sysItemListArea > ul > li > div > a {
   width:350px;
}

.sysCart .sysBox img.sysProductImg{
    padding-right:20px;
    width:100%;
}

.sysCart .sysItemListArea .sysItemName {
    margin: 0px 0 10px;
    font-size: 18px;
    color:#000;
    font-weight:600;
    letter-spacing:0.6px;
}
#sysMain .sysItemListArea .sysProduct .sysItemRetailPrice {
  font-size:16px;
  font-weight:400;
  letter-spacing:0.6px;
  padding:0;
  margin:5px 0 0 0;
}
.sysCart .sysBox hr {
    visibility:hidden;
}
.sysCart .sysSubTotalArea {
    margin: 0 0 0 auto;
    text-align: right;
    display: block;
    width: 100%;
    position: relative;
    top: 60px;
    left: 30px;
    height: 30px;
    font-size:12px;
}

div.sysConfirmCoupon {
   display:flex;
   flex-direction:column;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysSubTotalArea > span.sysCartAttention {
}

.sysCart .sysBox .sysTotalTxt{ 
}
.sysCart #sysMain .sysDeleteArea input[type=submit] {
    display: block;
    padding: 0px;
    width: auto;
    height: 20px;
    color: #000;
    background: transparent;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    min-width: 30px;
    text-decoration: underline ;
    text-underline-offset: 2px;
    position: relative;
    top:-14px;
    right:0;
    clear: both;
    font-weight:300;
    font-size:13px;
}
div.sysConfirmCoupon > input {
    color: #000;
    background: transparent;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 2px;
    box-shadow:none;
    text-align:right;
    padding:0;
}

.sysCart .sysTotal .sysTotalTxt:before{
    content: "合計(税込)";
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.01em;
    font-family: 'Noto Sans JP';
    position: relative;
    left: -20px;
    top: 15px;
}

.sysCart .sysTotal .sysBox{
    background: #fff;
    padding: 35px 40px 58px!important;
    text-align: right;
}

#sysMain > div.sysTotal > div > div:nth-child(2) {

}
#sysMain > div.sysTotal > div > div:nth-child(3) {

}

.sysCart .sysTotal .sysConfirmCoupon::after {
    content: "※配送料はお届け先の入力後に表示されます";
    font-weight: 400;
    width: auto;
    white-space: nowrap;
    position: relative;
    top: 10px;
    left: 0px;
    text-align:right;
}

body.sysCart {
  background-color:rgb(250, 248, 245);
}
.sysCart .sysItemListArea ul {
   padding:0px 40px ;
   border-bottom:1px solid #ccc;
}

.sysCart .sysItemListArea ul li {
    padding:40px 0 8px;
    border-top:solid 1px rgba(0,0,0,.2);
}

.sysCart .sysItemListArea .sysItemName a {
  pointer-events: none;
}
.sysCart .sysBox a {
}
.sysCart .sysBox a img.sysProductImg{
}

.sysCart .sysBox .sysProduct hr {
 display:none;
}

.sysCart .sysItemRetailPrice {
}
.sysCart .sysItemListArea .sysItemName {

}
.sysCart .sysItemRetailPrice .sysTaxText {
  display:none;
}
.sysCart .sysHeadline {

}
.sysCart .sysMain {
}

.sysCart #sysMain .sysFreeAreaBottom .hikitsuzuki{
  float:right;
  width:200px;
  font-size:13.5px;
  margin:27px auto;
  display:flex;
  flex-direction: column;
}
.sysCart #sysMain .sysFreeAreaBottom .hikitsuzuki a {
  text-align:center;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #333;
  margin:10px 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 #sysMain,
.sysOpcBody #sysMain{
  width: 900px;
  border: 0px solid #eee;
  padding: 20px 0px;
  margin:0 auto;
}


.sysCart #sysMain, .sysCart #sysMain a {
  color: #000;
}

/*カート枠*/
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #transparent;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 ;
  padding: 25px 0;
}

.sysNextSubmitAreaForUseAmazon{
  display:flex;
  flex-direction:column;
  text-align:right;
  padding-top:0;
}
#useAmazonSubmitButton,
#amazonPayTopLoginButton,
#amazonPayBottomLoginButton {
  text-align:right;
  padding:0;
  margin:8px 0;
}

.sysCartItemAreaMessage {
    padding: 15px 0px 40px;
    background: rgb(250, 248, 245);
    display:none;
}
.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: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.2);
}
.sysCart .sysTotalTxt {
  text-shadow: none;
  text-align:right;
  font-size:13px;
  font-weight:400;
  letter-spacing:0.015em;
  height:50px;
}
.sysTotal .sysTotalTxt .sysCartAttention {
  padding:0;
  position:relative;
  text-align:right;
  right:0;
  float:right;
}

.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: 400;
  font-size:13px;
  text-shadow: none;
  border-radius: 5px;
  background: #000;
  border: none;
  height:45px;
}
.sysCart .sysCartAttention {
  color:#000;
  font-weight:400;
  font-size:14.5px;
} 
.sysCart .sysCartAttention span{
  color:#000;
  font-weight:500;
  font-size:23px;
  position:relative;
  bottom:-1px;
  letter-spacing:0.015em;
}
.sysCart .sysCartAttention span::before {
  content: "\0a5";
  color:#333;
  font-weight:500;
  font-size:16px;
  letter-spacing:0.1em;
}

.sysCart .sysSubTotalArea .sysTaxText{
  display:none;
} 

.sysCart .sysRequired {
  color: #bf1f1f;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #bf1f1f;
  font-weight: bolder;
}
.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}
.sysCart .sysCartTitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0;
  display:none;
}
.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}
.sysCart #sysMain input {
  background: #fff ;
}

.sysCart .sysDeleteArea {
  text-align:right;
}


.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: 0px;
}
.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 .sysBackButton {
  display:none;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
  width: auto;
}
.sysCart #sysMain select {
  display: inline-block;
  margin:4px auto 0;
  font-weight:500;
  font-size:18px;
  width:68%;
  letter-spacing:0.6px;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}

.sysCart .sysTotalTxt .sysCartAttention {
  color:#bf1f1f;
  font-weight:600;
  font-size:28px;
  letter-spacing: 0.05em;
}

.sysCart .sysTotalTxt .sysCartAttention::before {
  content: "\0a5";
  color:#bf1f1f;
  font-weight:500;
  font-size:18px;
  letter-spacing: 0.1em;
}


/*登録せずに購入*/
#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{
  display:block;
  width: 250px !important;
  height:45px;
  margin: 25px auto 0!important;
  color: #fff !important;
  font-size:13px!important;
  line-height:1;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 0px;
  background: #000;
}
.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: #bf1f1f !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;
}

/*情報入力ページ調整*/

/*ボタンデザイン*/
.opcCommonButton {
    display: inline-block;
    padding: 0 12px;
    margin: 15px 0 0;       　/*15px 0;*/
    width: auto;
    height: 41px;
    color: #fff;
    background: #000;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 13px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcCommonButton:hover {
    background-color: #bf1f1f;
}

.sysOpcBody div#sysWrap {
  margin: 0 auto;
}
.sysOpcBody div#sysMain {
  padding: 3em 0px 0;
  margin-bottom: 60px;
}

.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: 4px 10px 4px !important;
    width: auto;
    line-height: 2;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    font-size: 15px;
  margin:0px 0 0;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}
.opcCommonInputText{
  color:#000000a6;
  margin:0px 0 0 0;
}
.opcCommonEditModeBlock {
  background: transparent;
  padding: 0px 0 0;
}

.opcCommonInputSelect {
  background: #fff !important;
  padding:2px 6px;
  border-color:rgba(0,0,0,.2);
  border-radius:4px!important;
  height:auto!important;
  line-height:2.6;
}

.opcSelectDeliveries_deliveryToSingle_edit {
  display:none;
}

/*次へボタン*/
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit,
.opcDeliveryMethodList_edit.opcCommonButtonEdit {
  background: #3f3f3f ;
  border: none ;
  color: #fff ;
  font-weight: 600;
  font-size:16px!important;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #bf1f1f !important;
  color: #fff !important;
  border: 1px solid #bf1f1f !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: auto;
  margin: 0 auto;
  background: #bf1f1f ;
  color: #fff !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: auto;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
  color:#333;
  font-size:16px;
  margin-left:10px;
}
.opcCommonButtonGroup {
  margin-top: 0em;                          /*margin-top: 1em;*/
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}
.opcBillingAddress_acceptMailmagazineYesAndLabelGroup_edit {
  margin-top:20px;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}

.opcOrderSummary_priceBreakDownGroup {
  padding-top: 0em;                           /* padding-top: 1em;*/
  padding-bottom: 0em;                        /*  padding-bottom: 1em;*/
  padding-left:0;
  margin-right:-8px;
  line-height:1.6;
}
.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 0em;                         /*padding-bottom: 1em;*/
  margin-bottom: 0em;                          /*margin-bottom: 1em;*/
}
.opcBillingAddress_prefState_edit,
.opcDeliveryAddress_prefState_edit {
  margin: 0;
  background-color:#f5f5f5!important;
  pointer-events: none;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 15px;
}
.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;
}

.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.opcDeliveryAddressEditDialog_customerDeliveryAddressLabel {
  display:none;
}
.modaal-content-container:before {
  content:"お届け先リスト";
  display:flex;
  flex-direction:column;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.modaal-content-container {
  padding:20px 0!important;
}
.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  width: 100%;
  margin:15px 0 ;
}
.opcItem_itemName {
  font-weight: 600;
  font-size: 18px;
  margin-bottom:10px;
  color:#3f3f3f;
}
.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;
  margin-top:20px;
}
.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 106px;
  display: inline-block;
  font-size:13.5px;
}
.opcDeliveryMethod_hopeDeliveryTimeLabel_edit {
  font-size:13.5px;
  width: 144px;
  display: inline-block;
}

.opcCompletedDeliveryAddressList_inputAddDeliveryAddressLabel,
.opcCompletedDeliveryAddressList_inputSelectDeliveryMethodLabel {
  display:none;
}

.opcCompletedDeliveryAddressListArea {
  width:100%;
}
.opcCompletedDeliveryAddressListGroup_edit {
  display:flex;
  flex-direction:column-reverse;
}
.opcCompletedDeliveryAddressList_upsideOfListContainer {
  align-items: center;
  margin: 0 0 20px;
  flex-direction: column;
 
}
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit,
.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit {
  background-color: #fff;
  border:solid 1px #777777;
  color: #333333;
  padding: 5px 14px;
  font-size: 12px!important;
  margin:10px 0;
}

.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit {
  display:none;
}

.opcCompletedDeliveryAddressList_changeItems_edit.opcCommonButtonEdit:hover,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit:hover {
  background:#f5f5f5;
}

.opcCompletedDeliveryAddressList_container {
  background-color: transparent;
  padding: 30px 30px 40px;
  border:solid 1px #cccccc;
  border-radius: 10px;
  margin: 20px 0; 
}
.opcDeliveryAddressContents {
    border: none;
    border-radius: 0px;
    padding: 20px 0px;
    margin: 0;
    border-top: solid 1px #cccccc;
}

.opcCompletedDeliveryAddressList_completedDeliveryAddressMessage {
  order:3;
  margin: 25px 0 20px;
}
.opcCompletedDeliveryAddressList_buttonGroup_edit {
  margin:0;
  display: flex;
  flex-direction: column;
}
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit.opcCommonButtonEdit {
  background: #3f3f3f;
  border: solid 0px #777777;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  font-size: 16px!important;
  font-weight: 600;
  width:70%;
  margin:10px auto 15px;
}
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit.opcCommonButtonEdit:hover {
  background: #000;
}
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit.opcCommonButtonEdit {
  background: #ffffff;
  border: solid 1px #777777;
  border-radius: 4px;
  color:#333333;
  box-shadow: none;
  font-size: 15px!important;
  font-weight: 400;
  width:70%;
  margin:20px auto 8px;
  order:-1;
}

.opcCompletedDeliveryAddressList_addDeliveryAddress_edit.opcCommonButtonEdit:hover {
  background: #f5f5f5;
}

.opcCompletedDeliveryAddressList_backButton_edit.opcCommonButtonEdit {
}

.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  order:-1;
}

.opcCompletedDeliveryAddressList_displayCompletedDeliveryAddressListLabel {
  font-size: 19px;
  color:#3f3f3f;
}


/*最終確認ページ調整*/
#sysOpc {
  background: white;
  margin-top:0px;
  padding-top:2px;
  display:flex;
  flex-direction:column;
}

.opcBillingAddress,
.opcClientList {
  padding:10px 0px 5px;
  display:flex;
  flex-direction:column;
  line-height: 1.6;
  font-size: 14px;
}
.opcBillingAddress {
  margin-bottom:0px;
}
.opcClientList {
  margin-bottom:20px;
}
.opcOrderSummary {
  padding:10px 25px 5px;
  display:flex;
  flex-direction:column;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom:0.8em;
}
.opcSbpsOrderRequest::first-child {
 margin-bottom:0px!important;
}

.opcClient {
  margin-bottom:0;
}
.opcOrderSummary_normalTotalPrice {
  font-size:20px;
  position:relative;
  right:-13px;
  top:-2px;
  font-weight:600;
}
.opcOrderSummary_totalPriceLabel.opcCommonReferenceLabel {
  font-size:16px;
}

.opcOrderSummary_totalPricesAndLabelGroup {
  order:4;
}
.opcOrderSummary_useCouponPrice {
  color:red;
}
.opcOrderSummary_feeAndLabelGroup, .opcOrderSummary_usePointPriceAndLabelGroup {
  border-bottom:0px;
}
.opcDeliveryAddressGroup,
.opcDeliveryAddressItemGroup {
  margin-bottom:0;
  border-top: solid 1px #ccc;
  padding: 10px 0 15px;
  display: flex;
  flex-direction: column;
}
.opcDeliveryAddressGroup {
  padding-top:58px;
  padding-bottom:15px;
}
.opcDeliveryMethodGroup {
  padding: 20px 0 0px;
  border-top: solid 1px #ccc;
  margin-bottom:20px;
}
.opcDeliveryMethodGroup,
.opcDeliveryAddressItemHeaderGroup,
.opcDeliveryAddressItemGroup {
    display: flex;
    flex-direction: column;
}
.opcDeliveryAddressItemHeader {
   display:none;
}
.opcDeliveryAddressItemHeaderGroup {
  order:1;
}
.opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit {
  width:50%;
  margin:15px auto 0;
}
.opcOrderSummary_totalCartOptionPriceAndLabelGroup,
.opcOrderSummary_usePointAndCoupon.opcCommonButton {
  display:none;
}

.opcDeliveryAddress_nameAndNameKanaGroup:after,
.opcBillingAddress_nameAndLabelGroup:after {
  content:" 様";
}


#sysOpc .opcOrderSummaryTitle,
#sysOpc .opcBillingAddressTitle,
.opcDeliveryAddressAndItemsTitle,
.opcOrderSummaryTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color:#000000d9;
  text-align:left;
  padding:15px 0 8px;
  margin-top:20px;
  position:relative;
}

.opcRemarksTitle {
  display:none;
}

#sysOpc .opcClientTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color:#000000d9;
  text-align:left;
  border-top:solid 1px #cccccc;
  padding-top:20px;
  position:relative;
}
.opcPaymentMethodTitle,
.opcRemarksTitle {
  padding:0;
  margin:0;
}
.opcPaymentMethodDataBind {
  margin-top:5px;
}

.opcPaymentMethodDataBind::before {
  content:"お支払い方法を選択してください。"
}

#sysOpc .opcOrderSummaryTitle {
  margin-left:25px;
  margin-top:0;
}

#sysOpc .opcBillingAddressTitle,
#sysOpc .opcClientTitle {
  margin-left:0px;
}

#sysOpc .opcOrderSummaryArea,
#sysOpc .opcClientArea {
  border-bottom: solid 1px #cccccc;
}

#sysOpc .opcDeliveryAddressHeader_buttonGroup {
   display:flex;
   justify-content: flex-end;
   background:#f5f5f5;
}

.opcRemarksArea {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 40px 40px 20px;
}

.opcRequestOrderArea {
  padding:20px 40px;
}

#sysOpc .opcClientArea {
  padding-bottom:20px;
}

.opcPaymentMethodArea {
    padding: 30px 40px 0;
    margin: 0 40px -60px;
    order: -1;
    border: solid 1px #ccc;
}


.opcDeliveryMethodHeaderGroup {
  order:1;
}
.opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader {
  display:none;
}

.opcDeliveryAddressTitle_deleteButton {
   order:0;
   margin-top:0px;
}

#sysOpc .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
    background:#fff;
}
#sysOpc .opcDeliveryAddressHeader {
    text-align: left;
    vertical-align: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000d9;
    padding:30px 0px 0px;
    background:transparent;
}
.opcDeliveryAddress_registerCustomerDeliveryAddressFlagAndLabelGroup_edit {
   border-bottom: 1px solid #cccccc;
   padding-bottom:35px;
}

#sysOpc .opcDeliveryAddressHeader:before {
   content:"";
   display:inline-block;
}

.opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup {
   text-align:center;
   margin-bottom:20px;
}
.opcDeliveryAddress_fullAddressLabel,
.opcDeliveryAddress_telLabel.opcCommonReferenceLabel {
  width:4.1em;
  display:inline-block;
}

#sysOpc .opcDeliveryAddressList:before {
  content:"お届け先情報";
  display:inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align:left;
  margin-top:40px;
  margin-bottom:20px;
  color:#000000d9;
  border-bottom:solid 1px #3f3f3f;
  width: 100%;
  padding-bottom: 25px;
}

/*完了ページ調整*/
#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;
}
#sysThanks {
  font-size:16px;
}

/***********************************
  検索ページ
***********************************/
#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: #000000d9;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 4px;
  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:0 auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap{
  margin:50px auto 0;
  width:900px;
}

/* マイページボタン */
.sysMypageNav:before {
    content:"マイページメニュー";
    display:block;
    font-size:20px;
    font-weight:500;
    color:#333;
    text-align:left;
    height:auto;
    width:100%;
    margin:45px 16.66px 25px;
}
.sysMypageNav {
    display: flex;
    width: calc(100% + 33.33px);
    flex-direction: row;
    flex-wrap: wrap;
    margin:40px 0 40px;
    padding: 0;
    position: relative;
    left: -16.66px;
    justify-content: left;
    overflow:visible;
}

.sysMypageNav .sysButton {
    width: 200px;
    height: 200px;
    display: block;
    font-size: 14px;
        box-shadow: 0px 0px 10px 0px #eee;
    border: none;
    padding-top: 118px;
    margin: 0 16.66px 33px;
    border-radius:40px;
    transition:.4s;
}

.sysMypageNav .sysButton:hover {
    cursor: pointer;
    background-size:80%!important;
    transition:.4s;
}

div.sysMypageNav > form:nth-child(6) {
    order:6;
    display:none;
}
div.sysMypageNav > form:nth-child(7) {
    order:10;

}
div.sysMypageNav > form:nth-child(8) {
    order:9;
display:block!important;
}
div.sysMypageNav > form:nth-child(1){
    order:5;
}
div.sysMypageNav > form:nth-child(9) {
    order:6;
}
#sysMypageOrderHistory #sysMain form:nth-last-child(2) {
   
}
div.sysMypageNav > form:nth-child >  > input.sysButton{
    background:#fff;
}

/* マイページ一次保存 */
.systemporarySavedCart {
    margin-top:15px;
}

.sysMypageNav input[value="マイページトップ"]{
    background:#fff url("https://tamayaab.com/img/common/mypage.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="商品購入履歴"]{
    background:#fff url("https://tamayaab.com/img/common/rireki.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="会員情報を編集する"]{
    background:#fff url("https://tamayaab.com/img/common/henshu.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="お届け先情報を編集する"]{
    background:#fff url("https://tamayaab.com/img/common/henshu.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="クーポンを確認する"]{
    background:#fff url("https://tamayaab.com/img/common/coupon.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="ログアウトする"]{
    background:#fff url("https://tamayaab.com/img/common/logout.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="一時保存した注文を確認する"]{
    background:#fff url("https://tamayaab.com/img/common/ichijihozon.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
}
.sysMypageNav input[value="会員を退会する"]{
    background:#fff url("https://tamayaab.com/img/common/taikai.png") no-repeat;
    background-size: 70%;
    background-position: 50%;
    width: 100px;
    height: 100px;
    padding-top: 59px;
    font-size:11px;
    border-radius:20px;
}


/***********************************
  ヘッダー
***********************************/
.header_wrap{
  height: 0px;
  margin: auto;
  background:transparent;
  overflow:hidden;
}
.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;
}
.head_title{
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.015em;
        margin-top: 0 !important;
        padding-top: 0 !important;
}


/*ロゴ
*----------------------------------------------------------------------*/
.logo {
	margin:0;
	padding:0;
	font-family: 'Noto Serif JP', sans-serif; 
	color: #000000;
	z-index:999;
	display:block;
        width:100px;
        position:fixed;
}
.logo img {
	width:100px;
	height:100%;
	margin:8px 0 0 0px;
	padding:0;
	object-fit: cover;
	object-position: 100% 100%;
}
.logo_text1 {
    position: relative;
    top: -80px;
    left: 83px;
    font-weight: 600;
    font-size: 12px;
    color: #000000d9;
    letter-spacing: 0.14em;
    text-align: center;
}
.logo_text2 {
    position: relative;
    top: -86px;
    left: 81px;
    font-weight: 600;
    font-size: 24px;
    color: #000000d9;
    letter-spacing: 0.25em;
    text-align: center;}

/* ログインボタン
*----------------------------------------------------------------------*/
.g_navi ul li a {
    position:fixed;
    display:inline-block;
    text-align: center;
    vertical-align: center; 
    margin:0;
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif;
    font-size:14px;
    transition: all 0.4s;
    color:#fff;
    background: #000;
    display: block;
    width: 65px;
    height: 65px;
    top:0;
    right:0;
    z-index:999;
}

.g_navi ul li a:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 0px solid #fff;
    border-radius: 50%;
    background-color:#fff;
}

.g_navi ul li a:after {
    content: '';
    position: absolute;
    top: 37px;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 10px;
    border: 0px solid #fff;
    border-radius:50%/100% 100% 0 0;
    background-color:#fff;
}

.g_navi ul li a:hover {
    background: #bf1f1f;
    color:#ffffff;
    opacity:1;
    border-color:#fff;
} 


.header .g_navi li i{margin-right: 5px;}


.balloon2 {
  position: relative;
  margin: 1.5em 0;
  padding: 14px 14px;
  min-width: 80px;
  max-width: 100%;
  font-size: 14px;
  line-height:1.4;
  background: #fff;
  border-radius: 8px;
  box-shadow:2px 2px 0px 0px #eee;
  top: 18px;
  left:-12px;
  text-align: center;
  transform-origin: bottom;
  animation: balloonAnime 4s ease-out 0s infinite normal both;
  display:none;
/*  display:none; */

}

@keyframes balloonAnime {
    0% { transform: scale(1); }
    10% { transform: scale(1.03); }
    20% { transform: scale(1); }
    100% { transform: scale(1); }
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 85%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 14px solid #fff;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-family:'Noto Serif JP', sans-serif;
  color:#000;
}
.balloon2 span {
  background:transparent;
}

.balloon1 {
  display:none;
}

.obi {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
    height: 40px;
    margin: 0 calc(50% - 50vw);
    border-bottom: solid 1px #dddddd;
}

.obi p,
.obi a {
  margin:8px 0 0;
}

.obi a {
  color:#bf1f1f;
}

/***********************************
  カート情報
***********************************/
#cartInfo{
  display: block;
  position:fixed;
  top:65px;
  right:0;
  width: 65px;
  height: 65px;
  margin:0;
  font-size: 12px;
  font-weight: 600;;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  background: #bbb6aa;
  padding: 12px 0 0;
  cursor: pointer;
  transition: all 0.4s;
  z-index:999;
}
#cartInfo:hover{
  background: #bf1f1f;
}

#cartInfo p.cartTxt{
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}
#cartInfo p img{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px 0 0 0px;
}
#cartInfo i{
  margin-right: 5px;
}
.h_cart{
  display:none;
  width: 280px;
  height: auto;
  min-height:130px;
  position: absolute;
  top: -65px; right: 65px;
  border: none;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 17px 20px 20px;
  transition: display 0.3s;
}
.h_cart dl{
  font-size: 14px;
  margin-bottom: 0px;
  font-weight:300;
  vertical-align:top;
}
.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: #bf1f1f;
  font-weight: 500;
  padding: 0 5px;
  font-size:19px;
  vertical-align:top;
}
.h_cart dd span{
  position:relative;
  bottom:6px;
}

.h_cart .sysCartInfoCartIn a{
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 3px 0 0px;
  height: 50px;
  padding: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius:0px;
  transition:.3s;
}
.h_cart .sysCartInfoCartIn a:hover{
  background:#bf1f1f;
  transition:.3s;
}
.h_cart .sysCartInfoCartIn a img{
  display: none;
  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: 15px;
    text-align: center;
    font-weight: 500;
    margin-left: 2px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    padding-left: 0px;
    font-size: 11.5px;
}


/***********************************
  ナビゲーション
***********************************/
.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: rgba(255,255,255,1);
  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: rgba(255,255,255,1);
  visibility: hidden;
  transition: all .10s ease;
  z-index: 120;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.tabmenu li.tab2:hover .subCategory{
  visibility: visible;
}
.tabmenu li.tab3{
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
.tabmenu li.tab3:hover{background: #ededed;}

/***********************************
  フッター
***********************************/
.footer{
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #fff;
  color:#000;
  letter-spacing: 0.015em;
}
.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: 1px;
}
.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 #000000d9;
  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: 0px;
  right: 0px;
  width: 65px;
  height: 65px;
  text-align: center;
  z-index:0;
}
.pagetop #page-top{
  display: none;
  color: #fff;
  background:#bbb6aa;
  height:65px;
}
.pagetop #page-top::after {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.pagetop #page-top:hover{
  background-color:#bf1f1f;
  transition: all 0.2s;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search{margin-bottom: 30px;}
.side_search form{border:none;}
.side_search input[type="search"]{
  height: 40px;
  border: 1px solid rgba(0,0,0,.2);
  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 #000000d9;
}
.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 #000000d9;
  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: #000000d9;
  margin: 50px auto;
  padding: 0;
  border: 0;
}
.sysTitle, .sysHeadline{
  text-align: left;
}

.sysTitle span{
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
  color: #333;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 25px;
}
.sysHeadline span {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin: -2px 0 0 0;
    font-family: 'Noto Serif JP';
    font-size: 14.5px;
    letter-spacing: 0.015em;
    font-weight:500;
}

/*タイトル横のバー*/
.sysTitle::before, .sysHeadline::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background-color: #000000d9;
}
.contentsWrap{
  width: 1100px;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
    border: 1px solid rgba(0,0,0,.2);
    margin: 30px auto 30px;
    max-width: 900px;
}
#main_tradelaw dl, .main_tradelaw dl{
  background: transparent;
  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: 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 200px;
  padding: 20px;
  background: transparent;
}
.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: left;
}
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 rgba(0,0,0,.2);
  border-left: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
  border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap{
  width: 1100px;
  margin: 0 auto;
}
.column2Wrap:after{
  display: block;
  content: "";
  clear: both;
}
.sideWrap{
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}
.mainWrap{
  width: 900px;
  margin-left: 200px;
}
.col2Style {
  padding:20px;
}
.col2Style .sysHeadline {
  text-align:center;
}

.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: #172b54;
        height: 20px;
        line-height: 25px;
        padding-bottom: 1px;
        border-bottom: 1px solid #172b54;
}
.col2Style .txtBlock li{
  margin: 5px 0;
  font-size: 13px;
}
.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%;
}
.col2Style .box2 li{
   text-indent: -1em;
   padding-left: 1em;
   padding: 1px 0;
}
.col2Style .box2 {
   text-indent: -1em;
   padding-left: 1em;
}
.col2Style .txtBlock2 li{
  margin: 2px 0;
  font-size: 12px;
  padding: 1px 0;
}
.box2 li{
   text-indent: -1em;
   padding-left: 0em;
}
.box2 {
   text-indent: -1em;
   padding-left: 1em;
}
.txtBlock2 li{
  margin: 2px 0;
  font-size: 12px;
}


/***********************************
   お買い物ガイド
***********************************/
.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:rgba(0,0,0,.2);
}
.common_btn a i{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
}

/***********************************
  TOPページ
***********************************/
 /* メインビジュアル */
.topbanner {
    padding: 0 0 100vh 0; 
}
.topbanner .sysContent{
    position: absolute;
    width:100vw;
    height:100vh;
    overflow:hidden;
    top: 0;
    left:0;
    margin: 0 calc(50% - 50vw); 
}
.topbanner .sysContent::before  {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;   
    background:url("https://tamayaab.com/img/common/youshokujou.jpg?8337");
    filter: brightness(90%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topbanner .sysContent::after { 
        content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: none; /*rgba(0,150,255,0.01);*/
	background-image:none; /* radial-gradient(#000 18%, transparent 10%), radial-gradient(#000 18%, transparent 10%);*/
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
        background-repeat: repeat; 
}
@keyframes zoom {
   0% {
      transform: scale(1.07);
   }
   100% {
      transform: scale(1);
   }
}
@keyframes blur {
  0% {
    filter: blur(3px);
  }
  20% {
    filter: blur(1px);
  }
  100% {
    filter: blur(0);
  }
}

.topbanner_blank {
  display:block;
  height:100vh;
}


/*スライダー*/
#slider{
  display:none;
}
.top_slider {
  padding-top:130px;
  margin:0 0 40px;
}
.top_slider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}
.top_slider .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul{
  font-size:0;
  text-align:left;
}
.top_newarrival li{
  float:none !important;
  display:inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_newarrival li img{
  width: 100%;
}
.top_newarrival .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_features ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  float:none !important;
  display:inline-block;
  width: 30%;
  margin:1.66666666666667%;
  font-size:12px;
  vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
  display: block;
  position: relative;
}
.top_features li span{
  display:block;
  font-size:14px;
  font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  font-size: 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
    font-size: 17px;
    float: right;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
    margin-right: 21px;
}
.sysCart #sysMain #kuronekoPayFlex button img {
    margin-top: -11px;
}
.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"]
 {
  padding: 10px 0px 0px 0px;
}
.sysConfirmButton input#open_dlg_edit_customer_info {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,.2);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.opcCommonElementErrorMessage, .opcCommonHeaderErrorMessage {
    margin-left:0;
}


.opcCommonElementErrorMessage:before, .opcCommonHeaderErrorMessage:before {
   content:"※";
}

/*会員登録_修正*/

/*性別欄非表示*/
.sysGender,
.opcBillingAddress_genderAndLabelGroup_edit {
   display:none;
}

/*

#sysBasket .errorMessage li {
   display:none;
}
#sysBasket .errorMessage:after {
   content: '※この商品は配送の温度帯が違うため、同時購入はできません';
   font-size:18px;
   display:block;
   height:70px;
   margin-top:15px;
}

*/

.sysCategoryPankuzu {
   position: relative;
   z-index:999;
   margin-bottom:5px;
   visibility:hidden;
}
/*フッター
*----------------------------------------------------------------------*/

#sysFooter .footer {
    width: 100%;
    padding:35px 0 10px 0;
    text-align: left;
    background-color:#fff;
    color:#000;
    margin: 30px calc(50% - 50vw) 0;
    width: 100vw;
    box-shadow: 0px 0px 10px 0px #eee;
}
#top #sysFooter .footer {
    margin-top:0;
}

#sysFooter .footer .f_gnav_all {
    background: transparent;
    padding: 15px 0;
    display:flex;
    flex-direction: row;
    width:900px;
    margin:0 auto;
}
#sysFooter .footer .f_gnav_all ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 100px 0 0;
}
#sysFooter .footer .f_gnav_all ul li {
    font-size: 13px;
    font-weight:300;
    padding: 0 ;
    margin:9px 0px;
    position: relative;
}
#sysFooter .footer .f_gnav_all ul li a i {
    display: none;
}
#sysFooter .footer .f_gnav_all ul li:last-of-type::after {
    content: none;
}
.f_gnav_all a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight:400;
  white-space: nowrap;
}
.f_gnav_all a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .38s;
}
.f_gnav_all a:hover::after {
  transform: scale(1, 1);
}
#sysFooter .f_copy {
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0 0 0px;
    width:900px;
    margin:5px auto;
    background: transparent;
    letter-spacing:0.4px;
    font-family:'Noto Serif JP';
}

/*配達日指定　指定無しを非表示
*----------------------------------------------------------------------*/

.opcDeliveryAddress_registerCustomerDeliveryAddressFlagYesAndLabelGroup_edit {
  padding: 10px 0;
  display: inline-block;
  font-size:15px;
}

/*入力フォーム 修正
*----------------------------------------------------------------------*/

.opcDeliveryAddressAndItemsTitle {
    display:none;
}
.opcDeliveryAddressHeader {
    display: block;
    color: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    font-size: 14.5px;
    font-weight: 500;
    margin: 0px;
    font-family: "Noto Serif JP";
}
.opcDeliveryAddressHeader:before {
    content:"DESTINATION";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif;
    font-size: 32px;
    letter-spacing: 0.09em;
    font-weight: 500;
    display:block;
    margin-bottom:-8px;
}
.opcDeliveryAddress_prefStateLabel_edit {
    margin-bottom:3px;
}
.opcItem_freeAreaOrderConfirm p {
    padding-left:0;
}

.opcItemDataBind.opcItemList .opcItem_itemAndLabelGroup {
    padding:10px 0 0;
    margin-bottom:0px;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
    width:20%;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
    width:80%;
    padding:0 0 0 30px;
}
.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
    display:flex;
    flex-direction:column-reverse;
    margin-left:60%;
    margin-top:20px;
}
.opcItemDataBind.opcItemList .opcItem_itemRetailPricesAndLabelGroup,
.opcItem_subTotalNumAndLabelGroup {
    margin-left:0;
    font-size:13px;
    font-weight:400;
    position: relative;
}
.opcItemDataBind.opcItemList .opcCommonEditLabel {
    font-size:16px;
    font-weight:400;
    margin-top:12px;
}
.opcItemDataBind.opcItemList .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size:14.5px;
    font-weight:600;
    color:#3f3f3f;
    margin-top:10px;
    border-bottom:none;
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
    font-size:16px;
    font-weight:400;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 224px;
    margin: 0 10px 0 auto;
    position: relative;

}
.opcItemDataBind.opcItemList .opcItem_deliveryAddressItemGroup_edit {
    padding: 0;
    border: none;
}
.opcItemDataBind.opcItemList .opcItem_increaseNumButton_edit,
.opcItemDataBind.opcItemList .opcItem_decreaseNumButton_edit {
   display:none;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
   border:solid 1px #cccccc;
   font-size:16px;
   font-weight:400;
   padding:0px 10px!important;
   text-align:center;
   margin-left: auto!important;
}
.opcItemDataBind.opcItemList .opcCommonButtonGroupEdit {
   padding:10px 0;
}

.opcDeliveryAddressArea .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader {
  font-size:16px;
  color:red;
  display:none;
}

.opcDeliveryAddressHeaderGroup {
  background:#f5f5f5;
  margin:0px 0 0;
  order:1;
  padding-left:20px;
}


.opcDeliveryAddress_addressAddress2Label_edit:after {
  content:"[番地、建物名など]";
  margin-left:10px;
  font-size:0.8em;
}
input[type=checkbox] {
  position:relative;
  top:1px;
  display:inline-block;
}
input[type=radio] {
  vertical-align:-webkit-baseline-middle;
}

/*戻るボタン*/

input[value="戻る"],
input[value="カートに戻る"],
.sysMemberRegister.clearfix,
input[value="認証コードを再送信する"],
#sysMypageEditSavedelivery .sysButton,
#sysMypageEditDeliveryinput .sysButton {
    display: block;
    padding: 0px;
    color: #3f3f3f!important;
    background: transparent!important;
    border-radius: 0px;
    border: none!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left!important;
    margin-top: 25px!important;
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    font-weight: 400!important;
    width: auto!important;
    font-size: 14px!important;
    box-shadow:none;
}
input[value="戻る"]:hover,
.sysMemberRegister.clearfix:hover {
    cursor: pointer;
    color:#000;
}

.opcCommonButtonGroupEdit {
    padding:0;
}

.opcItem_deliveryAddressItemGroup,
.opcItem_deliveryAddressItemGroup_edit {
    border-top:1px solid #ccc;
}
.opcItem_deliveryAddressItemGroup {
    display:none;
}

.opcItem_itemSubTotalPricesAndLabelGroup {
   border-bottom:none;
}
.opcCommonButtonEdit {
  border:none;
  border-radius:0px;
  background:#3f3f3f;
  color:#fff;
  padding:13px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.opcCommonButtonEdit:hover {
  background:#000;
}

/*
.opcDeliveryAddress_prefStateLabelGroup_edit:after {
    content: '※北海道へ活き車えびの発送は承っていません。';
    color:red;
    display: flex;
    margin: 5px 0 12px 0;
}
*/

.opcDeliveryAddressSummary {
    background: #fff;
    padding: 20px 0px;
    font-size: 14.5px;
    font-weight: 400;
    margin: 8px 0;
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
}
.opcDeliveryAddressSummary div:first-child {
    font-weight:600;
    font-size:16px;
    margin-bottom:5px;
}
.opcDeliveryAddressSummary div:first-child:after {
    content:" 様";
}

.opcDeliveryMethodGroup_edit {
    border:solid 1px #cccccc;
    border-radius:10px;
    padding: 0 40px 0;
    margin:40px 0;
}

.opcDeliveryAddressAndItemsArea .opcItemDataBind.opcItemList {
    margin:0;
    padding:0;
}

.opcDeliveryMethod_normalShoppingComment_edit {
    margin-left: 0;
    padding-left: 0;
}
.opcItem {
  padding:0 0 20px;
}

.opcItem_itemNumAndPricesAndLabelGroup {
  font-size:14px;
}
.opcDeliveryMethod_hopeDeliveryDateCommentLabel_edit {
  margin-top:25px;
  padding:20px 0;
  border-top:solid 1px #ccc;
}
.opcDeliveryMethod_normalShippingAndLabelGroup_edit {
  font-size:14px;
  font-weight:400;
  visibility:hidden;
  height:0px;
  display:block;
}
.opcDeliveryMethod_deliveryMethodAndLabelGroup {
  display:none;
}

.opcPaymentMethod_edit {
  margin-top:10px;
  padding:10px 0;
  border-top:solid 1px #ccc;
}

.opcPaymentMethod_paymentMethodDetailGroup_edit {
  margin-top:-15px;
  margin-left:2em!important;
}
.opcPaymentMethod_paymentMethodLabel_edit {
  font-size:16.5px;
  font-weight:500;
}
.opcConfirm {
  padding:20px 0 0;
  background:transparent;
}
.opcFreeAreaRequestOrderTop {
  display:none;
}
.opcFreeAreaRequestOrderBottom {
  padding:20px 0;
  font-size:14px;
  line-height:1.8;
}

.iki_otodoke {
  display: none;
  margin:20px 0;
}
.centerdome{
  display: block;
  margin: 20px 0 0 0;
  line-height: 2.2;
}


.opcConfirm_order {
  width: 100%!important;
  height: 54px;
  font-size: 16px!important;
  font-weight:600;
}

.opcConfirm_order:hover {
  background:#9d0909;
}

.opcOrderSummary_totalPricesAndLabelGroup {
  color:#333;
  padding:0px 0;                         /*5px 0;*/
  margin:13px 0 0px;                      /*0px 0 10px;*/
  border-bottom:solid 0px #ccc;
  font-size:18px;
  font-weight:500!important;
}
.opcBillingAddress_genderAndLabelGroup {
  display:none;
}
.opcPaymentMethod {
  background:#fff;
  padding:0px;
  margin:15px 0 30px;
  font-size:14px;
  line-height:2.0;
}
.opcRemarksDataBind {
  background:#fff;
  padding:0;
  margin:0px 0 30px;
  font-size:14px;
  line-height:2.0;
}
.opcSelectDeliveries_deliveryToSingle_edit, .opcSelectDeliveries_deliveryToMultiple_edit, .opcSelectDeliveries_backButton_edit {
    margin: 0 0 15px;
    height:54px;
    font-size:16px!important;
    font-weight:600;
}
.opcSelectDeliveries_deliveryToMultiple_edit {
  width:50%;
  margin:0 auto;
}
.opcSelectDeliveries_deliveryToMultiple_edit:hover {
  background:#000;
}

#sysOpc .opcOrderSummaryArea {
  background: #f5f5f5fc;
  margin:40px;
  padding:20px;
  border:none;
  order:-2;
}

.opcCompletedDeliveryAddressListName:after {
  content:" 様";
}

#sysOpc .opcBillingAddressArea,
#sysOpc .opcItemCommonOptionsArea,
#sysOpc .opcSelectDeliveriesArea,
#sysOpc .opcClientArea,
#sysOpc .opcMultiDelivery {
  margin:0 0 10px;
}

#sysOpc .opcBillingAddressArea {
  border-top:solid 1px #cccccc;
  margin-top:60px;
}

#sysOpc .opcBillingAddressArea,
.opcClientArea {
  padding:0 40px;
}
.opcDeliveryAddressAndItemsGroup {
  background:#f5f5f5fc;
  padding:10px 20px 30px;
  font-size:14px;
}

.opcMultiDelivery {
  padding:0 40px 0px;
}

.opcSelectDeliveries_edit {
  padding:0 40px 25px;
}

.opcDeliveryAddress_nameAndNameKanaGroup {
  margin-top:-40px;
}
.opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  display:none;
}
body[data-member-login="true"] .opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  display:inline-block;
}


.opcDeliveryAddress_openDialogButton_edit.opcCommonButton {
  margin-left:10px;
}
.opcRemarks_remarkDescription_edit {
  margin-left:0;
}
.opcDeliveryAddress_openDialogButtonGroup_edit {
  padding:5px 0 10px;
}

/*白ボタン*/
.opcDeliveryAddress_synchronizeBillingAddressButton_edit,
.opcDeliveryAddress_openDialogButton_edit,
.opcDeliveryAddress_zipCodeSearchButton_edit,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton,
.opcOrderSummary_usePointAndCoupon,
.opcBillingAddress_editButton,
.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton,
.opcPaymentMethod_editButton,
.opcDeliveryAddressList_addButton,
#sysMain > form > div > div.sysFormItem.sysZipcode > button,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button {
  background:#fff;
  border:solid 1px #777777;
  border-radius:4px;
  color:#333333;
  box-shadow: none;
  font-size: 13px!important;
  font-weight: 400;
  width:auto;
}

#sysMain > form > div > div.sysFormItem.sysZipcode > button,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button {
  padding:10px 10px 10px 10px;
  margin-bottom:10px;
}

.opcDeliveryAddress_synchronizeBillingAddressButton_edit:hover,
.opcDeliveryAddress_openDialogButton_edit:hover,
.opcDeliveryAddress_zipCodeSearchButton_edit:hover,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton:hover,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton:hover,
.opcOrderSummary_usePointAndCoupon:hover,
.opcBillingAddress_editButton:hover,
.opcClient_editButton:hover,
.opcDeliveryAddress_editButton:hover,
.opcDeliveryMethod_editButton:hover,
.opcDeliveryAddressItemTitle_editButton:hover,
.opcPaymentMethod_editButton:hover,
.opcDeliveryAddressList_addButton:hover,
#sysMain > form > div > div.sysFormItem.sysZipcode > button:hover,
#sysMain > form > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button:hover {
  background:#f5f5f5;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton {
  margin-left:40px;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton:hover {
  cursor : pointer;
}
.opcOrderBackToBasket {
  margin-bottom:0px;
}
.opcOrderSummary_usePointAndCoupon,
.opcBillingAddress_editButton,
.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton,
.opcPaymentMethod_editButton {
  height:36px;
  margin:0;
  font-size:13px!important;
}


.opcDeliveryAddressTitle_deleteButton.opcCommonButton,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit {
  text-align:right;
  text-decoration:1px underline;
  text-underline-offset: 5px;
  background:transparent;
  color: #333;
  font-size:13px!important;
  border:solid 0px;
  margin-right:8px;
}

.opcDeliveryAddressTitle_deleteButton.opcCommonButton:hover,
.opcCompletedDeliveryAddressList_saveSessionCart_edit.opcCommonButtonEdit:hover {
  background:transparent;
  color: #333;
}

.opcDeliveryAddressEditDialog_customerDeliveryAddressButton.opcCommonButton,
.opcDeliveryAddressEditDialog_applyBillingAddressButton.opcCommonButton {
  width:100%;
}

.opcRemarks_remarkLabel_edit.opcCommonEditLabel {
  margin-top:0;
}
#sysMypageLogin .sysHeadline span {
  background:transparent;
}
#sysRegisterForm {
    background: #fff;
    padding: 10px 40px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: calc(50% - 20px);
    margin: 69px 0 0 auto;
}
#sysRegisterForm:before {
  content:"会員登録されていない方";
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#000;
  top: -50px;
  left: -40px;
  position: relative;
}
#sysPurchaseAuthMember:before {
  content:"会員登録がお済みの方";
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#000;
  top: -40px;
  left: -40px;
  position: relative;
}

#sysPurchaseAuthCustomer {
    background: #fff;
    padding: 40px 40px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: calc(50% - 20px);
    margin: 40px 0 0 auto;
}
#sysPurchaseAuthMember .sysCartTitle {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    top: -40px;
    left:-40px;
    color:#000;
    display: none;
    margin:0;
    padding:0;
}
#sysPurchaseAuthMember {
  background: #fff!important;
  padding: 0 40px 0px;
  margin: 69px 0 0;
  box-shadow: 0px 0px 10px 0px #eee;
  width:430px;
  position:absolute;
}
#sysPurchaseAuthMember .sysFormItem.sysMemberId {
  margin:8px 0 0;
}
#sysPurchaseAuthMember .sysFormItem.sysMemberPassword {
  margin:9px 0 34px;
}

#sysPurchaseAuthMember input.loginId,
#sysPurchaseAuthMember input.loginPassword {
  margin:0!important;
}

#sysPurchaseAuthCustomer .sysCartTitle,
#sysRegisterForm .sysCartTitle{
    font-size: 16px;
    font-weight: 600;
    font-family:'Noto Sans JP';
    margin: 2px 0 10px;
    text-align:left;
    display:block;
    color:#3f3f3f;
}
#sysRegisterForm .sysCartTitle:after,
#sysPurchaseAuthCustomer .sysCartTitle:after {
    display: block;
    font-size: 13px;
    font-weight:400;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    line-height:1.6;
    color:#3f3f3f;
    margin:15px 0 25px;    
}
#sysRegisterForm .sysCartTitle:after {
    content: "会員登録をすると、お届け先の登録や領収書のダウンロードをすることができます。 会員登録をしなくてもお買い物は可能です。";
}
#sysPurchaseAuthCustomer .sysCartTitle:after {
    content: "下のボタンからご注文手続きにお進みください。";
}

#sysPurchaseAuthMember > div,
#sysPurchaseAuthCustomer > div,
#sysRegisterForm > div {
  background: transparent!important;
}
#sysRegisterForm p,
#sysPurchaseAuthCustomer p{
  padding:0 0 5px;
  display:none;
}
#sysRegi #sysMain,
#sysMypageLogin #sysMain {
  width:900px;
}

#sysMypageLogin input[type="email"]{
  margin: 0;
}

.sysOrderHistory {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    letter-spacing:0.7px;
}
.sysMypageMinorHeadLine {
    font-size:23px;
    font-weight:600;
    font-family:"Noto Sans JP";
}

.sysOrderHeader {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.sysShopOrderNo {
  order:0;
  width:100%;
  margin-top:1px;
  font-weight:300;
  font-size:13px;
}
.sysOrderHeader .sysDatetime {
  float:none;
  width:100%;
  font-size:17px;
  font-weight:500;
}

.sysOrderHeader .sysCallPrintReceipt,
.sysPrintDeliveryNote {
  margin:10px 0;
  order:2;
}
.sysOrderHeader .sysCallPrintReceipt {
  position:relative;
  left:10px;
}

.sysOrderHeader .sysTotalPrice {
  text-align:left!important;
  font-size:14px;
  order:1;
  width:100%;
  margin-top: 14px;
}
.sysCallOrderHistoryDetail {
  order:3;
  margin:10px 0 10px auto;
}
.sysCallOrderHistoryDetail button {
  padding:1px 3px;
} 
.sysItemName {
  margin:15px 0 4px;
  font-size:17px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea > div.sysItemName {
  margin:0;
}

.sysNumber {
 margin:0 0 7px;
}
.sysFormItem.sysZipcode {
 margin-bottom:25px;
}
.sysFormItem.sysPrefStateId {
 margin-bottom:25px;
}

.sysMemberRegister #sysMain {
 margin-bottom:40px;
 padding-bottom:20px;
}

#sysMemberRegisterIndex .sysNextSubmit:hover,
#sysMemberRegisterIndex .sysButton[type="submit"]:hover,
input[value="次へ（認証コードを送信する）"]:hover,
input[value="登録"]:hover {
    background: #000;
    transition: .3s;
    color: #fff;
}

#sysMypageEditMember .sysFormItem.sysAcceptMailmagazine .sysFormLabel {
    display:none;
}

/*クーポンコード入力欄を消す*/
.opcCouponCodeAndCoupon_edit .opcCouponCodeTitle,
.opcCouponCodeAndCoupon_edit .opcCouponCode_edit {
    display:none;
}

#sysMain > form:nth-child(3) > div > div.sysFormItem.sysZipcode > button:hover,
#sysMain > form:nth-child(6) > div > div.sysFormItem.sysZipcode > div.sysFormField.input-append > button:hover {
    filter: saturate(30%);
        box-shadow: 0px 0px 10px 0px #eee;
}

/* オンラインストア　タイトル
*----------------------------------------------------------------------*/
.store_title {
  display:flex;
  flex-direction:column;
  margin : 32px 0 10px;
  padding: 0 0 22px 0;
  border-bottom:solid 0.5px rgba(0,0,0,.2);
}
.store_title .title_jp {
    text-align:left;
    margin:0 50px 0 0;
    font-family: 'Noto Sans JP';
    font-size:12px;
    letter-spacing:0.05em;
}
.store_title .title_en {
    font-family: 'Libre Baskerville','Noto Serif JP',sans-serif; 
    font-size:30px;
    letter-spacing:0.09em;
}

/* パララックス
*----------------------------------------------------------------------*/
.parallax {
 margin-bottom:200px;
}

.parallax_content{
}
.parallax_content:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(/img/common/iki_kago2.jpg);
  background-size:cover;
}

/* 球屋について
*----------------------------------------------------------------------*/
.tatecopy {
    letter-spacing: 0.2em;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 23px;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 8887;
    top: calc(100vh - 83px);
    right: 100px;
    line-height:2.0;
}
.tatecopy .shiro{
    color:#fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.tatecopy .kuro{
    color:#000;
}
.toptext1,
.toptext2{
  position: relative;
}

.toptext1 .sysContent,
.toptext2 .sysContent{   
    width:100vw;
    height: auto;
    margin:0px calc(50% - 50vw) 0 ;
    background: rgb(250, 248, 245);
    padding-top:150px!important;
}
.toptext1_inner,
.toptext2_inner{
    width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2.7;
    letter-spacing: 0.12em;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    color: #000000d9;
    margin: 0 auto;
    padding:0px 0px 0;
    scroll-margin-top:30px;
}
.toptext2_inner {
    padding-bottom:160px;
}

/* ヘッドライン */
.toptext1 .headline_wrap,
.toptext2 .headline_wrap {
    display:block;
    margin:0 auto;
}
.toptext1 .headline,
.toptext2 .headline {
    writing-mode: vertical-rl;
    border-right: solid 1px;
    border-left: solid 1px;
    border-color: #333333;
    display:inline-block;
    font-size:1.38em;
}
.toptext1 .headline .kanji,
.toptext2 .headline .kanji {
    font-size: 1.38em;
    letter-spacing:0.18em;
    padding-bottom:3px;
}
.toptext1 .headline .eisuuji ,
.toptext2 .headline .eisuuji {
    font-size: 0.5em;
    letter-spacing:0;
    margin-left:3px;
}
.toptext1 .sysContent p,
.toptext2 .sysContent p {
    writing-mode: vertical-rl;
    margin: 50px 35px 35px 35px;
}
.toptext1 img {
   width:500px;
   height:auto;
   position:relative;
   margin: 140px 0 0 0;
}
.toptext2 img {
   width:465px;
   height:330px;
   margin: 140px 0 0 0;
   object-fit: cover;
}

/* 画像フェードイン */
.fadein {
	opacity : 0;
	transform : translate(0, 40px);
        transform: scale(1.16);
	transition : all 0.6s;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
        transform: scale(1);
	}

/* ヘッドラインフェードイン */
.headline {
	opacity : 0;  
	filter: blur(4px);
	transition : all 0.6s;
        transition-delay:200ms;  
	}
.headline.scrollin {
	opacity : 1;
        filter: blur(0px);
	}
/* テキストフェードイン */
.textin {
	opacity : 0;  
	filter: blur(4px);
	transition : all 0.6s;
        transition-delay:500ms;  
	}
.textin.scrollin {
	opacity : 1;
        filter: blur(0px);
}

/* レストラン案内
*----------------------------------------------------------------------*/
.restaurant .sysContent{
   margin: 30px calc(50% - 50vw) 0;
   width: 100vw;
   background:#bbb6aa;
   color: #fff;
}
.restaurant_wrap {
   width:900px;
   margin:0 auto;
   padding:80px 0;
   display:flex;
   flex-wrap:wrap;
   scroll-margin-top:60px;
}
.restaurant .title_en,
.restaurant .title_jp {
  display:block;
   width:100%;
   text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.restaurant .title_en {
   margin-top:20px;
}

.restaurant_title {
}
.restaurant_text {
   font-weight:400;
   font-size:15px;
   font-family:'Noto Serif JP';
   letter-spacing:0.8px;
   line-height:2.5;
   width:100%;
   margin:60px 0 55px;
   text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.restaurant_ginoza,
.restaurant_yagaji {
   width:50%;
   display:block;
}
.restaurant_ginoza {padding:30px 30px 30px 0;}
.restaurant_yagaji {padding:30px 0 30px 30px;}

.restaurant_ginoza div,
.restaurant_yagaji div {
   font-weight:400;
   font-size:16px;
   margin:20px 0 10px;
   letter-spacing:0.5px;
}
.restaurant_ginoza p,
.restaurant_yagaji p {
   font-weight:300;
   font-size:14px;
   margin:0px 0 14px;
   letter-spacing:0.5px;
   line-height:1.0;
}

.restaurant_ginoza a,
.restaurant_yagaji a {
   background:#fff;
   color:#999;
   padding:1px 6px 3px;
   letter-spacing:0.2px;
   font-size:12px;
}
.restaurant_ginoza .tel:before,
.restaurant_yagaji .tel:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.restaurant_ginoza .search:before,
.restaurant_yagaji .search:before {
    content: "\f002";
    font-family: 'FontAwesome';
}

.miru .sysContent {
    width:100vw;
    height: auto;
    margin:0px calc(50% - 50vw) 0 ;
    background: rgb(250, 248, 245);
    padding:30px 0 100px!important;
}


/* お知らせ
*----------------------------------------------------------------------*/
.topnotice {  
    margin: 0px auto 80px;
    display:flex;
    width:900px;
}
.topnotice .sysHeadline { 
    display: block;
    text-align: left;
    margin: 0 50px 0 0;
    width: 450px;
    font-family: 'Noto Serif JP';
    font-size: 12px;
    letter-spacing: 0.015em;
    top: 30px;
    position: relative;
    font-size:14.5px;
}
.topnotice .sysHeadline::before {  
    content:"NOTICE";
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:26px;
    letter-spacing:0.09em;
    position:relative;
    top:-40px;
}
.topnotice .sysContent {
    font-size:16px;
    width:1300px;
}

.topnotice ul li a{
    padding:12px 0 8px;
    margin:0;
    display:block;
    font-size:14px;
}
.topnotice ul li {    
    padding:0;
    margin:0 0 0 0;
}
.topnotice li:first-child {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0 0 0 0;
    padding:0 0 10px 0;
}
.topnotice li + li {
    border-bottom:1px solid #ccc;
    margin:0 0 0 0;
    padding:0 0 10px 0;
}
.topnotice li time{
    font-family: 'Noto Sans JP';
    font-size:11px;
    font-weight:300;
    letter-spacing:1px;
    color:#333;
    left: 1px;
    position: relative;
}

/* cボタン */
.c-button,
#sysMypageEditReceipt .sysButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-weight: 300;
    color: #333;
    background:transparent;
    border: 1px solid #555;
    cursor: pointer;
    transition: opacity .3s;
    width: 250px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height:0;
    border-radius:0px;
}

/* フリーページ */

.p-law,
.recruitment,
.faq {
    margin:40px auto;
    width:900px;
}
.restaurant_catch {
    display:flex;
    flex-direction:raw;
}

.restaurant_hidari {
    width:70%;
    padding:0 20px 0 0px;
}

.restaurant_migi {
    width:30%;
    padding:0 0px 0 20px;
    margin:60px 0 0 0;
}

.restaurant_hidari p {
   font-weight:300;
   font-size:14px;
   margin:0px 0 14px;
   letter-spacing:0.5px;
   line-height:1.0;
}

.restaurant_hidari a {
   background:#bbb6aa;
   color:#fff;
   padding:1px 6px 3px;
   margin:0 2px ;
   letter-spacing:0.2px;
   font-size:12px;
}
.restaurant_hidari .tel:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.restaurant_hidari .search:before {
    content: "\f002";
    font-family: 'FontAwesome';
}



.boshu {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:32px;
    letter-spacing:0.09em;
    margin:50px 0 40px 0;
}
.boshu_text,
.resturant_text {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Noto Serif JP';
    letter-spacing: 0.8px;
    line-height: 1.7;
    margin: 0 0 60px;
}
.youkou_title {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:24px;
    letter-spacing:0.09em;
    margin:140px 0 30px 0;
    padding-top:20px;
    border-top:solid 1px;
}
.youkou {
    background:#ffffff;
    margin:40px 0 80px;
    padding:45px 60px 0px;
    display:flex;
    flex-direction:row;
    letter-spacing:0.09em;
}

.youkou_hidari {
    display:flex;
    flex-direction:column;
    width:300px;
}

.youkou_hidari img {
    margin-top:0px;
    object-fit: cover;
    object-position: 50% 0%;
    width:260px;
    height:130px;
}    

.youkou_migi {
    margin:0 0 0px 50px;
}
.shokushu {
    font-size:20.5px;
    font-weight:500;
    padding:0 0 20px;
    margin: 0 0 15px;
    border-bottom:solid 1px #999999;
}
.shokushu span{
    font-size:11.5px;
    font-weight:400;
}
.jikyu:before {
    content: "\f157";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 17px;
    position: relative;
    top:2px;
    left:3px;
    margin-right:6px;
}

.jikan:before {
    content: "\f017";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 18px;
    position: relative;
    top:1px;
}
.naiyou,
.kinmuti,
.oubo {
   margin-top:15px;
   padding-top:20px;
   border-top:solid 1px #999999;
}

.tenmei {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:14px;
    letter-spacing:0.09em;
    font-weight:500;
    margin-bottom:91px;
}
.tenmei_tamaya {
    font-size: 32px;
    letter-spacing: 0.2em;
    margin-top: -4px;
}

.tenmei_kitchen {
    font-size: 28px;
    letter-spacing: 0.2em;
    margin-top: -4px;
    margin-bottom:7px;
}


.tagu {
    margin:10px 0 0;
}

.tagu span {
    border:solid 0.5px #bbb6aa;
    border-radius:8px;
    padding:0px 5px 1px;
    margin:8px 2px -8px 0;
    color:#fff;
    background-color:#bbb6aa;
    display: inline-block;
    font-size:11px;
}

.denwa {
    margin-top:10px;
}

.mail2 {
    border-bottom:solid 1px #999999;
    margin-bottom:80px;
    padding-bottom:18px;
}

.denwa a,
.mail2 a,
.kinmuti a {
    text-decoration:underline;
    color:blue;
}

.denwa:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 18px;
    position: relative;
    top:1px;
}

.mail2:before {
    content: "\f003";
    font-family: 'FontAwesome';
    color: #555555;
    font-size: 16px;
    position: relative;
    top:1px;
}

.questions {
    position:relative;
    top:-40px;

}
.questions .sysHeadline {
    margin-top:0;
}
#privacypolicy p {
   font-size:14px;
   margin: 20px 12px 12px;
}
#privacypolicy #sysWrap {
   margin-top:100px;
}
.opcBillingAddress_acceptMailmagazineLabel_edit {
  display:none;
}
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit {
  height:40px;
}
#sysMypageLogin .sysLoginButton,
#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton,
#sysMemberRegisterConfirm .sysNextSubmit,
#sysMypageEditDeliveryinput #button2,
.opcBillingAddress_completeButton_edit{
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-top:0;
  font-size: 13px!important;
  color:#fff;
  background:#3f3f3f;
  border-radius:4px;
  height:auto;
  padding:10px;
}

#sysMypageEditDeliveryinput #button2 {
  margin-top:14px;
  margin-right:20px;
}

#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton {
  height:45px!important;
  margin-top:1px;
}
#sysMemberRegisterIndex .sysNextSubmit,
input[value="次へ（認証コードを送信する）"],
input[value="登録"] {
  width: 100%;
  font-size: 13px;
  color:#fff;
  background:#3f3f3f;
  border-radius:4px;
  height:auto;
  padding:10px;
}
input[value="登録"] {
  width:30%!important;
}


/* 戻るボタン */
#sysMypageLogin .sysButton,
.sysCart #sysMain #sysPurchaseAuthMember > div > div > form > input.sysButton,
#sysFormConfirm button.sysButton,
.opcBillingAddress_backButton_edit,
.sysButton.sysBackSubmitArea{
  width: 48%!important;
  margin-left: auto;
  font-size: 13px!important;
  background:transparent!important;
  color: #333!important;
  border: 1px solid #555!important;
  border-radius:0px;
  cursor: pointer;
  height:45px!important;
  margin:0 0 0 2%;
}
.sysOpcBody .opcCommonRequireLabel {
  position:relative;
  top:-2px;
}

/* タブレット用 */
@media screen and (max-width: 1100px) {

body {
  margin:0 auto;
  padding:0 ;
}
#sysWrap {
  max-width:1100px;
}
div#sysMain {
  width:600px;
}
#sysMain input,
#sysMain textarea{
  font-size:16px;
}

#sysOpc input {
  font-size:16px;
}

.coupon {
  margin:20px 20px 40px 20px;
  font-size: 14px !important;
  line-height: 1.8;    
}

.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 select, .sysCartError {
  margin:3px auto!important;
}
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  width:100%;
}
#sysPurchaseAuthMember {
  width:calc(50% - 20px);
}
#sysPurchaseAuthMember .sysFormItem.sysSubmit .sysLoginButton,
.sysCart #sysMain #sysPurchaseAuthMember > div > div > form > input.sysButton {
  width:100%!important;
  margin:0 0 15px!important;
}

#sysOpc .opcBillingAddressArea, .opcClientArea {
  padding:0 20px 20px; 
}
.opcSelectDeliveries_deliveryToSingle_edit,  .opcSelectDeliveries_backButton_edit {
  font-size:13px!important;
  font-weight:400;
  width:100%!important;
}
.opcPaymentMethodArea {
  padding:20px 20px 0;
  margin:0 20px;
}
.opcRemarksArea {
  padding:20px;
}
.opcRequestOrderArea {
  padding:0 20px;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
    width:150px;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
    width: calc(100% - 150px);
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
    margin: 10px 10px 0 calc(30% - -126px);
    width:auto;
}
.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
    margin-left:30%;
}

.opcItemDataBind.opcItemList .opcItem_itemRetailPricesAndLabelGroup {
    top:0;
}
.opcItemDataBind.opcItemList .opcCommonEditLabel {
    top:40px;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
    top:0px;
}
.opcSelectDeliveries_edit {
  padding:0;
}
.opcMultiDelivery {
  padding:0 20px 0px;
  margin-bottom:20px;
}
input.opcOrderBackToBasket_backToBasket.opcCommonButton {
  margin-left:20px;
}
.opcConfirm {
  padding:10px 0 0;
}

.opcBillingAddress, .opcClientList {
  padding: 10px 0px 5px;
}

#sysOpc .opcOrderSummaryArea {
  padding:10px 0 5px;
  margin:20px;
}
.Category_wrap {
  margin: 37px 10px 25px;
}
.Category_list a {
  font-size:13px;
}
.sysPr  {
  padding:5px 20px;
}
.sysStockQuantity {
  margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 15px;
}
#sysItemDetail .sysNextSubmit {
   width: calc(50% - 40px);
   margin: -35px 20px 10px auto;
}
.form-request .sysFormField,
.form-request .sysFormLabel {
   font-size:13px!important;
}
.form-request .sysFormItem.sys2 .sysFormField {
   font-size:16px!important;
}
.toptext1 .sysContent, .toptext2 .sysContent {
  padding-top:80px!important;
}
.toptext1_inner{
   flex-direction:column;
   width:100%;
   padding-bottom:0px;
}
.toptext2_inner {
   flex-direction:column;
   width:100%;
   padding-bottom:80px;
}
.headline {
  margin-top:30px;
}

.toptext2 .headline_wrap {
   order:-2;
}
.toptext1 .headline_wrap,
.toptext2 .headline_wrap {
   width:86px;
}

.toptext1 .sysContent p {
    margin: 0 auto 0px;
    padding-top:50px;
    height:450px;
}

.toptext2 .sysContent p {
    margin: 0 auto 0px;
    padding-top:50px;
    height:530px;
}

.toptext2_inner .textin {
   order:-1;
}
.toptext1 img {
   width:100vw;
   height:auto;
   position:relative;
   margin: 0px 0 0 0;
}
.toptext2 img {
   width:100vw;
   height:70vw;
   position:relative;
   margin: 0 0 0 0;
}

.restaurant_wrap {
  width:100%;
  padding:60px 40px;
}
.restaurant_ginoza {padding:15px 15px 20px 0;}
.restaurant_yagaji {padding:15px 0 20px 15px;}


.topnotice {
    flex-direction: column;
    width: 100%;
    border-top: solid 0px rgba(0,0,0,.2);
    padding-top: 70px;
    padding-bottom: 60px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 80px;
}
.topnotice .sysContent {
  width:100%;
  font-size:14px;
  padding-top:3px;
}
.topnotice ul {
  margin-left:40px;
  margin-top:25px;
}

.topnotice ul li a {
  padding:15px 0 8px;
}

.topnotice .sysHeadline {
  width:100%;
    margin: 0 auto 0 auto;
    font-family: 'Noto Serif JP';
    font-size: 14.7px;
    text-align: left;
    padding: 0 0 0px 40px;
    position: relative;
    top: -3px; 
}
.topnotice .sysHeadline::before {
  font-size: 19.5px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 0 0 0px;
    position: relative;
    top: -31px;
}
.topnotice ul li {
  padding-right:20px!important;
  padding-left:0px!important;
}

#sysMypageLogin #sysMain .sysFreeArea {
  width: calc(50% - 40px);
    padding: 10px 40px 50px;
    margin:0 20px 20px 20px;
}
#sysMypageLogin #sysMain .sysLoginForm {
    width: calc(50% - 40px);
    padding: 10px 40px 50px;
    margin:0 20px 20px 20px;
}

.p-law,
.recruitment {
  width:100%;
  margin:0 auto;
}

#privacypolicy #sysWrap {
  padding: 0px 40px 40px;
}
#sysRegi #sysMain{
  padding:30px 20px;
}
.sysItemList ul {
  width:100%;
  left:0;
  margin-top:20px;
}
.sysItemList ul.sysThumbnail li {
  padding:0;
     box-shadow: 0px 0px 10px 0px #eee;
  margin:0 10px 30px;
}

.sysCart .sysItemListArea ul li {
  border-bottom:none;
}

.orderArea {
  padding:0px 0 20px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea > div.sysForm {
  padding:0 20px;
}
.recommend .sysItemName {
  margin:11px 0 8px!important;
}

.itemDetailWrap .sysItemName {
  margin:0;
  padding-bottom:6px;
}

.itemDetailWrap .sysRetailPrice {
    font-size: 14.5px;
    margin: 0px;
}
.itemDetailWrap .sysItemName a {
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:0;
  display: block;
  padding: 10px 10px 120px;
  margin: -10px -10px -120px;
}
#sysItemDetail .sysMainImage img {
  width:100%;
  height:auto;
}
#sysItemDetail .sysMainImage {
  width:100%;
  height:auto;
}
.sysItemImages .sysImageList li img {
  width:100%;
  height:auto;
}
.sysItemImages .sysImageList li {
  width:20%;
  height:auto;
  line-height:20%;
}
.sysItemImages .sysImageList {
  width:100%;
}
.sysItemImages {
  padding-right:0;
  padding-left:40px;
}

#sysItemDetail .sysDescription {
  width:100%;
  border-top:none;
  border-bottom:none;
}
.sysItemList .itemDetailWrap {
  height:auto!important;
  background: #fff;
  margin: 0;
  padding:12px 12px 15px;
}
#sysItemDetail .sysItemName {
  order:2;
  margin:0;
}
#sysItemDetail #sysNumber {
 width:100%;
 margin-top:10px;
 padding:0 20px;
}
#sysItemDetail #sysNumber:nth-child(1) {
 width:auto;
}
#sysItemDetail #sysNumber select {
 width:60px;
 min-width:60px;
}
#sysItemDetail #sysVariation .sysVariationSelects {
  margin-left:20px;
}

.recommend {
    width: auto;
    margin: 40px 0 40px;
    padding: 20px 40px 40px;
    background: transparent;
    border: none;
}
#sysFooter .f_copy {
  width:100%;
  padding-left:40px;
}

.notice {
  margin: 30px 10px 0px;
  background: transparent;
  border: 0.5px solid #333;
}
.oshirase {
  margin-top:60px;
}

.sysCategoryDescription::after {
  top:50px;
}

#sysFormIndex #sysMain input {
  font-size:16px;
}

#sysFormIndex .sysNextSubmit {
  font-size:14px!important;
}
.sysMypageNav {
  margin:20px 20px 40px;
  width:100%;
  left:-20px;
}
.sysMypageNav:before {
  display:none;
}
.mypage_category:before {
  margin:0px 0px 25px;
  font-size:16px;
}
#sysMypageIndex .sysFreeArea {
  width:100%;
  margin:0;
  padding:0;
  border-bottom:none;
}

.sysMypageNav form {
   width:100%;
   margin:0 0px 5px;
}
div.sysMypageNav > form:nth-child(1) > input.sysButton,
div.sysMypageNav > form:nth-child(2) > input.sysButton,
div.sysMypageNav > form:nth-child(3) > input.sysButton,
div.sysMypageNav > form:nth-child(4) > input.sysButton,
div.sysMypageNav > form:nth-child(5) > input.sysButton,
div.sysMypageNav > form:nth-child(6) > input.sysButton,
div.sysMypageNav > form:nth-child(7) > input.sysButton,
div.sysMypageNav > form:nth-child(8) > input.sysButton,
div.sysMypageNav > form:nth-child(9) > input.sysButton {
    background-size: 70px;
    background-position: 0 13px;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
    font-size: 14px!important;
    color:#000;
    border-radius:6px;
}

.mypage_category {
    margin:0;
}

.mypage_category a {
    font-size: 15px!important;
    width: 100%!important;
    height: 60px!important;
    line-height: 0!important;
    margin-right: 0px!important;
    margin-bottom: 20px!important;
    border-radius:6px;
}
.mypage_category a:nth-child(3) {
    background-position: 0 51%;
}
#sysMypageOrderHistoryDetail {
    margin-bottom:40px;
}
.sysMypageNav form:after {
    content: "\f105"!important;
    float: right;
    font-family: 'FontAwesome';
    padding-right: 20px;
    position:relative;
    top:-50px;
    font-size:16px;
}
.sysMypageNav .sysButton:hover {
    background-size:65px!important;
}


/* フッター
*----------------------------------------------------------------------*/
#sysFooter .footer {
  width:100%;
  margin-left:0;
  margin-right:0;
}
#sysFooter .footer .f_gnav_all {
  width:100%;
  padding:0 0 40px 40px;
}

#sysFooter .footer .f_gnav_all ul {
  margin:0 50px 0 0;
}
#sysFooter .footer .f_gnav_all ul li {
  letter-spacing:1px;
}
.f_gnav_all a {
  font-size:13px;
}
.f_gnav_all a:hover::after {
  transform: scale(0, 1);
}
.goriyou,
.faq {
  width:100%;
  margin:0px 0 60px 0;
}
.accordion-wrap{
  padding: 0 40px;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding-left:56px;
}
.accordion-item p {
  padding-left:15px;
}

.goriyou .accordion-title::before,
.faq .accordion-title::before {
  left:35px;
}
.goriyou .accordion-content,
.faq .accordion-content {
  padding-left:10px;
  padding-bottom:40px;
  padding-right:40px;
}

#sysItemCategory #sysWrap {
  margin-top:0;
}

/* ハンバーガー
*----------------------------------------------------------------------*/
.header_sp #navBtn{
  display : block;
  position: fixed;
  z-index : 3;
  left : 33px;
  top   : 55px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
#navBtn span {
  display : block;
  position: absolute;
  width   : 22px;
  height  : 1px ;
  left    : 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  z-index: 9999;
  background: #333;
}
#navBtn span:nth-of-type(1) {
  top: 8px;
}
#navBtn span:nth-of-type(2) {
  top: 16px;
}
#navBtn span:nth-of-type(3) {
  top: 24px;
}

/* ナビ開いてる時のボタン */
#navBtn.active span:nth-child(1) {
  top : 15px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

#navBtn.active span:nth-child(2),
#navBtn.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#navBtn.active span:nth-child(2) {
  opacity:0;
}

nav.globalMenuSp {
    position: fixed;
    height: 100vh;
    width: 400px;
    left: -400px;
    top: 101px;
    background: #FAF8F5;
    transition: transform 0.7s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;
    z-index: 8888;
    overflow: scroll;
    padding-bottom: 5rem;
}

nav.globalMenuSp ul {
  background: transparent;
  margin: 20px auto 20px;
  padding: 0 20px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align:left;
  font-weight:400;
  color:#333;
}
nav.globalMenuSp ul li:first-child {
}

nav.globalMenuSp ul li a:hover{
  color:#bf1f1f;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #111;
  padding: 17px 0 16px;
  text-decoration :none;
  font-size:12.5px;
  font-weight:500;
  font-family:'Libre Baskerville','Noto Serif JP', 'Noto Serif JP';
  letter-spacing:1px;
  line-height:1.58;
}

nav.globalMenuSp ul li b {
  font-size:17px;
  letter-spacing:0.09em;
  font-weight:500;
}

nav.globalMenuSp ul:nth-child(1) li a:after {
    content: "\f105";
    float: right;
    font-family: 'FontAwesome';
    position: relative;
    bottom: 15px;
    font-size: 15px;
}

nav.globalMenuSp .globalMenuSp_2 {
  padding-top:10px;
}
nav.globalMenuSp .globalMenuSp_2 li {
  border:none!important;
}
nav.globalMenuSp .globalMenuSp_2 li a{
  font-size:13px;
  padding:10px 0;
  font-family: 'Noto Sans JP';
  color:#333;
  font-weight:400;
  display:inline-block;
}
nav.globalMenuSp ul:last-child{
  padding-bottom:100px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(100%);
}
.overlay {
    background: rgba(0,0,0,.85);
    position: fixed;
    top: 101px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    transition: .5s cubic-bezier(.18,.06,.23,1);
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}
.overlay.active {
    transition: .6s;
    opacity: 1!important;
    pointer-events:auto!important;
    position: fixed;
}

.banner_area {
   text-align:left;
   margin-left: 20px;
   margin-top:45px;
}


/* カテゴリページ　タイトル
*----------------------------------------------------------------------*/
.sysItemCategoryInfo {
  margin: 0 ;
  width: 100%;
}
.sysFreeArea {
    width:100vw;
    margin: 0 calc(50% - 50vw);
    border-bottom: 1px solid rgba(0,0,0,.2);
} 
#sysMypageLogin .sysFreeArea {
    border-bottom:none;
}

.title,
.sysHeadline,
.sysTitle span,
.opcBillingAddressTitle {
    width:100vw;
    margin: 0 calc(50% - 50vw) ;
    border-bottom: 0px solid rgba(0,0,0,.2);
    padding:45px 0 41px;                       /*62px 0 60px;*/
    background: #bf1f1f;
    color: #fff;
}
.sysHeadline,
.opcBillingAddressTitle {
    background: transparent!important;
    color:#000!important;
    text-align:center;
}
.title_jp,
.sysHeadline span {
    margin:0 auto 0 auto;
    font-family: 'Noto Serif JP';
    font-size:14.7px;
    text-align:center;
    padding: 0 0 0px 0;
    position:relative;
    top:-2px;
    letter-spacing:1px;
}
.title_en,
.sysHeadline b,
.opcBillingAddressTitle:before {
    font-family: 'Libre Baskerville','Noto Serif JP', sans-serif; 
    font-size:19.5px;
    margin:0 auto 0 auto;
    text-align:center;
    padding: 0 0 0 0;
    position:relative;
}

.p-privacy .sysContent {
    margin-top:20px;
}

/* お知らせ
*----------------------------------------------------------------------*/
#sysInformation #sysWrap {
    margin-top: 100px;
    background: #fff;
    padding: 50px 20px;
    margin-bottom:80px;
}
#sysInformation #sysMain h1 {
    padding:0 15px;
    margin-bottom:35px;
}
#sysInformation .sysNewsDetail {
    padding:0 10px;
    font-size:13.5px;
    line-height:2.0;
}
.sysItemListDisp {
  display:none;
}

.sysItemCategoryInfo {
  order:0;
}

.sysItemCategoryPankuzu {
  margin:0 0 0 0;
  padding:8px 0 10px 20px;
  border-bottom: 0px solid rgba(0,0,0,.2);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  letter-spacing: 4px;
}
.sysItemCategoryPankuzu a {
  font-weight:300;
  letter-spacing: 0.3px;
  color:#111;
}

.sysItemCategoryCtl {
    margin: 40px 10px 20px;
}
.sysItemCategoryCtl a {
    padding: 0;
    width: calc(33.333% - 20px);
    margin-bottom:15px;
}
.sysItemCategoryCtl a:after {
    content: "\f105"!important;
    float:right;
    font-family:'FontAwesome';
    padding-right:10px;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysWrap{margin-top:101px;}
#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
  margin: 101px auto 0;
  width:100%;
}
#sysRegi #sysMain, #sysMypageLogin #sysMain{
  margin-top:0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 100% !important;
  padding:20px 20px 30px !important;
    margin:10px auto;
}
.sysCart #sysMain {
  width: 100% !important;
  padding:0;
}
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain,
.sysMemberMailaddressAuthentication #sysMain{
    width: 100% !important;
  padding:0px 40px 30px !important;
    margin:10px auto 0;
}

.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 */

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
    font-size: small;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 50px;
    padding: 0 0px;
    flex-direction: row;
    border: 0px solid #333;
    background: transparent;
    position: relative;
}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}

/***********************************
  商品詳細ページ
***********************************/



.sysItemList ul.sysThumbnail li {
  width:calc(33.333% - 20px);
  background:#fff;
}
.sysItemName a{
  font-size: 14px;
  line-height:1.4;
}

/*商品名*/

.sysSaleTerm,
#sysItemDetail .sysSuggestedRetailPrice {
  margin-left:20px;
}

#sysItemDetail .sysItemName h1{
  font-size:19px;
  padding:0 20px;
  margin-bottom:15px;
  font-family:'noto serif jp';
  letter-spacing:1px;
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue{
  padding:0 22px;
  font-size:17.5px;
}
#sysItemDetail .sysDescription {
  padding:12px 20px 0;
}
#sysItemDetail #sysExplanation {
  padding:0 20px 20px;
}

#sysItemDetail .sysForm select{
  text-align:center;
}
#sysItemDetail .sysSelectionDescription{
  margin: 5px 0 10px 20px;
  height:auto;
  float:left;
}
#sysItemDetail #sysNumber{text-align: right;}

.recommend .sysContent .sysHorizontal li {
  width:20%;
}
.recommend .sysContent .sysHorizontal .sysItemImage {
  width:100%;
  height:auto;
}

/*数量増減*/
#sysItemDetail .sysNumArea button {
}
/*PRアイコン(商品カテゴリーページ)*/
.sysItemPrArea span{
  font-size: 11px!important;
  padding:0 4px 1px;
  margin-right:5px;
  margin-bottom:6px;
  letter-spacing:-0.3px;
}
#sysItemCategory #sysMain{
    padding:101px 20px 0;
    display: flex;
    flex-direction: column;
}

#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{
margin-top: 10px;
line-height:2.1;
}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#sysItemDetail .sysForm select {
  min-width: 200px;
  display: inline-block;
  float: right;
  background:#fff;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

/*商品ページ用おすすめ商品*/
.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;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 101px;
    z-index: 9999;
    transition: .6s;
    padding: 0.2rem 1rem 0.5rem;
    background-color:rgb(250, 248, 245);
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
#top .header_wrap{
}


.sysOpcBody .header_wrap {
   height:0px;
   padding:0;
   
}

#top .spCart,
#top #navBtn {
   display:none;
}
#top .spLogo {
   display:none;
}
#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 .sysContent {
  z-index:9999;
}


.header_sp .spCart{
  position: absolute;
  top: 54px; right: 0;
}
.header_sp #navBtn img, .header_sp .spCart img{
  width: 28px;
  height: 28px;
}
.header_sp .spLogo img{
      width: 170px;
    margin-top: 7px;
}

/***********************************
  カート情報
***********************************/
#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 rgba(0,0,0,.2);
  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!important;
        overflow: auto;
}
#spNaviWrap{
  display:none;
  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-bottom: 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: #000000d9;
}
.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: #000000d9;
}

.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;
  border: 0px solid rgba(0,0,0,.2);
}
#main_tradelaw dl , .main_tradelaw d{
  width: 100%;
  background: transparent;
  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: 0px 40px 3px;
  float: none;
  clear: both;
  font-weight: 600;
  background:transparent;
  font-size:15px;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 0px;
  padding: 0 40px;
  background:transparent;
  font-size:13.5px;
}
#main_tradelaw b {
  font-weight:600;
}


.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 rgba(0,0,0,.2);
}
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;
}

div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}


.box3 li{
   text-indent: -1.5em;
   padding-left: 1em;
}
.box3 span {
   text-indent: -1.5em;
   padding-left: 1em;
}



/***********************************
  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;
        margin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center; 
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}
/* カート内商品数表示*/
button.itemCount2{
display: none;
    position: absolute;
    bottom: 13px;
    right: 6px;
    background: #bf1f1f;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    text-align: center;
    line-height: 7px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    padding-bottom:1px;
}
/*商品購入ステップ*/
.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;
}

/***********************************
  新規会員登録
***********************************/

/*黒いボタン*/
.opcDeliveryAddress_completeButton_edit {
    font-size: 15px!important;
    width: 100%!important;
    margin: 15px auto 0!important;
    display:block;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit,
.opcDeliveryAddress_openDialogButton_edit {
    font-size: 13px!important;
    box-shadow:none;
    display:block;
    width:100%;
    margin:0 0 15px!important;
}

.opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit {
    font-size:16px!important;
    font-weight:600;
}

.sysLoginButton {
    background: #000!important;
    font-size: 13px!important;
    margin: 25px auto 0!important;
    display:block;
}
.sysAmazonNextSubmit {
    font-size: 13px!important;
}

#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
        margin-bottom:15px!important;
}
#sysMypageLogin .sysButton,
#sysMemberRegisterIndex .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

.sysFormItem.sysZipcode .sysButton.btn {
    display: inline-block;
    padding: 0 12px;
    margin: 15px 0 0;
    width: auto!important;
    height: 41px;
    color: #fff;
    background: #000;
    border-radius: 0px;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 13px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

/***********************************
  カートページ
***********************************/
.sysCart .sysItemListArea ul {
  padding:0;
}
.sysCart .sysItemListArea ul li {
  padding:10px 0 9px;
  height:185px;
}

.sysCart .sysItemListArea .sysBox {
  display:inline-block;
  width:100%;
  padding:20px 40px 30px!important;
}
#sysMain > div.sysItemListArea > ul > li > div > a {
  width:auto;
}

.sysCart .sysBox .sysTotalTxt {

}
.sysCart .sysTotal .sysTotalTxt:before {
}
.sysCartItemAreaMessage {
  padding-left:40px;
  padding-right:40px;
  font-size:14px;
}
#sysMain > div.sysTotal > div > div:nth-child(2),
#sysMain > div.sysTotal > div > div:nth-child(3) {
  margin: 0px 10px 0 10px;
  padding-right:10px;
  width: 100%;
}
div.sysConfirmCoupon > input {
  float:right;
  margin-right:0;
  font-size:13px!important;
}
.sysCart .sysErrorMessage {
  padding-left:40px;
}
.sysCart .sysBox .sysProduct {
  width:auto;
  position:relative;
  top:-5px;
}
.sysCart .sysDeleteArea {
}
.sysCart .sysBox a img.sysProductImg {
  width:110px;
}
.sysCart .sysItemListArea .sysItemName a {
  font-size:16px;
}
.sysCart .sysItemListArea .sysItemName {
  margin:0 0 3px;
}
.sysCart .sysBox hr {
}
.sysCart .sysCartAttention span {
  font-size:18px;
  bottom:0px;
}
.sysCart .sysSubTotalArea {
  top:-50px;
  left:0;
}
#sysItemDetail.sysForm select[name="num"],
#sysMain .sysItemListArea ul li div div:nth-child(4) div:nth-child(1){
  min-width:0px;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysProduct > div.sysItemRetailPrice {
  margin-top:0;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
    width: 140px;
    height: 48px;
    top: -111px;
    left: 0px;
    margin: 0px 0 0 auto;
}
.sysCart #sysMain select {
  width:50px;
  font-size:16px;
  z-index:1;
}
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon{
  padding-right:40px;
  padding-left:40px;
}
.sysCart #sysMain .sysFreeAreaBottom {
  margin-right:40px;
}


.sysCart .sysTotal .sysBox {
  padding:15px 40px 15px!important;
}


#sysMain > div.sysItemListArea > ul > li > .sysBox > div:nth-child(4) > div:nth-child(1) {
  z-index:1;
}

#sysMain > div.sysItemListArea > ul > li > div > div.sysSubTotalArea > span.sysCartAttention {
}

.sysCart #sysMain .sysDeleteArea input[type=submit] {
   top:-85px;
}
.sysCart .sysSubTotalArea {
}
#sysItemDetail #sysWrap {
  margin-top:100px;
}
.sysCart #sysWrap {
}

/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
  margin:120px auto 0;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_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: 0px auto 30px;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 40px;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 0em;　　　　　　　          　　/*margin-top: 1em;*/
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 3px 0 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% - 30px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}


.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
  display:none;
}

.opcOrderSummary_totalPricesAndLabelGroup:before {
  content:"お支払い金額：";
  font-size:14px;
  font-weight:600;
}

#sysOpc .opcDeliveryAddressHeader {
  padding-bottom:15px;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
  font-size:13px!important;
}

.opcDeliveryMethodGroup_edit {
  padding:10px 20px 0;
}

/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
.pagetop #page-top:hover{
  background-color:#bbb6aa;
 }
.sysItemCategoryCtl::before {
text-align:center;
margin-bottom:17px;
}
#main_tradelaw dl, .main_tradelaw d {
  margin-bottom:35px;
}

.opcDeliveryAddressHeader:before {
  font-size:19.5px;
}
#sysMypageEditDelivery .sysButton, #sysMypageEditMember .sysBackButton {
  width:100%;
}
.restaurant_text {
  text-align:center;
}
#sysFormConfirm .form-request button.sysButton {
    width:100%!important;
}
#sysFormConfirm .form-request div#sysMain {
   padding-left:40px!important;
   padding-right:40px!important;
}

}
/* スマホ用 */
@media screen and (max-width: 600px){

.sysDisplayMobileNone{
  display:none !important;
}
div#sysMain {
  width:100%;
}

.topnotice .sysHeadline {
 padding-left:20px;
}
.topnotice ul {
  margin-left:20px;
  margin-top:20px;
}
.accordion-wrap{
  padding: 0 20px;
}
.goriyou .accordion-title,
.faq .accordion-title {
  padding-left:35px;
}
.goriyou .accordion-title::before,
.faq .accordion-title::before {
  left:15px;
}
.goriyou .accordion-content,
.faq .accordion-content {
  padding-left:10px;
  padding-bottom:20px;
  padding-right:20px;
}

.coupon {
  margin:20px 20px 30px 20px;
  font-size: 14px !important;
  line-height: 1.8;
}

.boshu,
.boshu_text,
.youkou_title,
.shokushu_text {
  padding:0 20px;
}
.youkou_title {
  padding-top:20px;
}

.youkou {
  flex-direction:column;
  padding:20px;
}

.youkou_hidari {
  width:100%;
}
.youkou_hidari img{
  width:100%;
  height:220px;
}

.youkou_migi {
  margin:20px 0;
}


.sysItemList ul.sysThumbnail {
  margin-top:15px;
}
.sysItemList ul.sysThumbnail li,
.sysItemCategoryCtl a {
   width:calc(50% - 20px);
}
nav.globalMenuSp {
  width:85%;
  left:-85%;
}
#sysItemDetail #sysMain {
    width: 100%!important;
    display: flex;
    flex-direction: column;
}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}
.orderArea {
    padding:0 0 20px;
}
div.sysBlock.orderArea > div.sysBlock.orderArea {
  padding:20px 0;
}
.recommend {
 padding: 0 20px 40px;
}

.recommend .sysContent .sysHorizontal li {
  width:33.33%;
}
#sysFooter .footer .f_gnav_all {
  padding:0 0 20px 20px;
}
#sysFooter .f_copy {
  width:100%;
  padding-left:20px;
}
#sysItemCategory #sysMain {
  padding:101px 10px 0 ;
}

.header_sp #navBtn {
  left:13px;
}

.sysItemImages {
  padding:25px 40px 20px!important;
}
#main_tradelaw dt, .main_tradelaw dt,
#main_tradelaw dd, .main_tradelaw dd{
  padding:0 20px 3px;
}
#privacypolicy #sysWrap {
  padding: 0px 20px 40px;
}
.sysOpcBody div#sysMain {
  padding: 0;
}

element.style {
}

.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 select,
.sysCartError {
    display: inline-block;
}

div.sysMypageNav > form:nth-child(1) > input.sysButton,
div.sysMypageNav > form:nth-child(2) > input.sysButton,
div.sysMypageNav > form:nth-child(3) > input.sysButton,
div.sysMypageNav > form:nth-child(4) > input.sysButton,
div.sysMypageNav > form:nth-child(5) > input.sysButton,
div.sysMypageNav > form:nth-child(6) > input.sysButton,
div.sysMypageNav > form:nth-child(7) > input.sysButton,
div.sysMypageNav > form:nth-child(8) > input.sysButton,
div.sysMypageNav > form:nth-child(9) > input.sysButton {
    background-size: 65px;
    background-position: 0 8px;
    height: 60px;
}
.mypage_category a {
    line-height:1.5!important;
}
.sysMypageNav form {
    margin-bottom:-5px;
}

.sysMypageNav form:after {
    top:-40px;
    padding-right: 10px;
    font-size:14px;
}

#sysMypageOrderHistoryDetail {
  padding:30px 15px;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
  font-size:18px;
}
#sysMypageOrderHistoryDetail .sysOrderDetailArea {
  padding-left:0;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
  margin-left:0;
}
.sysCoupon {
  width:100%;
  margin: 20px 20px 0px 0;
}
.sysMypageMinorHeadLine,
#sysMypageEditDelivery .SysMypageMinorHeadLine {
  font-size:18px;
}

.restaurant_wrap {
  padding:62px 20px;
}

.restaurant_text {
  font-weight:400;
  font-size:15.5px;
}
.restaurant_ginoza {padding:10px 10px 30px 0;}
.restaurant_yagaji {padding:10px 0 30px 10px;}

.restaurant_ginoza div,
.restaurant_yagaji div {
  font-size:15px;
  line-height:1.6;
  letter-spacing:0px;
}
#sysMypageLogin #sysMain {
  flex-direction:column;
}
#sysMypageLogin #sysMain .sysLoginForm {
  width:100%;
  margin:-15px 0 0 0;
  padding:5px 20px 90px;
}
#sysMypageLogin #sysMain .sysFreeArea {
  width:100%;
  margin:100px 0 0 0;
  padding:5px 20px 45px;
}
#sysMypageLogin #sysMain .sysFreeArea:before,
#sysMypageLogin #sysMain .sysLoginForm:before {
  left:-20px;
}
#sysMypageLogin .kaiin a,
#sysMypageLogin .mail a {
  width:100%;
}

.restaurant_ginoza, .restaurant_yagaji {
  width:100%;
  padding:20px 0 40px;
}
#sysPurchaseAuthMember,
#sysRegisterForm,
#sysPurchaseAuthCustomer {
  position:relative;
  width:100%;
  padding:5px 20px 10px
}
#sysPurchaseAuthMember {
  padding-bottom:40px;
}

#sysRegisterForm {
  margin-top:100px;
}
#sysPurchaseAuthCustomer {
  margin:20px 0 25px;
  padding-top:30px;
}
#sysPurchaseAuthMember .sysCartTitle,
#sysRegisterForm:before,
#sysPurchaseAuthMember:before
 {
  left:-20px;
  top:-45px;
}
.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit,
#sysMemberRegisterIndex .sysNextSubmit,
input[value="次へ（認証コードを送信する）"],
input[value="登録"],
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button,
.opcBillingAddress_completeButton_edit,
.opcBillingAddress_backButton_edit {
  width:100%!important;
  margin-right:0!important;
  margin-left:0!important;
  margin-bottom:5px;
}

#sysMypageLogin h4,
#sysPurchaseAuthCustomer .sysCartTitle,
#sysRegisterForm .sysCartTitle {
  text-align:center;
}
#sysPurchaseAuthCustomer .sysCartTitle:after,
#sysRegisterForm .sysCartTitle:after {
  text-align:left;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
  border:none;
}
div.sysItemListArea > ul > li > div > div:nth-child(4) > div.sysNumArea {
  display:none;
}
#sysMain .sysItemListArea ul li .sysBox div:nth-child(4) {
  width:auto;
  height:auto;
  padding:0;
  left:110px;
  top:-50px;
}
.sysCart .sysItemListArea ul li {
  height:160px;
}
.sysCart .sysSubTotalArea {
  top: -55px;
}
.sysCart #sysMain .sysDeleteArea input[type=submit] {
  top:-90px;
  text-align:left;
}
.sysCart .sysErrorMessage,
.sysCartItemAreaMessage,
.sysCart .sysItemListArea .sysBox,
.sysCart .sysTotal .sysBox,
.sysCart #sysMain .sysNextSubmitAreaForUseAmazon,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
  padding-left:20px!important;
  padding-right:20px!important;
}
.sysCart #sysMain .sysFreeAreaBottom {
  margin-right:20px;
}
#sysMain .sysItemListArea .sysProduct .sysItemRetailPrice {
  font-size:14px;
}
.toptext1_inner, .toptext2_inner {
  font-size:16.5px;
}
.restaurant_text {
  font-size:14.5px;
}
.topbanner {
  padding:0 0 115vw 0;
}
.topbanner .sysContent {
  height:115vw;
}
.mainlogo {
  height:115vw;
}
.tatecopy {
    font-size: 20px;
    top: calc(115vw - 71px);
    right: 20px;
}
.topbanner .sysContent::before {
    background-position: 0 0;
    animation: bg-slider 150s linear infinite;
    will-change: animation;
    width:100%; 
}
@keyframes bg-slider {
   0% { background-position: 0 0;}
  50% { background-position: 100% 0;}
 100% { background-position: 0 0;}
}

.opcItemDataBind.opcItemList .opcItem_itemNumAndPricesAndLabelGroup {
   margin-left:0;
}
.opcItemDataBind.opcItemList .opcItem_numAndLabelGroup_edit {
   margin-left:0;
   padding: 0px 0 0 0;
}
.opcItemDataBind.opcItemList .opcItem_itemSummary {
   padding:0;
   width:100%;
}
.opcItemDataBind.opcItemList .opcItem_itemImageGroup {
  display:none;
}

.opcItem_itemAndLabelGroup {
  padding:18px 20px;
}
.opcRemarksDataBind {
  padding:0;
  margin:0;
}
.opcRemarks_edit {
  margin-bottom:0;
}

.opcPaymentMethod {
  padding:0;
}

#sysItemDetail .sysNextSubmit {
   width: calc(100% - 40px);
   margin: -35px 20px 10px 20px;
}
.form-request .sysItemThumnailByFreeform {
    width:100%;
    margin:0px auto 20px 0;
}
.opcItemDataBind.opcItemList .opcItem_num_edit.opcCommonInputSelect {
  top:17px;
}
.opcCompletedDeliveryAddressList_changeItems_edit {
  width:auto;
}


}
@media screen and (max-width:600px){
　.sysDisplayMobileNone{
  display:none !important;
}

.sysCart .sysBox {
  margin-bottom:10px!important;
}

/* アコーディオン全体のレイアウト */
.accordion {
  position: relative;
  width: 100%;
  margin: 10px 0px 12px 20px;
}

.doui_message {
  text-align: left; 
  text-indent: -1em;
}

/* 商品ページ最短配達日 */
.sysDeliveryDateViewName,
.sysDeliveryDateForm {
      margin-left: 20px;
}
}
@media screen and (min-width:601px) and (max-width:1100px){
.sysDisplayTabletNone{
  display:none !important;
}

/* アコーディオン全体のレイアウト */
.accordion {
  position: relative;
  width: 100%;
  margin: 10px 0px 12px 20px;
}

/* 商品ページ最短配達日 */
.sysDeliveryDateViewName,
.sysDeliveryDateForm {
      margin-left: 20px;
}
}
@media screen and (min-width:1101px){
div#sysMain {
  width:900px;
}
.sysCart #sysMain input[type=submit]:hover,
.sysCart #sysMain button[type=submit]:hover,
.sysCart #sysMain button:hover,
.sysPagination a,
#sysMypageLogin .kaiin a:hover,
#sysMypageLogin .mail a:hover,
.sysCart #sysMain #sysRegisterForm .sysNextSubmitArea .sysNextSubmit:hover,
.sysCart #sysMain #sysPurchaseAuthCustomer .sysNextSubmitArea .sysNextSubmit:hover,
#sysMypageLogin .sysLoginButton:hover,
.sysCartButton:hover,
#sysItemDetail .sysCartButton:hover,
.opcBillingAddress_completeButton_edit:hover,
.opcDeliveryMethod_completeButton_edit:hover,
.opcPaymentMethod_completeButton_edit:hover,
.opcItem_completeButton_edit:hover,
.opcDeliveryAddress_completeButton_edit:hover,
.opcPointAndCouponDialog_applyButton_edit:hover,
.opcRemarks_completeButton_edit:hover{
  background:#3f3f3f;
  transition: .3s;
  color:#fff;
}

/* サイドメニュー全体
*----------------------------------------------------------------------*/
.sidemenu {
    position:fixed;
    z-index:998;
    left:0;
    top:0;
    background-color:transparent;
    padding:0;
    margin:0;
    height:100%;
}
.sidemenu .sysContent,
.sidemenu2 .sysContent,
.sidemenu_3 .sysContent {
    display:flex;
    flex-direction: column;
    height:100%;
    align-content:space-between;
}

.sidemenu2,
.sidemenu_3
 {
    position:fixed;
    z-index:998;
    left:0;
    top:0;
    background-color:transparent;
    padding:0;
    margin:0;
    height:100%;
}

/* サイドメニュー ナビ 下層ページ用
*----------------------------------------------------------------------*/
.sidenavi,.sidenavi2 {
    font-family: 'Noto Serif JP', sans-serif;
}
/* サイドメニュー ナビ トップ用
*----------------------------------------------------------------------*/

.sidenavi {
    font-weight:500;
    font-size:15px;
    color: #fff;
    letter-spacing:0.07em;
    text-align: left;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    padding: 0;
    display:block;
    align-self:center;
    margin: auto 0px auto 30px ;
}
.sidenavi ul {
    display: block;
}
.sidenavi li {
    padding: 0px 0 0px 0px;
    margin:35px 0 35px 0px;	
}
.sidenavi a {
    text-decoration: none;
    display: inline;
    text-align: left;
    width: 100%;
    color:#fff;
    padding:2px 0 3px 0px;
}
.sidenavi.headerColorScroll a {
    color:#000000;
    text-shadow:none;
}
.sidenavi2 a {
    color:#000000;
    text-shadow:none;
}
.sidenavi2 {
    font-weight:500;
    font-size:15px;
    letter-spacing:0.07em;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    display:block;
    align-self:center;
    margin: auto 0px auto 30px ;
}
.sidenavi2 ul {
    display: block;
}
.sidenavi2 li {
    padding: 0px 0 0px 0px;
    margin:18px 0 0px 0px;	
}
.Item-Text{
    position: relative;
    z-index: 1;
}
.Item-Text:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;/*テキストからの距離*/
    width: 0%;/*初期状態では下線非表示*/
    height: 0.5px;/*下線の高さ*/
    background: #fff;/*下線の色*/
    z-index: -1;
    transition: all 0.38s;/*アニメーション速度*/
}
.sidenavi a:hover .Item-Text:after{
    width: 100%;/*hover時に表示*/
    color:#fff;
}
.sidenavi:hover a {
    color:#ffffff;
}
.sidenavi.headerColorScroll:hover a {
    color:#000000;
}
.sidenavi.headerColorScroll a:hover .Item-Text:after{
    width: 100%;
    background: #000000;
}


/*SNSボタン
*----------------------------------------------------------------------*/

.nav_bottom_area {
    position:fixed;
    bottom:30px;
    left:30px;
    margin:0;
    width:18px;
    height:18px;
}

.nav_bottom_area li:nth-child(1){
    position: absolute;
    top:-40px;
    left:0px;
    margin:0;
    z-index:999;
}
.nav_bottom_area li:nth-child(2){
    position: absolute;
    top:-40px;
    left:0px;
    margin:0;
}
.nav_bottom_area li:nth-child(3){
    position: absolute;
    top:0px;
    left:0px;
    margin:0;
    z-index:999;
}
.nav_bottom_area li:nth-child(4){
    position: absolute;
    top:0px;
    left:0px;
    margin:0;
}
.nav_bottom_area .white {
    opacity: 1;
}

.sidemenu_3 .nav_bottom_area li:nth-child(1) {
    position: absolute;
    top:-40px;
    left:0px;
    margin:0;
    z-index:999;
}
.sidemenu_3 .nav_bottom_area li:nth-child(2) {
    position: absolute;
    top:0px;
    left:0px;
    margin:0;
    z-index:999;
}
#displayCount {
  display:none;
}


.denwa a {
    text-decoration:none;
    color:#000;
    pointer-events:none;
}

/* 最初からあった記述
*----------------------------------------------------------------------*/
.sysDisplayPcNone{
  display:none !important;
}
}
/* #END_OF_RESOURCE_FILE */
