/* 基本設定
 *----------------------------------------------------------------------*/
 html{font-size:62.3%;}
 body {
   color: #000;
   font-size: 1.3rem;/*13px*/
   font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
   line-height: 1.6;
   background-color: #fff;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 .sp_only{display:none;}
 #sysAll { max-width: 100%; background-color: transparent; padding: 0;}
 #top #sysAll { overflow-x:hidden; }
 #sysWrap {max-width: 100%; margin: 0 auto;}
 #sysHeader { margin: 0; padding: 0; position: relative;  }
 #sysHeader:not(.open) {   z-index: 9999;}
 div#sysMain { float: none; width: 100%; margin: 0 auto;}
 #sysAside { display:none; float: none; padding: 0;}
 #sysFooter { margin: 0; padding: 0;}
 .sysContent { padding-left:  15px!important; padding-right:  15px!important;}
 @media (min-width:1441px) {
   #sysWrap { max-width:calc(100% - 100px); }
   .navi-header nav._right { max-width:230px; }
 }

 h1,h2,h3,h4,h5{
   margin:0;
   padding:0;
   font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
   line-height: 1.6;
   letter-spacing:inherit;
 }
 a { color: #000; text-decoration: none; font-weight:inherit;}
 a:hover { color: #222222;}
 img { vertical-align: bottom; 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 {}
 p.indent{ margin: 5px 0 !important; text-indent: 1em;}
 h1, h2, h3, h4, h5, h6 { font-size: inherit;}
 .clearfix:after { content: ""; clear: both; display: block;}
 table { border-collapse: collapse; border-spacing: 0;}


 /* フォーム要素の基本レイアウト */
 input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
   -webkit-appearance: none;
   padding: 10px 5px !important;
   width: 100%;
   line-height: 2;
   background: #fff;
   border: 1px solid #000;
   border-radius: 0;
 }
 input[type=submit] {
   -webkit-appearance: none;
   padding: 10px 5px !important;
   line-height: 2;
 }
 input[type="radio"]{  margin: 10px 10px 20px;}
 .sysFormField label{ font-size: 15px;}
 .sysFormField a{ display: inline-block; color: #056ea1; border-bottom: 1px solid #056ea1; line-height: 15px; margin: 0 3px;}
 select {height: 30px;}
 #sysItemCategory select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none !important;
   width: 100%;
   padding: 3px 5px;
 }
 /*#sysItemCategory #sysHeader .sysContent{padding: 0!important;}*/
 /*.head_category{display: none;}*/

 /**
  * 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;
   z-index: 1; }
 .owl-carousel .owl-stage {
   position: relative;
   -ms-touch-action: pan-Y;
   -moz-backface-visibility: hidden;
 }
 .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;
   -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;
   display: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; 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; margin-top: -70px;}
 .owl-dots .owl-dot { display: inline-block; zoom: 1; display:inline; position:relative; top:10px;}
 .owl-dots .owl-dot span {
   width: 15px;
   height: 15px;
   margin: 5px 12.5px;
   background: #A5A5A5;
   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: #fff;}
 .owl-nav{
   margin-top: 10px;
   text-align: center;
   -webkit-tap-highlight-color: transparent
 }
 .owl-nav [class*=owl-] {
   position: absolute;
   top:98%;
   margin-top: -18.5px;
   outline: 0;
   width: 20px;
   height: 37px;
   padding:0;
   text-indent: -9999px;
   z-index: 9999;
   border:none;
   border-radius:none;
   cursor:pointer;
 }
 .owl-nav .owl-prev{
   left:35%;
   background: url(/img/common/controls.png) no-repeat 0 0;
   background-size:40px;
 }
 .owl-nav .owl-next{
   right:35%;
   background: url(/img/common/controls.png) no-repeat -20px 0;
   background-size:40px;
 }
 .owl-nav .owl-prev:hover {
   background-position: 0 0;
 }
 .owl-nav .owl-next:hover {
   background-position: -20px 0;
 }
 /*#sysBasket.sysCart .sysConfirmCoupon{display:none!important;}*/
 #sysBasket.sysCart .warning,.sysOpcBody .warning{
     color: #127299;
 font-weight: bold;
 }
 .sysOpcBody .opcFreeAreaBillingAddress{    margin-bottom: 2em;}
 .sysOpcBody .opcItem_additionalDeliveryAddressItemDataBind{
     display: none;
 }
 .sysOpcBody .opcItem_rentalSchedulesGroup{
     display: none;
 }
 .sysOpcBody .opcItem_deliveryAddressItemGroup_edit
 {
     display: none;
 }
 .sysCart p,.sysOpcBody p{
 padding: 0;
 line-height: inherit;
 font-size: inherit;
 letter-spacing: inherit;
 margin: inherit;
 }
 .sysOpcBody .add_error{
     font-weight: bold;
     color: #127299;
     border: 2px solid;
     padding: 10px 5px;
     text-align: center;
     margin-bottom: 20px;
     margin-top: 5px;
 }
 .sysOpcBody .add_error::before{content: ""!important;}

 .sysItemCategoryPankuzu{padding: 0 15px;}

 /* 検索ボックス */
 .search_bx form{
   overflow: hidden;
   border: 1px solid #dddddd;
 }
 .search_bx .sysItemSearchFormWord {
   float: left;
   width: 70%;
 }
 .search_bx input[type="search"] {
   height: 40px;
   border: none;
   padding: 5px;
   width: 100%;
 }
 .search_bx .sysSearchButton {
   overflow: hidden;
   float: left;
   display: block;
   width: 30%;
   height: 40px;
   margin: 0;
   padding: 0;
   text-indent: -999px;
   border-radius: 0px;
   border: none;
   background: #222222 url(https://www.folkner.shop/img/common/ico_search.png) no-repeat center center;
   background-size: 70px;
   cursor: pointer;
 }

 /* submitボタンの調整 */
 #sysMypageReminder #sysMain input[type=submit],
 .sysBackButton,
 .sysNextSubmit {
     background: #000;
   color: #fff;
     display: block;
     padding: 10px 15px;
     text-shadow: none;
     border-color: transparent;
     border-radius: 3px;
     width: 80%;
     height: 50px;
     margin: 0 auto;
 }

 /* 商品カテゴリページ */
 #sysItemCategory .top_brand-banner, #sysItemCategory .top_brand-banner_women {
     padding: 0 0 25px 0;
 }
 #sysItemCategory .brand_text{
   text-align: center;
   margin: 3% 0 0 0;
   font-weight: bold;
   font-family: trajan-pro-3, メイリオ, Meiryo, sans-serif;
   font-size: 1.25em;
 }
 #sysItemCategory .sysItemSearchFormWord {
     width: 40%;
     float: left;
 }
 #sysItemCategory #spNaviWrap .sysItemSearchFormWord {
     float: left;
     width: 70%;
 }
 #sysItemCategory input.sysSearchButton {
     width: 10%;
     background: #000;
     color: #fff;
     box-shadow: none;
     border: 1px solid #000;
 }
 #sysItemCategory #spNaviWrap .sysSearchButton {
     overflow: hidden;
     float: left;
     display: block;
     width: 30%;
     height: 40px;
     margin: 0;
     padding: 0;
     text-indent: -999px;
     border-radius: 0px;
     border: none;
     background: #222222 url(https://www.folkner.shop/img/common/ico_search.png) no-repeat center center;
     background-size: 70px;
     cursor: pointer;
 }
 #sysItemCategory .sysItemCategoryCtl {padding: 10px 0px;}
 .sysFuncItemCategory a { line-height: 1.75;}
 .sysFuncItemCategory a:hover { background: #eee;}
 #sysItemCategory h1.itemCategory{
   margin-left: 5px;
   border-left: 5px solid #222222;
   padding-left: 10px;
   font-size: 18px;
   margin: 20px 0 10px;
 }
 #sysItemCategory:not(.nobrand) #sysMain{padding-top: 0px;}
 .sysSelectionDescription{margin : 2px 0 10px;}

 /* 4-1-3 Category View Mode */
 .sysItemCategoryCtl {
     font-size: small;
 }
 .sysItemCategoryCtl a {
   display: inline-block;
   padding: 2px 4px;
   background: #ddd;
   border-radius: 3px;
   text-decoration: none;
   margin: 2px 0;
 }
 p.cat_txt {
   font-size: 18px;
   text-align: center;
   font-family: serif;
   margin: 0 0 5% 0 !important;
   font-weight: bold;
 }
 /* PRアイコン設定 */
 .sysItemPr {
   font-size: small;
   padding: 0 5px;
   background: #fff;
   border: 1px solid #666;
   border-radius: 3px;
   display: inline-block;
   font-weight: bold;
 }
 /*PRアイコン(商品詳細ページ)*/
 .sysPr span{
   color: #222222;
   margin: 2% 0 5%;
   -moz-box-sizing: border-box;
   text-align: center;
 }
 span.icon_online, span.icon_kyobashi{
   display: inline-block;
   background: #ff1000;
   border: 3px solid #ff1000;
   color: #fff;
 }
 span.icon_book{
   display: inline-block;
   border: 3px solid #ff1000;
   color: #ff1000;
   -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;
 }


 /* カートボタン */
 /*
 .opcCouponCodeTitle,.opcCouponCode_edit, */
 .opcCouponCodeAndCoupon_edit .opcCouponTitle,
 .opcCouponCodeAndCoupon_edit .opcCoupon_edit
 {display:none;}
 /*
 .sysCartButton {
   border: none;
   padding: 10px;
   margin: 5px 0;
   border-radius: 5px;
   background-color: #222222;
   color: #fff;
   cursor: pointer;
 }
 .sysCartButton:hover {
   background: #999;
 }
 */

 .sysThumbnailImage{text-align: center;}
 /* アーカイブリスト */
 .sysItemList ul.sysList li .sysThumbnailImage {
   width: 40%;
   max-width: 200px;
 }
 /* 4-1-7  商品サムネイル画像 */
 .sysItemList ul.sysThumbnail li {
   display: inline-block;
   float: none;
   vertical-align: top;
   letter-spacing: normal;
   width: 20%;
 }
 @media (min-width:1441px) {
	 body#sysItemCategory .sysItemList ul.sysThumbnail li,
	 body#sysItemSearch .sysItemList ul.sysThumbnail li { width: 33.333%; }
 }
 @media (max-width:1440px) {
   .sysItemList ul.sysThumbnail li { width:33.333%; }
 }
 .sysItemList ul.sysThumbnail {
   letter-spacing: -.4em;
   display: flex;
   flex-wrap: wrap;
 }
 .sysItemList ul.sysThumbnail img {
   object-fit: cover;
 }
 .sysItemList ul.sysThumbnail input {
   width: 100%;
   padding: 10px 0;
 }
 /*リフレッシュプレス申込書*/
 .refresh_press .sysContent{padding: 0!important;}
 .refresh_press {
     text-align: center;
     font-size: 18px;
     margin-bottom: 50px;
 }
 .refresh_press a {
   background: #000;
   margin: 0 auto;
   width: 300px;
   color: #fff;
   display: block;
   padding: 15px;
   margin-bottom: 5px;
 }
 .refresh_press p{font-size: 13px;}
 .refresh_press:hover {
 opacity: 0.8;
 }

 /* 商品ぺージ */
 /* 商品画像 */


 .sysItemBlock ul.sysHorizontal {    display: flex;    flex-wrap: wrap;}
 .item_exp > .sysContent { padding:0!important; }
 .item_exp .sysItemBlock ul.sysHorizontal { width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; margin-bottom:-20px; }
 .item_exp .sysItemBlock ul.sysHorizontal li { width:calc(100% / 4); padding:0 10px; margin-bottom:20px; }
 .item_exp .sysItemBlock ul.sysHorizontal li .sysItemImage img { width:100%!important; height:auto!important; }
 .item_exp .sysItemBlock ul.sysHorizontal li .sysItemName { margin-top:5%; }
 .item_exp .sysItemBlock ul.sysHorizontal li .sysItemPrice { margin-top:2%; text-align:center; }
 @media (max-width:767px) {
   .item_exp .sysItemBlock ul.sysHorizontal li { width:calc(100% / 2); }
 }


 .sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
 /*
 .sysItemImages .sysImageList li{
   display: inline-block;
   vertical-align: top;
   height: auto;
   width:23%;
   line-height: 1;
   float: none;
   margin: 1% 0;
 }
 */
 .sysItemImages .sysImageList li{
   display: inline-block;
   vertical-align: top;
   height: auto;
   width: calc(100% / 6);
   height: 116.66px;
   line-height: 1;
   padding: 2px;
   margin: initial;
 }
 .item_kanren .sysContent .sysHorizontal li {
     width: 25%;
 }
 @media (max-width:767px) {
   .sysItemImages { padding:15px 15px 0; }
   .sysItemImages .sysMainImage { text-align:center; margin-bottom:20px; }
   .sysItemImages .sysImageList li{ height:auto; }
 }
 @media (max-width:767px) {
    .sysItemImages .sysImageList li{ width:calc(100% / 4); }
 }

 /* 商品名 */
 .sysItemName h1 { font-size: x-large;}

 /*商品2カラム設定*/
 div.flex_box{
   width:100%;
   display: flex;
   justify-self: start;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
 }

 /* 画像エリア*/
 .imgArea{
   width: 65%;
 }


 /*　スライドショー　調整 */
 .sysItemImagesSlidePrev span,
 .sysItemImagesSlideNext span {
   padding: 10px;
   border: none !important;
   cursor: pointer;
   border-radius: 3px;
   background: none !important;
   background: none !important;
   -webkit-box-shadow: none !important;
           box-shadow: none !important;
   -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
   position: relative;
 }

 .sysItemImagesSlidePrev,
 .sysItemImagesSlideNext{
   float:left;
   width:5% !important;
   text-align:center;
 }

 .sysItemImagesSlide{
   width: 80%;
   height:auto;
   overflow:hidden;
   float:left;
 }

 /* 注文エリア*/
 .sysCartInDone{background: #fff;position: relative; z-index: 999;}
 .sysCartInDone span{
   background: #fff;
 }
 .sysCartInDone{
   font-size: 1.75em;
   text-align: center;
   margin: 0;
 }

 #sysItemDetail .orderArea .youtube_wrap{ max-width: 100%; margin: 0 auto; width: 100%;}
 #sysItemDetail .orderArea .youtube_wrap .youtube{    position: relative; padding-top: 56%; line-height: 0;}
 #sysItemDetail .orderArea .youtube_wrap .youtube iframe{    position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

 #sysItemDetail .gif_text { margin-top: -20px; margin-bottom: 20px }
 @media( max-width:676px ){
     #sysItemDetail .gif_text { margin-top: -30px; }
 }

 .orderArea{
   width: 35%;
   padding: 0 15px;
   letter-spacing: -.4em;
   text-align: center;
   position: relative;
 }
 .orderArea > div {
   letter-spacing: normal;
   text-align: left;
   vertical-align: top;
 }
 .orderArea > .orderArea > div {
   width: 100%;
   display: block;
 }


 /* 商品ページのタイトル */
 .sysItemName,
 .sysExplanation > div > span,
 .sysReview > span{
   display: block;
   margin-bottom: 0px;
   font-size: large;
 }
 /* 商品説明 */
 .sysExplanation table {
   width: 100%;
   text-align: center;
   border: 1px solid #999;
   line-height: 2;
 }
 .sysExplanation thead {
   text-align: center;
   color: #fff;
   background: #999;
 }
 .sysExplanation td {
   font-size: small;
   text-align: left;
   padding-left: 10px;
 }



 /* 買い物フォーム */
 #sysItemDetail .sysRetailPrice { font-weight: bold;}
 #sysItemDetail #sysVariation {
    overflow: hidden;
    margin: 5px auto;
 }
 #sysItemDetail #sysVariation >div {
   margin: 10px auto;
   overflow: hidden;
 }
 #sysItemDetail .sysNumArea button {
   display: inline-block;
   width: 48%;
   background: #666;
   padding: 10px;
   border: 1px solid #999;
   border-radius: 5px;
   color: #fff;
 }
 #sysItemDetail  {
   padding-top: 5px;
   clear: both;
   text-align: right;
 }
 .sysNumArea{  display: none;}

 #sysWishlist .sysButton,
 #sysItemDetail .sysCartButton {
   width: 98%;
   margin-left: 2%;
 }
 #sysItemDetail .sysShare { padding: 5px 0 0 2%;}
 #sysCartInForm { width: 100%;}

 /* ログインボタン */
 .sysLoginButton,
 .sysButton,
 #sysMypageEditDelivery .sysFormField .btn {
   border: none;
   padding: 10px;
   margin: 5px 0;
   border-radius: 5px;
   background-color: #ddd;
   color: #000;
   cursor: pointer;
 }
 .sysLoginButton,
 .sysButton:hover {
   background: #999;
 }
 .sysLoginButton{
   display: block;
   width: 50%;
   margin: 10px auto;
   padding: 20px;
 }
 /* カートボタン */
 .sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
 .sysCart #sysMain input[type=submit],
 .sysCart #sysMain button[type=submit],
 .sysCart #sysMain button {
   background: #666;
   color: #fff;
   text-shadow: none;
 }

 @media (min-width:1441px) {
   .imgArea { width:750px; padding-right:50px; }
   .orderArea { width:calc(100% - 750px); }
   #sysItemDetail .sysReview, #sysItemDetail .description_left, #sysItemDetail .sysDescription, #sysItemDetail .sysForm, #sysItemDetail .sysRetailPrice, #sysItemDetail .sysImageDescription { max-width:100%!important; }
 }

 /* フォームページの基本レイアウト*/

 .form-inquiry .questions .txtBlock p, .form-enquete .questions .txtBlock p{font-size: 1.25em;     text-align: center;}
 .form-inquiry .questions .txtBlock p a, .form-enquete .questions .txtBlock p a{    color: #056ea1;
     height: auto;
     line-height: 1em;
     padding-bottom: 1px;
     border-bottom: 1px solid #056ea1;
     font-size: 1.75em;
     padding-top: 10px;
     display: inline-block;}
     .form-inquiry .questions .txtBlock p a img, .form-enquete .questions .txtBlock p a img{width: 30px!important;}

 #sysFormIndex #sysMain,
 #sysFormConfirm #sysMain,
 #sysFormThanks #sysMain,
 .sysMemberRegister #sysMain,
 .sysMypage #sysMain{
   width: 1100px;
   border: 1px solid #eee;
   padding: 20px 150px !important;
   margin: 30px auto;
 }
 #sysDestination #sysMain{
   width: 1100px;
   border: 1px solid #eee;
   padding: 20px 150px !important;
   margin: 30px auto;
 }
 #sysFormConfirm label, #sysMemberRegisterConfirm label{
   display: block;
   margin: 15px 0 5px!important;
 }
 #sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField{
   margin: 10px 0 20px !important;
 }
 #sysFormConfirm button.sysButton{
   width: 49%;
   float: left;
   margin: 0;
   margin-right: 1%;
   margin-top: 30px;
   height: 50px;
   border-radius: 3px;
   background: #ccc;
   color: #444;
 }
 #sysFormConfirm .sysNextSubmit{
   width: 49%;
   margin: 0;
   margin-top: 50px;
   margin-left: 1%;
 }

 #sysMemberRegisterConfirm .sysNextSubmit{
   cursor: pointer;
   width: 49%;
   margin: 0;
   margin-top: 40px;
   float: right;
 }
 #sysMemberRegisterConfirm.sysMemberRegister .sysBackButton{
   margin-top: 20px;
 }
 #sysMemberRegisterConfirm .sysBackButton{
   width: 49%;
   float: left;
   margin: 0;
   margin-top: 0px;
   height: 50px;
   border-radius: 3px;
   background: #ccc;
   color: #444;
   cursor: pointer;
 }
 #sysFormThanks .completeText{
   margin: 20px 0;
   text-align: center;
   font-size: 15px;
 }
 #sysFormThanks .completeText a{
   color: #056ea1;
   text-decoration: underline;
 }
 #sysMemberRegisterRegister #sysMain{
   position: relative;
 }
 #sysMemberRegisterRegister #sysMain .sysFreeArea{
   padding-top: 50px;
   text-align: center;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
 }

 #sysFormIndex.form-refresh_press .sysFormItem.sys3 input[type="text"],
 #sysFormIndex.form-refresh_press .sysFormItem.sys3 button[type="submit"]
 { display: inline-block; max-width: 200px;}
 #sysFormIndex.form-refresh_press .sysFormItem.sys3 input[type="text"]{margin-bottom: 0px!important;}
 #sysFormIndex.form-refresh_press .sysFormItem.sys3 button[type="submit"]{margin-bottom: 30px;}

 #sysMemberRegisterRegister #sysMain h2,
 #sysMemberRegisterConfirm #sysMain h2,
 #sysMemberRegisterIndex #sysMain h2,
 #sysFormThanks #sysMain h2,
 #sysFormConfirm #sysMain h2,
 #sysFormIndex #sysMain h2 {display:none;}
 #sysFormIndex #sysMain input {font-size: 15px;}

 #sysFormIndex .txtBlock{text-align: center;}
 #sysMemberRegisterConfirm  #sysMain > form,
 #sysMemberRegisterIndex #sysMain > form,
 #sysFormConfirm #sysMain > form,
 #sysFormIndex #sysMain > form { padding: 10px;}

 #sysMypageReminder #sysMain input[type="text"],
 #sysMemberRegisterIndex #sysMain input[type="text"],
 #sysFormIndex #sysMain input[type="text"],
 #sysFormIndex #sysMain textarea {
         background: #fff;
         border-radius: 0;
         margin-bottom:  30px;
 }


 #sysFormIndex .attention{ margin-top: 20px;  border: 2px solid; border-radius: 12px; padding: 15px;}
 #sysFormIndex .attention p{text-align: left; font-size: 1em;}
 #sysFormIndex .attention a{font-size: 1em;}



 #sysMemberRegisterIndex #sysMain input[type="tel"],
 #sysMemberRegisterIndex #sysMain input[type="email"] ,
 #sysMemberRegisterIndex #sysMain input[type="password"] {
         background: #fff;
         border-radius: 0;
         margin-bottom:  30px;
 }

 #sysMain .sysFormLabel{
   display:block;
   padding-left: 5px;
   line-height: 25px;
   font-size: 15px;
 }
 #sysMain .sysRequired{
   display: inline-block;
   height: 25px;
   line-height: 25px;
   font-size: 15px;
 }
 #sysMain textarea { min-height: 75px;}
 .sysZipcode button,
 .sysZipcode .sysFormField { display: inline-block; max-width: 200px;}
 .sysZipcode .sysFormLabel { display: block;}
 .sysZipcode .sysFormField { width: 200px;}
 .sysZipcode br{ display: none;}
 .sysBirthday input { width: auto!important;}


 /* フォーム確認ぺージ */
 #sysMypageEditConfirm #sysMain .sysFormField,
 #sysMemberRegisterConfirm #sysMain .sysFormField,
 #sysFormConfirm #sysMain .sysFormField {
     border: 1px solid #999;
     line-height: 2;
     padding-left: 10px;
     font-size: small;
     border-radius: 3px;
     margin: 5px auto;
     min-height: 20px;
 }
 /* カミングスーンページ */
 #teimen_coming_soon .title{
   font-weight: bold;
   font-family: trajan-pro-3, メイリオ, Meiryo, sans-serif;
   font-size: 3em;
   text-align: center;
 }
 #teimen_coming_soon .soon_text{text-align: center; font-size: 1.5em;}
 #teimen_coming_soon .brand_name{font-weight: bold;margin-top: 50px; font-size: 2em;}


 /* マイページ */
 .sysMyPoint,.sysItemList{margin: 15px 0 50px 0;}
 #sysMypageEditDeliveryinput #button2.sysNextSubmit{
   margin-top: 30px;
   margin-bottom: 20px;
 }
 #sysMypageEditSave.sysMypage #sysMain form{text-align: center;}
 #sysMypageEditSave.sysMypage #sysMain h3{margin-bottom: 30px;}
 #sysMypageEditSave.sysMypage #sysMain p{text-align: center;}
 #sysMypageEditSave.sysMypage #sysMain form .sysButton{max-width: 300px;}
 #sysMypageEditSavedelivery .sysButton,#sysMypageEditDeliveryinput .sysButton{
   margin: 0 auto;
   display: block;
 }
 #sysMypageWithdrawalConfirm .sysWithdrawal{
   text-align: center;
   margin-top: 50px;
 }
 #sysMypageReminder .sysFormField{margin-bottom: 30px;}
 #sysMypageLogin #sysMain,#sysMypageLogout #sysMain{position: relative;}
 #sysMypageLogout #sysMain p {
   padding-top: 145px;
   position: absolute;
   top: 0;
   left: 5px;
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
 }
 #sysMypageLogin #sysMain .sysErrorMessage{
   text-align: center;
   font-size: 1.25em;
   position: relative;
 }
 #sysMypageLogin #sysMain .sysErrorMessage #ethna-error-member-password-reset{
   width: 100%;
   display: block;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
 }
 #sysMypageLogout #sysMain .link_btn._1{
     padding-top: 200px;
   }
 .link_btn._1{
   text-align: center;
   margin-bottom: 15px;
 }
 .link_btn._1 a{
   color: #127299;
   border-bottom: 2px solid;
   font-weight: bold;
   font-size: 1.25em;
 }
 /*
 .sysLoginForm{
   padding-top: 100px;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
 }*/
 .sysMypageMajorHeadLine{display:none;}
 .SysMypageMinorHeadLine{
         font-size: 18px;
   border-left: 5px solid #3d3d3d;
   padding-left: 5px;
   margin: 20px 0;
 }
 #sysMypageLogin .sysMypageMinorHeadLine{display: none;}

 /* 購入履歴 */
 .sysOrderList {
     border: 1px solid rgb(212,212,212);
     padding: 10px;
     max-height: 400px;
     overflow-y: scroll;
 }
 .sysOrderList li {
     border-bottom: 1px dotted rgb(212,212,212);
     margin-bottom: 5px;
     padding-bottom: 5px;
 }

 /* Member Profile Editor */
 #sysMypageEditDelivery #sysMain > form,
 #sysMypageEditMember #sysMain > form{
   padding: 10px;
   text-align: left;
 }
 #sysMypageEditDelivery #sysMain form input.sysButton{
   margin: 0 auto;
   display: block;
 }
 #sysMypageEditDelivery #sysMain .sysZipcode .sysFormField{
   width: 100%;
   max-width: 100%;
 }
 #sysMypageEditDelivery #sysMain .sysZipcode input{
   width: 200px;
   margin: initial;
 }
 #sysMypageEditMember #sysMain input {
   margin: 0 auto;
 }
 #sysMypageEditDelivery #sysMain input,
 #sysMypageEditMember #sysMain input {
   line-height: 15px;
   padding: 5px;
   font-size: small;
 }
 #sysMypageEditDelivery #sysMain .sysFormItem,
 #sysMypageEditMember #sysMain .sysFormItem,
 #sysMypageEditDeliveryinput .sysFormItem{
   margin-bottom: 25px;
 }

 #sysMypageEditConfirm #sysMain > form { padding: 10px; }
 #sysMypageEditConfirm .sysButton.sysBackButton,#sysMypageEditConfirm .sysNextSubmit  {
   margin: 0 auto;
   margin-top: 15px;
  }

 /* Special Point */
 .sysSpecialPoint {
     overflow: hidden;
     letter-spacing: -.4em;
 }
 .sysSpecialPoint > div:nth-child(2n) {
     width: 60%;
 }
 .sysSpecialPoint > div {
     display: inline-block;
     letter-spacing: normal;
     padding: 5px 10px;
     border-bottom: 1px solid #d5d5d5;
 }
 .sysSpecialPoint > div:nth-child(2n+1) {
     width: 40%;
 }

 /* 4-5-4 Coupon List */
 .sysCoupon {
     border: 1px solid #d5d5d5;
     margin: 10px;
 }

 /* マイページ（複数配送先編集画面）*/
 .sysSelectAddress{background: none;}
 .sysSelectAddress a {
     display: block;
     text-decoration: none;
     border: 0px solid;
     padding: 10px;
 }

 .sysSelectAddress {
     margin: 10px 0;
 }

 .sysSelectAddress a:hover {
     background: #eee;
 }

 /***********************************
   商品詳細ページ
 ***********************************/
 #sysItemDetail .formblock{position: relative;}
 /*商品名*/
 #sysItemDetail .sold_out{    padding: 10px 0; text-align: center; font-size: 2em; font-weight: bold;}

 /*
 #sysItemDetail .sysItemName h1{
   font-size:24px;
  /* font-weight:normal;*/
   padding-bottom:10px;
   margin-bottom:10px;
   border-bottom:1px solid #000;
 }
 */
 #sysItemDetail .sysItemName h1 {
   font-size: 2.0rem;
   font-weight: 750;
 }
 /*商品番号*/
 #sysItemDetail .sysItemId {
   text-align: left;
   font-size:12px;
 }
 /*価格表示*/
 #sysItemDetail .sysRetailPrice {
   display: inline-block;
   width: 100%;
   margin-bottom: 5px;
   color: #000;
   font-weight: bold;
   /*text-align: right;*/
 }
 #sysItemDetail .sysRetailPrice span {
   font-size: 1.1rem;
 }
 #sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
   font-size:16px;
   font-weight:normal;
 }
 /*通常価格*/
 #sysItemDetail .sysSuggestedRetailPrice {
   margin-bottom: 5px;
   text-align: right;
 }
 #sysItemDetail .sysSuggestedRetailPrice span {
   font-size: 1.1rem;
 }
 /*送料区分*/
 #sysItemDetail .sysShippingCost {
   display: inline-block;
   width: auto;
   margin-left: auto;
   margin-top: 5px;
   padding: 0 5px;
   color: #ca4233;
   font-weight: bold;
   font-size: 1.1rem;
   border: 1px solid #ca4233;
   border-radius: 3px;
 }
 /*PRアイコン(カテゴリーページ)*/
 #sysItemCategory input[type=submit]{margin-top: 0px;}
 .sysAddSelection div{margin-bottom: 10px;}
 .sysAddSelection { clear: both;}
 .sysAddSelection input, .sysAddSelection select{margin: 5px 0;}
 .sysItemPrArea{margin-top: 5px;}
 .sysItemPrArea span{
         /* width: 49%; */
         /* height: 30px; */
         /* display: inline-block; */
         padding: 1%;
         font-size: 18px;
         /* line-height: 18px; */
         /* border-radius: 20px;*/
         font-weight: bold;
         margin: 0 0 5px;
         text-align: center;
 }

 #sysItemDetail .sysForm select {
   /*min-width: 450px;*/
 min-width: 100%;
 -moz-appearance: menulist;
 -webkit-appearance: menulist;
   display: inline-block;
   float: none!important;
         margin: 5px 0;
 border: 1px solid #000;
 }
 #sysItemDetail .sysForm select[name="num"]{
         min-width: 200px;
 }
 #sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
 #sysSelections div{margin-bottom: 10px;}
 #sysItemDetail .sysSelections{ line-height: 30px;}
 #sysItemDetail #sysVariation {
   width: 100%;
   overflow: hidden;
   margin-left: auto;
 }
 #sysItemDetail #sysVariation >div {
   margin: 10px auto;
   overflow: hidden;
 }
 #sysItemDetail .sysNumArea button {
   display: inline-block;
   width: 48%;
   background: #000;
   padding: 10px;
   border: 1px solid #999;
   border-radius: 5px;
   color: #fff;
 }
 #sysItemDetail .sysNumArea {
   padding-top: 5px;
   clear: both;
   text-align: right;
 }
 #sysWishlist .sysButton, #sysItemDetail .sysCartButton {
   width: 100%;
 }
 #sysItemDetail .sysCartButton.sysGoCartButton{
     cursor: pointer;
     background: #272727;
     border: 1px solid #272727;
     opacity: 1!important;
     color: #fff;
     font-weight: bold;
 }
 #sysItemDetail  .sysCartButton.sysCartInButton{
     background: #ce0000;
     border: 1px solid #ce0000;
     color: #FFF;
     font-weight: bold;
     font-size: 1.25em;
     cursor: pointer;
 }
 #sysItemDetail  .sysCartButton.sysCartInButton:hover,
 #sysItemDetail .sysCartButton.sysGoCartButton
 {opacity:0.6; }


 #sysItemDetail .sysShare {
   padding: 5px 0 0 2%;
 }
 #sysCartInForm {
   width: 100%;
   margin-left: auto;
 }
 /*バリエーション*/
 #sysItemDetail .sysFormVariationName {
   background-color: #fdf5f5;
 }
 #sysItemDetail .sysFormVariationTable {
   width: 100%;
   max-width: 500px;
 }
 /*下部フォーム*/
 #sysItemDetail .order_bottom {
   margin: 0 auto 40px;
   text-align: right;
 }
 /*簡易商品説明*/
 #sysItemDetail .sysDescription {
   text-align: left;
 }
 /*商品詳細*/
 .sysExplanation {
   text-align: center;
 }
 .sysExplanation img {
   height: auto;
 }
 #sysItemDetail .itempage_cap{
   margin-bottom:30px;
   font-size:12px;
 }
 #sysItemDetail .itempage_cap .i_ttl{
   margin-bottom:20px;
   font-size:120%;
   font-weight:bold;
 }
 #sysItemDetail .itempage_detail h3{
   font-size:18px;
   font-weight:normal;
 }
 #sysItemDetail .itempage_detail table{
   width:100%;
   margin-bottom:10px;
   border-top: 1px solid #ccc;
 }
 #sysItemDetail .itempage_detail table tr {
     border-bottom: 1px solid #ccc;
 }
 #sysItemDetail .itempage_detail table th,
 #sysItemDetail .itempage_detail table td {
     padding:10px;
   font-size:12px;
   line-height:1.6;
     text-align: center;
 }
 #sysItemDetail .itempage_detail table th{
   width:30%;
     border-right: 1px solid #ccc;
 }
 #sysItemDetail .itempage_detail table td{
   width:70%;
   text-align:left;
     background: #fff;
 }
 #sysItemDetail .itempage_detail_ttl{
   position:relative;
   margin-top:40px;
   padding:5px 0;
   font-weight:bold;
   font-size:18px;
 }
 #sysItemDetail .itempage_detail_ttl:after{
   content: "　";
   display:block;
   position:absolute;
   bottom:0;
   left:50%;
   margin-left:-30px;
   width:60px;
   height:2px;
   background-color:#000;
 }

 #sysItemDetail .sysMainImage img{
   border:none;
 }
 .sysItemImages .sysImageList li img {
     border: none;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /*数量増減*/
 #sysItemDetail #sysNumber{
   text-align:right;
   margin-bottom: 50px;
 }
 #sysItemDetail .sysNumArea {
   margin-bottom: 20px;
 }
 #sysItemDetail .sysStockQuantity {
   position: absolute;
   bottom: 130px;
   right: 0;
   text-align: right;
   font-weight: bold;
 }
 #sysItemDetail .sysNumArea button {
   overflow: hidden;
   display: inline-block;
   width: 25%;
   padding: 10px;
   text-indent: -999px;
   border: 1px solid #b9b9b9;
   border-radius: 5px;
   background: #f1f1f1;
   cursor: pointer;
 }
 #sysItemDetail .sysNumArea button:hover {
   background-color: #efefef;
 }
 #sysItemDetail .sysNumArea .sysBtnPlus {
   border-color:#b9b9b9;
   background: url(/img/layout/system/btn_plus.png) center center no-repeat;
   background-size: 65px;
   width: 37%;
 }
 #sysItemDetail .sysNumArea .sysBtnMinus {
   border-color:#b9b9b9;
   background: url(/img/layout/system/btn_minus.png) center center no-repeat;
   background-size: 90px;
   width: 37%;
 }
 /*カートに入れる*/
 /*
 #sysItemDetail .sysCartButton {
   padding:23px 15px !important;
   text-indent: -999px;
   background: #ca4233 url(/img/layout/system/btn_cart.png) center center no-repeat;
   background-size:140px;
 border-radius: 0px;
 }
 #sysItemDetail .sysCartButton:hover {
   opacity:0.8;
 }
 #sysItemDetail .sysGoCartButton {
   background: #ca4233 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;
 }
 #sysWishlist .sysButton{
     background: #FFFDF0;
     border: 2px solid #DDAC09;
     color: #6D6D6D;
     padding: 0px 0 3px;
     font-weight: bold;
 }
 #sysWishlist .sysButton::before{
     position: relative;
     top: 3px;
     font-size: 25px;
     left: 0;
     content: "★";
     display: inline-block;
     color: #DDAC09;
 }


 .sysWishListButton{
   background: #fff!important;
   border: 2px solid #DDAC09;
   border-radius: 3px;
   text-decoration: none;
   padding: 0px 0 3px;
   color: #6D6D6D;
   font-weight: bold;
 }
 .sysButton.sysWishListButton::before {
     position: relative;
     top: 3px;
     font-size: 25px;
     left: 0;
     content: "★";
     display: inline-block;
     color: #DDAC09;
 }
 /* お気に入り登録時の画面 */
 /* バツボタン */
 .modaal-close{
     width: 50px;
     height: 50px;
     width: 30px !important;
     height: 30px !important;
     position: absolute !important;
     right: 15px !important;
     top: 15px !important;
     border-radius: 0 !important;
     border: 1px solid #ca4233!important;
     background-color: #fff !important;
 }
 .modaal-close:after, .modaal-close:before {
     display: block;
     content: " ";
     position: absolute;
     top: 3px!important;
     left: 12px!important;
     width: 4px;
     height: 22px;
     border-radius: 4px;
     background: #ca4233!important;
     -webkit-transition: background .2s ease-in-out;
     transition: background .2s ease-in-out;
 }
 @media (min-width: 767px){
 .modaal-close:after, .modaal-close:before {
     top: 10px!important;
     left: 18px!important;
 }
 .modaal-close {
     width: 45px !important;
     height: 45px !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: #ca4233;
     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: 767px){
     .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: #ca4233;
     text-align: center;
     font-size: 1.3rem;
     transition: .2s;
     color: #fff;
 }
 /* この画面を閉じるボタン */
 .sysWishlistCloseBottomButtonGroup button {
     border-bottom: 1px solid #ca4233;
     transition: .2s;
     background-color: transparent;
     border-radius: 0px;
 }
 .sysWishlistCloseBottomButtonGroup {
     margin-top: 30px;
     text-align: center;
     font-size: 1.3rem;
 }
 form.sysWishlistForm {
     text-align: center;
 }

 /*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;
 }
 /*
 .sysHorizontal .sysItemImage img{    width:25vmin!important;
 height:20vmin;
 object-fit: cover;}
 */
 /*商品ページ用おすすめ商品*/
 .itempage_recommend .sysItemBlock .sysHorizontal li,
 .itempage_newitem .sysItemBlock .sysHorizontal li,
 .itempage_vieweditem .sysItemBlock .sysHorizontal li{
   width:25%;
   padding:0 10px;
   margin-bottom: 10%;
 }
 .itempage_recommend .sysItemName,
 .itempage_newitem .sysItemName,
 .itempage_vieweditem .sysItemName{
   margin-bottom:0;
   font-size:16px;
   text-align: center;
   margin-top:5%;
   font-weight: 500;

 }
 .itempage_recommend .sysItemPrice,
 .itempage_newitem .sysItemPrice,
 .itempage_vieweditem .sysItemPrice{
   text-align: center;
   margin-top:2%;
   font-weight: 500;
 }


 /*商品ページ成分表*/
 #sysItemDetail .show_bx{
   margin-bottom:30px;
 }
 #sysItemDetail .show_bx_inner{
   margin-bottom:10px;
 }
 #sysItemDetail .btn_tr{
   padding:10px 0 10px 35px !important;
   background:#e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
   background-size:18px !important;
   cursor:pointer;
 }
 #sysItemDetail .active{
   background:#e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
   background-size:18px !important;
 }
 #sysItemDetail .contents_tr{
   background-color:#f5f5f5;
 }
 #sysItemDetail .contents_tr td{
   background-color:#f5f5f5 !important;
 }
 #sysItemDetail .contents_tr table{
   margin-bottom:0;
 }

 /***********************************
   カートページ
 ***********************************/
 /*カートページ内レイアウト調整*/
 .sysCart .header_h1_under,
 .sysOpcBody .header_h1_under{
   float:none;
   padding:10px 0;
   width:100%;
   height:auto;
   background-color:#fff;
 }
 .sysCart .header_h1_under a,
 .sysOpcBody .header_h1_under a{
   display:block;
   width:160px;
   margin:0 auto;
 }
 .sysCart .header_h1_under .logo img,
 .sysOpcBody .header_h1_under .logo img{
   float:none;
   margin-right:0;
 }
 .sysCart .header_h1_under .head_title,
 .sysOpcBody .header_h1_under .head_title{
   text-align:center;
 }
 /*
 .sysCart .header_wrap {
     border-bottom:none;
     height:auto;
     position:inherit;
 }*/
 #sysBasket.sysCart #sysWrap {
     margin:0 auto;
 }
 #sysRegi.sysCart #sysPurchaseAuthMember .sysForm .sysFormItem.sysSubmit{
     text-align: center;
 }
 #sysRegi.sysCart #sysPurchaseAuthMember .sysForm  input.sysButton{
     margin: 0 auto;
     display: block;
     padding: 0 2px!important;
     border: none;
     border-bottom: 1px solid;
     border-radius: inherit;
     font-size: 0.95em;
     margin-top: 15px;
 }

 .sysCart #sysMain,
 .sysOpcBody #sysMain{
   border: 1px solid #eee;
   padding: 20px 150px;
   margin:0 auto;
 }


 .sysCart #sysMain, .sysCart #sysMain a {
   color: #000;
 }
 .sysCart .sysBox, .sysCart .sysSelectPaymentArea,
 .sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
 .sysCart .sysSelectOptionArea, .sysCart .sysDetail,
 .sysCart .sysOrder .nav,
 .sysCart .sysAcceptDomainArea,
 .sysCart .sysRepeatOrderSetting {
   background-color: #ffffff;
   border: 1px solid #cfcfcf;
   border-radius: 0;
   box-shadow: none;
   margin: 1em auto 2em;
   padding: 1em;
 }
 .sysCart .sysBox hr {
   display: block;
   border: 0;
   height: 0;
   border-bottom: 1px solid #cfcfcf;
   margin: 5px 0;
   padding: 0;
 }
 .sysCart #sysMain input[type="text"],
 .sysCart #sysMain input[type="password"],
 .sysCart #sysMain input[type="email"],
 .sysCart #sysMain input[type="number"],
 .sysCart #sysMain input[type="tel"],
 .sysCart #sysMain input[type="search"],
 .sysCart #sysMain textarea {
   background: none;
   border-radius: 0;
   border: 1px solid #dddddd;
 }
 .sysCart .sysTotalTxt {
   text-shadow: none;
 }
 .sysTotal .sysTotalTxt .sysCartAttention {
   font-size: 2rem;
 }
 .sysCart .sysSubTotalArea {
   margin: 10px 0;
 }
 .sysCart .sysNextSubmitArea {
   margin-bottom: 20px;
 }
 .sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
   width: 100%;
   padding: 10px;
   margin: 5px 0;
   color: #fff;
   font-weight: bold;
   text-shadow: none;
   border-radius: 5px;
   background: #ca4233 !important;
   border: none;
 }
 .sysCart .sysCartAttention, .sysCart .sysRequired {
   color: #ca4233;
   font-weight: bolder;
 }
 .sysCart .sysGetPoint {
   color: #ca4233;
   font-weight: bolder;
 }
 .sysCart .sysCartNote {
   color: #000;
   font-size: 90%;
 }
 .sysCart .sysCartTitle {
   color: #000;
   font-size: large;
   font-weight: bolder;
   background-color: #fff;
   padding: 0;
   margin-bottom: 2-px;
 }
 .sysCart .sysCartTitle span {
   font-size: 1.2rem;
 }
 .sysCart #sysMain input {
   background: #fff !important;
 }
 .sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
   display: inline-block;
   padding: 10px;
   width: auto;
   height: auto;
   color: #000;
   background: #fff;
   border-radius: none;
   border: 1px solid #999;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
 }
 .sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
   text-align: right;
 }
 .sysCart .sysNavImg {
   text-align: center;
          margin-top: 10px;
   margin-bottom: 20px;
 }
 .sysCart .sysFreeArea {
   color: #000;
   margin: 20px 0;
 }
 .sysSelectPayment li:last-child,
 .sysSelectDelivery li:last-child,
 .sysSelectOption li:last-child,
 .sysCart .sysDetail li:last-child,
 .sysRemarks, .sysCart .sysOrder .nav li:last-child {
   border-bottom: none;
 }
 .sysCart .sysAcceptDomainArea input {
   padding: 0 10px!important;
 }
 .sysCart .cart_btn {
   color: #000;
   text-align: center;
   margin-top: 40px;
 }
 .sysCart .cart_btn p {
   margin: 0;
   padding: 0;
 }
 .sysCart .cart_btn .btn {
   margin-top: 5px;
 }
 .sysCart .cart_btn img {
   width: 200px;
   border: 1px solid #d0d0d0;
 }
 #sysBasket #sysMain {
   padding-top: 10px;
 }
 .sysCart .cart_info .sysContent {
   max-width: 300px;
   color: #000;
   text-align: center;
   font-weight: bolder;
   font-size: 13px;
   border: 1px solid #d0d0d0;
   border-radius: 5px;
   margin: 1em auto 0 auto;
   padding: 10px;
   background-color: #fff;
 }

 .sysCart #sysMain .sysConfirmButton input[type="submit"] {
   width: auto;
 }
 .sysCart #sysMain select {
   display: inline-block;
 }
 .sysCart .sysBtnChange {
   margin-bottom: 10px !important;
 }
 /*登録せずに購入*/
 #sysBillingAddress .input-append input[type="text"] {
   display: inline-block;
 }
 /*都道府県*/
 #sysBillingAddress .sysPrefState select {
   width: 200px;
 }
 /*性別*/
 #sysBillingAddress .sysGender {
   margin-bottom: 20px;
 }
 #sysBillingAddress .sysGender input {
   vertical-align: middle;
 }
 #sysBillingAddress .sysGender label {
   display: inline-block;
   margin-right: 20px;
 }
 /*メルマガ*/
 #sysBillingAddress .sysAcceptMailmagazine {
   margin-bottom: 20px;
 }
 /*注文完了ページ*/
 .cart_completion {
   text-align: center;
 }
 /*ご注文番号*/
 #sysThanks #sysMain .sysOrderNumber {
   font-size: 1.5rem;
   font-weight: bold;
 }
 /*お買い物を続ける*/
 body#sysBasket .sysBackButton2 {
   font-weight: bold;
   background: #b4f4ff !important;
   border-color: #000 !important;
 }


 /***********************************
   ワンページカート
 ***********************************/
 .mdl_btn_.opcDialog, form.opcUseAmazon{
   width:100%;
   padding-right:0;
 }
 .sysCart #sysMain h3{
   font-size:20px;
 }
 .sysCart #sysMain #show-dlg-1,
 .sysCart #sysMain #show-dlg-1_low,
 .sysCart #sysMain .sysOpcNextSubmit,
 .sysCart #sysMain .sysNextSubmit{
   display:block;
   width: 100% !important;
   padding:15px 10px !important;
   margin: 5px 0 !important;
   color: #fff !important;
   font-size:1.2rem;
   line-height:1;
   font-weight: bold;
   text-shadow: none;
   box-shadow: none;
   border:none !important;
   border-radius: 5px;
   background: #ca4233 !important;
 }
 .sysCart #sysMain #show-dlg-2,
 .sysCart #sysMain #show-dlg-3{
   display:block;
   width: 100% !important;
   padding: 10px;
   margin:0 0 30px !important;
   color: #fff !important;
   font-size:1.2rem;
   line-height:1;
   text-shadow: none;
   box-shadow: none;
   border:none !important;
   border-radius: 5px;
   background: #000 !important;
 }
 .sysCart #sysMain #show-dlg-3{
   color: #fff !important;
   background: #ca4233 !important;
 }
 .sysCart #sysMain .next_btn{
   color: #fff !important;
   font-size:1rem;
   line-height:1;
   border:none !important;
   background: #000 !important;
 }
 .sysCart #sysMain #order_price_confirm_btn{
   color: #fff !important;
   width: 100% !important;
   box-shadow: none;
   background: #000 !important;
 }
 .sysCart #sysMain .mdl-js-button{
   box-shadow: none;
 }
 .sysCart #sysMain #change-to-billAddr,
 .sysCart #sysMain #show-dlg-addrList,
 .sysCart #sysMain #show-dlg-inputAddr{
   line-height:1;
   border:none !important;
   background: #000 !important;
 }
 .sysCart #sysMain p.user_type{
   font-size:1.2rem;
 }
 .sysOpcProduct .sysOpcItemName{
   font-size:1.2rem;
 }

 /*情報入力ページ調整*/
 .sysOpcBody div#sysWrap {
   margin: 0 auto;
 }
 .sysOpcBody div#sysMain {
   padding: 3em 200px 0;
   margin-bottom: 60px;
 }
 .sysOpcBody .header_wrap {
   height: auto;
   position: static;
   border-bottom: none;
 }
 .sysOpcBody .header_h1_under a {
   pointer-events: none;
 }
 .sysOpcBody .footer .f_gnav_all {
   display: none;
 }
 input[type="button"],
 select {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -webkit-appearance: none;
 }
 select {
   padding: 0 .5em;
 }
 .sysOpcBody img {
   max-width: 100%;
 }
 .opcCommonInputText,
 .opcCommonInputSelect,
 .opcCommonInputRadio,
 .opcCommonInputCheckbox {
   margin-left: 0 !important;
 }
 .opcCommonEditModeBlock {
   background: #fff !important;
   padding: 20px;
 }
 .opcOrderSummaryTitle,
 .opcBillingAddressTitle,
 .opcDeliveryAddressTitle,
 .opcItemTitle,
 .opcPaymentMethodTitle {
   font-size: large !important;
   margin-bottom: 0.5em;
 }
 .opcItem{
     padding: 3%;
     border: 1px solid #9b9b9b;
     margin-top: 10px
 }
 .opcCommonInputSelect,
 .opcCommonButton {
   /*width: 100px !important;*/
   background: #fff !important;
 }
 .opcCommonInputSelect {
   background: #f1f1f1 !important;
 }
 .opcBillingAddress_completeButton_edit,
 .opcDeliveryMethod_completeButton_edit,
 .opcPaymentMethod_completeButton_edit,
 .opcItem_completeButton_edit,
 .opcDeliveryAddress_completeButton_edit,
 .opcPointAndCouponDialog_applyButton_edit,
 .opcRemarks_completeButton_edit {
   background: #ca4233 !important;
   border: 1px solid #ca4233 !important;
   color: #fff !important;
   font-weight: bold;
 }
 .opcConfirm_inputStatus {
   display: block !important;
   width: 700px !important;
   margin: 0 auto 1em;
   background: #ca4233 !important;
   color: #fff !important;
   border: 1px solid #ca4233 !important;
   font-weight: bold;
 }
 .opcConfirm_inputStatus_disable {
   display: block !important;
   width: 700px !important;
   margin: 0 auto 1em;
   background: #ccc !important;
   color: #000 !important;
 }
 .opcConfirm_order {
   display: block !important;
   width: 700px !important;
   margin: 0 auto;
   background: #ca4233 !important;
   color: #fff !important;
   border: 1px solid #ca4233 !important;
   font-weight: bold;
 }
 .opcConfirm_order_disable {
   display: block !important;
   width: 700px !important;
   margin: 0 auto;
   background: #ccc !important;
   color: #000 !important;
 }
 .opcItem_increaseNumButton_edit,
 .opcItem_decreaseNumButton_edit {
   width: 30px !important;
   background: #f1f1f1 !important;
 }
 .opcCommonButtonGroup {
   margin-top: 1em;
 }
 .opcBillingAddress_genderMaleAndLabelGroup_edit,
 .opcBillingAddress_genderFemaleAndLabelGroup_edit {
   width: 15% !important;
 }
 .opcBillingAddress_acceptMailmagazineYesLabel_edit {
   margin-top: 1em;
   display: inline-block;
 }
 .opcOrderSummary_totalPriceAndLabelGroup {
   padding-bottom: 10px !important;
 }
 .opcCommonEditLabel {
   margin-top: 1em;
   border-left: 0px;
 }
 .opcOrderSummary_priceBreakDownGroup {
   padding-top: 1em;
   padding-bottom: 1em;
 }
 .opcOrderSummary_feeAndLabelGroup,
 .opcOrderSummary_usePointPriceAndLabelGroup {
   padding-bottom: 1em;
   margin-bottom: 1em;
 }
 .opcBillingAddress_prefState_edit {
   margin: 5px 0;
 }
 .opcBillingAddressButtonGroup_edit,
 .opcDeliveryAddress_buttonGroup,
 .opcDeliveryMethod_buttonGroup_edit {
   padding: 1em 0;
 }
 .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
 .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
   margin-bottom: 1em;
 }
 .opcItem_itemSubTotalPriceAndLabelGroup {
   padding-bottom: 1em;
   margin-bottom: 1em;
 }
 .opcDeliveryAddressAndDeliveryMethodGroup,
 .opcItemList {
   margin-bottom: 0 !important;
   border: none !important;
   padding: 0 !important;
   position: static !important;
 }
 .opcBillingAddress .opcCommonReferenceLabel {
   width: 70px;
   display: inline-block;
   position: relative;
 }
 .opcBillingAddress .opcCommonReferenceLabel::after {
   position: absolute;
   right: 0;
 }
 .opcDeliveryMethod .opcCommonReferenceLabel {
   width: 123px;
   display: inline-block;
   position: relative;
 }
 .opcDeliveryMethod .opcCommonReferenceLabel::after {
   position: absolute;
   right: 0;
 }
 .opcCommonRequireLabel {
   color: #ca4233 !important;
   font-weight: bold;
 }
 .opcRemarks_remark_edit {
   width: 100% !important;
 }
 .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 2em;
 }
 .opcDeliveryAddressEditDialog_directChangeLabel {
   width: 100%;
 }
 .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
   width: calc(32% - 1em) !important;
 }
 .opcItem_itemName {
   font-weight: bold;
   font-size: 15px;
 }
 .opcConfirm_headerErrorMessage {
   width: 100% !important;
   max-width: 800px;
 }
 .opcRemarks_remark,
 .opcRemarks_cartOption {
     margin-left: 0 !important;
     width: 100% !important; ;
     white-space: normal !important; ;
 }
 #sysOpc > form + div {
   margin-bottom: 60px !important;
 }
 .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
   padding-left: 0 !important;
   margin-left: 0 !important;
   border-bottom: none !important;
 }
 .opcDeliveryAddress {
   border-bottom: 1px solid #9b9b9b;
   margin-bottom: 1em;
 }
 .opcDeliveryMethod_hopeDeliveryDateLabel_edit {
   width: 126px;
   display: inline-block;
 }

 /*完了ページ調整*/
 #sysThanks #sysMain {
   border: none;
 }
 #sysThanks .sysNavImg {
   display: none;
 }
 #sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
 #sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
   margin-bottom: 1em;
 }

 /***********************************
   検索ページ
 ***********************************/
 #sysItemSearch .sysItemPrArea,#sysItemSearch .sysWishListButtonFormAjax{
   text-align: center;
 }
 #sysItemSearch .sysWishListButtonFormAjax button{
   max-width: 300px;
 }
 #sysItemSearch div#sysMain {
   max-width: 100%;
   margin: 20px auto 40px;
 }
 #sysItemSearch .sysThumbnail .sysItemPrArea {
   text-align: left;
   margin-top: 5px;
 }
 #sysItemSearch #sysMain h2 {
   font-size: 13px;
   margin-bottom: 10px;
 }
 #sysItemSearch #sysMain .sysItemSearchForm {
   font-size: 12px;
   padding: 20px;
   margin-bottom: 20px;
   background-color: #ededed;
 }
 #sysItemSearch #sysMain .sysItemSearchFormWord {
   margin-bottom: 5px;
 }
 #sysItemSearch #sysMain .sysItemSearchFormWord input {
   height: 40px;
   vertical-align: bottom;
   border: 1px solid #d0d0d0;
 }
 #sysItemSearch #sysMain .sysSearchButton {
   display: block;
   margin: 10px auto;
   padding: 10px;
   width: 95%;
   border: none;
   background: #222222;
   color: #fff;
   font-size: 120%;
   cursor: pointer;
   border-radius: 3px;
 }
 #sysItemSearch #sysMain .sysItemSearchFormRange input {
   border-radius: 0;
   background: #fff;
   box-shadow: none;
 }
 #sysItemSearch #sysMain .sysItemSearchFormRange,
 #sysItemSearch #sysMain .sysItemSearchFormCategory,
 #sysItemSearch #sysMain .sysItemSearchFormSort,
 #sysItemSearch #sysMain .sysItemSearchFormLimit {
   display: inline-block;
   margin: 5px auto;
 }
 #sysItemSearch #sysMain .sysItemSearchFormRange input {
   padding: 10px;
 }

 /***********************************
   お問い合わせ
 ***********************************/
 #sysFormConfirm .sysNextSubmit{
   width:100%;
   margin:20px 0 0 !important;
 }
 #sysFormConfirm button.sysButton{
   width:30%;
   margin-bottom:20px;
 }

 /***********************************
   キャンペーン
 ***********************************/

 /*2021就活生応援キャンペーン*/
 .campaign_recruit .link {
   margin-top: 50px;
 }
 .campaign_recruit .link .men{
   margin-bottom: 20px;
 }
 .campaign_recruit .link a{
   text-align: center;
   display: block;
   margin: 0 auto;
   border: 1px solid #B8B8B8;
   font-weight: bold;
   max-width: 300px;
   padding: 10px 0;
 }

 .campaign_recruit .img{
   margin-bottom: 50px;
 }
 .campaign_recruit .title_unit{
   text-align: center;
   color: #127299;
   margin-bottom: 20px;
 }
 .campaign_recruit .title_unit .tag{
   display: inline-block;
   border: 1px solid #127299;
   font-size: 1.75em;
   font-family: trajan-pro-3, メイリオ, Meiryo, sans-serif;
   font-weight: 600;
   margin-bottom: 15px;
   padding: 0 15px;

 }
 .campaign_recruit .title_unit .title{
   font-size: 1.5em;
 }

 .campaign_recruit .contents{
   margin-top: 50px;
   background: #DBEAF0;
 }




 /***********************************
   新規会員登録
 ***********************************/
 #sysMemberRegisterIndex #form_main .sysBirthday .sysFormField input{
     min-width: 50px;
 }

 #sysMemberRegisterIndex .sysZipcode input[type="text"]{
   margin-bottom: 0!important;
 }
 #sysMemberRegisterIndex .sysZipcode{
   margin-bottom: 30px;
 }
 .sysMemberAgreement{
   min-height: initial;
   overflow-x: hidden;
   padding: 15px;
   height: initial;
 }
 .sysMemberAgreementFormLabel{padding: 0;}
 #sysMemberRegisterIndex .sysName{
   margin-top: 30px;
 }
 .sysPrefStateId{
   margin-bottom: 10px;
 }
 .sysGender ul.sysFormField{
   display: flex;
 }
 .sysGender {
   margin-bottom: 30px;
 }

 /***********************************
   マイページ
 ***********************************/
 /* パスワードの再設定 */
 #sysMypageRemindermessage #sysMain{ text-align: center;}
 #sysMypageRemindermessage .completeText{margin-top: 30px;}
 #sysMypageRemindermessage .completeText a{
   color: #056ea1;
   text-decoration: underline;
   margin-top: 30px;
   display: inline-block;}

 /* マイページボタン */
 .sysMypageNav > form {
     display: inline-block;
     width: 49%;
     vertical-align: top;
 }
 .sysMypageNav .sysButton {
     width: 100%;
     display: block;
     font-size: 15px;
   margin: 5px 0;
   padding:15px 0;
 }
 #sysMemberRegisterIndex .sysNextSubmit{
   width: 49%;
   float: right;
   margin-right: 1%;
   border-radius: 5px;
   height: 50px;
   font-size: 15px;
   cursor: pointer;
   margin-top: 30px;
 }
 #sysMemberRegisterIndex .sysButton[type="submit"]{
   width: 49%;
   float: left;
   margin-right: 1%;
   border-radius: 5px;
   height: 50px;
   font-size: 15px;
   margin-top: 10px;
 }
 #sysMypageLogin .sysLoginButton{
   width: 49%;
   float: left;
   margin-right: 1%;
   font-size: 15px;
 }
 #sysMypageLogin .sysButton{
   width: 49%;
   margin-left: 1%;
   font-size: 15px;
   margin-top: 10px;
 }

 /***********************************
   ヘッダー
 ***********************************/
 .header_h1 .sysContent{padding: 0!important;}
 .header_sp{
   width: 100%;
   position: relative;
   text-align: center;
   max-width: 100%;
   margin: 0 auto;
 }

 .header_wrap{
   position: fixed;
   top: 0; left: 0; right: 0;
   margin: auto;
   background: #fff;
   z-index: 120;
   /*opacity: 0.8;
   box-shadow: 0 3px 6px #dddddd;*/
 }
 .header_wrap{

 }
 /*
 #sysHeader.fixed .header_wrap{
   position: fixed;
 }*/
 .header_wrap_inner{
   max-width: 100%;
   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;
 }
 .navi-header{position: relative;}
 .navi-header .shoplogo a{
   font-size: 10px;
   font-family:
   trajan-pro-3, serif;
   font-weight: 600;
   font-style: normal;
   display: inline-block;
   text-align: center;
   line-height: 1em;}

 .sex_choice{
	 display: flex;
 /*    font-family: trajan-pro-3,serif;
    font-weight: bold;*/
 }
 .sex_choice .head_menu{
   margin: 0 10px;
   font-size: 1.5em;
	 display: inline-block;
 }

 /*
 .sex_choice .men_category .men_ul .m_group3 li:nth-child(5) {
     display: none;
 }
 */
 .sex_choice .men_category .men_ul .m_group3 li:nth-child(7) {
     border-bottom: none;
 }



 .head_title{
   font-size: 11px;
   font-weight: bold;
   height: 32px;
   line-height: 32px;
   letter-spacing: 1px;
   margin-top: 0 !important;
   padding-top: 0 !important;
 float: right;
 }
 .header .g_navi li{
   float: left;
   text-align: center;
 }
 .header .g_navi li a{
   display: block;
   width: 120px;
   margin: 15px 5px 0;
   height: 30px;
   line-height: 28px;
   font-weight: bold;
   font-size: 12px;
   border: 1px solid #222222;
   border-radius: 20px;
 }
 .header .g_navi li i{margin-right: 5px;}


 /***********************************
   カート情報
 ***********************************/
 #cartInfo{
   float: left;
   position: relative;
   margin-top: 15px;
   margin-left: 5px;
   width: 120px;
   height: 30px;
   line-height: 28px;
   font-weight: bold;
   font-size: 12px;
   border-radius: 20px;
   border: 1px solid #222222;
   background: #222222;
   color: #fff;
   text-align: center;
   cursor: pointer;
   padding-top: -10px;
 }
 #cartInfo p.cartTxt{
   margin: -2px;
   line-height: 21px;
   padding-top: 5px;
   font-size: 10px;
 }
 #cartInfo p img{
   width: 20px;
   height: 20px;
   display: inline-block;
   margin-right: 5px;
 }
 #cartInfo i{
   margin-right: 5px;
 }
 .h_cart{
   display: none;
   width: 280px;
   height: 145px;
   position: absolute;
   top: 40px; right: 5px;
   border: 1px solid #aaa;
   background: #fff;
   color: #000;
   z-index: 110;
   padding: 10px 20px;
 }
 .h_cart dl{
   font-size: 12px;
   margin-bottom: 0px;
 }
 .h_cart dl:after{
   display: block;
   content: "";
   clear: both;
 }
 .h_cart dt, .h_cart dd{float: left;}
 .h_cart dd span{
   display: inline-block;
   color: #ca4233;
   font-weight: bold;
   padding: 0 5px;
 }
 .h_cart .sysCartInfoCartIn a{
   display: block;
   background: #000;
   color: #fff;
   width: 100%;
   margin: 10px 0% 5px;
   height: 50px;
   padding: 12px 0 0;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   border-radius:5px;
 }
 .h_cart .sysCartInfoCartIn a:hover{
   background:#999;
 }
 .h_cart .sysCartInfoCartIn a img{
   display: inline-block;
   width: 25px;
   height: 25px;
   margin-right: 5px;
 }
 .h_cart .sysCartInfoCartIn a i{margin-right: 5px;}

 /* カート内商品数表示 */
 button.itemCount{
   display: none;
   border:none;
   width: 20px;
   height: 20px;
         line-height: 20px;
   text-align: center;
   font-weight: bold;
   margin-left: 5px;
   color: #222222;
   background: #fff;
   border-radius: 10px;
 }


 /***********************************
   ナビゲーション
 ***********************************/
 .h_navi{
   width: 100%;
   height: 60px;
     margin-bottom: 10px;
 }
 #headNavigation{
   max-width: 1100px;
   margin: 0 auto;
         height: 60px;
 }
 #headNavigation .pcnone{display: none;}
 #headNavigation li.tab1{
   width: 220px;
   float: left;
   text-align: center;
 }

 #headNavigation li a{
     display: block;
   font-weight: 700;
 }
 #headNavigation li a span{
   display: block;
   font-size: 10px;
 }
 .tabmenu .border:after{
   background-color: #000;
     content: " ";
     height: 15px;
     margin-top: -35px;
     position: absolute;
     right: 0;
     top: 42px;
     width: 1px;

 }

 /*ナビゲーショントグル*/
 .tabmenu:before{
   display: block;
   content: "";
   clear: both;
 }
 .tabmenu{
   margin: 10px 0 0;
 }
 .toggleNav{
   display: none;
   width: 220px;
   position: absolute;
   height: 0px; /*heightはjs制御*/
   top: 50px; left:0;
   background: 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;}

 .men_category .men_ul, .women_category .women_ul { display:flex!important; justify-content:center; flex-wrap:wrap; }
 .men_category .men_ul li, .women_category .women_ul li { width:20%; }

 /***********************************
   フッター
 ***********************************/
 .footer_navi {
   background: #F5F5F5;
 }
 .footer_navi img {
     width: 230px;
 }
 .footer_navi ul {}
 .footer_navi li {}
 p.copyrights {
     font-family: trajan-pro-3, serif;
     font-weight: 400;
     font-style: normal;
 font-size: 10px;
 width: 100%
 }
 .footer{
   width: 100%;
   margin: 50px 0 0;
   text-align: center;
   background: #ededed;
   letter-spacing: 2px;
 }
 .footer .f_navi_all{
   width: 1000px;
   margin: 0 auto;
   padding: 10px 0 0;
 }
 .footer .f_navi h3{
   margin: 10px 0 0;
   font-size: 15px;
 }
 .footer .f_navi ul{
   width: 671px;
   text-align: left;
   margin: 0 auto;
 }
 .footer .f_navi li{
   display: inline-block;
   padding: 0 15px 0 5px;
   margin: 10px 5px 0;
   font-size: 15px;
   position: relative;
 }
 .footer .f_navi li:after{
   background-color: #000;
     content: "　";
     height: 10px;
     margin-top: -35px;
     position: absolute;
     right: 0;
     top: 41px;
     width: 1px;
 }
 .footer .f_navi .b_none{border-right: 0px;}
 .footer .telephone{
   margin: 20px 0 5px;
 }
 .footer .telephone .telephone01{
   width: 250px;
   height: 32px;
   line-height: 32px;
   border: 1px solid #000;
   border-radius: 15px;
   display: inline-block;
   font-size: 15px;
   font-weight: bold;
   margin-right: 10px;
 }
 .footer .telephone .telephone02{
   width: 300px;
   display: inline-block;
   margin-left: 10px;
   font-weight: bold;
 }
 .footer .telephone .telephone02 a{
   display: inline-block;
   height: 32px;
   line-height: 32px;
   font-size: 25px;
 }
 .footer .telephone .telephone02 a img{
   display: inline-block;
   height: 30px;
   margin-right: 10px;
 }
 .footer .telephone:after{
   display: block;
   content: "";
   clear: both;
 }
 .footer .time{
   font-size: 15px;
   margin: 0 0 10px;
 }
 .footer .f_gnav_all{
   background: #c3c3c3;
   padding: 15px 0 10px;
   letter-spacing: 2px;
 }
 .footer .f_gnav li{
   display: inline-block;
   padding: 0px 20px 0 15px;
   font-size: 12px;
   position: relative;
 }
 .footer .f_gnav li:after{
   background-color: #000;
     content: "　";
     height: 10px;
     margin-top: -35px;
     position: absolute;
     right: 0;
     top: 40px;
     width: 1px;

 }
 .footer .f_gnav li:last-child{
   border-right: 0px;
 }
 .footer .f_gnav{margin-bottom:  5px;}
 .footer .f_copy{
   background: #fff;
   padding: 10px;
   font-size: 12px;
   font-weight: bold;
 }

 a.footer_logo::after {
 display:none;
 }

 .footer_logo img {height: 21px;}
 /***********************************
   フッター部分のご利用ガイド
 ***********************************/
 .f_guide{
   width: 100%;
   border-top: 2px solid #222222;
   margin-top: 50px;
 }
 .f_guide .sysContent{
   width: 1100px;
   margin: 0 auto;
 }
 .f_guide .Title{
   font-size: 15px;
   text-align: center;
   font-weight: bold;
   padding: 10px 0 30px;
 }
 .f_guide .clearfix{
   font-size:0;
 }
 .f_guide .guideBlock{
   display:inline-block;
   width: 550px;
   font-size:14px;
   vertical-align:top;
 }
 .f_guide .guideBlock:after{
   display: block;
   content: "";
   clear: both;
 }
 .f_guide .guide01{padding-right: 50px;}
 .f_guide .guide02{padding-left: 50px;}
 .f_guide .guideTitle{
   width: 120px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border: 1px solid #000;
   border-radius: 15px;
   margin-bottom: 10px;
 }
 .f_guide p{
   font-size: 15px;
   line-height: 22px;
   margin: 5px 0;
 }
 .f_guide .mt{margin-top: 20px;}
 .f_guide .smaller{font-size: 12px;}

 .f_guide .freedial{
     background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
     display: inline-block;
     font-size: 40px;
     font-weight: bold;
     line-height: 1;
     margin-bottom: 10px;
     padding-left: 50px;
 }

 /*ボタン*/
 .f_guide .common_btn{
   margin: 10px auto;
 }
 .f_guide .common_btn a{
   font-size: 13px;
   padding: 10px;
 }

 /* ページトップに戻る*/
 .pagetop{
   position: fixed;
   bottom: 50px;
   right: 50px;
   width: 60px;
   height: 60px;
   text-align: center;
         z-index:11;
 }
 .pagetop #page-top{
   display: none;
   color: #fff;
   font-size: 30px;
   line-height: 14px;
   height: 60px;
   width: 60px;
   padding-top: 15px;
   background: #383838;
 }
 @media (max-width:767px) {
	 .pagetop{ bottom: 0!important; }
 }
 /*
 .pagetop #page-top:hover{
   background:#999;
 }
 */

 /***********************************
   サイド
 ***********************************/
 /*検索ボックス*/
 .side_search{margin-bottom: 30px;}
 .side_search form{border:none;}
 .side_search input[type="search"]{
   height: 40px;
   border: 1px solid #ddd;
   margin-bottom: 5px;
 }
 .side_search .sysItemSearchFormWord {
     float:none;
     width:100%;
   margin-bottom:5px;
 }
 .side_search .sysSearchButton{
   float:none;
   width: 100% !important;
   height: 40px;
   border-radius:5px;
   background: #000 url(/img/common/ico_search.png) no-repeat center center;
   background-size: 70px;
   text-indent: -999px;
 }

 .side_navi .sysHeadline,
 .side_navi_item .sysHeadline{
     font-size: 14px;
     margin:0 !important;
     text-align:left;
   font-weight:bold;
   letter-spacing:2px;
     width:auto;
   border-bottom:1px solid #222222;
 }
 .side_navi .sysHeadline:before,
 .side_navi_item .sysHeadline:before{
   content:none;
 }
 .side_navi a{
   position:relative;
   padding:7px 5px 7px 20px !important;
     letter-spacing:1px;
   border-bottom:1px dotted #cdcdcd !important;
 }
 .side_navi a:after{
   position:absolute;
   top:7px;
   right:10px;
   content:">";
   font-size:14px;
 }
 .side_navi a:hover{
     background: #eee;
 }
 .side_navi{
   margin-bottom:30px;
 }

 /*商品別*/
 .side_navi_item{
   margin-bottom:0;
   border-bottom:1px solid #000;
 }
 .side_navi_item .sysHeadline,
 .side_navi_item .sysContent{
   width:90% !important;
   margin-left:auto !important;
 }
 .side_navi_item a{
   position:relative;
   padding:7px 5px !important;
     letter-spacing:1px;
   border-bottom:1px dotted #cdcdcd !important;
 }
 .side_navi_item a:after{
   position:absolute;
   top:7px;
   right:10px;
   content:">";
   font-size:14px;
 }
 .side_navi_item li:last-child a{
   border-bottom:none !important;
 }
 .side_navi_item .sysHeadline{
   font-size: 13px;
   padding:0;
   border-bottom:1px dotted #cdcdcd !important;
 }
 .side_navi_item .sysHeadline a{
   display:block;
   border-bottom:none !important;
 }
 /*お買い物ガイド 最後2つ*/
 .side_navi_guide li:nth-last-child(1),
 .side_navi_guide li:nth-last-child(2){
   font-size:14px;
   font-weight:bold;
   border-bottom:1px solid #222222;
   margin-bottom:10px;
 }
 .side_navi_guide li:nth-last-child(1) a,
 .side_navi_guide li:nth-last-child(2) a{
   padding:7px 5px !important;
   border:none !important;
 }
 .side_navi_guide li:nth-last-child(1) a:hover,
 .side_navi_guide li:nth-last-child(2) a:hover{
   background-color:#fff;
 }
 .side_navi_guide li:nth-last-child(3){
   margin-bottom:10px;
 }

 /***********************************
   共通パーツ
 ***********************************/
 hr.style01 {
   width: 100%;
   height: 1px;
   background: #222222;
   margin: 50px auto;
   padding: 0;
   border: 0;
 }
 .sysTitle, .sysHeadline {
     width: 100%;
     margin: 30px auto!important;
     position: relative;
     text-align: center;
     font-size: 25px;
     letter-spacing: 2px;
     font-family: trajan-pro-3, メイリオ, Meiryo, sans-serif;
     font-weight: 600;
     font-style: normal;
 }
 .sysTitle b, .sysHeadline b{
   display: block;
   font-size: 14px;
   text-align: center;
 }
 .sysTitle span, .sysHeadline span ,.sysCategoryDescription span{
   position: relative;
   z-index: 2;
   display: inline-block;
 /*  margin: 0 2.5em;
   padding: 0 40px; */
   background-color: transparent !important;
   text-align: center;
 font-family: trajan-pro-3, メイリオ, sans-serif;
 font-weight: 600 !important;
 font-style: normal;
 }

 #top .sysTitle, .sysHeadline,
 #coordinate .sysTitle, .sysHeadline,
 #coordinate_detail .sysTitle, .sysHeadline
 {
     width: 100%;
     position: relative;
     text-align: center;
     font-size: 2.5em;
     letter-spacing: 2px;
     margin-bottom: 30px;
     font-weight: normal;
     font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
 }
 #top .sysTitle span, .sysHeadline span , #top .sysCategoryDescription span,
 #coordinate .sysTitle span, .sysHeadline span , #coordinate .sysCategoryDescription span,
 #coordinate_detail .sysTitle span, .sysHeadline span , #coordinate_detail .sysCategoryDescription span
 {
     font-weight: normal!important;
     font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
   position: relative;
   font-size: 0.5em;
   line-height: 1em;
   z-index: 2;
   display: block;
   background-color: transparent !important;
   text-align: center;
   color: #757575;
 }
 /*
 .sysTitle::before, .sysHeadline::before {
   position: absolute;
   top: 50%;
   z-index: 1;
   content: '';
   display: block;
   width: 100%;
   height: 1px;
   background-color: #222222;
 }
 */
 .contentsWrap{
   width: 1100px;
   margin: 0 auto;
 }

 /***********************************
   特商法テーブルレイアウト
 ***********************************/
 #main_tradelaw, .main_tradelaw {
     border: 1px solid #ddd;
     margin: 0 auto 30px;
     max-width: 1100px;
 }
 #main_tradelaw dl, .main_tradelaw dl{
   background: #ededed;
   border-bottom: 1px dotted #bfbfbf;
   overflow: hidden;
 }
 #main_tradelaw dl:last-child, .main_tradelaw dl:last-child{border: 0px;}
 #main_tradelaw dt, .main_tradelaw dt{
   padding: 15px 0 15px 20px;
   float: left;
   clear: both;
   font-weight: bolder;
 }
 #main_tradelaw dd, .main_tradelaw dd{
   margin-left: 200px;
   padding: 15px;
   background: #fff;
 }
 .shipFee{
   max-width: 1100px;
   margin: 20px auto
 }
 .shipFee .tableTitle{
   font-size: 16px;
   height: 70px;
   padding: 10px;
   color: #424242;
   margin: 50px 0 0px;
   border: 0px !important;
   text-align: leftr;
 }
 table.shipFeeTable {
   border-collapse: collapse;
   margin-bottom: 30px;
   text-align: left;
   line-height: 1.5;
   text-align: center;
 }
 table.shipFeeTable .eyeCatch{
   width: 120px;
   display: block;
   margin: 5px auto;
   height: 25px;
   line-height: 25px;
   color: #000;
   border-bottom: 1px solid #aaa;
   padding-bottom: 5px;
 }
 table.shipFeeTable thead {
   background: #555;
   text-align: center;
 }
 .spThead{display: none;}
 table.shipFeeTable thead th {
   padding: 10px;
   vertical-align: top;
   font-weight: normal;
   color: #fff;
 }
 table.shipFeeTable tbody .sum{position: relative;}
 table.shipFeeTable tbody .sum i{
   position: absolute;
   color: #888;
   font-size: 35px;
   right: -15px;
   bottom: 30px;
   z-index: 20;
 }
 table.shipFeeTable tbody th {
   width: 600px;
   padding: 10px;
   vertical-align: top;
   background: #fff;
   font-weight: normal;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 table.shipFeeTable td {
   width: 500px;
   padding: 10px;
   vertical-align: top;
   border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background: #eee;
 }
 table.shipFeeTable b{
   color: #D42E30;
   display: inline-block;
   padding: 0 3px;
   font-size: 1.2em;
 }
 div#main_tradelaw a{
   display: inline-block;
   color: #056ea1;
   text-decoration: underline;
 }

 /***********************************
   2カラムレイアウト
 ***********************************/
 .column2Wrap{
   width: 1100px;
   margin: 0 auto;
 }
 .column2Wrap:after{
   display: block;
   content: "";
   clear: both;
 }
 .sideWrap{
   width: 180px;
   height: 1000px;
   background: #aaa;
   margin-right: 20px;
   float: left;
 }
 .mainWrap{
   width: 900px;
   margin-left: 200px;
 }
 .col2Style h2.pattern01{
   font-size: 18px;
   border-left: 5px solid #3d3d3d;
   padding-left: 5px;
   margin: 15px 0;
 }
 .col2Style h2.pattern02{
   font-size: 18px;
   border-bottom: 1px solid #3d3d3d;
   padding-left: 5px;
   padding-bottom: 5px;
   margin: 15px 0;
 }
 .col2Style h2.pattern03{
   height: 35px;
   line-height: 35px;
   font-size: 18px;
   padding: 0 0px 3px 30px;
   margin: 0 0 15px;
   border-bottom: 1px solid #6843ac;
 }
 .col2Style h3.pattern01{
   font-size: 14px;
   border-bottom: 0px solid #aaa !important;
   padding: 0px 0px 3px;
   margin: 15px 0 5px;
 }
 .col2Style h4.style01{
   font-size: 15px;
   padding-bottom: 3px;
   margin: 20px 0;
   border-bottom: 0px solid #3d3d3d!important;
 }
 .col2Style .txtBlock{margin: 30px 0;}
 .col2Style .imgWrap {
   margin: 30px 0;
 }
 .col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a{
   color: #056ea1;
   height: 25px;
   line-height: 25px;
   padding-bottom: 1px;
   border-bottom: 1px solid #056ea1;
 }
 #shoplist td a, #corporate dd a{
         color: #056ea1;
   height: 25px;
   line-height: 25px;
   padding-bottom: 1px;
         border-bottom: 1px solid #056ea1;
 }
 .col2Style .txtBlock li{
   margin: 5px 0;
   font-size: 12px;
 }
 .col2Style .txtBlock li .larger{
   font-size: 14px;
   margin-bottom: 10px;
 }
 .col2Style .txtBlock li span{
   width: 20px;
   display: inline-block;
 }

 .col2Style .imgWrap img{
   width: 40%;
   margin: 10px 0;
 }
 .col2Style .floatWrap{
   margin: 20px 0;
 }
 .col2Style .floatWrap:after{
   display: block;
   content: "";
   clear: both;
 }
 .col2Style .floatWrap img{
   width: 150px;
   float: left;
 }
 .col2Style .floatWrap .txt{
   padding-top: 5px;
   margin-left: 170px
 }
 .col2Style .floatImg{text-align: center;}
 .col2Style .floatImg:after{
   display:block;
   content: "";
   clear: both;
 }
 .col2Style .floatImg .imgWrap{
   width: 50%;
   float: left;
 }
 .col2Style .floatImg .imgWrap img{
   width: 60%;
   margin: 20px 10%;
 }

 /***********************************
    お買い物ガイド
 ***********************************/
 .indexList{margin: 10px 0;}
 .indexList li{
   display: inline-block;
   text-align: center;
   margin: 0 5px 10px;
   border: 1px solid #aaa;
   padding: 3px 10px;
   border-radius: 5px;
   font-size: 15px;
 }
 .guideBlock{padding-top: 30px;}

 /*商品購入ステップ*/
 .steps ul{
   width: 700px;
   margin: 0 auto;
 }
 .steps ul:after{
   display: block;
   content: "";
   clear: both;
 }
 .steps li{
   float: left;
   padding: 0 6px;
   height: 200px;
 }
 .steps li a{
   display: block;
   height: 100%;
   height: 200px !important;
 }
 .steps li img{height: 200px;}



 /***********************************
    お知らせ
 ***********************************/

 #sysInformation #sysMain h1{
   font-size: 2em;
   margin-bottom: 20px;
 }
 .top_info{
   padding: 0 15px;
   margin-top: 50px;
 }
 .top_info ul li a,.info_list ul li a{
   font-size: 1.25em;
 }
 .top_info ul li a time,.info_list ul li a time{
   font-weight: normal;
   font-size: 0.65em;
 }
 .top_info ul li:not(:last-child) a,.info_list ul li:not(:last-child) a{
   border-bottom: 1px solid #E4E4E4;
 }

 @media (min-width:992px) {
   .top_info ul li a br,.info_list ul li a br { display:none; }
   .top_info ul li a time,.info_list ul li a time { font-size:.9em; margin-right:10px; }
 }

 /***********************************
    ボタンデザイン
 ***********************************/
 .common_btn{
   width: 250px;
   margin:20px auto 0px;
   position: relative;
 }
 .common_btn a {
     display: inline-block;
     padding: 10px;
     font-size: 16px;
     text-align: center;
     background: #fff;
     color: #626262;
     border: solid 1px #B8B8B8;
     line-height: 18px;
     width: 250px;
     margin: 0 auto;
 }
 .common_btn a:hover {
     opacity: 0.5;
 }
 .common_btn a i{
   display:inline-block;
   margin-left:10px;
   font-size:20px;
 }

 /***********************************
   TOPページ
 ***********************************/
 /*スライダー*/
 #slider{
   display:none;
 }
 .top_slider {
   padding-top:100px;
   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_cat_title ul li {
     float: left;
     text-align: center;
     width: 50% !important;
     margin: 100px 0 50px;
     font-size: 20px;
     font-family: trajan-pro-3, メイリオ, Meiryo, sans-serif;
     font-weight: 600;
     font-style: normal;
     font-size: 25px;
 }

 /*トップカテゴリ*/
 .top_cat_title ul li:nth-child(odd) {
     padding-right: 5%;
 }
 .top_cat_title ul li:nth-child(even) {
     padding-left: 5%;
 }
 .top_category {
     margin-top: 100px;
 }
 .top_category ul li {
     float: left;
     margin-bottom: 1px;
     text-align: center;
     width: 50% !important;
     margin: 0%;
 }
 .top_category ul li:nth-child(odd) {
     padding-right: 5%;
 }
 .top_category ul li:nth-child(even) {
     padding-left: 5%;
 }
 .top_category ul li img {
     width: 100%;
 }
 p.featuresText {}
 p.featuresText span {    font-size: 18px;}
 @media (max-width:767px) {
 p.featuresText span { font-size:12px;}
 }

 /*#women .top_womenall_btn,#men .top_menall_btn{margin-top: 40px;}*/



 /*トップバナー*/
 .top_brand-banner,.top_brand-banner_women {
   padding: 50px 0;
 }

 .top_brand-banner .sysContent,.top_brand-banner_women .sysContent {
   overflow: hidden;
 }

 /*新着アイテム*/

 .new_item_pickup .text_unit{
   background: #127299;
   color: #fff;
   padding: 25px;
 }
 .new_item_pickup_women .text_unit{
   background: #EF8585;
   color: #fff;
   padding: 25px;
 }
 .new_item_pickup .text_unit .item-name .name,.new_item_pickup_women .text_unit .item-name .name{
   font-weight: bold;
   margin-bottom: 10px;
   font-size: 1.5em;
 }
 .new_item_pickup .text_unit .text,.new_item_pickup_women .text_unit .text{
   margin-bottom: 10px;
 }
 .new_item_pickup .text_unit .item-price p,.new_item_pickup_women .text_unit .item-price p{
   font-weight: bold;
   font-size: 1.5em;
 }

 .top_newarrival,.top_newarrival_women {margin-top: 50px;}
 .top_newarrival .sysContent .sysHorizontal .sysItemImage img,
 .women_new_all .sysContent .sysHorizontal .sysItemImage img,
 #new_item .sysContent .sysHorizontal .sysItemImage img,
 .men_new_all .sysContent .sysHorizontal .sysItemImage img,
 .top_newarrival_women .sysContent .sysHorizontal .sysItemImage img,
 #amenohi .sysContent .sysHorizontal .sysItemImage img,
 #summer_light .sysContent .sysHorizontal .sysItemImage img,
 #embroidery .sysContent .sysHorizontal .sysItemImage img,
 #teimen_jeans .sysContent .sysHorizontal .sysItemImage img,
 #amenohi2_women .sysContent .sysHorizontal .sysItemImage img,
 #amenohi2_men .sysContent .sysHorizontal .sysItemImage img,
 #amenohi2_women .sysContent .sysHorizontal .sysItemImage img,
 #amenohi2_men .sysContent .sysHorizontal .sysItemImage img,
 #onkan_smart .sysContent .sysHorizontal .sysItemImage img,
 #summer_light2 .sysContent .sysHorizontal .sysItemImage img,
 #hebirote .sysContent .sysHorizontal .sysItemImage img,
 #travel .sysContent .sysHorizontal .sysItemImage img,
 #campaign .sysContent .sysHorizontal .sysItemImage img,
 #campaign_test .sysContent .sysHorizontal .sysItemImage img,
 #tm_collection .sysContent .sysHorizontal .sysItemImage img{
     width: 100%!important;
     height: auto;
 }

 .top_newarrival ul, .top_newarrival_women ul{
   font-size:0;
   text-align:left;
 }
 .top_newarrival li, .top_newarrival_women li{
   float: none !important;
   display: inline-block;
   margin-bottom: 30px;
   padding: 0 0 0px 30px!important;
   font-size: 20px;
   font-weight: bold;
   vertical-align: top;
 }
 .top_newarrival li img, .top_newarrival_women li img{
   width: 100%;
 }
 .top_newarrival .sysItemName, .top_newarrival_women .sysItemName{
   font-size: 14px;
   font-weight: 500;
   text-align: left;
   padding-top: 10px;
 }


 /*特集一覧*/
 .top_features,.page_features{ overflow:hidden; }
 .top_features ul,.page_features ul{
   font-size:0;
   text-align:left;
 }
 .top_features li,.page_features li{
   float:none !important;
   display:inline-block;
   width: 33%;
   padding: 0 10px;
   margin-bottom:20px;
   font-size:12px;
   vertical-align:top;
 }
 .top_features li img,.page_features li img{width: 100%;}
 .top_features li a,.page_features li a{
   display: block;
   position: relative;
 }
 .top_features li span,.page_features li span,
 .top_tms_pickup li span,.top_ft_pickup li span {  display:block; padding: 10px 0 10px;}
 .top_features li a .text, .page_features li a .text,
 .top_tms_pickup li a .text, .top_ft_pickup li a .text { padding-top:10px; }
 .top_features li a .text > *, .page_features li a .text > *,
 .top_tms_pickup li a .text > *, .top_ft_pickup li a .text > * { padding:0; }
 .top_features li a .text .main, .page_features li a .text .main,
 .top_tms_pickup li a .text .main, .top_ft_pickup li a .text .main { font-weight:bold; font-size:1.2em; padding-bottom:5px; }

 /*おすすめ商品、ランキング*/
 .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: #ce0000;
   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_men .sysContent ul li a,
 .top_ranking_women .sysContent ul li a{    display: flex; align-items: flex-start; }
 .top_ranking_men .sysContent ul li a span,
 .top_ranking_women .sysContent ul li a span{margin-left: 5px;}


 .top_ranking_item ul{
   font-size:0;
   text-align:left;
 }
 .top_ranking_item li{
   float:none !important;
   display:inline-block;
   width: 30% !important;
   margin: 0 1.5% 30px !important;
   padding: 10px;
   font-size:12px;
   text-align:center;
   vertical-align:top;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 span.sysSubtotalPrice {
     font-size: 17px;
     float: right;
 }

 /*クロネコペイボタン装飾調整*/
 div#kuronekoPayFlex {
   margin-right: 21px;
 }
 .sysCart #sysMain #kuronekoPayFlex button img {
   margin-top: -11px;
 }
 .sysCart #sysMain button#kmid-login-subwindow-launch,
 .sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"]
  {
   padding: 10px 0px 0px 0px;
 }
 .sysConfirmButton input#open_dlg_edit_customer_info {
   display: inline-block;
   padding: 10px;
   width: auto;
   height: auto;
   color: #000;
   background: #fff;
   border-radius: none;
   border: 1px solid #999;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
 }



 /******************
 商品詳細
 *******************/
 #sysItemDetail .sysDescription #sysDescription a{    text-decoration: underline; color: #127299;}

 .sysDescription{
   font-size: 1.4rem;
   line-height: 1.75;
 }


 /*** 商品説明　***/
 .item__explanation {
   color: #707070;
 }

 /*** アコーディオン ****/

 .item__sizutable{
   margin-bottom: 10%;
 }

 .accordion-single-title{
   cursor: pointer;
 }
 .accordion-single-content{
   /* display: none; */
   display: block;
 }

 .accordion-single {
   margin:5% 0;
   }

 .accordion-single-title {
   border-bottom: 1px solid #000000;
   padding: 10px 0;
   cursor: pointer;
   position: relative;
   font-size: 1.8rem;
   color: #000000;
   font-weight: bolder;
   margin: 0;
   text-align: left;
 }

 .accordion-single-title::after {
   content: "";
   position: absolute;
   right: 5px;
   top: 50%;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   display: block;
   width: 8px;
   height: 8px;
   border-top: solid 2px #000000;
   border-right: solid 2px #000000;
   -webkit-transform: translateY(-50%) rotate(135deg);
   transform: translateY(-50%) rotate(135deg);
 }

 .is-open::after {
   content: "";
   position: absolute;
   right: 5px;
   top: 50%;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   display: block;
   width: 8px;
   height: 8px;
   border-top: solid 2px #000000;
   border-right: solid 2px #000000;
   -webkit-transform: translateY(-50%) rotate(315deg);
           transform: translateY(-50%) rotate(315deg);
 }

 .accordion-single-content {
   overflow: hidden;
   -webkit-transition: max-height ease-in-out;
   transition: max-height ease-in-out;
 }

 .accordion-single-item.is-open .accordion-single-content {
   max-height: 100%;
 }

 .accordion-single-item.is-open .accordion-single-title::after {
   -webkit-transform: translateY(-50%) rotate(315deg);
           transform: translateY(-50%) rotate(315deg);
 }

 /*** サイズ表 ****/


 div.size_table table {
   width: 100%;
   table-layout: fixed;
   text-align: center;
   border-collapse: collapse;
 }

 div.size_table th, div.size_table td {
   vertical-align: middle;
   padding: 0 15px;
   border: 1px solid #707070;
   font-size: 1.4rem;
   padding: 0.5%;
 }

 div.size_table tr.size_table_header, div.size_table .fixed01 {
   color: #fff;
   background: #000000;
 }

 div.size_table .fixed01 {
   position: -webkit-sticky;
   position: sticky;
   left: 0;
   width: 160px;
 }

 div.size_table .fixed01:before {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   width: 100%;
   height: 100%;
   /*border: 1px solid #707070;*/
 }

 /***　採寸方法 ***/
 .accordion-single-content section {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
       -ms-flex-align: center;
           align-items: center;
   margin: 3% 0;
 }

 .accordion-single-content section div {
   width: 46%;
   padding: 0 2%;
   text-align: left;
 }

 .accordion-single-content section div h4 {
   font-size: 1.6rem;
   font-weight: bold;
   margin-bottom: 3%;
 }

 .accordion-single-content section div p {
   margin-top: -2%;
 }

 .accordion-single-content section div img {
   width: 100%;
   margin-bottom: 10%;
 }

 #sysItemDetail .sysForm select {
   min-width: 100%;
   display: inline-block;
   float: none!important;
 }

 /*カートに入れる*/
 /*
 #sysItemDetail .sysCartButton {
   padding: 23px 15px !important;
   text-indent: -999px;
   background: white url(/img/layout/system/btn_cart__folkner.png) center center no-repeat;
   border: 1px solid #000000;
   background-size: 140px;
 }

 #sysItemDetail .sysCartButton:hover {
   padding: 23px 15px !important;
   text-indent: -999px;
   background: black url(/img/layout/system/btn_cart__folkner__hover.png) center center no-repeat;
   border: 1px solid #003548;
   background-size: 140px;
 }

 #sysItemDetail .sysGoCartButton {
   background: white url(/img/layout/system/btn_cart__folkner.png) center center no-repeat;
   background-size: 127px;
 }
 */


 /*文中の文字を囲む*/
 .square_number {
   padding: 2px 8px;
   margin-right: 5px;
   background-color: black;
   border-radius: 2px;
   font-family: inherit;
   font-size: 0.85em;
   color: white;
 }



 /******************
 カテゴリーページ
 *******************/
 /* 4-1-3 Category View Mode */
 .sysItemCategoryCtl {
   font-size: 1.2rem;
 }

 .sysItemCategoryCtl .sysCurrent{
     background-color:#eee;
 }

 .sysItemCategoryCtl a {
   display: inline-block;
   padding: 2px 4px;
   background: #fff;
   border-radius: 3px;
   text-decoration: none;
   margin: 2px 0;
 }

 .sysItemCategoryCtl a:hover {
   display: inline-block;
   padding: 2px 4px;
   background: #ddd;
   border-radius: 3px;
   text-decoration: none;
   margin: 2px 0;
 }

 /**ページャー　角丸　**/
 .sysPagination ul {
   text-align: center;
 }

 .sysPagination ul {
   text-align: center;
   margin: 5% 0;
 }

 .sysPagination ul li {
   padding: 5px;
   display: inline-block;
   width:auto;
 }

 .sysPagination a {
   display: block;
   border: 1px solid lightgray;
   width: 40px;
   height: 40px;
   line-height: 38px;
   border-radius: 50%;
   text-decoration: none!important;
 }

 /* 商品ページのタイトル */
 .sysItemName,
 .sysRetailPrice {
   display: block;
   margin-bottom: 0px;
   text-align: center;
 }

 .sysItemName{
  font-size: 16px;
 }


 /***********************************
   新作商品
 ***********************************/
 #men_new .sysItemBlock ul.sysHorizontal,#women_new .sysItemBlock ul.sysHorizontal,.top_newarrival ul, .top_newarrival_women ul{
     display: flex;
     flex-wrap: wrap;
 }
 #men_new .sysItemName,#women_new .sysItemName,
 #men_campaign_recruit .sysItemName,#women_campaign_recruit .sysItemName{
   margin: 0;
 }
 #men_new .sysItemPrice,#women_new .sysItemPrice,
 #men_campaign_recruit .sysItemPrice,#women_campaign_recruit .sysItemPrice{
   font-size: 20px;
   font-weight: bold;
 }

 .sysRetailPrice{
   font-weight: bold;
 }

 /*カテゴリータイトル*/
 .sysCategoryDescription h2{
   font-size: 3.0rem;
   text-align: center;
   font-weight: 900;
 }

 .sysCategoryDescription p{
   margin: 5% 0;
 }
 .sysCategoryDescription p.campaign_txt{
   margin: 10px 0 30px 0;
 }


 .sysCategoryDescription .campaign_banner  img{
   /*margin-top: 50px;*/
     object-fit: cover;
     width: 100%;
 }


 /******************
 FAQ
 *******************/

 .faq section {
   margin-bottom: 50px;
 }

 .faq ul {
   display: flex;
   flex-wrap: wrap;
 }
 .faq li {
   position: relative;
   list-style: none;
   font-size: 1.6rem;
   line-height: 1.7;
   width: calc(100% / 4);
   text-align: center;
   border: 1px solid #127299;
 }
 .faq li i{
   position: absolute;
   top: 50%;
   left: 15px;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   }

 .faq h2 {
   font-size: 2.2rem;
   text-align: left;
   margin: 5% 0;
 }

 .faq h3 {
   font-size: 1.8rem;
 }

 .faq h4 {
   font-size: 2.0rem;
   margin-top: 5%;
   margin-bottom: -3%;
 }

 .faq h5 {
   font-size: 1.6rem;
 }

 .faq h6 {
   font-size: 1.6rem;
   text-align: left;
   margin: 0 0 3% 0;
 }

 .faq_index ul li a{display: block;}
 .faq a {
   background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #127299));
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #127299 50%);
   background-position: 0 0;
   background-size: 200% auto;
   -webkit-transition: .3s;
   transition: .3s;
   text-decoration: none;
   color: #127299;
   font-weight: 750;
 }

 .faq a:hover {
   padding: 0 10px;
   background-position: 0 !important;
   color: #fff!important;
   background-color: #127299;
 }

 .faq a:visited {
   padding: 0;
   color: #127299;
 }

 .faq #shopping .wrapping .img img{     width: 100%; max-width: 800px;}


 /******************
 特定商法取引法・ご利用条件
 *******************/
 .low,
 .terms-conditions {
   font-size: 1.4rem;
 }

 .low section,
 .terms-conditions section {
   margin-bottom: 30px;
 }

 .low h2,
 .terms-conditions h2 {
   font-size: 1.8rem;
   font-weight: 750;
 }

 .low li.red,
 .terms-conditions li.red {
   color: red;
 }

 .low li.blue,
 .terms-conditions li.blue {
   color: blue;
 }

 .low a,
 .terms-conditions a {
   margin: 2% 0;
   background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #127299));
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #127299 50%);
   background-position: 0 0;
   background-size: 200% auto;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   text-decoration: none;
   color: #127299;
   font-weight: 750;
 }

 .low a:hover,
 .terms-conditions a:hover {
   padding: 0 10px;
   /*background-position: -100% 0;*/
   background-position: 0 !important;
   color: #fff !important;
   background-color: #127299;
 }

 .low a:visited,
 .terms-conditions a:visited {
   padding: 0;
   color: #127299;
 }

 .low ul,
 .terms-conditions ul {
   margin: 10px auto;
 }

 .low ul li,
 .terms-conditions ul li {
   list-style: disc;
   margin-left: 2rem;
   font-weight: normal;
 }


 .low .browser,
 .terms-conditions .browser {
   font-weight: 900;
 }

 /*別ウィンドウで開く*/
 a[target="_blank"]:after{
   content:url('https://www.folkner.shop/img/common/icon_target.png'); /* 表示するアイコンを指定 */
   margin:0px 5px;  /* 5pxぐらい離した方が見栄えがよい */
 }
 .head_title a[target="_blank"]:after {
     content: none;
 }

 /*会員登録メルマガ非表示*/
 /*
 .sysFormItem.sysAcceptMailmagazine {
     display: none;
 }
 */
 .opcBillingAddress_acceptMailmagazineAndLabelGroup_edit {
     display: none;
 }
 .opcBillingAddress_acceptMailmagazineAndLabelGroup{
 display:none;
 }

 /*リフレッシュプレスアコーディオンテキスト*/
 p.acco_refreshpress {
     font-size: 14px;
 }

 /***********************************
   テイジンメンズショップについて
 ***********************************/
 #teimen_about .teimen_about .title_img img { width:100%; }
 #teimen_about .teimen_about p.lh { font-size:1.5rem; line-height:2.25em; }
 #teimen_about .teimen_about .writer { background:#f6f6f6; padding:50px 15px; }
 #teimen_about .teimen_about .writer .contain { max-width:500px; margin:0 auto; border-top:1px solid; border-bottom:1px solid; padding:10px; }
 #teimen_about .teimen_about h2 { font-size:3em; text-align:center; }
 #teimen_about .teimen_about h3 { font-size:2em; text-align:center; font-weight:normal; }
 #teimen_about .teimen_about .img { display:flex; justify-content:center; }
 #teimen_about .teimen_about .img img { padding:0 5px; }


 /***********************************
   ランキング
 ***********************************/




 /***********************************
   テイジンメンズショップについて
 ***********************************/
 #teimen_about .teimen_about p.lh{font-size: 1.5rem;line-height: 2.25em;}
     #teimen_about .teimen_about .writer{    background: #f6f6f6; padding: 50px 15px;}
 #teimen_about .teimen_about .writer .contain{ max-width: 500px;     margin: 0 auto;
     border-top: 1px solid;
     border-bottom: 1px solid;
     padding: 10px;}
 #teimen_about .teimen_about h2{font-size: 3em; text-align: center;}
 #teimen_about .teimen_about h3{font-size: 2em; text-align: center; font-weight: normal;}
 #teimen_about .teimen_about .img{display: flex;    justify-content: center;}
 #teimen_about .teimen_about .img img{padding: 0 5px;}




 /***********************************
   AMENOHIシリーズ
 ***********************************/
 .center, .center0 { width:100%; margin:0 auto; text-align:left; }
 .center0 { padding-left:85px; padding-right:85px; }
 .center { max-width:1200px;}
 .wrapper, .wrapper-t, .wrapper-b { position:relative; }

 @media (max-width: 767px){
   .wrapper, .wrapper-t { padding-top:30px; }
   .wrapper, .wrapper-b { padding-bottom:30px; }
 }
 @media (min-width: 768px){
   .wrapper, .wrapper-t { padding-top:50px; }
   .wrapper, .wrapper-b { padding-bottom:50px; }
 }
 @media (max-width: 1440px) {
	 .center0 { padding-left:20px; padding-right:20px; }
 }
 @media (max-width: 1230px) {
   .center { padding-left:15px; padding-right:15px;}
 }

 .fw_bold{font-weight: bold;}
 .xxx-large { font-size:2em; }
 .xx-large  { font-size:1.75em; }
 .x-large   { font-size:1.5em; }
 .large     { font-size:1.25em; }
 .small     { font-size:0.9em; }
 .x-small   { font-size:0.8em; }
 .xx-small  { font-size:0.75em; }
 .mb10{margin-bottom: 10px;}
 .mb20{margin-bottom: 20px;}
 .mb30{margin-bottom: 30px;}
 .mb40{margin-bottom: 40px;}
 .mb50{margin-bottom: 50px;}
 .pos_ac{text-align: center;}
 .pos_ar{text-align: right;}
 .disp_ib{display: inline-block;}


 #amenohi{}
 #amenohi .hl_1{border-bottom:1px solid #000000; font-size: 1.75em; font-weight: bold; margin-bottom: 30px;}
 #amenohi #sysWrap {max-width:100%; }
 #amenohi #sysWrap #sysMain{padding: 0;}
 #amenohi #sysWrap #sysMain .sysContent{padding: 0!important;}
 /*mv*/
 #amenohi #sysWrap .mv{background: url(../img/amenohi/mv_back.jpg) no-repeat center center / cover; position: relative; padding: 100px 0;}
 #amenohi #sysWrap .mv img{max-width: 700px;}

 /*kodawari*/
 #amenohi #sysWrap .kodawari .intro .flex{display: flex; flex-wrap:
 wrap;}
 #amenohi #sysWrap .kodawari .intro .flex .img{width: 500px;}
 #amenohi #sysWrap .kodawari .intro .flex .text{width:calc(100% - 500px);}
 #amenohi #sysWrap .kodawari .intro .flex .text{padding-left: 10px;}
 #amenohi #sysWrap .kodawari .intro .flex .img img{max-width:350px;}
 #amenohi #sysWrap .kodawari .intro .hl{font-size: 2em;}
 #amenohi #sysWrap .kodawari .intro{position: relative;}
 #amenohi #sysWrap .kodawari .unit._1 .logo img{max-width: 800px;}
 #amenohi #sysWrap .kodawari .unit._1 .block1 {display: flex; align-items: center; flex-wrap: wrap;}
 #amenohi #sysWrap .kodawari .unit._1 .block1 .img {width: 500px;}
 #amenohi #sysWrap .kodawari .unit._1 .block1 .text{width:calc(100% - 500px); padding-left: 30px;}

 #amenohi #sysWrap .kodawari .unit._1 .block2 {}
 #amenohi #sysWrap .kodawari .unit._1 .block2 .flex{display: flex; flex-wrap:wrap;}
 #amenohi #sysWrap .kodawari .unit._1 .block2 .left,
 #amenohi #sysWrap .kodawari .unit._1 .block2 .right{display: flex; align-items: center; padding: 0 15px;;}
 #amenohi #sysWrap .kodawari .unit._1 .block2 .left .img,
 #amenohi #sysWrap .kodawari .unit._1 .block2 .right .img{width: 40%}
 #amenohi #sysWrap .kodawari .unit._1 .block2 .left .text,
 #amenohi #sysWrap .kodawari .unit._1 .block2 .right .text{width: 60%;}
 #amenohi #sysWrap .kodawari .unit._1 .block2 .left,
 #amenohi #sysWrap .kodawari .unit._1 .block2 .right{width: 50%;}

 #amenohi #sysWrap .kodawari .unit._1 .block2 .left .text,
 #amenohi #sysWrap .kodawari .unit._1 .block2 .right .text{padding-left: 15px;}


 @media (min-width: 576px){
     #amenohi #sysWrap .kodawari .intro:before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: calc(100% - 65%);
         background: #BCB29B;
         z-index: -1;
     }
 }

 @media (max-width: 991px){
     #amenohi #sysWrap .kodawari .unit._1 .block1 .img {width: 300px;}
     #amenohi #sysWrap .kodawari .unit._1 .block1 .text{width:calc(100% - 300px); padding-left: 30px;}

     #amenohi #sysWrap .kodawari .intro .flex .img{width: 300px;}
     #amenohi #sysWrap .kodawari .intro .flex .text{width:calc(100% - 300px);}
     #amenohi #sysWrap .mv img{max-width: 500px;}
 }
 @media (max-width: 767px){
     #amenohi #sysWrap .kodawari .unit._1 .block1 .img {width: 250px;}
     #amenohi #sysWrap .kodawari .unit._1 .block1 .text{width:calc(100% - 250px); padding-left: 30px;}
     #amenohi #sysWrap .mv{padding: 50px 0;}
     #amenohi #sysWrap .mv img{max-width: 400px;}
 }

 @media (max-width: 767px){
     #amenohi #sysWrap .kodawari .intro .flex .img{width: 200px;}
     #amenohi #sysWrap .kodawari .intro .flex .text{width:calc(100% - 200px);}
 }
 @media (max-width: 575px){
     #amenohi #sysWrap .kodawari .unit._1 .block2 .left .img,
     #amenohi #sysWrap .kodawari .unit._1 .block2 .right .img{width: 35%}
     #amenohi #sysWrap .kodawari .unit._1 .block2 .left .text,
     #amenohi #sysWrap .kodawari .unit._1 .block2 .right .text{width: 75%;}
     #amenohi #sysWrap .kodawari .unit._1 .block2 .right{margin-top: 20px;}
     #amenohi #sysWrap .kodawari .unit._1 .block2 .left,
     #amenohi #sysWrap .kodawari .unit._1 .block2 .right{width: 100%; padding: 0;}
     #amenohi #sysWrap .kodawari .unit._1 .block1 .img img {max-width: 300px;}
     #amenohi #sysWrap .kodawari .unit._1 .block1 .img,
     #amenohi #sysWrap .kodawari .unit._1 .block1 .text{width: 100%;}
     #amenohi #sysWrap .kodawari .unit._1 .block1 .text{margin-top: 10px;padding-left: 0;}

     #amenohi #sysWrap .kodawari .intro:before {
         content: "";
         position: absolute;
         bottom:  0;
         left: 0;
         width: 100%;
         height: calc(100% - 70%);
         background: #BCB29B;
         z-index: -1;
     }
     #amenohi #sysWrap .mv {padding: 30px 0;}
     #amenohi #sysWrap .mv img{max-width: 280px;}
     #amenohi #sysWrap .kodawari .intro .flex .img{margin-top: 10px; width:100%; order: 2;}
     #amenohi #sysWrap .kodawari .intro .flex .text{width: 100%;}
     #amenohi #sysWrap .kodawari .intro .flex .img img{max-width:250px;}
 }
 /*suit*/
 #amenohi #sysWrap .suit .hl_block{ position: relative;}
 #amenohi #sysWrap .suit .hl_block .flex{display: flex; padding-top: 25px;}
 #amenohi #sysWrap .suit .hl_block .img{width: 50%; object-fit: contain;}
 #amenohi #sysWrap .suit .hl_block .img._second{padding-left: 50px;}
 #amenohi #sysWrap .suit .hl_block:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 85%;
     background: #BCB29B;
     z-index: -1;
 }

 #amenohi #sysWrap .suit .block2 .back{background: url(../img/amenohi/suit_02_1.jpg) no-repeat center left / cover;) no-repeat center center / cover;}
 #amenohi #sysWrap .suit .block2 .back p{width: 50%; margin-right: 0; margin-left: auto; padding: 100px 15px;}

 @media (min-width: 576px){
     #amenohi #sysWrap .suit .block1 .flex{display: flex;}
     #amenohi #sysWrap .suit .block3 .flex2{display: flex;}
     #amenohi #sysWrap .suit .block3 .flex2 >*{width: calc(100% / 3);}
     #amenohi #sysWrap .suit .block3 .flex3 {display: flex; }
     #amenohi #sysWrap .suit .block3 .flex3 img{width: 30%;}
     #amenohi #sysWrap .suit .block3 .flex3 p{padding-left: 30px; width: 70%;}
     #amenohi #sysWrap .suit .block3 .flex{display: flex; align-items: center;}
     #amenohi #sysWrap .suit .block3 .flex >*{width: 50%;}
     #amenohi #sysWrap .suit .block3 .flex p{padding-right: 30px;}
 }
 @media (max-width: 767px){
     #amenohi #sysWrap .suit .block2 .back p{z-index: 10;
     position: relative;}
     #amenohi #sysWrap .suit .block2 .back::after{
         content: "";
         position: absolute;
         z-index: 2;
         width: 100%;
         height:100%;
         top: 0;
         left: 0;
         background-color: white;
         opacity: 0.5;
     }
     #amenohi #sysWrap .suit .block2 .back{position: relative;}
 }
 @media (max-width: 575px){
     #amenohi #sysWrap .suit .block2 .back p{ padding: 10px 15px; width: 80%; }
     #amenohi #sysWrap .suit .block2 .back{ background: url(../img/amenohi/suit_02_1.jpg) no-repeat center left -50px  / cover;) no-repeat center center / cover;}
     #amenohi #sysWrap .suit .block3 .flex2 >*{margin-bottom: 10px;}
     #amenohi #sysWrap .suit .block3 .flex p{padding-bottom:10px;}
     #amenohi #sysWrap .suit .block1{padding-top: 40px;}
     #amenohi #sysWrap .suit .hl_block .flex{padding-bottom: 25px; position: relative;}
     #amenohi #sysWrap .suit .hl_block:before {height:100%;}
     #amenohi #sysWrap .suit .hl_block .img._first{width: 65%;}
     #amenohi #sysWrap .suit .hl_block .img._second{width: 55%; padding-left: 0px; position: absolute; right: 0; bottom: -13vw;}
 }

 /*coat*/
 #amenohi #sysWrap .coat .hl_block{ position: relative;}
 #amenohi #sysWrap .coat .hl_block .flex{display: flex; padding-top: 25px;}
 #amenohi #sysWrap .coat .hl_block .img{width: 50%; object-fit: contain;}
 #amenohi #sysWrap .coat .hl_block .img._second{padding-left: 50px;}
 #amenohi #sysWrap .coat .hl_block:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 85%;
     background: #BCB29B;
     z-index: -1;
 }
 #amenohi #sysWrap .coat .intro .flex{display: flex;}
 #amenohi #sysWrap .coat .intro {padding-top: 15px;}
 #amenohi #sysWrap .coat .intro .flex > *{width: calc(100% / 3);}
 #amenohi #sysWrap .coat .block1 .flex2 > *{padding: 1px;}

 @media (min-width: 576px){
     #amenohi #sysWrap .coat .block2 .flex img:first-child{padding-right: 5px;}
     #amenohi #sysWrap .coat .block2 .flex img:last-child{padding-left: 5px;}
     #amenohi #sysWrap .coat .block1 .flex,
     #amenohi #sysWrap .coat .block2 .flex,
     #amenohi #sysWrap .coat .block3 .flex{display: flex; align-items: center;}
     #amenohi #sysWrap .coat .block1 .flex2 {display: flex; flex-wrap: wrap;}
     #amenohi #sysWrap .coat .block1 .flex > *,
     #amenohi #sysWrap .coat .block1 .flex2 > *,
     #amenohi #sysWrap .coat .block2 .flex > *,
     #amenohi #sysWrap .coat .block3 .flex > *{width:50%;}
     #amenohi #sysWrap .coat .block3 .flex  p{padding-right: 30px;}
 }



 @media (max-width: 575px){
     #amenohi #sysWrap .coat .block1 .flex img:first-child,
     #amenohi #sysWrap .coat .block2 .flex img:first-child{margin-bottom: 10px;}
     #amenohi #sysWrap .coat .block3 .flex  p{margin-bottom: 10px;}
     #amenohi #sysWrap .coat .intro {padding-top: 20vw;}
     #amenohi #sysWrap .coat .hl_block .flex {
     padding-bottom: 25px;
     position: relative;}
     #amenohi #sysWrap .coat .hl_block:before {height:100%;}
     #amenohi #sysWrap .coat .hl_block .img._first{width: 65%;}
     #amenohi #sysWrap .coat .hl_block .img._second{width: 55%; padding-left: 0px; position: absolute; right: 0; bottom: -13vw;}
 }

 /* 5/16　山川追加　対象商品ブロック用 */
 /*item*/
 #amenohi #sysWrap .item .hl_block{ position: relative;background: #BCB29B; padding: 25px 0;}
 #amenohi #sysWrap .item .hl_block .flex{display: flex; padding-top: 25px;}
 #amenohi #sysWrap .item .hl_block .img{width: 50%; object-fit: contain;}
 #amenohi #sysWrap .item .hl_block:before {
     content: unset;
 }
 @media (max-width: 575px){
     #amenohi #sysWrap .item .hl_block .flex {
     padding-bottom: 25px;
     position: relative;}
     #amenohi #sysWrap .item .hl_block:before {height:100%;}
     #amenohi #sysWrap .item .hl_block .img._first{width: 65%;}
 }
 #amenohi .amenohi_suit, #amenohi .amenohi_coat { width:100%; margin:0 auto; text-align:left; }
 #amenohi .amenohi_suit, #amenohi .amenohi_coat { max-width:1200px;}
 #amenohi .amenohi_suit .sysContent .sysHorizontal li, #amenohi .amenohi_coat .sysContent .sysHorizontal li { width: 25% !important; }

 /***********************************
   amenohiシリーズ第2弾
 ***********************************/
 .style_amenohi2 {}
 .style_amenohi2 .hl_1 { display:flex; align-items:flex-end; line-height:1; padding-bottom:10px; border-bottom:4px solid #2D2D2D; margin-bottom:60px; }
 .style_amenohi2 .hl_1 .sub { display:flex; flex-direction:column; justify-content:center; padding-right:5px; }
 .style_amenohi2 .hl_1 .sub .label { font-size:20px; text-align:center; margin-bottom:5px; }
 .style_amenohi2 .hl_1 .sub .num { font-size:40px; text-align:center; }
 .style_amenohi2 .hl_1 .main { font-size:38px; }
 @media (max-width:991px) {
   .style_amenohi2 .hl_1 { margin-bottom:30px; }
   .style_amenohi2 .hl_1 .sub .label { font-size:16px; }
   .style_amenohi2 .hl_1 .sub .num { font-size:30px; text-align:center; }
   .style_amenohi2 .hl_1 .main { font-size:28px; }
 }
 @media (max-width:575px) {
   .style_amenohi2 .hl_1 .sub .label { font-size:14px; }
   .style_amenohi2 .hl_1 .sub .num { font-size:20px; text-align:center; }
   .style_amenohi2 .hl_1 .main { font-size:18px; }
 }

 .style_amenohi2 .mv .main_text { max-width:950px; display:inline-block; font-size:23px; line-height:2; margin-bottom:40px; text-align:left; }
 @media (max-width:991px) {
   .style_amenohi2 .mv .main_text { font-size:16px; }
 }

 .amenohi2_women .style_amenohi2 .point_box { background:#BCAF9E; width:100%; overflow-x:hidden; padding:50px 0 20px; background-repeat:no-repeat; background-size:auto calc(100% - 70px); background-position:bottom left, bottom right; background-image:url(/img/amenohi2_women/box_image1.png), url(/img/amenohi2_women/box_image2.png); margin-bottom:120px; }
 .amenohi2_men .style_amenohi2 .point_box { background:#BCAF9E; width:100%; overflow-x:hidden; padding:50px 0 20px; background-repeat:no-repeat; background-size:auto calc(100% - 70px); background-position:bottom left, bottom right; background-image:url(/img/amenohi2_men/box_image1.png), url(/img/amenohi2_men/box_image2.png); margin-bottom:120px; }

 .style_amenohi2 .point_box .point_box_hl { text-align:center; position:relative; height:34px; margin-bottom:40px; }
 .style_amenohi2 .point_box .point_box_hl img { position:absolute; top:0; left:50%; transform:translateX(-50%); max-width:none; width:1397px!important; }
 .style_amenohi2 .point_box .point_box_text { line-height:3; text-align:center; color:#fff; }
 .style_amenohi2 .point_box .point_box_text .text_row { display:block; font-size:27px; }
 .style_amenohi2 .point_box .point_box_text .text_row br { display:none; }
 .style_amenohi2 .point_box .point_box_text .text_row .underline { background:linear-gradient(to top, #7A7156 17px, transparent 17px); font-size:30px; padding:0 5px; margin-right:5px; }
 .style_amenohi2 .point_box .scroll_btn_wrap { text-align:center; }
 .style_amenohi2 .point_box .scroll_btn_wrap .scroll_btn { display:inline-block; transition:.2s; }
 .style_amenohi2 .point_box .scroll_btn_wrap .scroll_btn:hover { opacity:.6; }
 .style_amenohi2 .point_box .scroll_btn_wrap .scroll_btn .text { padding-bottom:40px; color:#fff; font-size:17px; background:url(/img/amenohi2_women/scroll_btn.png) no-repeat bottom center / 32px auto; }
 @media (max-width:1200px) {
   .style_amenohi2 .point_box { background-size:auto calc(90% - 70px); }
   .style_amenohi2 .point_box .point_box_text .text_row {font-size:24px; }
   .style_amenohi2 .point_box .point_box_text .text_row .underline { font-size:22px; }
 }
 @media (max-width:991px) {
   .amenohi2_women .style_amenohi2 .point_box, .amenohi2_men .style_amenohi2 .point_box { padding-top:25px; background-image:none; margin-bottom:60px; }
   .style_amenohi2 .point_box .point_box_hl { height:28px; margin-bottom:10px; }
 }
 @media (max-width:575px) {
   .style_amenohi2 .point_box .point_box_hl { height:28px; }
   .style_amenohi2 .point_box .point_box_hl img { width:1100px!important; }
   .style_amenohi2 .point_box .point_box_text .text_row { font-size:16px; }
   .style_amenohi2 .point_box .point_box_text .text_row br { display:inline-block; }
   .style_amenohi2 .point_box .point_box_text .text_row .underline { font-size:20px; }
 }

 .style_amenohi2 .hl_renapes { font-size:32px; font-weight:bold; color:#177E3A; margin-bottom:40px; padding-left:55px; background:url(/img/amenohi2_women/renapes_icon.png) no-repeat center left / 45px auto; min-height:60px; display:flex; align-items:center; }
 .style_amenohi2 .hl_renapes br { display:none; }
 @media (max-width:991px) {
   .style_amenohi2 .hl_renapes { font-size:26px; background-size:28px auto; min-height:40px; padding-left:35px; margin-bottom:20px; }
 }
 @media (max-width:767px) {
   .style_amenohi2 .hl_renapes { font-size:18px; }
 }
 @media (max-width:575px) {
   .style_amenohi2 .hl_renapes { line-height:1.4!important; }
   .style_amenohi2 .hl_renapes br { display:inline-block; }
 }

 .style_amenohi2 .point_unit { font-size:20px; margin-bottom:60px; }
 .style_amenohi2 .point_unit p { line-height:2; }
 .style_amenohi2 .point_unit .underline { background:linear-gradient(to top, transparent 2px, #BCB29B 2px, #BCB29B 15px, transparent 15px); padding:0 5px; margin:0 5px; font-size:26px; }
 .style_amenohi2 .point_unit .images_wrap { display:flex; width:calc(100% + 40px); margin-left:-20px; margin-right:-20px; }
 .style_amenohi2 .point_unit .images_wrap > .unit { width:50%; padding:0 20px; }
 @media (max-width:1200px) {
   .style_amenohi2 .point_unit { font-size:16px; }
   .style_amenohi2 .point_unit .underline { font-size:22px; }
 }
 @media (max-width:767px) {
   .style_amenohi2 .point_unit img { width:725px!important; }
 }
 @media (max-width:991px) {
   .style_amenohi2 .point_unit { margin-bottom:30px; }
   .style_amenohi2 .point_unit .underline { padding:0; margin:0; background:linear-gradient(to top, transparent 2px, #BCB29B 2px, #BCB29B 10px, transparent 10px); }
 }
 @media (max-width:767px) {
   .style_amenohi2 .point_unit .images_wrap { flex-direction:column; }
   .style_amenohi2 .point_unit .images_wrap > .unit { width:100%; }
   .style_amenohi2 .point_unit .images_wrap > .unit:not(:last-child) { margin-bottom:20px; }
   .style_amenohi2 .point_unit .underline { font-size:18px; }
 }

 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit { display:flex; justify-content:center; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:not(:last-child) { margin-bottom:40px; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > * { width:50%; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n+1) { flex-direction:row; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n) { flex-direction:row-reverse; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .text { display:flex; align-items:center; justify-content:center; text-align:left; line-height:2; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .text p { width:410px; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n+1) > .text { padding-left:30px; }
 .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n) > .text { padding-right:30px; }

 @media (max-width:991px) {
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit { flex-direction:column!important; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > * { width:100%; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .image { margin-bottom:20px; text-align:center; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .image img { width:725px!important; max-width:100%!important; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .text p { text-align:left; width:100%; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n+1) > .text { padding-left:0; }
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:nth-child(2n) > .text { padding-right:0; }
 }
 @media (max-width:767px) {
   .style_amenohi2 .point_unit .obsession_wrap .obsession_unit:not(:last-child) { margin-bottom:20px; }
 }

 /* 温感スマート商品 */
 .onkan_smart .style_amenohi2 .point_box { background:#F5DEB3; width:100%; overflow-x:hidden; padding:50px 0 20px; background-repeat:no-repeat; background-size:auto calc(100% - 90px); background-position:bottom 10px left, bottom 10px right; background-image:url(/img/onkan_smart/box_image1.png), url(/img/onkan_smart/box_image2.png); margin-bottom:120px; }
 @media (max-width:991px) {
   .onkan_smart .style_amenohi2 .point_box { padding-top:25px; background-image:none; margin-bottom:60px; }
 }
 .onkan_smart .style_amenohi2 .mv .main_text { font-size:16px; text-align:center; }
 .onkan_smart .style_amenohi2 .point_box .point_box_text { color:#493929; }
 .onkan_smart .style_amenohi2 .point_box .scroll_btn_wrap .scroll_btn .text { color:#493929; }
 .onkan_smart .style_amenohi2 .point_box .point_box_text .text_row .underline { background:linear-gradient(to top, #F1D259 17px, transparent 17px); }
 .onkan_smart .style_amenohi2 .point_unit .underline { font-weight:bold; background:linear-gradient(to top, transparent 2px, #F1D259 2px, #F1D259 15px, transparent 15px); }
 .onkan_smart .style_amenohi2 dl { display:flex; align-items:center; }
 .onkan_smart .style_amenohi2 dl dt { border-radius:60px; padding:10px 15px; color:#fff; }
 .onkan_smart .style_amenohi2 dl dt.orange { background:#EA6100; }
 .onkan_smart .style_amenohi2 dl dt.gray { background:#A5A5A5; }
 .onkan_smart .style_amenohi2 dl dt .main { white-space:nowrap; font-weight:bold; font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
 .onkan_smart .style_amenohi2 dl dd { padding-left:15px; font-size:16px; }
 .onkan_smart .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .text p { width:540px; }
 @media (max-width:767px) {
   .onkan_smart .style_amenohi2 .point_unit .obsession_wrap .obsession_unit > .text p { width:725px; max-width:100%; }
 }
 @media (max-width:767px) {
   .onkan_smart .style_amenohi2 dl { flex-direction:column; align-items:flex-start; }
   .onkan_smart .style_amenohi2 dl dt { margin-bottom:10px; }
   .onkan_smart .style_amenohi2 dl dd { padding-left:0; }
   .onkan_smart .style_amenohi2 dl dd p { width:100%; text-align:left; }
 }

 /*シリーズサイドメニュー*/
 .series_menu { z-index:1; }
 .series_menu._amenohi .men a{background:#01334A; color: #fff; border: 3px solid #01334A;}
 .series_menu._amenohi .women a{background:#fff;  color:#01334A; border: 3px solid #01334A;}

 @media (min-width:992px) {
     .series_menu{vertical-align: middle; position: fixed; top: calc(50% - 100px/2); right: 0;}
     .series_menu ul li{display: table; margin-bottom: 10px;}
     .series_menu ul li > *{display:table-cell; vertical-align: middle;}
     .series_menu ul li a{text-align: center; line-height: 1.75em;  letter-spacing: -1px; font-weight: bold; padding: 3px; width: 125px; height: 125px; border-radius: 5px; font-family: 'Open Sans', sans-serif;}

 }
 @media (max-width:991px) {
     .series_menu{ position: fixed; bottom: 0; display: block; width: 100%;}
     .series_menu ul{display: flex; width: calc( 100% - 62px);}
     .series_menu ul li{width: 50%;}
     .series_menu ul li a{width: 100%; display: block; text-align: center; font-weight: bold;}

 }

 /***********************************
   SUMMER LIGHT スーツ
 ***********************************/

 #summer_light{}
 #summer_light .hl_1{border-bottom:1px solid #000000; font-size: 1.75em; font-weight: bold; margin-bottom: 30px;}
 #summer_light #sysWrap {max-width:100%; }
 #summer_light #sysWrap #sysMain{padding: 0;}
 #summer_light #sysWrap #sysMain .sysContent{padding: 0!important;}

 /*mv*/
 #summer_light #sysWrap .mv{background: url(../img/summer_light/mv_back.jpg) no-repeat center right / cover; position: relative; padding: 100px 0;}
 #summer_light #sysWrap .mv img{max-width: 700px;}

 /*==kodawari==*/
 /*▶intro*/
 #summer_light #sysWrap .kodawari .intro .flex{display: flex; flex-wrap:wrap;}
 #summer_light #sysWrap .kodawari .intro .flex .img{width: 500px;}
 #summer_light #sysWrap .kodawari .intro .flex .text{width:calc(100% - 500px);}
 #summer_light #sysWrap .kodawari .intro .flex .text{padding-left: 10px;}
 #summer_light #sysWrap .kodawari .intro .flex .img img{max-width:350px;}
 #summer_light #sysWrap .kodawari .intro .hl{font-size: 2em;}
 #summer_light #sysWrap .kodawari .intro{position: relative;}

 /*▶unit _1*/
 #summer_light #sysWrap .kodawari .flex{display: flex; flex-wrap: wrap;}
 #summer_light #sysWrap .kodawari  .flex._3 > * {width: calc(100% /3);}
 #summer_light #sysWrap .kodawari .unit._1 .flex._3.pd{margin: 0 -5px;}
 #summer_light #sysWrap .kodawari .unit._1 .flex._3.pd img{padding:5px;}
 #summer_light #sysWrap .kodawari .flex._2 > *{width: 50%;}
 #summer_light #sysWrap .kodawari  .flex._ac{align-items: center;}
 #summer_light #sysWrap .kodawari .unit._1 .right {width: 70%;}
 #summer_light #sysWrap .kodawari .unit._1 .left {width: 30%;}
 #summer_light #sysWrap .kodawari .unit._1 .flex._3.pd .order{width: 100%;}

 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10{padding-top: 30px;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center2,
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center3,
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center4{ margin: 0 auto;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center2{max-width: 1000px;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center3{max-width: 800px;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .center4{max-width: 600px;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .text{font-size: 1.5em;}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .text2{font-size: 1.25em; color: #949297; font-weight: bold;}


 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dl { display:flex; width:100%; }
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dl > * {}
 #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dt span{ display: inline-block; background:#84be72; color:#fff;font-weight: bold; padding:3px 25px; border-radius: 10px;}




 @media (min-width: 576px){
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dt { width: 120px;}
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dd { width: calc(100% - 120px);}
     #summer_light #sysWrap .kodawari .text.order{padding-left: 0px; padding-right: 30px; order: -1;}
     #summer_light #sysWrap .kodawari .text{padding-left: 30px;}
     #summer_light #sysWrap .kodawari .intro:before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: calc(100% - 60%);
         background: url(../img/summer_light/intro_back.jpg) no-repeat center center / cover;
         z-index: -1;
     }
 }

 @media (min-width: 768px) and (max-width: 1599px){
     #summer_light #sysWrap .mv{background: url(../img/summer_light/mv_back.jpg) no-repeat center right -200px / cover; position: relative; padding: 100px 0;}
 }
 @media (min-width: 992px) and (max-width: 1199px){
     #summer_light #sysWrap .mv img{max-width: 600px;}
 }
 @media (max-width: 991px){
     #summer_light #sysWrap .kodawari .intro .flex .img{width: 300px;}
     #summer_light #sysWrap .kodawari .intro .flex .text{width:calc(100% - 300px);}
     #summer_light #sysWrap .mv img{max-width: 500px;}
 }
 @media (max-width: 767px){
     #summer_light #sysWrap .mv{background: url(../img/summer_light/mv_back.jpg) no-repeat center right -100px / cover; position: relative;}
     #summer_light #sysWrap .mv{padding: 50px 0;}
     #summer_light #sysWrap .mv img{max-width: 350px;}
     #summer_light #sysWrap .kodawari .unit._1 .flex._3.kiji img{width: 100%!important;}
     #summer_light #sysWrap .kodawari .intro .flex .img{width: 200px;}
     #summer_light #sysWrap .kodawari .intro .flex .text{width:calc(100% - 200px);}
 }
 @media (max-width: 575px){
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .text,
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 .text2{font-size: 1em;}
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dt span{margin-bottom: 5px; }
     #summer_light #sysWrap .kodawari .unit._1 .kodawari_01_10 dl { display: block;}
     #summer_light #sysWrap .kodawari .text{padding-top: 10px;}
     #summer_light #sysWrap .kodawari .unit._1 .flex._3.pd .order{order:-1;}
     #summer_light #sysWrap .kodawari .flex > *{width: 100%!important;}
     #summer_light #sysWrap .kodawari .intro:before {
         content: "";
         position: absolute;
         bottom:  0;
         left: 0;
         width: 100%;
         height: calc(100% - 70%);
         background: url(../img/summer_light/intro_back.jpg) no-repeat center center / cover;
         z-index: -1;
     }
     #summer_light #sysWrap .mv {padding: 30px 0;}
     #summer_light #sysWrap .mv img{max-width: 245px;}
     #summer_light #sysWrap .kodawari .intro .flex .img{margin-top: 10px; width:100%; order: 2;}
     #summer_light #sysWrap .kodawari .intro .flex .text{width: 100%;}
     #summer_light #sysWrap .kodawari .intro .flex .img img{max-width:250px;}
     #summer_light #sysWrap .kodawari .unit._3 .flex._2 img:not(:last-child){margin-bottom: 10px;}
 }

 #summer_light .summer_light_suit { width:100%; margin:0 auto; text-align:left; max-width:1200px;}
 #summer_light .summer_light_suit .sysContent .sysHorizontal li { width: 33% !important; }

 /***********************************
   SUMMER LIGHT スーツ 第2段
 ***********************************/
 .summer_light_btn { position:fixed; bottom:100px; right:20px; z-index:100; }
 .summer_light_btn a { display:block; width:172px; height:172px; border-radius:172px; background:url(../img/summer_light2/btn_bg.jpg) no-repeat center center / cover; padding:3px; transition:opacity .2s; }
 .summer_light_btn a .text { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:100%; border:2px dotted #fff; border-radius:50%; text-align:center; }
 .summer_light_btn a .text .main { font-weight:bold; color:#fff; font-size:1.75em; line-height:1.2; margin-bottom:10px; letter-spacing:1px; padding-left:1px; }
 .summer_light_btn a .text .sub { display:inline-block; position:relative; background:#FFE53E; padding:0 8px; color:#002474; text-align:center; font-weight:bold; font-size:1.1em; }
 .summer_light_btn a .text .sub::before,
 .summer_light_btn a .text .sub::after { content:""; position:absolute; top:0; background-repeat:no-repeat; background-size:auto 100%; display:block; position:absolute; width:5px; height:100%; }
 .summer_light_btn a .text .sub::before { right:100%; background-image:url(../img/summer_light2/ribbon_l.png); background-position:center right; }
 .summer_light_btn a .text .sub::after { left:100%; background-image:url(../img/summer_light2/ribbon_r.png); background-position:center left; }
 @media (min-width:768px) {
   .summer_light_btn a:hover { opacity:.6; }
 }
 @media (max-width:767px) {
   .summer_light_btn { width:100%; bottom:0; right:auto; left:0; }
   .summer_light_btn a { width:calc(100% - 62px); height:70px; border-radius:0; }
   .summer_light_btn a .text { border-radius:0; flex-direction:row; }
   .summer_light_btn a .text .main { margin-bottom:0; margin-right:10px; }
 }
 @media (max-width:575px) {
   .summer_light_btn a .text .main { font-size:1.25em; }
   .summer_light_btn a .text .sub { font-size:1em; }
 }

 #summer_light2 .mincho { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
 #summer_light2 #sysWrap {max-width:100%; }
 #summer_light2 #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
 #summer_light2 #sysWrap #sysMain{padding: 0;}
 #summer_light2 #sysWrap #sysMain .sysFuncText.summer_light2 .sysContent {padding: 0!important;}

 @media (min-width:768px) {
   #summer_light2 .mv { background:url(../img/summer_light2/mainvisual_bg.jpg) no-repeat center center / cover; }
   #summer_light2 .mv .mv_wrap { width:100%; display:flex; align-items:center; }
   #summer_light2 .mv .mv_wrap .main_image { margin-left:-100px; }
   #summer_light2 .mv .mv_wrap .main_image img { width:391px; height:auto; }
   #summer_light2 .mv .mv_wrap .mv_text { width:calc(100% - 291px); text-align:right; }
   #summer_light2 .mv .mv_wrap .mv_text img { margin-bottom:-5%; max-width:100%; width:820px; }
 }
 @media (max-width:991px) and (min-width:768px) {
   #summer_light2 .mv .mv_wrap .main_image img { width:300px; }
   #summer_light2 .mv .mv_wrap .mv_text { width:calc(100% - 200px); }
 }
 @media (max-width:767px) {
   #summer_light2 .mv .center { padding:0; }
 }

 #summer_light2 .about .about_wrap { display:flex; align-items:center; justify-content:space-between; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #summer_light2 .about .about_wrap > * { padding:0 10px; }
 #summer_light2 .about .about_wrap .image { box-shadow:20px 20px 0 #EFFAFD; }
 #summer_light2 .about .hl_about .main { font-size:2.5em; font-weight:bold; margin-bottom:15px; color:#30A5FF; line-height:1.4; }
 #summer_light2 .about .main_text { font-size:1.25em; }
 @media (max-width:991px) {
   #summer_light2 .about .hl_about .main { font-size:2em; }
   #summer_light2 .about .main_text { font-size:1.1em; }
 }
 @media (max-width:767px) {
   #summer_light2 .about .about_wrap { flex-direction:column; }
   #summer_light2 .about .about_wrap ._left { margin-bottom:20px; }
 }

 #summer_light2 .obsession { position:relative; overflow:hidden; background:#EFFAFD; }
 #summer_light2 .obsession::before,
 #summer_light2 .obsession::after { content:""; width:100%; height:0; padding-bottom:26%; position:absolute; display:block; left:0; z-index:1; }
 #summer_light2 .obsession::before { top:0; background:linear-gradient(to right bottom, #fff 50%, #EFFAFD 50%); }
 #summer_light2 .obsession::after { bottom:0; background:linear-gradient(to right bottom, #EFFAFD 50%, #fff 50%); }
 #summer_light2 .obsession > * { position:relative; z-index:2; }
 #summer_light2 .obsession .hl_obsession { text-align:center; padding-bottom:40px; background:url(../img/summer_light2/hl_obsession.png) no-repeat center bottom / 134px auto; margin-bottom:30px; }
 #summer_light2 .obsession .hl_obsession .main { font-size:3em; font-weight:bold; color:#002474; }
 #summer_light2 .obsession .lead { font-size:1.25em; line-height:1.8; }
 @media (max-width:767px) {
   #summer_light2 .obsession .hl_obsession { background-size:60px auto; padding-bottom:20px; margin-bottom:15px; }
   #summer_light2 .obsession .hl_obsession .main { font-size:2em; }
   #summer_light2 .obsession .lead { font-size:1.1em; text-align:left; }
 }

 #summer_light2 .obsession .point_unit { margin-bottom:80px; }

 #summer_light2 .obsession .hl_point { display:flex; align-items:center; background:#002474; padding:5px 30px; margin-bottom:50px; }
 #summer_light2 .obsession .hl_point * { color:#fff; }
 #summer_light2 .obsession .hl_point .sub { display:inline-flex; align-items:center; position:relative; width:160px; }
 #summer_light2 .obsession .hl_point .sub .english { font-size:2em; line-height:1; }
 #summer_light2 .obsession .hl_point .sub .number { font-size:4.5em; line-height:1; display:inline-block; width:50px; text-align:center; }
 #summer_light2 .obsession .hl_point .sub::after { content:""; height:42px; width:1px; transform:translateY(-50%) rotate(45deg); display:block; position:absolute; right:30px; top:50%; background:#fff; }
 #summer_light2 .obsession .hl_point .main { font-size:2em; font-weight:bold; width:calc(100% - 160px); }
 @media (max-width:767px) {
   #summer_light2 .obsession .hl_point { padding:5px 10px; margin-bottom:20px; }
   #summer_light2 .obsession .hl_point .sub { width:95px; }
   #summer_light2 .obsession .hl_point .sub .english { font-size:1.5em; }
   #summer_light2 .obsession .hl_point .sub .number { font-size:1.75em; width:20px; }
   #summer_light2 .obsession .hl_point .main { width:calc(100% - 95px); font-size:1.5em; }
   #summer_light2 .obsession .hl_point .sub::after { height:30px; right:15px; }
 }
 @media (max-width:575px) {
   #summer_light2 .obsession .hl_point .main { font-size:1.25em; }
 }

 #summer_light2 .obsession .text_image_unit { display:flex; align-items:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #summer_light2 .obsession .text_image_unit:not(:last-child) { margin-bottom:30px; }
 #summer_light2 .obsession .text_image_unit > * { padding:0 10px; }
 #summer_light2 .obsession .text_image_unit:nth-child(2n+1) { flex-direction:row; }
 #summer_light2 .obsession .text_image_unit:nth-child(2n) { flex-direction:row-reverse; }
 #summer_light2 .obsession .text_image_unit .text_wrap { width:53%; }
 #summer_light2 .obsession .text_image_unit .image_wrap { width:47%; }
 #summer_light2 .obsession .text_image_unit .image_wrap .images { display:flex; align-items:center; justify-content:center; width:calc(100% + 16px); margin-left:-8px; margin-right:-8px; }
 #summer_light2 .obsession .text_image_unit .image_wrap .images .unit { padding:0 8px; flex-flow:1; }
 #summer_light2 .obsession .text_image_unit .text_wrap { font-size:1.25em; line-height:1.8; }
 #summer_light2 .obsession .text_image_unit .text_wrap .strong { color:#002474; font-weight:bold; background:linear-gradient(to top, #FFDF0C 10px, transparent 10px); }
 @media (max-width:767px) {
   #summer_light2 .obsession .text_image_unit { flex-direction:column-reverse!important; }
   #summer_light2 .obsession .text_image_unit > * { width:100%!important; }
   #summer_light2 .obsession .text_image_unit > .text_wrap { margin-top:10px; }
   #summer_light2 .obsession .text_image_unit .text_wrap { font-size:1.1em; }
 }

 #summer_light2 .sysFuncItemBlock.summer_light_suit2 { max-width:1200px; margin:0 auto; }
 #summer_light2 .summer_light_suit2 .sysContent .sysHorizontal li { width:25%; }
 @media (max-width:767px) {
   #summer_light2 .summer_light_suit2 .sysContent .sysHorizontal li { width:50%; }
 }


 /***********************************
   ヘビロテスマートスーツ
 ***********************************/
 .hebirote_item { max-width:1100px; margin:0 auto; }
 #hebirote .mincho { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
 #hebirote #sysWrap {max-width:100%; }
 #hebirote #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
 #hebirote #sysWrap #sysMain{padding: 0;}
 #hebirote #sysWrap #sysMain .sysFuncText.hebirote .sysContent {padding: 0!important;}

 #hebirote .mv { text-align:center; }
 #hebirote .mv .main_image { display:inline-block; }

 #hebirote .lead { font-size:1.5em; margin-bottom:40px; }

 #hebirote .point_unit { margin-bottom:80px; }

 #hebirote .hl_point { display:flex; padding-bottom:10px; border-bottom:4px solid #414446; margin-bottom:40px; }
 #hebirote .hl_point .sub { width:60px; }
 #hebirote .hl_point .sub .number { width:50px; height:50px; background:#111238; font-weight:bold; font-size:2.5em; line-height:1; color:#fff; display:flex; align-items:center; justify-content:center; }
 #hebirote .hl_point .main { width:calc(100% - 60px); font-size:2em; line-height:50px; font-weight:500; }

 #hebirote .text_image_unit { display:flex; align-items:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #hebirote .text_image_unit:not(:last-child) { margin-bottom:30px; }
 #hebirote .text_image_unit > * { padding:0 10px; }
 #hebirote .text_image_unit:nth-child(2n+1) { flex-direction:row; }
 #hebirote .text_image_unit:nth-child(2n) { flex-direction:row-reverse; }
 #hebirote .text_image_unit .text_wrap { width:53%; }
 #hebirote .text_image_unit .image_wrap { width:47%; }
 #hebirote .text_image_unit .image_wrap .images { display:flex; align-items:center; justify-content:center; width:calc(100% + 16px); margin-left:-8px; margin-right:-8px; }
 #hebirote .text_image_unit .image_wrap .images .unit { padding:0 8px; flex-grow:1; }
 #hebirote .text_image_unit .image_wrap .images .unit img { width:100%; }
 #hebirote .text_image_unit .text_wrap { font-size:1.25em; line-height:1.8; }
 #hebirote .text_image_unit .text_wrap .strong { color:#002474; font-weight:bold; background:linear-gradient(to top, transparent 5px, #F7FF00 5px, #F7FF00 15px, transparent 15px); font-size:1.5em; }
 #hebirote .gif_list { display:flex; align-items:center; margin-top:40px; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #hebirote .gif_list .unit { width:50%; text-align:center; padding:0 10px; }
 #hebirote .gif_list .unit img { width:430px; }
 @media (max-width:767px) {
   .hebirote_item .sysContent .sysHorizontal li { width:100%; }
   #hebirote .point_unit { margin-bottom:40px; }
   #hebirote .text_image_unit { flex-direction:column-reverse!important; }
   #hebirote .text_image_unit > * { width:100%!important; }
   #hebirote .text_image_unit > .text_wrap { margin-top:10px; }
   #hebirote .text_image_unit .text_wrap { font-size:1.1em; }
   #hebirote .text_image_unit .text_wrap .strong { font-size:1.2em; }
   #hebirote .lead { font-size:1em; }
   #hebirote .hl_point { border-bottom-width:2px; margin-bottom:30px; }
   #hebirote .hl_point .sub { width:40px; }
   #hebirote .hl_point .sub .number { width:30px; height:30px; font-size:1.75em; }
   #hebirote .hl_point .main { width:calc(100% - 40px); font-size:1.25em; line-height:30px; }

 }


 /***********************************
   トラベルスマートスーツ
 ***********************************/
 .travel_item { max-width:1100px; margin:0 auto; }
 #travel .mincho { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
 #travel #sysWrap {max-width:100%; }
 #travel #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
 #travel #sysWrap #sysMain{padding: 0;}
 #travel #sysWrap #sysMain .sysFuncText.travel .sysContent {padding: 0!important;}

 #travel .mv { text-align:center; }
 #travel .mv .main_image { display:inline-block; }

 #travel .lead { font-size:1.5em; margin-bottom:40px; }

 #travel .point_unit { margin-bottom:80px; }

 #travel .hl_point { display:flex; padding-bottom:10px; border-bottom:4px solid #4977A2; margin-bottom:40px; }
 #travel .hl_point .sub { width:60px; }
 #travel .hl_point .sub .number { width:50px; height:50px; background:#4977A2; font-weight:bold; font-size:2.5em; line-height:1; color:#fff; display:flex; align-items:center; justify-content:center; }
 #travel .hl_point .main { width:calc(100% - 60px); font-size:2em; line-height:50px; font-weight:bold; color:#4977A2; }

 #travel .text_image_unit { display:flex; align-items:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #travel .text_image_unit:not(:last-child) { margin-bottom:30px; }
 #travel .text_image_unit > * { padding:0 10px; }
 #travel .text_image_unit:nth-child(2n+1) { flex-direction:row; }
 #travel .text_image_unit:nth-child(2n) { flex-direction:row-reverse; }
 #travel .text_image_unit .text_wrap { width:53%; }
 #travel .text_image_unit .image_wrap { width:47%; }
 #travel .text_image_unit .image_wrap .images { display:flex; align-items:center; justify-content:center; width:calc(100% + 16px); margin-left:-8px; margin-right:-8px; }
 #travel .text_image_unit .image_wrap .images .unit { padding:0 8px; flex-grow:1; }
 #travel .text_image_unit .image_wrap .images .unit img { width:100%; }
 #travel .text_image_unit .text_wrap { font-size:1.25em; line-height:1.8; }
 #travel .text_image_unit .text_wrap .strong { color:#414446; font-weight:bold; background:linear-gradient(to top, transparent 5px, #B4DCDB 5px, #B4DCDB 15px, transparent 15px); font-size:1.5em; }
 #travel .gif_list { display:flex; align-items:center; margin-top:40px; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #travel .gif_list .unit { width:50%; text-align:center; padding:0 10px; }
 #travel .gif_list .unit img { width:430px; }
 @media (max-width:767px) {
   .travel_item .sysContent .sysHorizontal li { width:100%; }
   #travel .point_unit { margin-bottom:40px; }
   #travel .text_image_unit { flex-direction:column-reverse!important; }
   #travel .text_image_unit > * { width:100%!important; }
   #travel .text_image_unit > .text_wrap { margin-top:10px; }
   #travel .text_image_unit .text_wrap { font-size:1.1em; }
   #travel .text_image_unit .text_wrap .strong { font-size:1.2em; }
   #travel .lead { font-size:1em; }
   #travel .hl_point { border-bottom-width:2px; margin-bottom:30px; }
   #travel .hl_point .sub { width:40px; }
   #travel .hl_point .sub .number { width:30px; height:30px; font-size:1.75em; }
   #travel .hl_point .main { width:calc(100% - 40px); font-size:1.25em; line-height:30px; }

 }


 /***********************************
   刺繍サービス
 ***********************************/

 #embroidery{}
 #embroidery .hl_1{ font-size:3em; font-weight: normal; margin-bottom: 30px; text-align: center;}
 #embroidery #sysWrap {max-width:100%; }
 #embroidery #sysWrap #sysMain{padding: 0;}
 #embroidery #sysWrap #sysMain .sysContent{padding: 0!important;}
 #embroidery  .slick-dots li button:before{ font-size: 20px;  content: '■';}
 #embroidery   .slick-dots li.slick-active button:before{color: #CB8A8A;}
 #embroidery .main_image_wrap{position: relative;}
 #embroidery .main_image_wrap .text .large{font-size: 2em;}

 #embroidery .embroidery_list { background: url(../img/embroidery/back.jpg) no-repeat center center / cover; }
 #embroidery .embroidery_list .flex{justify-content: center;display: flex; flex-wrap: wrap;}
 #embroidery .embroidery_list .flex .unit{padding: 5px; width: 25%; display: flex; align-items: center; min-width: 280px;}
 #embroidery .embroidery_list .flex .unit .img{width: 90px;}
 #embroidery .embroidery_list .flex .unit .text{background: #fff;  width: calc( 100% - 90px); padding: 10px;}
 #embroidery .embroidery_list .flex .unit .text .color{font-weight: bold; margin-bottom: 5px;}

 #embroidery .simulator .preview{position: relative;}
 #embroidery .simulator .preview img.logo{    position: absolute;
     top: 50%;
     left: 50%;
     max-width: 250px;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
 }

 #embroidery .simulator .color,
 #embroidery .simulator .thread
 {display: flex; flex-wrap: wrap;}
 #embroidery .simulator .color li{width: 20%; padding: 5px;}
 #embroidery .simulator .thread li{width: 25%; padding: 5px;}
 @media (max-width: 991px){
     #embroidery .simulator .preview img.logo{max-width: 200px;}

 }
 @media (max-width: 767px){
     #embroidery .simulator .preview img.logo{max-width: 130px;}
     #embroidery .main_image_wrap .text{padding-top: 20px;}

 }
 @media (max-width: 575px){
     #embroidery .simulator .preview img.logo{max-width: 200px;}
     #embroidery .hl_1{ font-size:2.5em;}
 }
 @media (min-width: 576px){
     #embroidery .embroidery_list .flex .unit{min-width: 270px;}
 }
 @media (min-width: 768px){
     #embroidery .main_image_wrap .text{width: 100%;position: absolute;  bottom:80px; background: url(../img/embroidery/mt_back.png) no-repeat center center / cover;  padding: 30px 0;}

 }

 @media (max-width: 575px){
     .hidden-only { display: none !important; }
 }
 @media (min-width: 576px){
     .visible-only { display:none !important; }
 }
 @media (max-width: 767px) {
     .hidden-xs { display: none !important; }
 }
 @media (min-width: 768px){
     .visible-xs { display:none !important; }
 }

 /* 5/16　山川追加　対象商品ブロック用 */
 #embroidery .embroidery_item { width:100%; margin:0 auto; text-align:left; }
 #embroidery .embroidery_item { max-width:1200px;}
 #embroidery .embroidery_item .sysContent .sysHorizontal li { width: 25% !important; }
 #Emb_simulate { width: 300px; margin: 0 auto; }

 /***********************************
   キャンペーン
 ***********************************/
 #campaign .sysHeadline,
 #campaign_test .sysHeadline { margin-top:0!important; }
 #campaign #sysWrap,
 #campaign_test #sysWrap {max-width:100%; }
 #campaign #sysWrap .center2,
 #campaign_test #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
 #campaign #sysWrap #sysMain,
 #campaign_test #sysWrap #sysMain {padding: 0;}
 #campaign #sysWrap #sysMain .sysFuncText.campaign .sysContent,
 #campaign_test #sysWrap #sysMain .sysFuncText.campaign_test .sysContent {padding: 0!important;}

 #campaign .main_image img,
 #campaign_test .main_image img { width:100%; }
 #campaign .campaign_detail,
 #campaign_test .campaign_detail { background:url(/img/campaign/campaign_bg.jpg) no-repeat center center / cover; padding:40px 20px; }
 #campaign .campaign_detail .detail_box,
 #campaign_test .campaign_detail .detail_box { background:#fff; border-radius:8px; margin:0 auto; max-width:525px; padding:20px; text-align:left; }
 #campaign .campaign_detail .detail_box .term,
 #campaign_test .campaign_detail .detail_box .term { text-align:right; }
 #campaign .campaign_detail .detail_box:not(:last-child),
 #campaign_test .campaign_detail .detail_box:not(:last-child) { margin-bottom:20px; }
 #campaign .campaign_detail .detail_box .hl_campaign,
 #campaign_test .campaign_detail .detail_box .hl_campaign { color:#C91717; font-size:1.75em; margin-bottom:10px; }
 #campaign .campaign_detail .detail_box dl,
 #campaign_test .campaign_detail .detail_box dl { display:flex; align-items:center; justify-content:flex-start; color:#C91717; }
 #campaign .campaign_detail .detail_box dl dt,
 #campaign_test .campaign_detail .detail_box dl dt { padding-right:15px; display:flex; align-items:center; }
 #campaign .campaign_detail .detail_box dl dt .main,
 #campaign_test .campaign_detail .detail_box dl dt .main { font-size:1.5em; display:flex; width:40px; height:40px; align-items:center; justify-content:center; border:1px solid rgba(201, 23, 23, 0.4); border-radius:40px; }
 #campaign .campaign_detail .detail_box dl dd .main,
 #campaign_test .campaign_detail .detail_box dl dd .main { font-size:2.25em; font-weight:bold; }
 #campaign .campaign_detail .detail_box._type2,
 #campaign_test .campaign_detail .detail_box._type2 { max-width:100%; width:560px; display:inline-block; text-align:center; position:relative; }
 #campaign .campaign_detail .detail_box._type2 dl.label,
 #campaign_test .campaign_detail .detail_box._type2 dl.label { position:absolute; top:40px; left:60px; }
 #campaign .campaign_detail .detail_box._type2 .detail_box_inner,
 #campaign_test .campaign_detail .detail_box._type2 .detail_box_inner { display:inline-block; text-align:left; }
 #campaign .campaign_detail .detail_box._type2 dl,
 #campaign_test .campaign_detail .detail_box._type2 dl { display:flex; }
 #campaign .campaign_detail .detail_box._type2 dl dt .main,
 #campaign_test .campaign_detail .detail_box._type2 dl dt .main { font-size:1.75em; }
 #campaign .campaign_detail .detail_box._type2 dl dd .main,
 #campaign_test .campaign_detail .detail_box._type2 dl dd .main { font-size:2.5em; line-height:1.2; }
 #campaign .campaign_detail .detail_box._type2 dl dd .sub,
 #campaign_test .campaign_detail .detail_box._type2 dl dd .sub { display:block; text-align:center; color:#000; }
 #campaign .campaign_detail .detail_box._type2 dl:not(:last-child),
 #campaign_test .campaign_detail .detail_box._type2 dl:not(:last-child) { margin-bottom:10px; }
 #campaign .campaign_detail .detail_box._type2 dl dt .main,
 #campaign_test .campaign_detail .detail_box._type2 dl dt .main { width:auto; height:auto; padding:5px 20px; }
 #campaign .campaign_detail .detail_box._type3,
 #campaign_test .campaign_detail .detail_box._type3 { text-align:center; }
 #campaign .campaign_detail .detail_box._type3 .main,
 #campaign_test .campaign_detail .detail_box._type3 .main { font-size:2.25em; font-weight:bold; color:#C91717; }
 #campaign .campaign_detail .detail_box._type3 .sub,
 #campaign_test .campaign_detail .detail_box._type3 .sub { font-size:1.75em; font-weight:bold; color:#C91717; }
 @media (max-width:767px) {
   #campaign .campaign_detail .detail_box dl:not(:last-child),
   #campaign_test .campaign_detail .detail_box dl:not(:last-child) { margin-bottom:10px; }
   #campaign .campaign_detail .detail_box dl dt,
   #campaign_test .campaign_detail .detail_box dl dt { padding-right:0; }
   #campaign .campaign_detail .detail_box dl dt .main,
   #campaign_test .campaign_detail .detail_box dl dt .main { font-size:1em; width:30px; height:30px; margin-right:10px; }
   #campaign .campaign_detail .detail_box dl dd .main,
   #campaign_test .campaign_detail .detail_box dl dd .main { font-size:1.25em; }
   #campaign .campaign_detail .detail_box._type2 dl.label,
   #campaign_test .campaign_detail .detail_box._type2 dl.label { position:relative; top:auto; left:auto; justify-content:center; margin-bottom:15px; }
   #campaign .campaign_detail .detail_box._type2 dl.label .main,
   #campaign_test .campaign_detail .detail_box._type2 dl.label .main { margin-right:0; }
   #campaign .campaign_detail .detail_box .term,
   #campaign_test .campaign_detail .detail_box .term { text-align:left; }
   #campaign .campaign_detail .detail_box._type3 .main,
   #campaign_test .campaign_detail .detail_box._type3 .main { font-size:1.25em; }
   #campaign .campaign_detail .detail_box._type3 .sub,
   #campaign_test .campaign_detail .detail_box._type3 .sub { font-size:1.1em; }
 }

 #campaign .campaign_items_wrap,
 #campaign_test .campaign_items_wrap { max-width:100%; margin-left:auto; margin-right:auto; }
 #campaign .campaign_items,
 #campaign_test .campaign_items { padding:60px 80px; }
 #campaign .campaign_items .campaign_items_inner,
 #campaign_test .campaign_items .campaign_items_inner { padding:60px 20px; background:#fff; }
 #campaign .items_list,
 #campaign_test .items_list { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; margin-bottom:40px; }
 #campaign .items_list li,
 #campaign_test .items_list li { width:33.333%; padding:0 10px 20px; }
 #campaign .items_list li a .image,
 #campaign_test .items_list li a .image { margin-bottom:5px; }
 #campaign .items_list li a .title,
 #campaign_test .items_list li a .title { font-size:1.1em; }
 #campaign .items_list li a .price .number,
 #campaign_test .items_list li a .price .number { font-size:1.5em; }
 @media (max-width:1440px) {
	 #campaign .campaign_items,
   #campaign_test .campaign_items { padding:20px; }
 }
 @media (max-width:767px) {
   #campaign .items_list,
   #campaign_test .items_list { margin-bottom:20px; }
   #campaign .items_list li,
   #campaign_test .items_list li { width:50%; }
 }

 #campaign .buttons_wrap li,
 #campaign_test .buttons_wrap li { text-align:center; }
 #campaign .buttons_wrap li:not(:last-child),
 #campaign_test .buttons_wrap li:not(:last-child) { margin-bottom:20px; }
 #campaign .buttons_wrap li .button,
 #campaign_test .buttons_wrap li .button { display:inline-block; padding:10px 30px; text-align:center; border-radius:5px; border:1px solid #071947; background:no-repeat center right 10px / 9px auto; }
 #campaign .buttons_wrap li .button .main,
 #campaign_test .buttons_wrap li .button .main { font-weight:bold; font-size:2em; }
 #campaign .buttons_wrap li .button._new,
 #campaign_test .buttons_wrap li .button._new { background-color:#fff; background-image:url(/img/campaign/campaign_arrow_r_b.png); }
 #campaign .buttons_wrap li .button._new .main,
 #campaign_test .buttons_wrap li .button._new .main { color:#071947; }
 #campaign .buttons_wrap li .button._other,
 #campaign_test .buttons_wrap li .button._other { background-color:#071947; background-image:url(/img/campaign/campaign_arrow_r_w.png); }
 #campaign .buttons_wrap li .button._other .main,
 #campaign_test .buttons_wrap li .button._other .main { color:#fff; }
 @media (max-width:991px) {
   #campaign .buttons_wrap li .button .main,
   #campaign_test .buttons_wrap li .button .main { font-size:1.5em; }
 }
 @media (max-width:767px) {
   #campaign .buttons_wrap li,
   #campaign_test .buttons_wrap li { width:100%; }
   #campaign .buttons_wrap li:not(:last-child),
   #campaign_test .buttons_wrap li:not(:last-child) { margin-bottom:10px; }
   #campaign .buttons_wrap li .button .main,
   #campaign_test .buttons_wrap li .button .main { font-size:1.25em; }
 }
 @media (max-width:575px) {
   #campaign .buttons_wrap li .button .main,
   #campaign_test .buttons_wrap li .button .main { font-size:1.1em; }
 }
 #campaign .price,
 #campaign_test .price { text-align: center; font-size: 1.25em;  }
 #campaign .price .regular_price,
 #campaign_test .price .regular_price { text-decoration: line-through; }
 #campaign .price .sale_price::before,
 #campaign_test .price .sale_price::before { color: #000; margin: 0 5px; content: "→"; }
 #campaign .price .sale_price,
 #campaign_test .price .sale_price { margin-left: 5px; color: #f00; display: inline-block; }

 #campaign .cat_blk,#campaign_test .cat_blk{ max-width: calc(90% + 20px); margin-left: auto; margin-right: auto; }
 #campaign .cat_blk ul,#campaign_test .cat_blk ul{display: flex; flex-wrap: wrap; width:calc(100% + 6px); margin-left:-3px; margin-right:-3px; }
 #campaign .cat_blk ul li,
 #campaign_test .cat_blk ul li{float: none; width: calc(100% / 4)!important; padding:3px;}
 #campaign .cat_blk ul li .featuresText,
 #campaign_test .cat_blk ul li .featuresText{ text-align: center; }
 #campaign .cat_blk .sysHeadline,#campaign_test .cat_blk .sysHeadline{text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 15px; font-weight: bold;}
 #campaign .cat_blk ul li.sysText a:hover { background-color: rgba(0, 52, 73, 0.1); }
 #campaign_test .cat_blk ul li.sysText a:hover { background-color: rgba(239, 133, 133, 0.1); }
 #campaign .brand_blk,#campaign_test .brand_blk {
   max-width: calc(90% + 20px); margin-left: auto; margin-right: auto; margin-top: 30px;
 }
 #campaign .brand_blk ul,#campaign_test .brand_blk ul {
   display: flex;
 }
 #campaign .brand_blk ul li,#campaign_test .brand_blk ul li {
   margin: 0 10px;
 }
 @media (max-width:575px) {
   #campaign .brand_blk ul,#campaign_test .brand_blk ul {
     display: block;
   }
   #campaign .brand_blk ul li,#campaign_test .brand_blk ul li {
     margin: 10px 0;
   }
 }

 /*== SNS==*/
 .top_sns .flex{display: flex; flex-wrap: wrap; align-items: center;}
 .top_sns .flex a:after{display: none;}
 .top_sns .flex a {padding: 0 10px; width: 60%;}
 .top_sns .flex p { width: 40%;     padding-left: 11px;}
 @media (max-width:767px) {
   #campaign .cat_blk ul li,
   #campaign_test .cat_blk ul li{width: calc(100% / 3)!important;}
 }


 /***********************************
   ブランドコンセプト
 ***********************************/
 #teijinmensshop .mincho,
 #folknertokyo .mincho { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
 #teijinmensshop #sysWrap,
 #folknertokyo #sysWrap {max-width:100%; padding-bottom:0; }
 #teijinmensshop #sysWrap .center2,
 #folknertokyo #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
 #teijinmensshop #sysWrap #sysMain,
 #folknertokyo #sysWrap #sysMain {padding: 0;}
 #teijinmensshop #sysWrap #sysMain .sysContent,
 #folknertokyo #sysWrap #sysMain .sysContent {padding: 0!important;}
 .brand_concept._tm .mv { background:#001A47; }
 .brand_concept._ft .mv { background:#003449; }
 .brand_concept .mv_wrap { display:flex; align-items:stretch; padding:20px 0; }
 .brand_concept._tm .mv_wrap > ._left { width:50%; }
 .brand_concept._tm .mv_wrap > ._right { width:50%; }
 .brand_concept._ft .mv_wrap > ._left { width:30%; }
 .brand_concept._ft .mv_wrap > ._right { width:70%; }
 .brand_concept .mv_wrap > ._left { padding:30px; }
 .brand_concept .mv_wrap > ._right { display:flex; align-items:center; justify-content:center; }
 .brand_concept .concept_wrap { display:flex; width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; justify-content:space-between; }
 .brand_concept .concept_wrap > * { padding:0 5px; }
 .brand_concept .concept_wrap .concept_image { display:flex; max-width:680px; width:100%; }
 .brand_concept .concept_wrap .concept_image > *:not(:first-child) { padding-left:5px; }
 .brand_concept .concept .hl_concept { font-size:2em; margin-bottom:20px; letter-spacing:2px; }
 .brand_concept .concept .comment { line-height:1.8; font-size:1.1em; letter-spacing:1px; }
 .brand_concept .hl_category { padding:10px 20px; color:#fff; display:flex; align-items:center; flex-wrap:wrap; margin-bottom:30px; }
 .brand_concept .hl_category > * { display:inline-block; }
 .brand_concept .hl_category .main { font-weight:bold; font-size:1.5em; }
 .brand_concept .hl_category .sub { font-size:1.25em; padding-left:30px; margin-left:10px; position:relative; }
 .brand_concept .hl_category .sub::before { content:""; width:20px; height:1px; background:#fff; position:absolute; top:50%; left:0; }
 .brand_concept._tm .hl_category { background:#001A47; }
 .brand_concept._ft .hl_category { background:#003449; }
 .brand_concept .tags_wrap { margin-bottom:15px; }
 .brand_concept .tags_wrap ul { display:flex; flex-wrap:wrap; width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; }
 .brand_concept .tags_wrap ul li { margin:0 5px; border:1px solid #000; border-radius:4px; padding:2px 5px; font-weight:bold; font-size:1.5em; margin-bottom:5px; }
 .brand_concept .flex_wrap { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; margin-bottom:-15px; }
 .brand_concept .flex_wrap .unit { padding:0 10px; margin-bottom:20px; }
 .brand_concept .flex_wrap .unit > * { max-width:100%; margin-left:auto; margin-right:auto; display:block; }
 .brand_concept .flex_wrap._2 .unit { width:50%; }
 .brand_concept .flex_wrap._3 .unit { width:33.333%; }
 .brand_concept .flex_wrap._4 .unit { width:25%; }
 .brand_concept .item_wrap { text-align:left; }
 .brand_concept._ft .item_wrap { display:flex; flex-direction:column-reverse; }
 .brand_concept .item_wrap .image { margin-bottom:10px; }
 .brand_concept .item_wrap .image img { width:100%; }
 .brand_concept .item_wrap .text > * { display:block; }
 .brand_concept .item_wrap .text .main { font-size:1.25em; font-weight:bold; margin-bottom:5px; }
 .brand_concept .item_wrap .text .sub { font-size:1.1em; margin-bottom:5px; }
 .brand_concept .teimenselect_wrap { display:flex; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 .brand_concept .teimenselect_wrap img { width:100%; }
 .brand_concept .teimenselect_wrap > * { width:50%; padding:0 10px; }
 .concept_btn { text-align:center; }
 .concept_btn a { display:inline-block; color:#fff; padding:10px 20px; font-size:1.2em; }
 .concept_btn a:hover { opacity:.5; }
 #teijinmensshop .concept_btn a { background:#001A47; }
 #folknertokyo .concept_btn a { background:#003449; }
 .brand_concept .view_all { font-size:1.2em; text-decoration:underline; }
 .brand_concept .view_all:hover { text-decoration:none; }
 .brand_concept .ambassador_wrap { display:flex; align-items:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 .brand_concept .ambassador_wrap > * { padding:0 10px; }
 .brand_concept .ambassador_wrap ._left { width:calc(100% / 5 * 2); text-align:center; }
 .brand_concept .ambassador_wrap ._left .unit { display:inline-block; width:100%; }
 .brand_concept .ambassador_wrap ._left .unit img { width:100%; }
 .brand_concept .ambassador_wrap ._right { width:calc(100% / 5 * 3); }
 .brand_concept .ambassador_wrap ._right .text { font-size:1.75em; letter-spacing:1px; }
 @media (min-width:992px) {
   .brand_concept .mv_wrap { min-height:380px; }
   .brand_concept .mv_wrap .logo { height:100%; position:relative; }
   .brand_concept .mv_wrap .logo img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain; object-position:center; }
 }
 @media (max-width:991px) {
   .brand_concept .mv_wrap .logo { text-align:center; }
   .brand_concept._tm .mv_wrap .logo img { max-width:300px; width:100%; }
   .brand_concept._ft .mv_wrap .logo img { max-width:160px; width:100%; }
   .brand_concept .teimenselect_wrap { flex-direction:column; }
   .brand_concept .teimenselect_wrap > * { width:100%; }
   .brand_concept .teimenselect_wrap > ._left { margin-bottom:30px; }
   .brand_concept .flex_wrap._4 .unit { width:50%; }
 }
 @media (max-width:767px) {
   .brand_concept._ft .concept.pos_ac { text-align:left; }
   .brand_concept .concept_wrap { flex-direction:column; }
   .brand_concept .concept_wrap > * { width:100%; }
   .brand_concept .concept_wrap .concept_image { margin-top:10px; margin-left:auto; margin-right:auto; }
   .brand_concept .mv_wrap { flex-direction:column; }
   .brand_concept .mv_wrap > * { width:100%!important; }
   .brand_concept .concept .hl_concept { font-size:1.5em; }
   .brand_concept .concept .comment { font-size:1em; letter-spacing:normal; }
   .brand_concept .hl_category .main { font-size:1.25em; }
   .brand_concept .hl_category .sub { font-size:1.1em; }
   .brand_concept .flex_wrap._3 .unit { width:50%; }
   .brand_concept .tags_wrap ul li { font-size:1.1em; }
   .brand_concept .ambassador_wrap { flex-direction:column; }
   .brand_concept .ambassador_wrap > * { width:100%!important; }
   .brand_concept .ambassador_wrap > ._right { padding-top:20px; }
   .brand_concept .ambassador_wrap ._right .text { font-size:1.25em; }
 }
 @media (max-width:575px) {
   .brand_concept .hidden-only { display:none; }
 }

 /***********************************
   #top
 ***********************************/
 /*== メインビジュアル==*/
 .slick-initialized .slick-slide{text-align: center;}
 .slick-prev, .slick-next{ border: none; width: auto; height: auto; padding: 20px 5px; background: rgba(255, 255, 255, 0.5);}
 .slick-next:before{content:"";
   display: inline-block;
   width:15px;
   height:25px;
   background-image: url(../img/common/slick_right.png);
   background-size: contain;
   vertical-align: middle;
 }
 .slick-prev:before{content:"";
 display: inline-block;
 width:15px;
 height:25px;
 background-image: url(../img/common/slick_left.png);
 background-size: contain;
 vertical-align: middle;
 }
 .slick-prev:hover, .slick-next:hover{border: none; background: none;  background: rgba(255, 255, 255, 0.5); opacity: 0.5;}
 .slick-dots li.slick-active button:before{background: #626262; opacity: 1;}
 .slick-dots li button:before{content: ''; font-size: 20px; width:18px; height:18px; display:inline-block; color:#000; background:#fff; opacity: 1; border:2px solid #626262!important;}
 .slick-slider { margin-bottom:35px; }
 .slick-pause-btn { display:flex; align-items:center; justify-content:center; cursor:pointer; width:35px; height:35px; position:absolute; bottom:10px; left:20px; border:2px solid #c4c4c4; border-radius:25px; background:#fff; }
 .slick-pause-btn::before,
 .slick-pause-btn::after { content:''; display:block; width:6px; height:16px; }
 .slick-pause-btn:not(.is-pause)::before,
 .slick-pause-btn:not(.is-pause)::after { background:#c4c4c4; }
 .slick-pause-btn:not(.is-pause)::after { margin-left:2px; }
 .slick-pause-btn.is-pause::before { width:0; height:0; background:none; border-width:7px 0 7px 14px; border-style:solid; border-color:transparent transparent transparent #c4c4c4; }
 .slick-pause-btn.is-pause::after { display:none; }

 #MainVisual .sysContent{padding: 0!important;}

 #top .top_features_btn,
 #top .top_featurs_btn,
 #top .top_recommend_btn,
 #top .top_ranking_women,
 #top .top_newarrival_btn_re,
 #top .top_cat_women,
 #top .top_coordinate_btn,
 #top .top_sns,
 #top .top_info_btn,
 #top .top_blog_btn,
 #top .top_campaign_banner,
 #top .top_cat,
 #top .top_tms_pickup,
 #top .top_ft_pickup {padding-bottom: 120px;}

 #top .slick-slider .slick-dots { left:0; }

 /*== おすすめ情報==*/
 .recommend_info .sysContent ul{padding: 0 15px;}
 .recommend_info .slick-prev{left: -15px; }
 .recommend_info .slick-next{right: -15px; }
 .recommend_info .sysItemName{margin-top: 10px;}
 .recommend_info .slick-prev,
 .recommend_info .slick-next{background: transparent; top:10vw; }
 .recommend_info .sysContent .slick-list{width: 100%!important;}
 .recommend_info .sysContent .slick-track{margin-left: 0;}

 /*== ランキング==*/
 .top_ranking_men .sysContent ul,
 .top_ranking_women .sysContent ul{padding: 0 15px; width: 100%;}
 .top_ranking_men .slick-prev,
 .top_ranking_women .slick-prev{left: -15px; }
 .top_ranking_men .slick-next,
 .top_ranking_women .slick-next{right: -15px; }
 .top_ranking_men{padding-bottom: 50px;}
 .top_ranking_men .sysHeadline,
 .top_ranking_women .sysHeadline{text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 35px; font-weight: bold;}
 .top_ranking_men .sysContent ul li .sysItemName,
 .top_ranking_women .sysContent ul li .sysItemName{padding-top: 10px;}
 .top_ranking_men .slick-prev,
 .top_ranking_men .slick-next{background: transparent; top:10vw; }
 .top_ranking_women .slick-prev,
 .top_ranking_women .slick-next{background: transparent; top:10vw }
  .top_ranking_men .sysContent .sysHorizontal li,
  .top_ranking_women .sysContent .sysHorizontal li{position: relative; }
  .top_ranking_men .sysContent .sysIconRank,
  .top_ranking_women .sysContent .sysIconRank{position: absolute; left: 5px;}
  .top_ranking_men .sysContent .slick-list,
  .top_ranking_women .sysContent .slick-list{width: 100%!important;}
  .top_ranking_men .sysContent .slick-track,
  .top_ranking_women .sysContent .slick-track{margin-left: 0;}

 /*== 新着アイテム==*/
 .top_newarrival_re .sysContent ul{padding: 0 15px;}
 .top_newarrival_re .slick-prev{left: -15px; }
 .top_newarrival_re .slick-next{right: -15px; }
 .top_newarrival_re .sysItemName{margin-top: 10px;}
 .top_newarrival_re .slick-prev,
 .top_newarrival_re .slick-next{background: transparent; top:10vw; }
 .top_newarrival_re .sysContent .slick-list{width: 100%!important;}
 .top_newarrival_re .sysContent .slick-track{margin-left: 0;}
 .top_newarrival_re { margin-bottom: 0; }

 /*== コーディネート==*/
 #top .coordinationg .sysContent ul li img{width: 100%!important;  object-fit: cover; padding: 0 15px;}
 #top .coordinationg {margin-bottom: 10px;}
 #top .coordinationg .slick-prev{left: -15px; }
 #top .coordinationg .slick-next{right: -15px; }
 #top .coordinationg .sysItemName{margin-top: 10px;}
 #top .coordinationg .slick-prev,
 #top .coordinationg .slick-next{background: transparent; top:10vw; }
 #top .coordinationg .sysContent .slick-list{width: 100%!important;}
 #top .coordinationg .sysContent .slick-track{margin-left: 0;}

 /*== カテゴリ==*/
 .top_cat ul,.top_cat_women ul{ width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 .top_cat ul li,
 .top_cat_women ul li{ padding:0 10px; }
 /*.top_cat{margin-bottom: 50px;}*/
 .top_cat .sysHeadline,.top_cat_women .sysHeadline{text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 15px; font-weight: bold;}
 .top_cat ul li.sysText a:hover { background-color: rgba(0, 52, 73, 0.1); }
 .top_cat_women ul li.sysText a:hover { background-color: rgba(239, 133, 133, 0.1); }
 .top_cat .slick-arrow { transform:translateY(-50%); }
 .top_cat .slick-prev { left:10px; }
 .top_cat .slick-next { right:10px; }

 /*== SNS==*/
 .top_sns .flex{display: flex; flex-wrap: wrap; align-items: center;}
 .top_sns .flex a:after{display: none;}
 .top_sns .flex a {padding: 0 10px; width: 60%;}
 .top_sns .flex p { width: 40%;     padding-left: 11px;}
 @media (max-width:767px) {
   .top_sns .flex a,.top_sns .flex p {width: 100%;}
   .top_sns .flex p {margin-top: 10px; adding-left: 0;}
 }


 /*== サービス ==*/
 .top_service{margin: 0 calc(50% - 50vw); width: 100vw; background: #F8F8F8; padding: 50px 0;}
 .top_service .sysContent,.top_service .sysHeadline{max-width: 1200px;    margin: 0 auto;}
 .top_service .sysHeadline{padding-bottom: 20px;}
 .top_service .sysContent ul{display: flex; flex-wrap: wrap;}
 .top_service .sysContent ul li{width: 25%; padding: 15px;}
 .top_service .sysContent ul li .featuresText{padding-top: 10px;}

 /*== お問い合わせバナー ==*/
 .top_contact_banner{padding-bottom: 50px;}


 .top_campaign_banner ul,
 .top_tms_pickup ul,
 .top_ft_pickup ul { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 .top_campaign_banner ul li,
 .top_tms_pickup ul li,
 .top_ft_pickup ul li { width:33.333%; padding:0 10px 10px; }
 .top_campaign_banner ul li a,
 .top_tms_pickup ul li a,
 .top_ft_pickup ul li a { display:block; }
 @media (max-width:767px) {
   .top_campaign_banner ul,
   .top_tms_pickup ul,
   .top_ft_pickup ul { width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; }
   .top_campaign_banner ul li,
   .top_tms_pickup ul li,
   .top_ft_pickup ul li { width:50%; padding:0 5px 10px; }
 }

 /***********************************
   コーディネート一覧
 ***********************************/
 #coordinate .coordinationg ul{display: flex; flex-wrap: wrap;}
 #coordinate .coordinationg li{width: 20%; padding: 10px;}


 /***********************************
   コーディネート詳細
 ***********************************/
 #coordinate_detail #coordinate_blk .coordinate_item .sysHeadline{ margin-bottom: 0!important; display: none;}
 #coordinate_detail #coordinate_blk .coordinate_img{padding:10px 15px;}
 #coordinate_detail .coordinate_btn {margin-bottom: 50px;}
 #coordinate_detail .coordinate_001 .sysContent{padding-left: 0!important; padding-top: 5px;}
 #coordinate_detail .coordinationg ul {display: flex; flex-wrap: wrap;}
 #coordinate_detail .coordinationg ul li {    width: 20%;    padding: 10px;}

 /***********************************
   マイページ　2段階認証
 ***********************************/
 /*マイページ確認画面*/
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication #popUp{z-index: 9999;}

 #sysMemberRegisterConfirm.sysMemberRegister .sysSendAuthenticationMailGroup{  margin-top: 15px;  text-align: center;}
 #sysMemberRegisterConfirm.sysMemberRegister .sysSendAuthenticationMailGroup input[type=submit]{      background: #000; color: #fff;}
 #sysMemberRegisterConfirm.sysMemberRegister .sysBackButton{  max-width: 250px;}
 /*コード送信*/
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysMailaddressGroup{margin-top: 20px; margin-bottom: 15px;}
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysAuthenticationCodeGroup{margin-bottom: 10px;}
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysAuthenticationCodeGroup #authenticationCode{    max-width: 250px;}
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysResendAuthenticationMail{margin-bottom: 50px; border: 1px solid #ccc;
     padding: 3px 9px!important;}
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysMemberRegisterGroup input[type=submit]{    background: #000; color: #fff; display: block; margin-bottom: 15px; border-radius: 3px; width: 100%;}
 #sysMemberMailaddressAuthentication.sysMemberMailaddressAuthentication .sysBackRegisterConfirm{      width: 100%;
     max-width: 150px;
     border: none;
     border-radius: 3px;
     background: #ccc; }

 /***********************************
   テイメンジーンズ特集ページメンズ　teimen_jeans
 ***********************************/
 #teimen_jeans #sysWrap{    max-width: 100%;}
 #teimen_jeans #sysWrap #sysMain,#teimen_jeans #sysWrap #sysMain .sysContent {padding: 0!important;}
 #teimen_jeans .column_2 .text_unit .link a{ text-decoration: underline;   background: url(../img/teimen_jeans/link.jpg) no-repeat left / 18px auto;
     padding: 5px 0 5px 30px;}
 #teimen_jeans .column_2 .text_unit .text{line-height: 2em;}
 #teimen_jeans .column_2 .text_unit .hl{margin-bottom: 15px; font-size: 1.5em; font-weight: bold;}
 #teimen_jeans .column_2 .text_unit .hl .num{    padding-right: 15px;}
 #teimen_jeans .bg_gray{background: #EFEFEF;}
 #teimen_jeans .sommelier{background: #2B3045;  padding: 30px 15px;}
 #teimen_jeans .sommelier p{color: #fff; font-weight: bold; text-align: center; font-size: 1.25em;}

 @media (min-width: 576px){
     #teimen_jeans .column_2.order .photo{order: 1;}
     #teimen_jeans .column_2:not(.order) .text_unit{padding-right: 15px;}
     #teimen_jeans .column_2.order .text_unit{order: 2; padding-left: 15px;}
     #teimen_jeans .column_2 .photo {width: 40%;}
     #teimen_jeans .column_2 .text_unit {width: 60%;}
     #teimen_jeans .column_2{display: flex; justify-content: center; align-items: center;}
 }
 @media (max-width: 575px){
     #teimen_jeans .column_2 .text_unit{margin-bottom: 10px;}
 }

 #teimen_jeans .teimen_jeans_item{
   max-width: 1200px;
   margin: 0 auto;
 }

 /***********************************
   トップページブログ
 ***********************************/
 #top_blog {}
 #top_blog .top_blog_wrap { display:flex; flex-wrap:wrap; width:calc(100% + 30px); margin-left:-15px; margin-right:-15px; margin-bottom:-20px; }
 #top_blog .top_blog_wrap .unit { width:33.333%; padding:0 15px; margin-bottom:20px; }
 #top_blog .top_blog_wrap .unit .unit_link { display:flex; flex-direction:column; }
 #top_blog .top_blog_wrap .unit .unit_link .image { margin-bottom:10px; }
 #top_blog .top_blog_wrap .unit .unit_link .image .image_wrap { position:relative; display:block; width:100%; height:0; padding-bottom:66.667%; overflow:hidden; }
 #top_blog .top_blog_wrap .unit .unit_link .image .image_wrap .image_inner { position:absolute; display:block; width:100%; height:auto; top:50%; left:50%; transform:translate(-50%, -50%); }
 #top_blog .top_blog_wrap .unit .unit_link .text { display:flex; flex-direction:column; }
 #top_blog .top_blog_wrap .unit .unit_link .text .date { color:#757575; margin-bottom:5px; display:block; }
 #top_blog .top_blog_wrap .unit .unit_link .text .title { font-size:1.2em; font-weight:bold; display:block; }
 @media (max-width:991px) {
   #top_blog .top_blog_wrap .unit .unit_link .text .title { font-size:1.1em; }
 }
 @media (max-width:767px) {
   #top_blog .top_blog_wrap .unit { width:50%; }
 }
 @media (max-width:575px) {
   #top_blog .top_blog_wrap .unit { width:100%; }
 }

 /***********************************
   table
 ***********************************/
 div.size_table table { border-collapse:separate!important; background:#000; }
 .sysExplanation table tr { border:0; }
 div.size_table tr:not(.size_table_header) td { background:#fff; }
 div.size_table th, div.size_table td { border:0; position:relative; background:none; }
 div.size_table tr > *::before, div.size_table tr > *::after { content:""; position:absolute; display:block; top:auto!important; left:auto!important; bottom:0; right:0; border:0; background:#707070; }
 div.size_table tr > *::before { width:100%!important; height:1px!important; }
 div.size_table tr > *::after { width:1px!important; height:100%!important; }
 div.size_table tr.size_table_header, div.size_table .fixed01 { z-index:1; }
 div.size_table .fixed01:before { bottom:1px; transform:translateY(100%); }

 /***********************************
   instagram
 ***********************************/
 .hl_instagram { text-align:center; font-size:2.5em; letter-spacing:2px; margin-top:20px; margin-bottom:10px; }
 .hl_instagram .main { display:inline-flex; align-items:center; min-height:30px; padding-left:40px; background:url(/img/top/instagram_icon.png) no-repeat center left / 30px auto; }
 .instagram_wrap { width:100%; height:0; padding-bottom:50%; position:relative; margin-bottom:70px; }
 .instagram_wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
 @media (max-width:767px) {
   .instagram_wrap { padding-bottom:100%; }
 }

 /***********************************
   maintenance
 ***********************************/
 #maintenance {}
 #maintenance #sysWrap { margin-top:0; }
 #maintenance .smooth-scroll { margin-bottom:-10px; }
 #maintenance .navi-header .pc_only { padding-right:0; justify-content:center; }
 #maintenance .navi-header .sp_only { text-align:center; }
 #maintenance .navi-header .shoplogo { display:inline-block; margin-right:0; width:215px; }

 #maintenance .hl_maintenance { text-align:center; font-size:1.5em; font-weight:bold; margin-bottom:40px; }
 #maintenance .time_wrap { text-align:center; font-size:1.2em; margin-bottom:20px; }
 #maintenance .time_wrap .time { font-weight:bold; color:#67bcdf; }
 #maintenance .text { text-align:center; }
 #maintenance .maintenance_footer { width:100%; text-align:center; padding:25px 0; background:#F5F5F5; }
 #maintenance .maintenance_footer .footer_logo img { margin:10px; }
 #maintenance .maintenance_footer .copyrights { text-align:center; }

 /***********************************
   #top
 ***********************************/
 #main_image { max-width:100%; margin-left:auto; margin-right:auto; padding-top:40px; margin-bottom:120px; }
 #main_image .unit a { display:block; }
 #main_image .unit a img { width:100%; }
 #main_image { max-width:100%; margin-left:auto; margin-right:auto; padding-top:40px; margin-bottom:120px; }
 #main_image2 .main_image2_wrap { display:flex; justify-content:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
 #main_image2 .main_image2_wrap .unit { width:50%; max-width:calc(100vh - 200px); padding:0 10px; }
 #main_image2 .main_image2_wrap .unit img { width:100%; height:auto; }

 /***********************************
  0323ymkw追加
 ***********************************/
 #main_image .main_ft { background-color: #0f3449; }
 #main_image .main_tms { background-color: #071947; }
 #main_image .main_txt_ft, #main_image .main_txt_tms { font-size:2.5em; color: #fff; }
 @media (max-width:767px) {
  #main_image .main_txt_ft, #main_image .main_txt_tms { font-size:1.5em; }
 }
  /***********************************
  0323ymkw追加
 ***********************************/

 #top_bland { max-width:1200px; margin-left:auto; margin-right:auto; padding-top:40px; }
 #top_bland .top_bland_wrap { display:flex; }
 #top_bland .top_bland_wrap .unit { width:50%; display:flex; flex-direction:column; }
 #top_bland .top_bland_wrap .unit:hover { opacity:.5; }
 #top_bland .top_bland_wrap .unit:hover img { opacity:1; }
 #top_bland .top_bland_wrap .unit .text { display:flex; align-items:center; justify-content:center; flex-grow:1; padding:10px 20px; }
 #top_bland .top_bland_wrap .unit._tm .text { background:#001A47; }
 #top_bland .top_bland_wrap .unit._ft .text { background:#003449; }
 #top_bland .top_bland_wrap .unit .text .main { padding-left:20px; color:#fff; font-size:1.5em; }

 #top_campaign .campaign_list { display:flex; align-items:center; justify-content:center; width:calc(100% + 30px); margin-left:-15px; margin-right:-15px; }
 #top_campaign .campaign_list .unit_wrap { padding:0 15px; width:33.333%; }
 #top_campaign .campaign_list .unit_wrap .unit { display:block; }
 @media (min-width:1441px) {
   #top_campaign .campaign_list_wrap { width:calc(100% - 100px); margin-left:auto; margin-right:auto; }
 }
 @media (max-width:1440px) {
   #top_campaign .campaign_list_wrap { padding:0 20px; }
 }

 @media (max-width:1240px) {
   #main_image { max-width:100%; width:100%; padding-left:20px; padding-right:20px; }
   #top_bland { max-width:100%; width:100%; padding-left:20px; padding-right:20px; }
 }
 @media (max-width:991px) {
   #top_bland .top_bland_wrap .unit .text .main { font-size:1.1em; }
 }
 @media (max-width:767px) {
   #top_bland .top_bland_wrap .unit .text { flex-direction:column; padding:10px 15px }
   #top_bland .top_bland_wrap .unit .text .logo { height:50px; display:flex; align-items:center; justify-content:center; margin-bottom:10px; }
   #top_bland .top_bland_wrap .unit .text .main { padding-left:0; }
 }

 .hl_top_brand_about { display:flex; align-items:center; color:#fff; padding:40px; min-height:400px; margin-bottom:20px; }
 .hl_top_brand_about._tm { background:#071947; }
 .hl_top_brand_about._ft { background:#0F3449; }
 .hl_top_brand_about > * { width:50%; }
 .hl_top_brand_about > .logo { text-align:center; }
 .hl_top_brand_about > .comment { font-size:1.2em; }
 @media (max-width:1240px) {
   .hl_top_brand_about > .comment { font-size:1.1em; }
 }
 @media (max-width:991px) {
   .hl_top_brand_about { padding:20px; min-height:280px; }
   .hl_top_brand_about > .logo { width:40%; }
   .hl_top_brand_about._tm > .logo img { width:162px; }
   .hl_top_brand_about._ft > .logo img { width:101px; }
   .hl_top_brand_about > .comment { font-size:1em; width:60%; }
 }
 @media (max-width:767px) {
   .hl_top_brand_about { flex-direction:column; }
   .hl_top_brand_about > * { width:100%!important; }
   .hl_top_brand_about > .logo { padding-bottom:15px; min-height:130px; display:flex; align-items:center; justify-content:center; }
 }
 .top_brand_about_items_wrap { margin-bottom:40px; }
 .top_brand_about_items_wrap,
 .top_brand_about_items_wrap .top_brand_about_items_inner
  { display:flex; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; flex-wrap:wrap; }
 .top_brand_about_items_wrap .unit { display:flex; flex-direction:column; padding:0 10px; margin-bottom:15px; }
 .top_brand_about_items_wrap .unit img { width:100%; }
 .top_brand_about_items_wrap .unit._25 { width:25%; }
 .top_brand_about_items_wrap .unit._50 { width:50%; }
 .top_brand_about_items_wrap .unit._75 { width:75%; }
 .top_brand_about_items_wrap .unit._100 { width:100%; }
 .hl_top_brand_about_items { display:flex; align-items:center; justify-content:center; background:#F4F4F4; position:relative; padding:20px 10px; min-height:70px; flex-grow:1; margin-bottom:15px; }
 .hl_top_brand_about_items .sub { display:inline-block; padding:2px 5px; color:#fff; border-radius:2px; position:absolute; top:0; left:50%; transform:translate(-50%,-50%); font-size:1.2em; }
 .hl_top_brand_about_items .main { font-size:1.2em; text-align:center; }
 .top_brand_about_items_wrap._tm .hl_top_brand_about_items .sub { background:#071947; }
 .top_brand_about_items_wrap._ft .hl_top_brand_about_items .sub { background:#0F3449; }
 .top_brand_about_items_wrap._tm .hl_top_brand_about_items .main { color:#071947; }
 .top_brand_about_items_wrap._ft .hl_top_brand_about_items .main { color:#0F3449; }
 @media (max-width:767px) {
   .top_brand_about_items_wrap .unit._25,
   .top_brand_about_items_wrap .unit._50 .unit._50 { width:50%; }
   .top_brand_about_items_wrap .unit._50,
   .top_brand_about_items_wrap .unit._75,
   .top_brand_about_items_wrap .unit._100 { width:100%; }
 }
 @media (max-width:767px) {
   .hl_top_brand_about_items { padding:10px; min-height:55px; }
   .hl_top_brand_about_items .sub { transform:translate(-50%, -75%); }
   .hl_top_brand_about_items .main { font-size:1.1em; }
 }

 .top_kirarina { margin-bottom:30px; }
 .top_kirarina .hl_kirarina { width:100%; display:flex; align-items:center; justify-content:center; padding:5px 20px; min-height:50px; background:#003449; }
 .top_kirarina .hl_kirarina > * { font-weight:bold; color:#fff; }
 .top_kirarina .hl_kirarina > .sub { padding-right:20px; font-size:1.5em; }
 .top_kirarina .hl_kirarina > .main { font-size:1.5em; }
 .top_kirarina .kirarina_wrap { display:flex; align-items:center; padding:40px 20px; background:#F5F5F5; }
 .top_kirarina .kirarina_wrap > * { padding:0 10px; }
 .top_kirarina .kirarina_wrap > ._left { width:calc(100% / 5 * 3); }
 .top_kirarina .kirarina_wrap > ._left .comment { font-size:1.25em; letter-spacing:1px; line-height:2; }
 .top_kirarina .kirarina_wrap > ._right { display:flex; align-items:center; justify-content:center; width:calc(100% / 5 * 2); }
 @media (max-width:991px) {
   .top_kirarina .kirarina_wrap { padding:30px 0; }
   .top_kirarina .kirarina_wrap > ._left .comment { font-size:1.1em; }
 }
 @media (max-width:767px) {
   .top_kirarina .hl_kirarina { flex-direction:column; padding-left:10px; padding-right:10px; }
   .top_kirarina .hl_kirarina .main { font-size:1em; }
   .top_kirarina .hl_kirarina .sub { padding-right:0; }
   .top_kirarina .kirarina_wrap { flex-direction:column; }
   .top_kirarina .kirarina_wrap > * { width:100%!important; }
   .top_kirarina .kirarina_wrap > ._left { margin-bottom:20px; }
   .top_kirarina .kirarina_wrap > ._left .comment { font-size:.9em; letter-spacing:0; }
 }

 /***********************************
   クーポン取得ページ　aishipRの不具合のため臨時対応
 ***********************************/
     @media (min-width: 768px){
         .coupon_blk.flex { display: flex; align-items: center; }
         .coupon_blk.flex img { width: 40%; }
         .coupon_blk.flex p { margin-right: 10px; margin-left: 30px; }
     }
     @media (max-width: 767px){
         .coupon_blk.flex { margin: 15px; }
         .coupon_blk.flex p { margin: 20px 5px; }
     }

     .coupon_blk.common_btn { margin-top: 50px; width: 300px; }
     .coupon_blk.common_btn a { border: solid 3px #ce0000; font-size: 1.75em; padding: 15px; color: #FFF; background: #ce0000; }
     .coupon_blk.common_btn a i { color: #FFF; }
    .coupon_blk .ov:hover { opacity: 0.5; }
    .coupon_blk ._u { text-decoration: underline; }


 .coupon_blk.common_btn { margin-top: 50px; width: 300px; }
 .coupon_blk.common_btn a { border: solid 3px #ce0000; font-size: 1.75em; padding: 15px; color: #FFF; background: #ce0000; }
 .coupon_blk.common_btn a i { color: #FFF; }
 .coupon_blk .ov:hover { opacity: 0.5; }
 .coupon_blk ._u { text-decoration: underline; }

 #coupon_page .cat_blk{ max-width: calc(80% + 20px); margin-left: auto; margin-right: auto; }
 #coupon_page .cat_blk ul{display: flex; flex-wrap: wrap;}
 #coupon_page .cat_blk ul li{float: none; width: calc(100% / 4)!important; padding: 3px;}
 #coupon_page .cat_blk ul li .featuresText{ text-align: center; }
 #coupon_page .cat_blk .sysHeadline{text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 15px; font-weight: bold;}
 #coupon_page .cat_blk ul li.sysText a:hover { background-color: rgba(0, 52, 73, 0.1); }
 #coupon_page .brand_blk {
   max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 30px;
 }
 #coupon_page .brand_blk ul {
   display: flex;
 }
 #coupon_page .brand_blk ul li {
   margin: 0 10px;
 }
 @media (max-width:575px) {
   #coupon_page .cat_blk ul li{
     float: none; width: calc(100% / 3)!important;
   }
   #coupon_page .brand_blk ul {
     display: block;
   }
   #coupon_page .brand_blk ul li {
     margin: 10px 0;
   }
 }

 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariationName { padding:3px; font-size:.9em; }
 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariation .radio_wrap { position:relative; display:block; }
 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariation .radio_text { display:inline-block; background:#eee; border-radius:5px; border:2px solid #eee; padding:20px 8px 2px; }
 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariation .radio_text br { display:none; }
 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariation input { margin:0; left:50%; top:8px; transform:translateX(-50%); position:absolute; }
 #sysItemDetail #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariation input:checked + .radio_text { background:#fff; }

 #membership #sysWrap { max-width:100%; }
 #membership #sysWrap #sysMain { padding:0; }
 #membership #sysWrap #sysMain .sysFuncText.membership .sysContent { padding:0!important; }
 #membership .main_image a { display:block; width:100%; }
 #membership .main_image a img { width:100%; }
 #membership .rewards_list { display:flex; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; flex-wrap:wrap; }
 #membership .rewards_list .rewards_unit_wrap { padding:0 10px 20px; width:25%; }
 #membership .rewards_list .rewards_unit .image { text-align:center; padding-bottom:20px; }
 #membership .rewards_list .rewards_unit .image img { width:180px; }
 #membership .rewards_list .rewards_unit .title { display:flex; align-items: center; justify-content: center; color:#001e36; text-align:center; font-size:1.4em; font-weight:bold; background:#f7f7f7; margin-bottom:10px; height: 80px; }
 #membership .rewards_list .rewards_unit .comment { font-size:1.1em; }
 #membership .rank_detail { max-width:1000px; margin-left:auto; margin-right:auto; }
 #membership .tbl_membership { width:100%; margin-bottom:30px; }
 #membership .tbl_membership tr > * { border:2px solid #fff; vertical-align:middle; font-size:1.5em; padding:10px 0; line-height:1.4; }
 #membership .tbl_membership thead .bronze { background:#ece3d7; }
 #membership .tbl_membership thead .silver {background:linear-gradient(0deg, #ececec, #fff); }
 #membership .tbl_membership thead .gold { background:linear-gradient(0deg, #ffee98, #fff); }
 #membership .tbl_membership thead .platinum { background:linear-gradient(90deg, #e4e3ee 0%, #77779a 4%, #6b6a72 12%, #6b6a72 88%, #77779a 96%, #e4e3ee 100%); color:#fff; text-shadow:0 0 4px #6b6a72 , 0 0 4px #6b6a72 , 0 0 4px #6b6a72; }
 #membership .tbl_membership tbody .bronze { background:#f5f1ec; }
 #membership .tbl_membership tbody .silver {background:#f7f7f7; }
 #membership .tbl_membership tbody .gold { background:#fff8d3; }
 #membership .tbl_membership tbody .platinum { background:#eeebff; }
 #membership .tbl_membership tr > th { background:#001e36; color:#fff; text-align:center; font-weight:normal; }
 #membership .tbl_membership tr > td { text-align:center; padding:10px 0; font-weight:bold; background:#F5F5F5; }
 #membership .hl_1 { font-weight:bold; font-size:1.75em; padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:20px; color:#001e36; }
 #membership .hl_2 { font-weight:bold; font-size:1.25em; margin-bottom:5px; color:#001e36; }
 #membership .btn_membership { background:#001e36; color:#fff; font-weight:bold; border:0; padding:15px 10px; }
 @media (max-width:1200px) {
   #membership .rewards_list .rewards_unit_wrap { width:50%; }
 }
 @media (max-width:991px) {
   #membership .tbl_membership tr > * { font-size:1.25em; }
 }
 @media (max-width:767px) {
   #membership .rewards_list .rewards_unit_wrap { width:100%; }
   #membership .tbl_membership tr > * { font-size:1.1em; }
   #membership .rewards_list .rewards_unit .title { padding:10px; }
 }
 @media (max-width:575px) {
   #membership .tbl_membership { width:calc(100% + 30px); margin-left:-15px; margin-right:-15px; }
   #membership .tbl_membership tr > th { font-size:0.9em; }
   #membership .tbl_membership tr > * { font-size:1em; }
 }

 #membership .cat_bl { max-width: calc(90% + 20px); margin-left: auto; margin-right: auto; }
 #membership .cat_blk ul {display: flex; justify-content:center; flex-wrap: wrap; width:calc(100% + 20px); }
 /* #membership .cat_blk ul li {float: none; width: calc(100% / 4)!important; padding:0 10px 20px; } リニューアル時にここに変更 */
 #membership .cat_blk ul li {float: none; width: calc(100% / 5)!important; padding:0 10px 20px; }
 #membership .cat_blk ul li .featuresText { text-align: center; }
 #membership .cat_blk .sysHeadline {text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 15px; font-weight: bold;}
 #membership .cat_blk ul li.sysText a:hover { background-color: rgba(0, 52, 73, 0.1); }
 #membership .brand_blk  { max-width: calc(90% + 20px); margin-left: auto; margin-right: auto; margin-top: 30px; }
 #membership .brand_blk ul { display: flex; }
 #membership .brand_blk ul li { margin: 0 10px; }
 @media (max-width:767px) {
   #membership .cat_blk ul li {width: calc(100% / 3)!important;}
 }
 @media (max-width:575px) {
   #membership .brand_blk ul { display: block; }
   #membership .brand_blk ul li { margin: 10px 0; }
 }

 .pagetop { transform:translateY(-100px); }
 #top_membership_banner { position:fixed; bottom:0; right:0; box-shadow:0 0 4px rgba(0,0,0,.16); z-index:1999; }
 #top_membership_banner a { display:block; }
 #top_membership_banner a:hover { opacity:.6; }
 #top_membership_banner a img { width:400px; height:auto; }
 @media (max-width:767px) {
   body#top .footer_navi { padding-bottom:125px; }
 }
 @media (max-width:575px) {
   body#top .footer_navi { padding-bottom:0; }
   .pagetop { transform:translateY(calc(205 / 847 * -100vw)); }
   body#top { padding-bottom:calc(205 / 847 * 100%); }
   #top_membership_banner a img { width:100%; }
 }

 #sysItemDetail .sysRetailPrice { display:inline-flex; flex-wrap:wrap; align-items:center; }
 #sysItemDetail .sysRetailPrice .sysRetailPriceValue { padding-right:5px; }
 #sysItemDetail .sysRetailPrice #sysGetPoint { font-size:16px; font-weight:normal; font-family:inherit; display:flex; align-items:center; }
#sysItemDetail .sysRetailPrice #sysGetPoint .get_point { color: #ce0000; font-weight: bold; }
 #sysItemDetail .sysRetailPrice span { font-size:16px; }

.navi-header .category_ul,
.navi-header .brand_ul,
.navi-header .featurs_ul,
.navi-header .blog_ul { display:flex; max-width:1620px; width:100%; padding:0 10px; }
.navi-header .category_ul > *,
.navi-header .brand_ul > *,
.navi-header .featurs_ul > *,
.navi-header .blog_ul > * { padding:0 10px; }
.navi-header .category_ul p.featuresText span { font-size:14px; }
.navi-header .category_ul img,
.navi-header .brand_ul img,
.navi-header .featurs_ul img,
.navi-header .blog_ul img { margin-bottom:5px; }
.navi-header .featurs_ul .text > * { display:block; }
.navi-header .featurs_ul .text > .main { font-weight:bold; font-size:1.1em; margin-bottom:2px; }
.navi-header .featurs_ul .text > .sub { font-size:.9em; }
.navi-header .blog_ul .text > * { display:block; }
.navi-header .blog_ul .text > .date { color:#757575; font-size:.9em; margin-bottom:2px; }
.navi-header .blog_ul .text > .title { font-weight:bold; font-size:1.1em; }
@media (max-width:767px) {
	.navi-header .category_ul,
	.navi-header .brand_ul,
	.navi-header .featurs_ul,
	.navi-header .blog_ul { display:none!important; }
}

.group_company_list { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
.group_company_list li { padding:0 10px 20px; width:25%; text-align:center; }
.group_company_list a { display:block; width:100%; max-width:400px; margin-left:auto; margin-right:auto; }
.group_company_list a .image { display:inline-block; border:2px solid #E4E4E4; position:relative; margin-bottom:5px; }
.group_company_list a .image img { width:100%; height:auto; }
.group_company_list a .text { text-align:left; font-size:1.25em; }
.group_company_list a::after { display:none; }
@media (max-width:767px) {
	.group_company_list li { width:50%; }
  .group_company_list a::before { width:10px; height:10px; top:2px; right:2px; }
}

/***********************************
	特集ページ
***********************************/
.feature_page { max-width:1100px; margin:0 auto; --hl-color:#111238; --hl-color2:#414446; --marker-color:#F7FF00; --dt-color:#E07121; }
.feature_page .fixed_link { position:fixed; z-index:100; bottom:80px; right:20px; width:170px; }
.feature_page img { width:100%; height:auto; max-width:1100px; margin:0 auto; }
.feature_page .mincho { font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",'Noto Serif JP',"Sawarabi Mincho","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
.feature_page .mv { text-align:center; }
.feature_page .mv .main_image { display:inline-block; }
.feature_page .lead { font-size:1.5em; margin-bottom:40px; }
.feature_page .point_unit { margin-bottom:80px; }
.feature_page .hl_point { display:flex; padding-bottom:10px; border-bottom:4px solid var(--hl-color2); margin-bottom:40px; }
.feature_page .hl_point .sub { width:60px; }
.feature_page .hl_point .sub .number { width:50px; height:50px; background:var(--hl-color); font-weight:bold; font-size:2.5em; line-height:1; color:#fff; display:flex; align-items:center; justify-content:center; }
.feature_page .hl_point .main { width:calc(100% - 60px); font-size:2em; line-height:50px; font-weight:bold; color:var(--hl-color); }
.feature_page .text_image_unit { display:flex; align-items:center; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
.feature_page .text_image_unit:not(:last-child):not(:empty) { margin-bottom:30px; }
.feature_page .text_image_unit > * { padding:0 10px; }
.feature_page .text_image_unit:nth-child(2n+1) { flex-direction:row; }
.feature_page .text_image_unit:nth-child(2n) { flex-direction:row-reverse; }
.feature_page .text_image_unit .text_wrap { width:53%; }
.feature_page .text_image_unit .image_wrap { width:47%; }
.feature_page .text_image_unit .image_wrap .images { display:flex; align-items:center; justify-content:center; width:calc(100% + 16px); margin-left:-8px; margin-right:-8px; }
.feature_page .text_image_unit .image_wrap .images .unit { padding:0 8px; flex-grow:1; }
.feature_page .text_image_unit .image_wrap .images .unit img { width:100%; }
.feature_page .text_image_unit .text_wrap { font-size:1.25em; line-height:1.8; }
.feature_page .text_image_unit .text_wrap .dl_wrap dl { display:flex; flex-direction:column; align-items:center; }
.feature_page .text_image_unit .text_wrap .dl_wrap dl:not(:last-child) { margin-bottom:20px; }
.feature_page .text_image_unit .text_wrap .dl_wrap dl dt { margin-bottom:10px; background:var(--dt-color); color:#fff; line-height:1.2; padding:5px 20px; border-radius:40px; min-width:200px; text-align:center; font-size:1.25em; font-weight:500; }
.feature_page .text_image_unit .text_wrap .dl_wrap dl dt._gray { background:#A4A4A4; color:#0A0A0A; }
.feature_page .text_image_unit .text_wrap .dl_wrap dl dd { text-align:left; font-size:1.1em; width:100%; }
.feature_page .text_image_unit .text_wrap .strong { color:#414446; font-weight:bold; background:linear-gradient(to top, transparent 5px, var(--marker-color) 5px, var(--marker-color) 15px, transparent 15px); font-size:1.5em; }
.feature_page .gif_list { display:flex; align-items:center; margin-top:40px; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
.feature_page .gif_list .unit { width:50%; text-align:center; padding:0 10px; }
.feature_page .gif_list .unit img { max-width:430px; }
@media (max-width:767px) {
  .feature_page .fixed_link { width:100px; right:5px; bottom:100px; }
	.travel_item .sysContent .sysHorizontal li { width:100%; }
	.feature_page .point_unit { margin-bottom:40px; }
	.feature_page .text_image_unit { flex-direction:column-reverse!important; }
	.feature_page .text_image_unit > * { width:100%!important; }
	.feature_page .text_image_unit > .text_wrap { margin-top:10px; }
	.feature_page .text_image_unit .text_wrap { font-size:1.1em; }
	.feature_page .text_image_unit .text_wrap .strong { font-size:1.2em; }
	.feature_page .lead { font-size:1em; }
	.feature_page .hl_point { border-bottom-width:2px; margin-bottom:30px; }
	.feature_page .hl_point .sub { width:40px; }
	.feature_page .hl_point .sub .number { width:30px; height:30px; font-size:1.75em; }
	.feature_page .hl_point .main { width:calc(100% - 40px); font-size:1.25em; line-height:30px; }
}

@media (min-width:768px) {
  div.size_table { margin-top:calc(2% - 20px); }
}

/***********************************
  テイメンコレクション
***********************************/
#tm_collection .sysHeadline { margin-top:0!important; }
#tm_collection #sysWrap {max-width:100%; }
#tm_collection #sysWrap .center2 { max-width:1100px; margin-left:auto; margin-right:auto; }
#tm_collection #sysWrap #sysMain {padding: 0;}
#tm_collection #sysWrap #sysMain .sysFuncText.tm_collection .sysContent {padding: 0!important;}
#tm_collection .main_image img { width:100%; }
#tm_collection .items_list { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; margin-bottom:40px; }
#tm_collection .items_list li { width:33.333%; padding:0 10px 20px; }
#tm_collection .items_list li a .image { margin-bottom:5px; }
#tm_collection .items_list li a .title { font-size:1.1em; }
#tm_collection .items_list li a .price .number { font-size:1.5em; }
#tm_collection .collection_items_wrap { max-width:1440px; margin-left:auto; margin-right:auto; }
#tm_collection .collection_items { padding:60px 0 0; }
#tm_collection .collection_items .collection_items_inner { padding:0 20px; background:#fff; }
#tm_collection .price { text-align: center; font-size: 1.25em;  }
#tm_collection .price .regular_price { text-decoration: line-through; }
#tm_collection .price .sale_price::before { color: #000; margin: 0 5px; content: "→"; }
#tm_collection .price .sale_price { margin-left: 5px; color: #f00; display: inline-block; }
@media (max-width:767px) {
  #tm_collection .collection_items { padding:40px 0 0; }
  #tm_collection .items_list { margin-bottom:20px; }
  #tm_collection .items_list li { width:50%; }
  #tm_collection .sysHeadline { font-size:20px; }
  #tm_collection .hl_category .main { font-size:1.2em; }
}

#tm_collection .buttons_wrap li { text-align:center; }
#tm_collection .buttons_wrap li:not(:last-child) { margin-bottom:20px; }
#tm_collection .buttons_wrap li .button { display:inline-block; padding:10px 30px; text-align:center; border-radius:5px; border:1px solid #071947; background:no-repeat center right 10px / 9px auto; }
#tm_collection .buttons_wrap li .button .main { font-weight:bold; font-size:2em; }
#tm_collection .buttons_wrap li .button._new { background-color:#fff; background-image:url(/img/campaign/campaign_arrow_r_b.png); }
#tm_collection .buttons_wrap li .button._new .main { color:#071947; }
#tm_collection .buttons_wrap li .button._other { background-color:#071947; background-image:url(/img/campaign/campaign_arrow_r_w.png); }
#tm_collection .buttons_wrap li .button._other .main { color:#fff; }
#tm_collection .concept_btn a { background-color:#071947; font-size:1.25em; min-width:33.333%; padding:15px 20px; }
@media (max-width:991px) {
  #tm_collection .buttons_wrap li .button .main { font-size:1.5em; }
}
@media (max-width:767px) {
  #tm_collection .buttons_wrap li { width:100%; }
  #tm_collection .buttons_wrap li:not(:last-child) { margin-bottom:10px; }
  #tm_collection .buttons_wrap li .button .main { font-size:1.25em; }
}
@media (max-width:575px) {
  #tm_collection .buttons_wrap li .button .main { font-size:1.1em; }
  #tm_collection .concept_btn a { font-size:1.1em; padding:10px 20px; }
}

#tm_collection .cat_blk{ max-width: calc(90% + 20px); margin-left: auto; margin-right: auto; }
#tm_collection .cat_blk ul{display: flex; flex-wrap: wrap;}
#tm_collection .cat_blk ul li{float: none; width: calc(100% / 5)!important;}
#tm_collection .cat_blk ul li .featuresText{ text-align: center; }
#tm_collection .cat_blk .sysHeadline,#campaign_test .cat_blk .sysHeadline{text-align: left; margin-bottom: 10px; line-height: 1em; font-size: 1.25em; padding: 0 15px; font-weight: bold;}
#tm_collection .cat_blk ul li.sysText a:hover { background-color: rgba(239, 133, 133, 0.1); }
#tm_collection .brand_blk { max-width:calc(90% + 20px); margin-left:auto; margin-right:auto; margin-top:30px; }
#tm_collection .brand_blk ul { display:flex; }
#tm_collection .brand_blk ul li { margin:0 10px; }
@media (max-width:575px) {
  #tm_collection .brand_blk ul { display:block; }
  #tm_collection .brand_blk ul li { margin:10px 0; }
}
@media screen and (max-width:767px){
.sysDisplayMobileNone{
  display:none !important;
}

.sp_only{
  display:block;
}
.pc_only{
  display:none;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
 p.copyrights{text-align: center;}

.head_category{display: none;}
#sysWrap{margin-top:60px; padding-bottom: 80px;}
#sysMain,#sysAside{ max-width: 100%;}

/*#sysMain img{width: 100%;}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
  margin: 130px auto 0;
}*/

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 98% !important;
  padding:20px 10px 30px !important;
  margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
    width: 98% !important;
  padding:20px 10px 30px !important;
    margin:0 auto;
}
.sysCart #sysMain {
  width: 94% !important;
  padding: 0 !important;
  margin: 0 auto;
}
.sysFormField label{display: block;}
#sysFormIndex .txtBlock{text-align: left;}
#sysMain{ margin-top: 0;}
.grid-col {
  float: none;
  width: 100%!important;
  margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}

/* Category Pankuzu */
.sysCategoryPankuzu{
  padding: 0 15px;
  text-align: left;
}
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}
/* .sysItemList ul.sysThumbnail img {
    width:50vmin!important;
height:50vmin;
object-fit: cover;
}
.sysHorizontal  .sysItemImage img{    width:50vmin!important;
height:45vmin;
object-fit: cover;} */

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}

/***********************************
  新作商品
***********************************/
.men_new_all .sysContent .sysHorizontal li,.women_new_all .sysContent .sysHorizontal li,
.top_newarrival li, .top_newarrival_women li
{width: calc( 100% / 2 )!important;}

/***********************************
  商品詳細ページ
***********************************/
.sysItemList ul.sysThumbnail li{width: 50% !important;}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:20px;
  padding-bottom:5px;
  margin-bottom:-13px;
}
#sysItemDetail .sysForm select{
  height:30px;
  text-align:center;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
  width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory .sysItemSearchFormWord{
    width: 70%;
}
#sysItemCategory .campaign_banner .slick-dotted.slick-slider{margin-bottom: 50px;}

#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
    padding: 2%;
    font-size: 10px;
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}

/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
        /*width: 49%;*/
        font-size: 12px;
}
#sysItemDetail .sysForm select {
  /*min-width: 300px;*/
  display: inline-block;
  float: right;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

#sysItemDetail{
  padding-bottom:40px;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li,
.itempage_newitem .sysItemBlock .sysHorizontal li,
.itempage_vieweditem .sysItemBlock .sysHorizontal li{
  width:50%;
  padding:0 5px;
  margin-bottom:20px;
}
.itempage_recommend .sysItemName,
.itempage_newitem .sysItemBlock .sysHorizontal li,
.itempage_vieweditem .sysItemBlock .sysHorizontal li{
  font-size:12px;
}
.itempage_recommend .sysItemPrice,
.itempage_newitem .sysItemBlock .sysHorizontal li,
.itempage_vieweditem .sysItemBlock .sysHorizontal li{
  font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
  float: none;
  width: 100%;
  padding: 0 15px;
}

span.sp_newline{display: block;}
#teimen_coming_soon .title{font-size: 2em;}
.sysTitle, .sysHeadline{    font-size: 22px;}

/***********************************
  ヘッダー
***********************************/
.header_wrap{
  z-index: 120;
}
.header_wrap_inner{
  padding-bottom: 5px;
}
.header_wrap_inner .header_h1 .sysContent{
  padding: 0px!important;
}
#sysHeader{
  width: 100%;
  margin: 0px auto;
  height: 91px;
}
#sysHeader.fixed{
  height: 83px;
}
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
  width: 100%;
  height: 30px;
  float: none;
  text-align: center;
  background: transparent;
}
.navi-header .shoplogo img{
  width: 160px;
}
#sysHeader.fixed .navi-header .shoplogo img{
  width: 130px;
}
.sex_choice a.men._under span{
  border-bottom: 4px solid #003449;
}
.sex_choice a.women._under span{
  border-bottom: 4px solid #EF8585;
}

.sex_choice{position: absolute;
  background: #fff;
  bottom: -60px;
  padding: 15px;
  width: 100%;
  text-align: center;
  box-shadow: 0 3px 6px #dddddd;
}

.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  line-height: 20px;
  letter-spacing: 1px;
}

.header_sp #navBtn,.header_sp #navSearch,.header_sp #navFavorite,.header_sp #navCart{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header_sp #navBtn{
   left: 0;
}
.header_sp #navSearch{
left: 40px;
}
.header_sp #navFavorite{
  right: 40px;
}
.header_sp #navCart{
  right: 0;
}
.header_sp #navBtn img, .header_sp .spCart img,.header_sp #navFavorite img,.header_sp #navSearch img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}


/***********************************
  キャンペーン
***********************************/
/*2021就活生応援キャンペーン*/
.campaign_recruit .title_unit .title span{
  font-size: 1.5em;
}

.campaign_recruit .contents{
  padding: 50px 30px;
}
.campaign_recruit .contents .men{
  margin-bottom: 15px;
}
.campaign_recruit .title_unit .tag{    font-size: 1.25em;}


/***********************************
  お知らせ
***********************************/

#sysInformation #sysMain,#info #sysMain{
  padding: 50px 15px;
}
/***********************************
  カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
        width: 25%;
    margin-top:10px;
}
#headNavigation li.tab1 a{
        font-size: 12px;
        line-height: 15px;
        position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
        display:none;
}

/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
         background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
        position: relative;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
  border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
    display: block;
    content: "";
    clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}

.h_spnavi{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px; left: 0;
  background: rgba(255,255,255,0.9);
  z-index: 150;
  color: #000;
  display: none;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  max-height: 100vh;
  top: 0px; left: -100%;
  background: rgba(255,255,255,0.9);
  z-index:  2000;
  padding: 30px 10px 100px;
        overflow: scroll;

}

/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
  text-align: center;
  font-size: 18px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 12px;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton {
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    /* border: 1px solid #444; */
    font-size: 15px;
    height: 50px;
    line-height: 10px;
    background: #000;
    color: #fff;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 10px;
  font-size: 15px;
  height: 35px;
  line-height: 32px;
  text-align: center;
}
.h_login li a{
  font-size: 12px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 15px;
width: 40px;
height: 40px;
}
#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;
    cursor:pointer;
}
#closeMenu2 img {
    width: 30px;
    position: relative;
    top: -7px;
}
#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
    font-family: trajan-pro-3, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
    font-family: trajan-pro-3, serif;
    font-weight: 600;
    font-style: normal;
}
#spNavMenu{
  margin: 30px 0 0;
  text-align: left;
}

#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    font-style: normal;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
}
#spNavMenu .spMenuList a.en{    font-family: trajan-pro-3, serif;}
#spNavMenu .spMenuList {

}

#spNavMenu .spMenuList a {
    display: block;
}
#spNavMenu .spToggleNav{
  overflow: hidden;

}
#spNavMenu .spToggleNav li{
  line-height: 45px;
  font-size: 12px;
}
#spNavMenu .spToggleNav ul > li > a::before{content: "▶";
font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic , Avenir, "Open Sans", "Helvetica Neue", Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#spNavMenu .spToggleNav ul li ul li a::before{content: "";}

.spSlideMenu > ul > li,
#spNavMenu .spToggleNav ul li ul li{border-bottom: 1px dotted #aaa;}
#spNavMenu .spToggleNav ul li ul li{padding-left: 20px;}
/*#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}*/
.spSlideMenu ul li {
    padding-left: 15px;
}
.spSlideMenu ul li a {
    font-size: 16px;
}
#spNavMenu ul:nth-of-type(2) {
    margin: 50px 10px;
    font-size: 16px;
    line-height: 35px;
}
.spnav_logo {
    width: 55%;
    margin: 40px auto;
}
.sp_navi_tel{
font-size:18px;
margin-bottom:30px;
margin-left: 15px;
}
/***********************************
  フッター
***********************************/
.footer_navi {
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

.footer_navi .logo_copy .lofo_unit a{display: block;}
.footer_navi .logo_copy .lofo_unit a.ginza[target="_blank"]:after{display: none;}
.footer_navi .logo_copy .lofo_unit a.ginza{margin-bottom: 10px;}

.footer_navi li {
  border-bottom: 1px solid #707070;
  text-align: left;
}
.footer_navi li a{
  padding: 15px 0;
  display: block;
}
.footer_navi li:last-child {margin-bottom: 20px;}
i.fas.fa-angle-right.sp_only {
    float: left;
}
.footer{
  margin: 30px 0 0;
  background: #fff;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5% 0;
}
.footer .f_navi h3{
  width: 100%;
  height: 25px;
  background: #424242;
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
  line-height: 25px;
  border-radius: 10px;
}
.footer .f_navi ul{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  height: 25px;
  padding: 0 3px;
  margin: 10px 0px 0;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}

.footer_logo img {
    width: auto;
		height: 14px;
    margin: 10px;
}

/* ページトップに戻る*/
.pagetop{
  width: 50px;
  height: 50px;
bottom: 40px;
    right: 20px;
}
.pagetop #page-top{
  height: 50px;
  width:  50px;
  padding-top: 10px;
}

@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
      font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
/*
.sysHeadline{
  padding-top: 50px!important;
}*/
.sysHeadline b{
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  /*border-top: 1px solid #222222;*/
  padding: 0 20px;
  margin-top: 3px;
  padding-top: 5px;
}
.sysTitle span, .sysHeadline span{
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
.p-law .sysTitle{width: 90%;}
#main_tradelaw, .main_tradelaw{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 0px solid #ddd;
}
#main_tradelaw dl , .main_tradelaw d{
  width: 100%;
  background: #ededed;
  border-bottom: 0px dotted #bfbfbf;
  overflow: hidden;
}
#main_tradelaw dl:after, .main_tradelaw dl:after{
  display: block;
  content: "";
  clear: both;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 100%;
  padding: 15px 0 15px 20px;
  float: none;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 0px;
  padding: 15px;
  background: #fff;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
    border-collapse: collapse;
  margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
  font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
  text-align: left;
}
table.shipFeeTable tbody th {
  font-size: 12px;
  display: block;
  width: 100%;
  border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  display: block;
    width: 100%;
    vertical-align: top;
  border: 0px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
  width: 80%;
  margin: 0px 10%;
}
.col2Style .floatWrap img{
  width: 80%;
        margin: 0px 10%;
  float: none;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 0px
}
.col2Style .floatImg .imgWrap{
  width: 100%;
  float: none;
}
.col2Style .floatImg .imgWrap img{
  width: 80%;
  margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
        padding-top: 0;
        maergin-top: 30px;
}


/******************
FAQ
*******************/
.faq_index ul li a{    padding-left: 15px;}
.faq li i{    left: 5px;}
.faq li {
  width: calc(100% / 2);
}


/***********************************
  ご利用ガイド
***********************************/
.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: 15px;
  right: -10px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
#sysHeader.fixed button.itemCount2{
  bottom: 10px;
}

/*商品購入ステップ*/
.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;
}

/***********************************
  マイページ
***********************************/
#sysMypageLogin .sysHeadline{    padding-top: 0!important;}
body:not(#top) #sysWrap{padding-top: 50px;}
body#top #MainVisual{padding-top: 0;}
#sysMemberRegisterRegister #sysMain{
  padding: 20px 10px 100px !important;
}
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
  新規会員登録
***********************************/

#sysMemberRegisterIndex .sysNextSubmit{
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
  width: 100%;
  float:none;
  margin-right: 0%;
}
#sysMypageLogin .sysButton{
  width: 100%;
  margin-left: 0%;
  margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*トップメイン画像*/
.h_main_img {
    margin-top: 130px;
}
/*トップカテゴリ*/

.top_service .sysContent ul li{width: 50%;}


/*トップスライダー
.top_slider_sp {
  padding-top:0;
  margin:100px auto 0;
}
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
  margin:100px auto 0;
}
.owl-dots .owl-dot {
  top: 0px;
}
.owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
}
.owl-dots{
  text-align:center;
margin-top: -35px;
}
.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_category ul li {
    float: left;
    margin-bottom: 1px;
    text-align: center;
    width: 90% !important;
    margin: 5%;
    padding: 5%;
}
p.featuresText span {
    padding: 5px 25%;
}
*/

/*.トップバナー*/
.top_brand-banner li,.top_brand-banner_women li {
  width:calc(100% / 3);
  padding: 0 3px;
  margin-bottom: 20px;
}


.top_brand-banner  ul,.top_brand-banner_women ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -20px;
}
/*
#men_new .sysItemName,#men_new .sysItemPrice,
#women_new .sysItemName,#women_new .sysItemPrice,
#men_campaign_recruit .sysItemName,#men_campaign_recruit .sysItemPrice,
#women_campaign_recruit .sysItemName,#women_campaign_recruit .sysItemPrice{
  text-align: left;
}*/
#men_new .sysItemPrice,#women_new .sysItemPrice,
#men_campaign_recruit .sysItemPrice,#women_campaign_recruit .sysItemPrice{
  font-size: 13px;
}


/*新着アイテム*/

.top_newarrival,.top_newarrival_women {
  margin-top: 50px;
}
.top_newarrival li,.top_newarrival_women li{
  padding: 0!important;
}
/*
.top_newarrival .sysHeadline,.top_newarrival_women .sysHeadline{
  display: none;
}*/

.top_newarrival li .sysItemName,.top_newarrival_women li .sysItemName{
  padding: 0 10px;
  text-align: center;
}
.top_newarrival li .sysItemPrice,.top_newarrival_women li .sysItemPrice{
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 48%;
  margin: 1%;
  padding: 0;
}
/*
.top_features li:nth-child(19){
  display: none;
}
*/
/*
.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_men .sysContent ul li a img,
.top_ranking_women .sysContent ul li a img{width: 30px;}


.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}



/******************
商品詳細
*******************/
/*
.swiper-button-next, .swiper-button-prev{color: #000;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background: #000;}*/
/* 画像エリア*/
*:focus {
outline: none;
}

.sysItemImagesSlidePrev span:after{
    font-size: 2.75rem;
}
.sysItemImagesSlideNext span:after{
    font-size: 2.75rem;
}
.imgArea{
  /*  min-width: 100%;
    height: 385px;*/
    width: 100%;
    /*padding: 0 15px;
    margin: 0 auto;*/
}
.sysItemImagesSlidePrev span:after,.sysItemImagesSlideNext span:after{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/*
.sysItemImagesSlide,.sysItemImagesSlide .sysItemImagesSlideList{
  width: 100%!important;
}
.sysItemImagesSlide .sysItemImagesSlideList li {
  max-width: 100vw;
  width: 100%!important;
}
.sysItemImagesSlide .sysItemImagesSlideList li .img{
  max-width: 100vw;
  width: 100%;
}*/

.sysItemImagesSlidePrev,
.sysItemImagesSlideNext{
    float:left;
    width: 10% !important;
    text-align:center;
}

/* 注文エリア*/
.sysBlock .orderArea{
    min-width: 100%;
    padding: 0 15px;
}

div.size_table {
  overflow: scroll;
  margin: 2% 0;
}

div.size_table table {
  width: 950px;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}

  .accordion-single-content section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .accordion-single-content section div {
    width: 100%;
  }

/* AMENOHI刺繍商品ブロック */
#embroidery .embroidery_item .sysContent .sysHorizontal li,#amenohi .amenohi_suit .sysContent .sysHorizontal li, #amenohi .amenohi_coat .sysContent .sysHorizontal li{width: 50% !important;}
}
@media screen and (min-width:768px) and (max-width:9000px){
/*@media screen and (min-width: 1025px) and (max-width: 9000px) {*/


    .sysDisplayTabletNone{
      display:none !important;
    }

    .sp_only{
      display:none;
    }
    .pc_only{
      display:block;
    }

    /* 20-0 Only Tablet
     *----------------------------------------------------------------------*/
    p.copyrights{text-align: left;}

    div#sysMain,div#sysAside{
      width: 100% !important;
      float: none;
    }

    #sysFormIndex div#sysMain,
    #sysFormConfirm div#sysMain,
    #sysFormThanks div#sysMain,
    .sysMypage div#sysMain,
    .sysMemberRegister #sysMain,
    #sysItemSearch div#sysMain{
      width: 95% !important;
      margin: 30px auto;
      padding: 20px !important;
    }
    .sysCart #sysMain{
       width: 92% !important;
        margin: 0 auto;
      padding: 0;
    }
    .sysFormField label{display: block;}

    /* 決済ページ*/
    #sysPayment #sysWrap,
    #sysConfirm #sysWrap,
    #sysThanks #sysWrap,
    #sysCartError #sysMain{
      width: 95% !important;
      margin-left: 2.5%;
    }
    #sysPayment #sysMain .sysFormLabel{line-height: 10px;}
    #sysBillingAddress form{
      width: 95%;
      padding: 30px 20px;
      margin: 0 auto;
    }
    #sysDestination #sysMain{
      width: 95%;
      border: 1px solid #aaa;
      padding: 20px 20px !important;
      margin: 30px auto;
    }
    /*header検索ボックス*/
    .h_search {
      margin-top: 100px;
      width: 90%;
      margin: 0 auto;
    }

    /***********************************
      商品詳細ページ
    ***********************************/
    /* #sysItemCategory:not(.nobrand) #sysMain{padding-top: 180px;} */
    #sysItemCategory .sysRetailPrice{font-size: 20px;}
    #sysItemCategory input[type=submit]{margin-top: 0px;}
    #sysItemDetail #sysMain {
        width: 95% !important;
    }
    #sysItemDetail .sysCategoryPankuzu {
      margin-bottom: 3%;
      text-align: left;
    }
    #sysItemDetail .sysItemName h1 {
      font-size: 24px;
      font-weight: 750;
    }
    #sysItemDetail .sysItemId {
      margin: 0 0 10px 0 !important;
      text-align: left !important;
    }
    #sysItemDetail .sysMainImage {
      max-width: 700px;
      margin: 0 auto;
    }
    #sysItemDetail .sysImageList {
      max-width: 700px;
      margin: 0 auto 20px;
      text-align: left;
    }
    /*
    #sysItemDetail .sysImageList li {
      display: inline-block;
      max-width: 60px;
      line-height: 0;
    }*/

    #sysItemDetail .sysReview,
    #sysItemDetail .description_left,
    #sysItemDetail .sysDescription,
    #sysItemDetail .sysForm,
    #sysItemDetail .sysRetailPrice,
    #sysItemDetail .sysImageDescription {
      max-width: 700px;
      margin: 0 auto 10px auto !important;
    }
    #sysItemDetail .sysImageDescription {
        padding-top: 10px !important;
    }
    #sysItemDetail .sysForm select {
      /*min-width: 350px;*/
      display: inline-block;
      float: none!important;
    }
    #sysItemDetail #sysNumber{text-align:right;}
    .sysItemPrArea span{
      font-size: 12px;
    }
    .sysPr span{font-size: 12px;}

    /***********************************
      ヘッダー
    ***********************************/
    .men_folkner_item_top{    background: #013449;}
    .men_teijin_item_top{    background: #031947;}
    .men_teijin_selection_item_top{    background: #12295b;}
    .men_folkner_item_top,.women_folkner_item_top,.men_teijin_item_top,.men_teijin_selection_item_top{    margin-top: 125px;}
    .men_folkner_item_top img,.women_folkner_item_top img,.men_teijin_item_top img,.men_teijin_selection_item_top img{min-height:190px;  max-height:190px; margin: 0 auto;   object-fit: cover;}
    .choice_menu{display: none;}
    .choice_menu.on{display: block; z-index: 9999; border-bottom: 1px solid  #D1D1D1;}
    .choice_menu{padding: 15px 0;}
    .choice_menu.head_category .sysContent,.choice_menu.women_category .sysContent{padding: 0!important;}
    #sysHeader.fixed .choice_menu.head_category, #sysHeader.fixed .choice_menu.women_category{font-size: 0.7em;  top: 45px; }
    .head_category .men_ul,.women_category .women_ul{display: table; width: 100%; height: 100%;}
    .head_category .men_ul li,.women_category .women_ul li{text-align: center; float: none; border-left: 1px solid #D1D1D1;    display: table-cell;}
    .head_category .men_ul li:last-child,.women_category .women_ul li:last-child{ border-right: 1px solid #D1D1D1; }
    .head_category .men_ul li a,.women_category .women_ul li a{  font-weight: normal; font-size: 15px; padding: 5px 3px!important;     margin: 0;}
    .head_category .men_ul li a:hover{border-bottom: 2px solid rgba(18,114,153,0.3); }
    .women_category .women_ul li a:hover{border-bottom: 2px solid rgba(239,133,133,0.3); }
    .sex_choice .head_menu {position: relative;}
/*    .sex_choice .men.on{      border-bottom: 4px solid #003449; padding-bottom: 28px;}
    .sex_choice .women.on {   border-bottom: 4px solid #EF8585; padding-bottom: 28px;}*/
    .sex_choice .choice_menu.on{display: block!important; }
    .head_category .m_group2 li:first-child,
    .head_category .m_group3 li:first-child{
      border-top: 1px solid #127299;
      font-size: 1.25em;
    }
    .head_category .m_group2 li:first-child a,
    .head_category .m_group3 li:first-child a,
    .women_category .w_group2 li:first-child a{
      font-weight: bold;
      font-family: trajan-pro-3,serif;
    }
    .women_category .w_group2 li:first-child{
      font-weight: bold;
      border-top: 1px solid #EF8585;
      font-size: 13px;
    }
    .head_category .m_group2 li:not(:first-child) a,
    .head_category .m_group3 li:not(:first-child) a,
    .women_category .w_group2 li:not(:first-child) a{
      padding: 0px 0px 0px 20px!important;
      display: block;
    }

    .head_category .m_group2 li:not(:first-child) a::before,
    .head_category .m_group3 li:not(:first-child) a::before,
    .women_category .w_group2 li:not(:first-child) a::before{
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
    }

    .navi-header .shoplogo img{
      width: 350px;
    }

    /*.header_wrap_inner{
      padding-bottom: 15px;
    }*/
    .header_wrap{}
    #sysHeader{
      width: 100%;
      margin: 0px auto;
      height: 125px;
    }
    #sysHeader.fixed{
      height: 102px;
    }
    .h_inner{margin: 0px 0 0;}
    .header_h1_under, .header_h1{
        width: 100%;
        height: 45px;
        float: none;
        text-align: center;
        background: transparent;
    }

    .head_title{
      font-size: 10px;
      font-weight: bold;
      height: 45px;
      line-height: 20px;
      letter-spacing: 1px;
    }

    .navi-header .pc_only{ display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding-right: 15px;
    }
    .navi-header .shoplogo{
      width: auto;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      list-style: none;
      margin-right: 25px;
    }
    .navi-header nav._left{
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      align-items: center;
    }
    .header_sp .sysContent{padding: 0!important;}
    #sysHeader .navi-header .top_unit{padding:0 0 15px; }
    #sysHeader.fixed .header_wrap_inner{box-shadow: 0 5px 6px #dddddd;}
    /*.navi-header .top_unit{padding:0 0 15px;   box-shadow: 0 5px 6px #dddddd;}*/
    .navi-header nav._left .sex_choice .men._under span{
/*      border-bottom: 4px solid #003449; */
      padding-bottom: 28px;
    }
    .navi-header nav._left .sex_choice .women._under span{
      border-bottom: 4px solid #EF8585;
      padding-bottom: 28px;
    }
    .navi-header nav._right{
      display: flex;
      width: 350px;
      -webkit-box-align: center;
      align-items: flex-end;
      justify-content: space-between;
    }
    .navi-header nav._right .button-icon{text-align: center;}
    .navi-header nav._right .button-icon.cart{position: relative;}
    .navi-header nav._right .button-icon img{      margin-bottom: 5px;  width: 30px;}

    .header_sp #navBtn,.header_sp #navSearch,.header_sp #navFavorite,.header_sp #navCart{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
    .header_sp #navBtn{
     left: 15px;
    }
    .header_sp #navSearch{
     left: 70px;
    }
    .header_sp #navFavorite{
     right: 70px;
    }
    .header_sp #navCart{
     right: 15px;
    }
    .header_sp #navBtn img, .header_sp .spCart img,.header_sp #navFavorite img,.header_sp #navSearch img{
      width: 40px;
      height: 40px;
      margin: 0 5px;
      object-fit: contain;
    }
    .header_sp .spLogo {
      margin: 0;
    letter-spacing: 0.5rem;
      font-family: trajan-pro-3, serif;
      font-weight: 600;
      font-style: normal;
    }
    .header_sp .spLogo img {
      width: 250px;
      margin-top: -5px;
    }
    .header_sp a.spLogo:hover {
      color: #999;
    }


    #sysHeader.fixed .navi-header .shoplogo img{
      width: 250px;
    }
    #sysHeader.fixed .sex_choice a{
      font-size: 1.25em;
    }
    #sysHeader.fixed .navi-header nav._right .button-icon img{
      width: 25px;
    }
    #sysHeader.fixed .navi-header nav._left .sex_choice a._under span {
        font-weight: bold;
    }

    /***********************************
      キャンペーン
    ***********************************/
    /*2021就活生応援キャンペーン*/
    .campaign_recruit .title_unit .title span{
      font-size: 1.75em;
    }

    .campaign_recruit .contents{
      display: flex;
      padding: 50px;
    }
    .campaign_recruit .contents .men,.campaign_recruit .contents .women{
      padding: 0 15px;
    }




    /***********************************
      カート情報
    ***********************************/
    #cartInfo{display: none;}

    /***********************************
      ナビゲーション
    ***********************************/
    #headNavigation .pcnone{display: block;}
    #headNavigation .spnone{display: none;}
    #headNavigation li.active{background: #fff;}
    .h_navi{
      width: 100%;
      height: 40px;
    }
    #headNavigation li.tab1{
            width: 25%;
        margin-top:10px;
    }
    #headNavigation li.tab1 a{
            font-size: 12px;
            line-height: 15px;
            position: relative;
    }
    #headNavigation li.tab1:nth-of-type(5){
            display:none;
    }
    /*ナビゲーショントグル*/
    .toggleNav{
      display: none;
      width: 100%;
      position: absolute;
      height: 0px; /*heightはjs制御*/
      top: 39px; left:0;
      z-index: 110;
             background: rgba(0,0,0,0);
      box-shadow:0px 0px 0px 0px #ccc;
      -moz-box-shadow:0px 0px 0px 0px #ccc;
      -webkit-box-shadow:0px 0px 0px 0px #ccc;
    }
    .toggleNav:hover{overflow: visible !important;}
    #headNavigation ul.tab{
            position: relative;
    }
    .tabmenu .border:after{
      content:none;
    }
    .tabmenu li.tab1{
      position: static;
      border-right:1px solid #000;
    }
    .tabmenu li.tab1:nth-child(4){
      border-right:none;
    }
    .tabmenu li.tab1{position: static;}
    .tabmenu li.tab1 a{font-size:14px;}
    .tabmenu ul:after{
      display: block;
      content: "";
      clear: both;
    }
    .tabmenu li.tab2{
      width: 100%;
      height:auto;
      text-align: left;
      line-height:1;
      font-size: 18px;
      border-bottom: 1px dotted #ddd;
      position: relative;
      background: rgba(255,255,255,1);
    }
    .tabmenu li.tab2 a{
      display: block;
      position: relative;
      padding: 5px 15px;
      font-size: 14px !important;
      line-height: 40px !important;
        font-weight: bold;
    }
    #headNavigation li.tab2 a:after{display: none;}
    .tabmenu li.tab2 a i{
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top:-7px;
    }

    .h_spnavi{
      position: fixed;
      width: 375px;
      height: 100vh;
      top: 0px;
      left: 0;
      background: rgba(255,255,255,0.9);
      z-index: 150;
      color: #000;
      display:none;
      overflow: auto;
      overflow-y: scroll;
      -ms-overflow-style: none;    /* IE, Edge 対応 */
      scrollbar-width: none;       /* Firefox 対応 */
    }

    .h_spnavi::-webkit-scrollbar {  /* Chrome, Safari 対応 */
      display:none;
    }

    #spNaviWrap{
      position: absolute;
      width: 100%;
      height: 1400px;
      top: 0px; left: -100%;
      background: rgba(255,255,255,0.9);
      z-index:  200;
      padding: 80px 10px 50px;
      overflow: scroll;　
    }

    /*スクロールバーの横幅指定*/
    #spNaviWrap::-webkit-scrollbar {
      width: 10px;
    }
    /*スクロールバーの背景色・角丸指定*/
    #spNaviWrap::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #f2f2f2;
    }
    /*スクロールバーの色・角丸指定*/
    #spNaviWrap::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background:#ccc;
    }
    /***********************************
      ログイン情報
    ***********************************/
    .h_login{
      max-width: 700px;
      width: 90%;
      margin: 0 auto;
    }
    .h_login .sysHeadline{
      text-align: center;
      font-size: 25px;
      margin-botom: 10px;
    }
    .h_login .sysContent{text-align: center;}
    .h_login .sysFormItem{margin-bottom: 10px;}
    .h_login .sysFormLabel{
      display: block;
      font-size: 15px;
      height: 25px;
      text-align: left;
      margin-bottom: 0px;
    }
    .h_login .sysLoginButton{
      width: 100%;
      margin: 15px 0%;
      border-radius: 0;
      font-size: 15px;
      height: 50px;
      line-height: 10px;
      background: #000;
      color: #fff;
    }
    .h_login li{
      border:1px solid #444;
      margin-bottom: 15px;
      height: 50px;
      line-height: 45px;
      text-align: center;
    }
    .h_login li a{
      font-size: 15px;
      padding: 0px 5px 5px 0px;
    }

    /***********************************
      ナビゲーションメニュー
    ***********************************/
    #closeMenu{
      position: absolute;
      top: 50px; left: 45px;
      font-size: 20px;
      width: 40px;
      height: 40px;
    }
    #closeMenu span{
      font-size: 15px;
      margin: 0 10px;
      display: inline-block;
    }
    #closeMenu2{
      text-align: center;
      margin: 20px 0;
      border: 1px solid #000;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
    }
    #closeMenu2 img {
      width: 30px;
      position: relative;
      top: -7px;
    }
    #closeMenu2 span {
      display: inline-block;
      margin: 0 10px;
      font-family: trajan-pro-3, serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
    }
    #spNavMenu .navTitle{
      text-align: center;
      font-size: 25px;
      font-family: trajan-pro-3, serif;
      font-weight: 600;
      font-style: normal;
    }
    #spNavMenu{
      max-width: 800px;
      margin: 80px auto 0;
      width: 90%;
    }
    #spNavMenu .spMenuList {
      height: auto;
      line-height: 40px;
      font-size: 20px;
      position: relative;
      border-bottom: 1px solid #aaa;
      font-family: trajan-pro-3, serif;
      font-weight: 600;
      font-style: normal;
    }
    #spNavMenu .spMenuList i{
      position: absolute;
      line-height: 40px;
      right: 10px;
      font-size: 18px;
    }
    #spNavMenu .spMenuList a {
      display: block;
      padding: 10px 15px;
    }
    #spNavMenu .spToggleNav{
      overflow: hidden;
    }
    #spNavMenu .spToggleNav li{
      line-height: 30px;
      font-size: 12px;
      border-bottom: 1px dotted #aaa;
    }
    #spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
    #spNavMenu .spToggleNav li:last-child{border-bottom: 0;}
    .spSlideMenu ul li {
      padding-left: 15px;
    }
    .spSlideMenu ul li a {
      font-size: 16px;
    }
    #spNavMenu ul:nth-of-type(2) {
      margin: 50px 10px;
      font-size: 16px;
      line-height: 35px;
    }
    .spnav_logo {
      width: 70%;
      margin: 40px auto;
    }
    .sp_navi_tel{
      font-size:18px;
      margin-bottom:30px;
      margin-left: 15px;
    }

    /***********************************
      フッター
    ***********************************/
    .pagetop{bottom: 15px; right: 20px;}
    .footer_navi{padding: 0px 0 30px 0;}

    .footer_navi .logo_copy{
      display: flex;
      /*flex-wrap: wrap;*/
      align-items: center;
      padding: 25px 0 20px 0;
      border-top: 1px solid #E4E4E4;
    }
    .footer_navi .logo_copy .lofo_unit{
        width: 325px;
        /*display: flex;
        align-items: center;
        justify-content: space-between;*/
    }
    .footer_navi .logo_copy .lofo_unit a{display: block;}
    .footer_navi .logo_copy .lofo_unit a.ginza{order: 2;}
    .footer_navi .logo_copy .lofo_unit a.ginza[target="_blank"]:after{display: none;}
    .footer_navi .sysContent{
      margin: 0 auto;
      max-width: 1200px;
      padding: 15px!important;
    }
    .footer_logo img {
      margin-right: 15px;
    }
    .footer_navi ul {
      display: table;
      padding: 20px 0;
    }
    .footer_navi li {
      display: table-cell;
      border-left: 1px solid #000000;
      padding: 0 15px;
    }
    .footer .f_gnav_all{
      background: #c3c3c3;
      padding: 0px 0 0px;
      letter-spacing: 2px;
      text-align: left;
    }
    .footer .f_gnav ul:after{
      display: block;
      content: "";
      clear: both;
    }
    .footer .f_gnav{
      width:100%;
      border-top: 1px solid #444;
      margin-bottom:0;
      overflow: hidden;
    }
    .footer .f_gnav li{
      width: 50%;
      float: left;
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0px 0px 0 15px;
      font-size: 12px;
      position: relative;
      border-bottom: 1px solid #444;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .footer .f_gnav li i{
      position: absolute;
      font-size: 20px;
      line-height: 30px;
      right: 10px; top: 5px;
    }
    .footer .f_gnav li:nth-child(even){
      border-left: 1px solid #444;
    }
    .footer .f_gnav li:last-child{
      width:100%;
    }
    .footer .f_gnav li a{display: block;}
    .footer .f_gnav .sp_wide{
      width: 100%;
      height: 35px;
      border-bottom: 0px;
    }
    .footer .f_gnav li:after{width: 0px;}

    /***********************************
      サイド
    ***********************************/
    .side_search{
      width:95%;
      margin:0 auto 30px;
    }
    .side_navi_item,
    .side_navi{
      width:95%;
      margin:0 auto;
    }
    .side_navi ul li.sysText a{
      padding:10px 5px !important;
    }
    .side_navi_item .sysHeadline,
    .side_navi_item .sysContent{
      width:100% !important;
      margin:0 auto !important;
    }
    .side_navi_item .sysContent li,
    .side_navi .sysContent li{
      float:left !important;
      width:50% !important;
    }
    .side_navi_1{
      border-top:1px solid #000;
    }

    /***********************************
      共通パーツ
    ***********************************/
    #sysWrap { padding: 50px 0; }
    .sysTitle{
      width: 600px;
      margin: 50px auto!important;
      position: relative;
      text-align: center;
      font-size: 20px;
      letter-spacing: auto;
    }
    .sysTitle b{
      display: block;
      font-size: 15px;
      text-align: center;
      margin-top: 5px;
    }
    .sysTitle span {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin: 0 2.5em;
      padding: 0 40px;
      background-color: #fff;
      text-align: center;
      font-weight: bold;
    }
    .sysTitle::before {
      position: absolute;
      top: 50%;
      z-index: 1;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #222222;
    }

    .contentsWrap{
      width: 90%;
      margin: 0 auto;
    }

    /***********************************
      商法テーブルレイアウト
    ***********************************/
    .p-law .sysTitle{max-width: 600px;}
    .p-law .sysTitle span {
      font-size: 22px;
      padding: 0 40px;
    }

    #main_tradelaw{width: 90%;}
    .shipFee{
      width: 90%;
      margin: 50px auto;
    }
    .shipFee h3{font-size: 16px;}
    table.shipFeeTable .newLine{display: block;}
    table.shipFeeTable tbody th {
      width: 500px;
      vertical-align: middle;
    }
    table.shipFeeTable td{
        width: 500px;
      font-size: 15px;
      vertical-align: middle;
    }

    /***********************************
       フッター部分のご利用ガイド
    ***********************************/
    .f_guide{margin-top: 50px;}
    .f_guide .sysContent{width: 100%;}
    .f_guide .Title{
      font-size: 15px;
      padding: 20px 0 30px;
    }
    .f_guide .guideBlock{
      width: 50%;
      padding: 0 2%;
      padding-bottom:30px;
    }
    .f_guide .guide01{padding-right: 20px;}
    .f_guide .guide02{padding-left: 20px;}
    .f_guide .freedial{
      font-size:30px;
    }
    .f_guide a{
      display:block;
      width:200px;
    }

    /***********************************
      カート内商品数表示
    ***********************************/
    button.itemCount2{
      display:none;
      position: absolute;
      top: 25px;
      right: 10px;
      background: rgba(207,15,42,0.9);
      border:none;
      width: 18px;
      height: 18px;
      border-radius: 10px;
      text-align: center;
      line-height: 15px;
      font-size: 10px;
      color: #fff;
      font-weight: bold;
      z-index: 99;
    }
    #sysHeader.fixed button.itemCount2 {
            top: 15px;
    }
    /***********************************
      商品購入ステップ
    ***********************************/
    .steps ul{width: 550px;}
    .steps li{
      float: left;
      padding: 0 2px;
      height: 180px;
    }
    .steps li a{height: 180px !important;}
    .steps li img{height: 180px;}

    /***********************************
      TOPページ
    ***********************************/
    /*トップメイン画像*/
    .h_main_img {}

    /*.トップスライダー*/
    #slideShow{height: 190px;}

    /*.トップバナー*/
    .top_brand-banner li,.top_brand-banner_women li {
      width: 25%;
      margin-bottom: 20px;
      padding: 0 10px;
    }

    .top_brand-banner  ul,.top_brand-banner_women ul{
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: -20px;
    }


    /*.NEW ITEM*/
    .new_item_pickup .sysHeadline,.new_item_pickup_women .sysHeadline{
      display: none!important;
    }
    .new_item_pickup .sysContent,.new_item_pickup_women .sysContent{
      margin-right: 20px;
    }
    .new_item_pickup,.new_item_pickup_women{
      width: 35%;
    }
    .new_item_pickup .sysContent,.new_item_pickup  .sysContent{
      margin-right: 20px;
    }
    .top_newarrival .sysContent,.top_newarrival_women .sysContent{
      width: 100%;
    }

    .top_newarrival .sysContent .sysHorizontal li,
    .top_newarrival_women .sysContent .sysHorizontal li
    {width: 25%;}

    .top_newarrival_btn,.top_newarrival_btn_women{
      margin-bottom: 100px;
    }
    /***********************************
      ワンページカート
    ***********************************/

    /*情報入力ページ調整*/
    .sysOpcBody .header_wrap {
      border-bottom: none;
    }
    .sysOpcBody div#sysWrap {
      margin: 20px auto 0;
    }
    .sysCart #sysMain,
    .sysOpcBody #sysMain{
      border: none;
    }
    .sysOpcBody div#sysMain {
      margin-bottom: 0;
    }
    .sysOpcBody img {
      max-width: 100%;
    }
    .sysOpcBody div#sysMain {
      padding: 0 4%;
    }
    .opcConfirm_inputStatus,
    .opcConfirm_inputStatus_disable,
    .opcConfirm_order,
    .opcConfirm_order_disable {
      width: 94% !important;
    }



