@charset "utf-8";
/* CSS Document */

/* =============================================================================
Import
============================================================================= */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/

/* =============================================================================
 Reset
============================================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul,
ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* =============================================================================
 Fonts Setting
============================================================================= */
body {
  /*font-family: 'Roboto','Noto Sans JP', sans-serif;*/
/*  font-family: Noto Serif JP,"\6E38\660E\671D",Yu Mincho,YuMincho,Hiragino Mincho ProN,serif;*/
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: .06em;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}


body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
/* =============================================================================
 Color Scheme:

font/border/icon/slide_btn
#404040
font/border/background/icon
#848484
font/border/icon
#bababa
background/border
slide_btn
#e9e9e8
background
#f6f6f6

btn/icon
#806b57
btn
#ef634c
btn
#1f9d9b

============================================================================= */
body {
  color: #404040;
}
/* =============================================================================
 Elements Normalize
============================================================================= */
html {
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a,a:hover {
  transition: all .2s ease
}
@media screen and (min-width: 992px) {
  a:hover {
      opacity: .5;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  img {
    width: 100%;
  }
}
/* box-sizing */
*,*:before,*:after {
  box-sizing: border-box;
}
/* cursor */
button {
  cursor: pointer;
}

/* =============================================================================
 Elements Setting
============================================================================= */
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    border: 1px solid #e9e9e8;
    border-radius: 3px;
}

/* =============================================================================
 Responsive Class
============================================================================= */
@media screen and (min-width: 992px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .only-pc {
    display: none;
  }
}


/* 会員限定セール〈2021夏〉 */
.fs-c-memberOnlyMessage {
  text-align:center;
}
.fs-c-memberOnlyMessage h2 {
   margin-bottom:10px;
}

.fs-l-main.product-group.outlet-group .fs-c-memberOnlyMessage {
  text-align:center;
  width: 75%;
}

@media screen and (max-width: 991px) {
  .fs-l-main.product-group.outlet-group .fs-c-memberOnlyMessage {
    margin: auto;
  }
}


/* ヘッダー改修 */
.l-header__inner .c-wakolink-group.botton1 a {
  border-radius: 5px;
padding: 5px 11px;
  padding-left: 11px;
padding-left: 11px;
border: 1px solid #555;
position: relative;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
background-color: #fff;
}

@media screen and (min-width: 1199px){
.l-header__inner .p-info-banner {
display: flex;
border: none;
border-radius: 0;
box-sizing: unset;
padding: 1em 0;
}
.l-header__inner .c-wakolink-group {
width: 210px;
}
.l-header__inner .c-wakolink-group.botton2 a {
  padding-left: 0px;
}

.l-header__inner .c-wakolink-group.botton1{margin-right: 1rem;}

.l-header__inner .p-info-banner .p-info-banner__label {
  margin: auto;
}

.l-header__inner .p-info-banner .p-info-banner__text {
  font-size: 12px;
  margin: auto;
}

}

@media screen and (max-width: 1198px){
.l-header__hnav .p-info-banner{
border: none;
}
.l-header__hnav .p-info-banner .c-wakolink-group{
width: 100%;
}
.p-info-banner .c-wakolink-group.botton1 {
  margin-bottom: 1rem;
}
.p-info-banner .c-wakolink-group.botton1 a{
  border-radius: 5px;
padding: 5px 11px;
border: 1px solid #555;
position: relative;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
background-color: #fff;
}

.p-info-banner .c-wakolink__head {
  margin: 0 auto;
  height: 36px;
padding: 0;
}
}