@charset "UTF-8";
/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/


/* コマクリ用 */
.logout.my-false { display: none; }
.login.my-true { display: none; }

a:visited {
    color: inherit;
}

.fs-c-breadcrumb{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  padding: 12px 0;
}


/* reset */

html {overflow-y: scroll;}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: 500;}
table { border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

td,th{
    font-size:12px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size: 12px;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height:1.4;
}
a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}
input,select,button,textarea{
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap,#makebanner{
    width:100%;
}

a:hover img,.btn:hover,#M_basketClosedBox a:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn{
    display:inline-block;
    margin:16px auto;
    background:#000;
    color:#fff!important;
    padding:14px 32px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

/*****************************************************

    common

*****************************************************/

.mb0{
  margin-bottom: 0;
}

.button i{
  display: inline-block;
  margin-right: 7px;
}
.button,
a.button{
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  background: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover,
a.button:hover{
  text-decoration: none;
  background: #fff;
  color: #1b1b1b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--reverse,
a.button--reverse{
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  border: 2px solid #1b1b1b;
  background: #fff;
  color: #1b1b1b;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--reverse:hover,
a.button--reverse:hover{
  text-decoration: none;
  background: #1b1b1b;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.arrow:not([target="_blank"]):after{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
a.arrow:hover:after{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 5px;
  border-top:2px solid #1b1b1b;
  border-right:2px solid #1b1b1b;
}
a.arrow.button--reverse:after{
  border-top:2px solid #1b1b1b;
  border-right:2px solid #1b1b1b;
}

a.arrow.button--reverse:hover:after{
  border-top:2px solid #fff;
  border-right:2px solid #fff;
}

/* グリッドシステム */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4,.col-1_5,.col-1_10, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4,.col-1_5,.col-1_10, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}


.col-1_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-1_10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}


/*****************************************************

    index

*****************************************************/
.main-contents h2{
    text-align:center;
    margin:48px auto;
    font-size:25px;
}
.section{
    overflow:hidden;
}
.section table{
    width:100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}



/*ここから調整*/

body {
  color: #080303;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size:12px;
  font-weight:400;
  min-width:1200px;
}
img{
  max-width:100%;
  vertical-align: bottom;
}
a {
  color: #080303;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a img{
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
}
a:hover img{
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}

/*全体インナー*/
.cInner{
  width:1200px;
  margin:0 auto;
}

.container{
  width:1200px;
  margin:0 auto;
}

#container{
  margin:50px auto 0px;
  max-width:1200px;
}

/*ミドルコンテンツ*/
#middle_contents{
  margin:0 auto;
}

/*サイド*/
#side {
  float: left;
  width: 240px;
}
#side .searchform input{
  border-radius: 0;
}

.fs-l-pageMain {
  float: right;
  width: 880px;
  text-align:left;
}

/*ヘッダー*/
header#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  position: relative;
  z-index: 9999;
}
header#header.headerScroll {
  border-bottom:1px solid #ccc;
  }

header#header a {
}

header#header a:hover {
  text-decoration: none;
}

.header__inner {
  margin: 0 auto;
  padding: 0;
}

header#header .container {
  max-width: 1200px;
  margin: auto;
}

.header__inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo > img, .header__logo > a img {
  display: inline-block;
  height: auto;
  height: auto !important;
}