/***********************************
  TOP
***********************************/
/*== おすすめ情報==*/
.recommend_info .sysContent ul li a{display: block;}
/* .recommend_info .sysContent .sysHorizontal .sysItemImage img{width: 100%!important; height: 20vw;} */


/*== ランキング==*/
.top_ranking_men .sysContent .sysHorizontal .sysItemImage img,
/* .top_ranking_women .sysContent .sysHorizontal .sysItemImage img{width: 100%!important; height: 20vw;} */

/*== 新着アイテム==*/
.top_newarrival_re .sysContent ul li a{display: block;}
/* .top_newarrival_re .sysContent .sysHorizontal .sysItemImage img{width: 100%!important; height: 20vw;} */


/*== コーディネート ==*/
#top .coordinationg .sysContent ul li a{display: block;}
#top .coordinationg .sysContent ul li img{width: 100%!important; height: 20vw; object-fit: cover; padding: 0 15px;}


/***********************************
  コーディネート詳細
***********************************/
#coordinate_detail #coordinate_blk .coordinate_item,#coordinate_detail #coordinate_blk .coordinate_img{width: 50%;}
#coordinate_detail #coordinate_blk {display: flex; flex-wrap: wrap;}


/*}*/
}
@media screen and (min-width:9001px){
.sysDisplayPcNone{
  display:none !important;
}
}
/* #END_OF_RESOURCE_FILE */
