/* =============
共通（PC）
==============*/
a:hover,
a:link,
a:visited {
    text-decoration: none!important;
}
a:hover {
    opacity: 0.7;
}

li {
    list-style: none!important;
}

img {
    vertical-align: top!important;
}
.sp {
    display: none!important;
}
.fs-l-main {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
}
.fs-l-pageMain {
    max-width: 1100px;
}

[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 {
    height: 50px;
}

body{
    line-height: 1.8;
}


/* =============
タグ（PC）
==============*/

.fs-c-productMarks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.fs-c-productMark__mark,
.fs-c-mark,
.tag_soku,
.tag_ship,
.tag_day  {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 6px 8px 4px;
    margin-bottom: 8px;
  }
  .fs-c-productMark__mark {
    border-radius:inherit;
    margin-right: 6px;
  }
  .fs-c-mark {
    border-radius:inherit;
  }
  .tag_free {
    border: 1px solid #127BC4;
    color: #127BC4;
    background: #fff;
  }

  .tag_soku {
    border: 1px solid #4F972F;
    color: #4F972F;
    background: #fff;
}

.tag_ship {
    border: 1px solid #9A1E51;
    color: #9A1E51;
    background: #fff;
}

.tag_day {
    border: 1px solid #9A5827;
    color: #9A5827;
    background: #fff;
}

/* =============
パンくず（PC）
==============*/
nav.fs-c-breadcrumb {
    padding: 50px 0;
    max-width: 1120px;
    margin: 0 auto;
}
.fs-c-breadcrumb__list {
    padding: 3px 10px;
    font-size: 14px;
}

/* =============
ヘッダー（PC）
==============*/

header {
    width: 100%;
    background: #1E1E1E;
}
.header_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
/*=== ヘッダー上部 ===*/

.header_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    align-items: start;
    grid-template-columns: 39% 22% 39%;
    padding: 32px 0 30px;
}
.header_top > * {
    padding: 0 8px;
}
.header_top_utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_top_utility a {
    width: 40px;
    margin-left: 8px;
}
.header_top_utility a:hover {
    opacity: 0.8;
}
.header_top_utility a img {
    width: 100%;
}

/*=== 検索窓 ===*/

.fs-p-headerNavigation__search {
    margin-left: auto;
    height: 40px;
}
.fs-p-searchForm__input {
    background: #1E1E1E;
    color: #fff;
    border-bottom: 1.5px solid #fff;
}
.fs-p-searchForm__button {
    width: 40px;
    height: 40px;
}
.fs-p-inputGroup {
    border: none;
}
.fs-p-inputGroup__button {
    background: #1E1E1E;
}
.fs-p-inputGroup__button::before {
    content: "";
    background-image: url(https://grandprix.itembox.design/item/images/global/search_icon.png);
    background-size: 100%;
}
.fs-p-searchForm__inputGroup [type="text"] {
    height: auto;
}

/*=== ヘッダー下部 ===*/

.header_bottom_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 18px 0;
}
.header_bottom_nav ul li {
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
    width: 20%;
    padding: 0 10px;
}
.header_bottom_nav ul li:last-of-type {
    border-right: none;
}
.header_bottom_nav ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.header_bottom_nav ul li a p:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin: 12px 0 0 0;
    font-weight: bold;
}
.header_bottom_nav ul li a p:last-child {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 12px 0;
    letter-spacing: 0.03em;
}



/* =============
フッター（PC）
==============*/

footer {
    width: 100%;
    background: #1E1E1E;
}
.footer_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 80px 0 110px;
}

/*=== SNS ===*/
.footer_sns_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer_sns_nav ul li {
    width: 44px;
    margin-right: 50px;
}
.footer_sns_nav ul li:last-of-type {
    margin-right: 0;
}
.footer_sns_nav ul li a {
    display: inline-block;
}
.footer_sns_nav ul li a:hover {
    opacity: 0.8;
}

/*=== メニュー ===*/
.footer_menu {
    padding-top: 60px;
}
.footer_menu_nav {
    
}
.footer_menu_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer_menu_nav ul li {
    padding: 0.2em 1.5em;
    border-right: 1px solid #fff;
}
.footer_menu_nav ul li:last-of-type {
    border-right: none;
}
.footer_menu_nav ul li a {
    display: inline-block;
}
.footer_menu_nav ul li a p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
}

/*=== ロゴ ===*/
.footer_logo {
    width: 236px;
    margin: 0 auto;
    padding-top: 58px;
}
.footer_logo img {
    width: 100%;
}

/*=== コピーライト ===*/
.footer_copyright {
    padding-top: 34px;
}
.footer_copyright p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
}

.header-topbnr{
        margin: 10px auto 0;
        max-width: 1080px;    
        width: 100%;
}

.header-topbnr p{
	text-align:right
	}
	
/*=== カート内CSS ===*/

#fs_Checkout .fs-c-checkout-delivery__method__message .up_up{
	font-weight:bold;
	color:#FF0000
}

#fs-l-checkout .fs-c-checkout-delivery__method__message .up_up{
	font-weight:bold;
	color:#FF0000
}