.header__subtitle {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.header__subtitle img {
  max-width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}




/* header__gNav */
.header__gNav{
  margin-top: 35px;
  margin-left: 120px;
  font-size: 14px;
}

.header__gNav > ul > li{
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 37px;
}

.header__nav {
  margin-left: auto;
}

.header__nav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav > ul li.spNav__snsIcon {
  display: none;
}


.header__nav li a{
  display: flex;
}

.header__nav > ul li > span,
.header__nav > ul li a {
  margin-right: 17px;
  position: relative;
}
.header__nav > ul li:last-child > span,
.header__nav > ul li:last-child a {
  margin-right: 0;
}

.fs-client-cart-count{
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #ef1617;
  top: -9px;
  left: 13px;
}

.searchform_wrap{
  margin-right: 20px;
}

.header__nav_cart{
  margin-right: 12px;
}

.header__nav .header__nav_ico{
  margin-right: 5px;
}


.header__nav ul li:last-child .header__nav_ico{
  margin-right: 0;
}


.header__nav ul li span.icon{
  height:26px;
}

.header__nav ul li.header__navGuide span.icon img{
  margin-top: 2px;
}
.header__nav ul li.header__navCart .icon{
  margin-left: -4px;
}
.header__nav ul li span.txt{
  font-size:10px;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


.header__nav > ul li.header__navTxt{
  text-align: right;
  display: block;
  margin-right: 24px;
  font-size: 10px;
  line-height: 2;
}

.header__nav > ul li.header__navTxt a{
  display: inline;
  padding:0;
}



/* ホバー時下線アニメーション */

/* .header__nav > ul li > span:before,
.header__nav > ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #b31e28;
  transform: translateX(-100%);
  transition: 0.5s;
  opacity: 0;
} */

/* .header__nav > ul li > span:hover:before,
.header__nav > ul li a:hover:before {
  transform: translateX(0);
  transition: 0.2s;
  opacity: 1;
} */

.header__nav > ul li.hasChildren > span {
  cursor: pointer;
}

.header__nav > ul li.hasChildren > span:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b31e28;
  border-right: 2px solid #b31e28;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header__nav > ul li.hasChildren > span.open:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.hasChildren .toggleBtn{
  cursor: pointer;
}

.header__gNav > ul > li.header__nav--megamenu{
  margin-right:20px;
  position: relative;
}

.header__gNav > ul > li.header__nav--megamenu:last-child{
  margin-right:0;
}

.header__nav--megamenu >a{
    position:relative;
}



/* hover_itemList */
.hover_itemList{
  padding: 23px 5px 14px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -10px;
  transition: 0.15s;
  width: auto;
  z-index: 100;
  background: rgba(68,110,144,0.9);
}
.hover_itemList.open {
  pointer-events: all;
  opacity: 1;
  transition: 0.15s;
}

.hover_itemList:before{
  content:"";
  display:block;
  position:absolute;
  width:2px;
  height:calc(100% + 75px);
  background:#003f71;
  bottom:0;
  left: 0;
}


.hover_itemList a{
 color:#fff;
}

.hover_itemList h2{
  margin-bottom: 17px;
  position: relative;
}
.hover_itemList h2.ico_arrow{
  margin-left: 10px;
}
.hover_itemList h2.ico_arrow:before{
  content:"";
  position:absolute;
  display:block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  top:7px;
  left:-12px
}

.hover_itemList .itemCateListWrap{
  display:flex;
}

.hover_itemList .itemCateListWrap > li{
  width:132px;
  border-right:1px solid #a2b7c8;
  padding: 5px 5px 0 20px;
}
.hover_itemList .itemCateListWrap > li:last-child{
border-right:none;
}


.hover_itemList .itemCateList{
  font-size:12px;
  margin-left:15px;
}
.hover_itemList .itemCateList li{
  margin-bottom:12px;
  font-weight: 300;
}

.itemCateList li a{
  position: relative;
}
.itemCateList li a:before{
  content:"";
  position:absolute;
  display:block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  top:7px;
  left:-12px
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) {
  position: relative;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul {
  display: none;
  position: absolute;
  background: rgba(179, 30, 40, 0.9);
  top: 100%;
  width: 200px;
  left: -200px;
  right: -200px;
  margin: auto;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li {
  display: block;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a {
  display: block;
  color: #FFF;
  padding: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover {
  background: #b31e28;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover:after {
  left: 5px;
}

.header__nav > ul li.hasChildren > span:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b31e28;
  border-right: 2px solid #b31e28;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header__nav > ul li.hasChildren > span.open:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


.header__iconNav i {
  font-size: 24px;
}

.header__iconNav.hasChildren {
  position: relative;
}

.header__iconNav.hasChildren:after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header__search {
  margin: auto;
  position: relative;
  background:#fff;
}
.searchform{
  width: 196px;
  position: relative;
}

.::placeholder{
  color: #c3c3c3;
}
:-ms-input-placeholder {
   color: #c3c3c3;
}
::-webkit-input-placeholder {
   color: #c3c3c3;
}
:-moz-placeholder {
   color: #c3c3c3;
}
::-moz-placeholder {
   color: #c3c3c3; opacity: 1;
}


.searchform input {
  width: 100%;
  padding: 7px 30px 7px 20px;
  border: 1px solid #666;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
li:not(.nav__search) > .header__search{
  width: 200px;
  font-size: 12px;
  margin-right: 10px;
}

.searchform #searchsubmit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
  background: transparent;
  border: 0;
}
.searchform #searchsubmit img{
  vertical-align: middle;
  margin-top:-2px;
}

.searchform #searchsubmit i:before {
  z-index: 2;
  font-size: 16px;
}

.menu-toggle {
  cursor: pointer;
}



@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/* headBnr */
.headBnr01{
  background: #003f71;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 7px 0;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.headBnr01 span{
  color: #fff21d;
}


/*サイド*/
/* sideBnr */
.sideBnr{
  margin-bottom: 18px;
}
.sideBnr li{
  margin-bottom:20px;
}
.sideBnr li:last-child{
  margin-bottom: 0;
}

.sideTitle{
  padding: 13px 0;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  background: #003f71;
  border-radius: 5px 5px 0 0;
  color: #fff;
}


/*サイド一覧(カテゴリーやグループ)*/
.sideSearch,
.sideSnsList,
.sideListArea,
.sideBnrArea{
  margin-bottom: 30px;
}

.sideList{
  text-align: left;
  margin-bottom:30px;
}

.sideList h3{
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #003f71;
  padding-bottom: 4px;
  letter-spacing: -0.3px;
}

.sideList .M_layer1 ul{
  margin-bottom:5px;
}
.sideList .M_layer1 ul li:nth-child(n+2){
    margin-top: 11px !important;
}

.sideList li{
  padding-left: 0 !important;
  position: relative;
  background: none !important;
  line-height:1.6 !important;
}
.sideList li a{
  position: relative;
}
.sideList.sideList--type3 >ul > li > a:hover:before{
  left:auto;
  -webkit-transition: 0;
  transition: 0;
}
.sideList li a:hover:before{
}
.sideList li:nth-child(n+2){
  margin-top:7px !important;
}
/*2階層目以降非表示*/
.sideList--type3 li ul{
    display: none;
}
a.sideList__link{
  color:#666;
}

.sideList--type3 #M_ctgList2 li{
  background:none;
  padding-left:0px;
  font-size:14px;
}
.sideList--type3 #M_ctgList2 li:nth-child(n+2){
  margin-top:12px;
}
/*1階層*/
.sideList--type3 .M_layer1{
  margin-bottom: 21px;
}

.sideList--type3 .M_layer1 > li a{
  display: block;
  position: relative;
}
.sideList--type3 .M_layer1 > li > a.parent--type3:before {
  display: block;
  content: "";
  top: 10px;
  right: -1px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 7px;
  height: 1px;
  background: #080303;
}
.sideList--type3 .M_layer1 > li > a.parent--type3:after {
    display: block;
    content: "";
    top: 7px;
    right: 2px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 1px;
    height: 7px;
    background: #080303;
}
.sideList--type3 .M_layer1 > li > a.parent--type3.active:after {
  display: none;
}

/*2階層以降*/
.sideList--type3 .M_layer1 ul{
  display: none;
  background: #f9f6ec;
  margin-top: 5px;
  padding: 5px 19px;
}

.sideList--type3 .M_layer1 ul li a{
  position: relative;
}


/*フッター*/

#footer .footerTop{
  padding: 50px 0;
  background: #ebe9e9;
}

#footer .footerTop .footerTopList{
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
  margin-left: -10px;
}

#footer .footerTop .footerTopList li{
  flex-basis: 384px;
  max-width: 384px;
  background: #fff;
  margin: 11px;
  height: 140px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  position: relative;
}
#footer .footerTop .footerTopList li a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#footer .footerTop .footerTopList li .footerTopListBox{
  width: 100%;
}

#footer .footerTop .footerTopList li .mainTxt{
  font-size:22px;
  font-weight:bold;
  margin-left: 17px;
  letter-spacing: -0.4px;
}


#footer .footerTop .footerTopList li .footerTopList2col{
    display:block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#footer .footerTop .footerTopList li .noteTxt {
  width:100%;
  font-size:12px;
  margin-top:7px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

#footer .footerTop .footerTopList li.footerTopList_shipping .img{
  margin-top: 14px;
}

#footer .footerTop .footerTopList li.footerTopList_shipping .noteTxt{
  margin-top: 5px;
}

#footer .footerTop .footerTopList li.footerTopList_member .mainTxt{
  margin-left: 20px;
}

#footer .footerTop .footerTopList li.footerTopList_point .footerTopList2col{
  padding-left: 10px;
}
#footer .footerTop .footerTopList li.footerTopList_point .noteTxt{
  margin-top: 6px;
}
#footer .footerTop .footerTopList li.footerTopList_pay .mainTxt{
  margin-left: 20px;
}

#footer .footerTop .footerTopList li.footerTopList_shop .footerTopListBox{
  padding-right: 15px;
}

#footer .footerTop .footerTopList li.footerTopList_shop .mainTxt{
  margin-left: 21px;
  letter-spacing: 0;
}

#footer .footerTop .footerTopList li.footerTopList_staff .mainTxt{
  margin-left: 23px;
}


#footer .footerMiddle{
  background: url(https://frenchbleu.itembox.design/item/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  padding: 117px 0;
  line-height: 2;
}
#footer .footerMiddle p + p{
  margin-top: 40px;
}



#footer .footerLogo{
  margin-left: 5px;
}

#footer .footerTop .cInner .fNav{
  display: flex;
  margin-left: 60px;
}
#footer .footerTop .cInner .fNav li{
  margin-right:52px;
}
#footer .footerTop .cInner .fNav a{
  color: #fff;
}
#footer .footerTop .cInner .instaTxt{
  margin-left: 52px;
}

#footer .footerTop .cInner .instaTxt a {
  color: #fff;
}

#footer .footerTop .cInner .foonterSns{
  display: flex;
  margin-left: auto;
}
#footer .footerTop .cInner .foonterSns li{
  margin-left:15px;
}
#footer .footerBottom{
  padding:28px 0;
  background: #003f71;
  color: #fff;
  font-weight: 300;
}

#footer .footerBottom .cInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footerBottom .footerBottomRight{
  max-width: calc(1200px - 178px);
  flex-basis:  calc(1200px - 178px);
  padding-right: 100px;
  font-size: 12px;
}

#footer .footerBottom .footeSubNav{
  display: flex;
  justify-content: center;
  padding-right: 35px;
  margin-bottom: 15px;
}
#footer .footerBottom .footeSubNav li{
  margin: 0 7px;
  letter-spacing: 0.5px;
}

#footer .footerBottom .footeSubNav li a{
  color: #fff;
}

#footer .footerBottom .copy{
  text-align: center;
  letter-spacing: 0.3px;
}

/*コピーライト*/
#footer__copy {
  clear: both;
  margin-top:35px;
  text-align:center;
  font-size: 12px;
  color:#dfdfdf;
  font-weight: normal;
}

/*横並び一覧*/
.itemList{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList__detail .itemName{
  color: #7c7c7c;
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.itemList__detail .itemList__link{
  color: #7c7c7c;
}
.itemList__detail .itemPrice{
  text-align: left;
  font-weight: 400;
}
.itemList__unit{
  float:left;
  text-align:center;
}
.itemList__unit img{
    height:auto;
}
.itemList__unit table{
    width:100%;
}
.itemList__imgBox{
  margin-bottom:5px;
}

.itemPrice {
    display: block;
    font-weight: bold;
}
.itemZaiko{
    color: #b42323;
    font-weight: bold;
}
.itemList__description{
  margin-top:5px;
}
.itemList table{
    height:auto;
}
.itemList tr:nth-child(1) img{
    width:100%;
    height:auto;
    display: inline-block;
    margin-bottom:10px;
}
.itemList tr:nth-child(2) td{
    padding-bottom:5px;
}
.itemList__imgBox img{
    width:100%;
    height:auto;
}
.itemList td{
    height:auto;
}

.itemList{
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itemList .itemList__unit{
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

/*2つ並び*/
.itemList--2 .itemList__unit{
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/*3つ並び*/
.itemList--3 .itemList__unit{
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

/*4つ並び*/
.itemList--4 .itemList__unit{
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/*5つ並び*/
.itemList--5 .itemList__unit{
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

/*6つ並び*/
.itemList--6 .itemList__unit{
  max-width: 16.666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
}

/*7つ並び*/
.itemList--7 .itemList__unit{
  max-width: 14.285%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.285%;
          flex: 0 0 14.285%;
}

/*8つ並び*/
.itemList--8 .itemList__unit{
  max-width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

.itemList__link{
  display: block;
}

/*フルサイズバナー*/
.fullBnrList{
  margin-bottom:30px;
}
.fullBnrList img{
  width:100%;
}
.fullBnrList--2 .fullBnrList__unit{
  width:50%;
  float:left;
}
.fullBnrList--2 .fullBnrList__unit:nth-child(odd){
  clear: both;
}

/*カラム*/
.column--2{
  width:48%;
  float:left;
}
.column--2:nth-child(2n){
  float:right;
}

/*main*/
.mainTitleWrap{
  position: relative;
}

.mainTitle{
  margin-bottom:30px;
  letter-spacing: 1px;
  line-height:1;
  text-align:center;
  font-size: 24px;
  font-weight: bold;
}

.mainTitle .mainText{
  display: block;
  margin-bottom: 10px;
  font-size:36px;
  font-family: 'Roboto Condensed', sans-serif;
  color:#666666;
  font-weight: 400;
  letter-spacing:2px;
}

.mainTitle .mainText .accent_color{
  color:#999999;
}

.mainTitle .subTxt{
  font-size:14px;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.mainTitleWrap .mainTitleLink{
  position: absolute;
  right:0;
  bottom: 8px;
  font-size:15px;
  color:#A67C52;
  margin-right:30px;
}
.mainTitleWrap .mainTitleLink span{
  position: relative;
}
.mainTitleWrap .mainTitleLink span:before{
  content: "";
  display: block;
  position: absolute;
  width:15px;
  height:2px;
  background:#A67C52;
  transform: rotate(35deg);
  top:4px;
  right:-30px;
}
.mainTitleWrap .mainTitleLink span:after{
  content: "";
  display: block;
  position: absolute;
  width:15px;
  height:2px;
  background:#A67C52;
  transform: rotate(-35deg);
  top:12px;
  right:-30px;
}

.mainTitle02{
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.mainTitleBorder02{
  position: relative;
}

.mainTitleBorder02:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000000;
    top: 50%;
    z-index: -1;
}
.mainTitleBorder02 span{
  background: #fff;
  padding: 0 20px;
}

.section--main{
  margin-bottom:60px;
}

section{
  margin-bottom: 60px;
}

/*moreボタン*/
.moreBtn{
  display: block;
  margin:25px auto 0px;
  width:300px;
  height:42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  line-height:42px;
  color:white;
  font-size:12px;
  letter-spacing: 1px;
  background:#333333;
  -webkit-transition: opacity .25s;
        transition: opacity .25s;
}
.moreBtn:hover{
  opacity: 0.8;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  text-decoration: none;
}
.js-more li:nth-child(n+6){
  display: none;
}
.js-more--contents li:nth-child(n+15){
  display: none;
}
.js-moreBtn,.js-moreBtn--contents{
  display: none;
}

/*バナーのホバーテキストセット*/
.popBnrText{
  position:relative;
}
.popBnr{
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display: none;
}
#side .popBnr{
  display: block !important;
}
.popBnr__box{
  display: table;
  width:100%;
  height:100%;
  color:white;
}
.popBnr__inner{
  display: table-cell;
  padding:10px;
  vertical-align: middle;
}
.popBnr__title{
  font-size:14px;
}
.popBnr__text{
  margin-top:10px;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}


/*CONTENTS*/
.itemList--contents{
  background:black;
  margin-left: 0;
  margin-right: 0;
}

.itemList--contents .itemList__unit{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  max-width: 14.27%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.27%;
          flex: 0 0 14.27%;
}
/* .itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
} */
.itemList--contents .itemList__unit img{
  width:100%;
}

.bgSection{
  padding:60px 0;
  width:100%;
  overflow-x: hidden;
  background:#f2f2f2;

}
.bgSection__bg{
  width:100%;
}

.dnone{
    display: none;
}



/*eyecatch*/
.eyecatch .bx-wrapper{
  border: none!important;
  box-shadow: none!important;
  background: none!important;
  margin-bottom: 50px!important;
}


.eyecatch .bx-wrapper .bx-pager{
  bottom: 20px!important;
  opacity: 1!important;
  display: block!important;
}

.eyecatch .bx-wrapper .bx-pager.bx-default-pager a{
  width:100px!important;
  height:5px!important;
  border-radius:0!important;
  background:#003f71!important;
  margin: 0 10px!important;
}

.eyecatch .bx-wrapper .bx-pager.bx-default-pager a.active{
background:#fff!important;
}

/* sec_info */
.sec_info{
  margin-bottom: 85px;
}

.sec_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 190px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
}

.sec_info .info dt{
    width: 90px;
    padding: 10px 0px 9px 10px;
    font-weight: 500;
    border-bottom: 1px dashed #B3B3B3;
    font-weight: 500;
    line-height: 1.4;
}
.sec_info .info dd{
  width: 750px;
  padding: 9px 0 9px 0;
  border-bottom: 1px dashed #B3B3B3;
  font-weight: 400;
  line-height: 1.4;
}

.sec_info .info::-webkit-scrollbar {
    width: 20px;
}

.sec_info .info::-webkit-scrollbar {
    width: 20px;
}
.sec_info .info::-webkit-scrollbar-track {
  background:#f6f2e4;
  box-shadow: none;
}
.sec_info .info::-webkit-scrollbar-thumb {
  background-color:#5680aa;
  box-shadow:none;
}


/* sec_newItem */
.sec_newItem{
  margin-bottom: 75px;
}


/* sec_recItem・sec_ranking */
.sec_recItem,
.sec_ranking{
  margin-bottom: 70px;
}

.sec_recItem .mainTitle,
.sec_ranking .mainTitle{
  margin-bottom: 25px;
}

.sec_recItem .itemList__unit,
.sec_ranking .itemList__unit{
  position: relative;
}
.sec_recItem .itemList__unit:before,
.sec_ranking .itemList__unit:before{
  position: absolute;
  display: block;
  content: "";
  width:20px;
  height:20px;
  top:0;
  left:10px;
  z-index: 1;
}
.sec_recItem .itemList__unit:nth-child(1)::before,
.sec_ranking .itemList__unit:nth-child(1)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_01.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(2)::before,
.sec_ranking .itemList__unit:nth-child(2)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_02.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(3)::before,
.sec_ranking .itemList__unit:nth-child(3)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_03.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(4)::before,
.sec_ranking .itemList__unit:nth-child(4)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_04.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(5)::before,
.sec_ranking .itemList__unit:nth-child(5)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_05.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(6)::before,
.sec_ranking .itemList__unit:nth-child(6)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_06.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(7)::before,
.sec_ranking .itemList__unit:nth-child(7)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_07.jpg');
    background-size: contain;
}

.sec_recItem .itemList__unit:nth-child(8)::before,
.sec_ranking .itemList__unit:nth-child(8)::before {
    background: url('https://frenchbleu.itembox.design/item/rank_text_08.jpg');
    background-size: contain;
}


/* sec_topBrand */
.sec_topBrand .topBrandList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec_topBrand .topBrandList li{
  max-width: 25%;
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 33px;
}
.sec_topBrand .topBrandList li a{
  margin:0 auto;
}





/* タブエリア */
.tabArea .tabList{
  display: flex;
  font-size:12px;
  margin-bottom: 30px;
  text-align: center;
  line-height:1.7;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #5680aa;
}
.tabArea .tabList li{
  cursor: pointer;
  background: #f6f2e4;
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 6px 0;
  color: #4d4d4d;
}
.tabArea .tabList li.open{
  background:#5680aa;
  color: #fff;
}
.tabArea .tabList li span{
  font-weight: 400;
  letter-spacing: 0.2px;
}
.tabArea .tabCont>li{
  display: none;
}
.tabArea .tabCont>li.open{
  display: block;
}

/* アンカー調整用 */
/*#fs_anchor_aboutPayment,
#fs_anchor_deliveryService,
#fs_anchor_point,
#fs_anchor_henpin{
  margin-top:-129px;
  padding-top:129px;
}
*/

/*商品の問い合わせ*/
.icon_toiawase_pc{
 max-width:180px;
 width:100%;
}

/*ショップリスト*/
.shoplist-container{
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.shoplist_prefecture_name{
    font-size: 25px;
    font-weight: normal; 
    border-bottom: solid;
    padding: 1.5rem;
    font-family: gill-sans-nova, sans-serif;
　　　　　　　　font-weight: 500;
　　　　　　　　font-style: normal;
}
.shoplist_shop_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.shoplist_shop_container2{
    display: grid;
    width: 30%;
}
.shoplist_shop_name{
    font-size: 15px;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.shoplist_map{
    display: flex;
    align-items: center;
}
.shoplist_mens_img{
   margin-left: 5px;
}
.shoplist_shop_container,.shoplist_shop_container2{
    margin-top: 1.5rem;
}
.shoplist_handling{
    margin-top: 2rem;
}
.shoplist_handling img{
    padding-left: 10px;
}
.shoplist_top{
    text-align: center;
    padding-top: 30px;
}

.shoplist_top img{
    width: 10%;
}

/*リクルート*/
.recruit_container a{
  text-decoration: none;
}
.recruit_h1{
  text-align: center;
   font-size: 4rem;
   letter-spacing: 2.5rem;
   margin-bottom: 20px;
}

.recruit_h2{
  font-size: 4.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.recruit_content{
  width: 100%;
  height: auto;
}
.recruit_spwrap{
   display:none !important
}
.recruit_wrap{
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.recruit_consept{
  display: flex;
  justify-content: space-around;
}
.recruit_h2{
  letter-spacing: 1rem;
}
.recruit_subtitle{
  font-size: 2.5rem;
  text-align: center;
}
.recruit_h2,.recruit_group1 p{
  margin: 0 auto;
}
.recruit_consept_title{
  text-align: start;
  font-size: 3rem;
  font-weight: 700;
}
.recruit_consept_img2{
  display:none !important
}
.recruit_consept_text{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.recruit_consept_p{
    font-size: 2.5rem;
}
.recruit_consept_img{
    width: 250px;
    vertical-align: bottom;
    height: auto;
    margin: 30px;
}
.recruit_consept_img2{
    width: 300px;
    margin-left: 180px;
}
.recruit_staffvoice_top{
  padding-bottom: 5rem;
}
.recruit_staffvoice_h2 {
    font-size: 4rem;
    letter-spacing: 1rem;
}
.recruit_staffvoice h2,.recruit_staffvoice_p{
  text-align: center;
}
.recruit_staffvoice_p{
  font-size: 1.5rem;
}
.recruit_staffvoice_conteiner{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.recruit_recruitment_title{
 text-align: center;
}
.recruit_h2_2{
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 1rem;
  padding-bottom: 3rem;
}
.recruit_recruitment_title p{
  font-size: 2rem;
  padding-bottom: 3rem;
}
.recruit_shop{
    display: flex;
    justify-content: unset;
    margin: 20px;
}
.recruit_shop img{
  width: 400px;
  height: auto;
}
.recruit_shop_group{
  display: flex;
  flex-direction: column;
      padding: 20px;
}
.recruit_h4{
  font-size: 2rem;
  font-weight: 700;
}
.recruit_occupation{
  font-size: 2rem;
}
.recruit_shop_name{
  text-align: center;
}
.recruit_shop_info img{
    width: 180px;
    margin: 20px 140px;

}
.recruit_shop_info p{
  font-size: 2rem;
  font-weight: lighter;
  text-align: start;
  margin-top: 2rem;
  margin-left: 1rem;
}
.recruit_shop_message{
  font-size: 2rem;
  margin-top: 50px;
  text-align: center;
}
.recruit_shop_message img{
  width: 20%;
  margin: 30px;
}
.recruit_top_button{
  text-align: center;
}
.recruit_top_button img{
  width: 20%;
}

/*採用要項*/
.youkou_container a{
    text-decoration: none;
    font-family: Gill Sans;
}
.youkou_h1{
    font-size: 3rem;
    letter-spacing: 1rem;
    text-align: center;
    margin-bottom: 30px;
}
.youkou_title{
    display: flex;
    justify-content: center;
    font-size: 2rem;
    vertical-align: middle;
}
.youkou_h2{
    font-weight: 900;
}
.youkou_shop1 {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0 50px 0;

}
.youkou_shop2{
    width: 40%;
}
.youkou_naiyou{
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}
.youkou_naiyou1,.youkou_naiyou3{
    font-size: 2rem;
    font-bold: 200;
    margin: 30px 0 30px 0;
}
.youkou_naiyou2{
    font-bold: 100;
}
.youkou_h3{
    background-color: rgba(168, 165, 165, 0.767);
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1rem;
    margin: 10px 0 30px 0;
    padding: 10px 0 10px 0;
}
.youkou_syousai{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.youkou_menu{
    display: flex;
    justify-content: start;
    text-align: left;
    margin: 20px 0 20px 0;
}
.youkou_name{
    margin-right: 100px;
    width: 20%;
        font-size: 2rem;
}
.youkou_name2{
    font-size: 1.5rem;
}
.youkou_oubobutton {
    width: 25%;
    margin: 0 auto;
    padding-top: 50px;
}

/*要項特別画像*/
img.youkou_ttokubetu {
    width: 70%;
    margin-left: 200px;
}


/*インタビュー*/
.staffvoice_h1{
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1.5rem;
    margin-bottom: 20px;
}
.interview_.slider_sp {
    display: none;
}
.staffvoice_01{
    text-align: center;
    margin: 40px;
    font-size: 1.5rem;
}
.staffvice_title{
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
.staffvoice_title_img {
    width: 100px;
    height: 120px;
}
.staffvoice_topimg_wrap {
    text-align: center;
}
.staffvoice_innerwrap{
    width: 620px;
    display: flex;
    justify-content: space-evenly;
}
h2.staffvoice_staffname {
    font-size: 3rem;
    letter-spacing: 0.8rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
}

.staffvoice_profile_img{
    width: 300px;
    height: 300px;
}
.staffvoice_profile_img img{
    width: 300px;
    height: 300px;
}
.staffvoice_staffprofile_box{
    width: 300px;
    height: 300px;
    padding: 0.5em 0.5em;
    border: solid 3px #9c99996b;
}
.staffvoice_staffprofile_h2{
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 0.3rem;
    margin: 4rem 0 4rem 2rem;
}
.staffvoice_name_p{
    font-size: 1.8rem;
    margin-left: 25px;
}
.staffvoice_box_p{
    margin-left: 25px;
    font-size: 1.3rem;
}
.staffvoice_question_wrap {
    width: 600px;
    margin: 0 auto;
}
.staffvoice_question_innerwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 30px 0;
}
.staffvoice_question_innerwrap img, .staffvoice_answer_wrap img{
    width: auto;
    height: 60px;
    margin-right:10px;
}
.staffvoice_answer_wrap {
    display: flex;
    justify-content: center;
}
.staffvoice_innner_img{
    text-align: center;
}
.staffvoice_innner_img img{
    width: 50%;
    margin: 40px;
}
.staffvoice_answer{
    width: 550px;
}
h3.staffvoice_question {
    font-size: 1.5rem;
}
p.staffvoice_memo {
    font-size: 0.8rem;
    margin-left: 30px;
}

/*ログインページ*/
.fs-body-login .fs-c-inputInformation__field {
    background: none;
    padding: 16px 32px;
}

.fs-c-button--primary {
    background: #003f71;
    border: 1px solid #003f71;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 2.5em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}
.fs-c-anotherLogin__message {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}
.fs-c-subSection__title {
    border-bottom: 1px solid currentColor;
    color: #4a555a;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10px;
}
.fs-c-newUsers__message.fs-c-subSection__message {
    text-align: center;
    margin: 20px;
}
.fs-c-inputInformation__link {
    margin-top: 8px;
    text-align: center;
}

/*ショップニュース*/
.shop_news_heading {
    text-align: center;
    font-size: 5rem;
}
.shop_news_heading_copy {
    text-align: center;
    font-size: 2rem;
}
.shop_news_title {
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    border-width: thin;
    padding: 20px;
    font-size: 2.5rem;
    text-align: center;
}
.shop_news_img {
    text-align: center;
}
.shop_news_img img {
    width: 600px;
    height: auto;
    margin: 70px 0 70px 0;
}
.shop_news_topics {
    width: 800px;
    margin: 0 auto;
    font-size: 2rem;
}
}
p.shop_news_lead {
    margin: 20px 0;
}
hr{
    background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
p.shop_news_text {
    margin: 20px 0;
}
h4.shop_news_info {
    font-size: 2.5rem;
}
.shop_news_footer_wrapper {
    text-align: center;
    margin-top: 100px;
}
.shop_news_footer_wrapper img {
    width: 150px;
    margin: 0 20px 0 20px;
}

/*Bleu Journal*/
.bleujournal h1{
	text-align: center;
}

.bleujournal img{
	text-align: center;
	width: 100%;
	margin: 50 0 50 0;
}


.bleujournal-botan img{
	max-width: 300px;
}
.bleujournal-botan{
	text-align: center;
	margin: 100 0 100 0;
}

/*ヘッダー調整*/
.header__gNav {
    margin-top: 35px;
    margin-left: 40px;
    font-size: 14px;
}

.shopnews_viewall_button{
    text-align: right;
}
.sn_inner_wrap img{
    width: 10%;
}

/*--brand list--*/
.brand_list_title {
    text-align: center;
    font-size: 1.5rem;
}
.brand-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.group_title {
    font-size: 2rem;
margin-bottom: 0.8rem;
}
.group-wrap {
    padding: 2rem;
}

/*--syouhinnsyousai--*/
button.icon_toiawase_pc.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    border: solid 1px #454545;
    padding: 5px 10px;
}

/*--フッターナビ--*/
#footer .footerTop .footerTopList li .footerTopList2col {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*--ショップニュース数字ボタン--*/
.no_button{
    background-color: #003f71;
    color: #ffffff;
    border: 1px;
}
:hover.no_button{
    color: #808080;
    background-color: #dcdcdc;
}
.button_wrapper {
    margin-left: 75%;
}

.recommend_yohaku {
    margin: 10%;
}

/*キャンペーンページ*/
.campaign_wrap{
    text-align: center;
}

.campaign_text{
    text-decoration: underline dashed #f4a460;
    font-size: 1.5rem;
}

.campaign_link {
    text-align: end;
}

.campaign_mainimg{
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 35px;
    width: 500px;
}

.campaign_mainimg img{
    width: 80%;
}

/*--Q&A--*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.under {
  border-bottom: solid 1px #4682b4;
}

/*--fitting service--*/
.fitting_service_title {
	font-size: 1.5em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.fitting_page {
	font-size: 1.3em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 20px 0 20px;
	cursor: pointer;
}
.fitting_service_title {
	padding: 20px 0;
	border-bottom: 2px dotted #cccccc;
}
.sn_inner_wrap img{
    display: block;
    margin: 20px auto 70px;
    width: 100px;
}

.fs-c-productImageModal__close{
    top: 170px;
    right: 30px;
}

.fs-c-productImageModal__inner{
    padding-top: 170px;
}