/* ------------------------------------------------------------------ */
/* フォント読み込み
/* ------------------------------------------------------------------ */
@font-face {
  font-family: UniSansHeavyCAPS;
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.ttf") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansHeavyCAPS-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Knockout-28JuniorFeathrwt;
  src: url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.woff") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/Knockout-28JuniorFeathrwt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GtPressuraBold;
  src: url("https://milletonline.itembox.design/item/asset/fonts/GT-Pressura-Bold.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/GT-Pressura-Bold.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/GT-Pressura-Bold.woff") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/GT-Pressura-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

body {
  font-size: 14px;
  color: #000;
  font-family: "Zen Kaku Gothic New", メイリオ,Meiryo,"MS Pゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
a {
  cursor: pointer;
}
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width: 979px) {
#header + * {
  margin-top: initial !important;
}
}


.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 979px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 979px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #header + * {
    margin-top: initial !important;
  }
}

.color_red {
  color: #FB0000 !important;
}

/* ------------------------------------------------------------------ */
/* ヘッダー
/* ------------------------------------------------------------------ */
/* place holder */
#header ::placeholder {
  color: #3B3B3B;
  font-size: 12px;
}
@media screen and (min-width:980px) and (max-width:1319px) {
  /* #header {
    min-width: 100%;
  }
  #header.scrolled .wrap {
    min-width: 100%;
  }
  .h-search-tb {
    display: none;
  }
  #header .fs-p-searchForm {
    width: 150px;
  } */
  #header .fs-p-searchForm input::placeholder {
    color: #3B3B3B !important;
  }
}
/* ヘッダー上部お知らせ */
.head-news-parts {
  padding: 6px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  min-width: 100%;
  font-size: 11px;
  height: 28px;
}
.head-news-parts a {
  color: #fff;
}
.head-news-parts ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.head-news-parts li {
  padding: 0 10px;
  position: relative;
}
.head-news-parts li::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
}
.head-news-parts a:hover {
  opacity: 0.8;
}
.head-news-parts span {
  color: #fff;
}
.head-news-parts ul.pc_none {
  display: none;
  justify-content: left;
}
.head-news-parts ul.sp_none {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 979px) {
  #header + * {
    margin-top: initial !important;
  }
  .head-news-parts ul.pc_none {
    display: flex;
    justify-content: center;
  }
  .head-news-parts ul.sp_none {
    display: none;
  }
}

/*ヘッダー*/
#header {
  position: relative;
}
.header-inner {
  width: 100%;
  margin: 0 auto;
}
.header-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 20%;
  max-width: 148px;
  margin: 0;
}
.header-logo a {
  line-height: 1;
  display:inline-block;
}
.header-logo a:hover {
  cursor: pointer;
}
.header-right {
  width: 40%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header-left {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
}
/* header-bottom-nav(sp表示のみ) */
.header-bottom-nav {
  display: none;
}

.fs-body-top:first-of-type .inner_layout {
  padding: 0;
}
.fs-body-top .fs-l-main {
  margin-top: initial !important;
}
/* header 固定 */
/* #header.scrolled {
  position: fixed;
} */
@media screen and (max-width:1419px) {
  .header-logo {
  }
  .header-right {
    width: 35%;
    margin-left: 5%;
    position: relative;
  }
  .header-left {
    width: 40%;
  }
}
@media screen and (max-width:1040px) {
  .header-right {
    position: initial;
  }
}
@media screen and (max-width:979px) {
  .head-news-parts {
    position: inherit;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    z-index: 200;
  }
  .header-logo {
    max-width: 110px;
/*    margin-bottom: 0;*/
  }
  .header-logo img {
    vertical-align: top;
  }
  .header-right {
    min-width: initial;
    margin-top: 0;
    justify-content: right;
  }
  .header-main {
    justify-content: space-between;
    align-items: center;
    height: 64px;
  }
  .header-bottom-nav {
    display: flex;
  }
  .header-bottom-nav li {
    text-align: center;
    border: 1px solid #EAEAEA;
    /*罫線重なり削除*/
    margin-top: -1px;
    margin-left: -1px;
    width: calc(25% + 1px);
  }
  .header-bottom-nav li a {
    display: block;
    padding: 11px 0;
    color: #000;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
  }
}
@media screen and (max-width:500px) {
  .header-left {
    width: 50px;
  }
  .header-right {
    width: 40%;
    margin-left: 0;
    margin-right: 15px;
  }
  .header-logo {
    width: 40%;
    margin-left: 1%;
    margin-right: auto;
  }
  
}

/* header内ナビ */
.header-nav {
  display: flex;
  justify-content: space-between;
  width: 72%;
  height: 100%;
  margin-left: auto;
}
.header-nav li {
  width: 16%;
  padding: 28px 0 22px;
}
.header-nav a {
  display: block;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
}
.header-nav_txt {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.header-nav_icn {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 25px;
}
/* .header-nav a:hover {
  color: #FF0718;
} */
/*ヘッダーアイコンログイン表示切り分け*/
.h-register.login-status-true {
  display: none;
}
.h-member.login-status-true .h-member-login,
.h-member.login-status-false .h-member-logout {
  display: none;
}
.h-member.login-status-false .h-member-login,
.h-member.login-status-true .h-member-logout {
  display: block;
}
/*検索アイコン*/
.h-s .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_search.svg") no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
/*閲覧履歴アイコン*/
.h-history {
  font-size: 30px !important;
}
.h-history .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_history.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-history:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_history.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/*
.h-history:hover .header-nav_txt {
  color: #FF0718;
}
*/
/*ランキングアイコン*/
.h-ranking .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_ranking.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-ranking:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_ranking.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/*
.h-ranking:hover .header-nav_txt {
  color: #FF0718;
}
*/
/*お気に入りアイコン*/
.h-like .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_favorite.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-like:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_favorite.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/*
.h-like:hover .header-nav_txt {
  color: #FF0718;
}
*/
/*新規登録アイコン*/
.h-register .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_registration.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-register:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_registration.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/*
.h-register:hover .header-nav_txt {
  color: #FF0718;
}
*/
/*マイページアイコン*/
.h-member .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_member.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-member:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_member.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
/*
.h-member:hover .header-nav_txt {
  color: #FF0718;
}
*/
/* 検索 */
#header .fs-p-searchForm {
  width: initial !important;
}
.fs-p-searchForm form {
  width: 100%;
}
.h-search {
  width: 26%;
  margin-left: 1%;
}
.h-search .fs-p-searchForm {
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
.h-search .fs-p-searchForm__inputGroup {
  display: flex;
  align-items: center;
  position: relative;
}
.h-search .fs-p-searchForm__input {
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 100px;
}
.h-search .fs-p-searchForm__input:focus {
  outline: none;
}
.h-search .fs-p-searchForm__button {
  font-size: 0px;
  border: none;
}
.h-search .fs-p-searchForm__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_search.svg") no-repeat;
}
/* マイページ */
/* .h-login .h-login-icon {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://milletonline.itembox.design/item/asset/img/icon_account.svg") no-repeat;
  background-size: 22px 22px;
}
.h-login:hover .h-login-icon {
  background: url("https://milletonline.itembox.design/item/asset/img/icon_account_on.svg") no-repeat;
}
.h-login:hover .gnav-child-login {
  opacity: 1;
  visibility: visible;
} */
/* カート */
.header-nav li.h-cart {
  width: 20%;
  min-width: 100px;
}
.h-cart {
  display: block;
  width: 100px;
  background: #f0eeef;
  padding: 16px 0;
  margin-left: 1%;
}
.h-cart a {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.h-cart .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_cart.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-cart:hover a .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_cart.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.h-cart .fs-clientInfo:not(.is-ready) {
  display: inline-block !important;
}
.h-cart .fs-p-cartItemNumber {
  position: absolute;
  top: 0;
  right: 3px;
  background: #0086D6;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
}
#header .h-bottom .h-right a {
  color: #2A2A2A;
}
#header .h-bottom a:hover {
  color: #2A2A2A;
}

.h-cart .header-nav_txt {
  color: #000;
  margin: 0;
}
.h-cart:hover .header-nav_txt {
  color: #000;
}

@media screen and (max-width:1419px) {
  .header-nav {
    width: 100%;
  }
  .header-right {
  }
  .header-nav_txt {
    display: none;
  }
  .h-search {
    display: none;
  }
  @keyframes show{
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  }
  .h-search.selected {
    display: block;
    animation: show 0.1s linear 0s;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 201;
    margin-top: 0;
    padding: 15px 10px;
    background: #e5e5e5;
  }
  #header .fs-p-searchForm {
    width: 100% !important;
    display: block !important;
    height: auto;
  }
  .h-search .fs-p-searchForm__input {
    width: 100%;
    background: #fff;
  }
  .searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s,opacity .2s;
  }
  .h-s.selected .searchOverlay {
    visibility: visible;
    opacity: .5;
  }
  
  .header-nav li {
    width: 10%;
    padding: 28px 0 22px;
  }
  .header-nav_icn {
    height: 40px;
  }
  
  .h-cart .fs-p-cartItemNumber {
    top: 4px;
    right: 6px;
  }
}
@media screen and (max-width:1040px) {
  .h-search.selected {
    top: 128px;
  }
  .header-nav li.h-cart {
    width: 10%;
    min-width: auto;
    margin-right: 22px;
    margin-left: 0;
    background: initial;
  }
}
@media screen and (max-width:979px) {
  .header-nav {
    margin-left: 0;
    justify-content: flex-end;
  }
  .header-nav li {
    width: 40px;
    padding: 0;
    margin-left: 0;
    height: 64px;
  }
  .h-ranking,
  .h-like,
  .h-register {
    display: none;
  }
  .header-nav_icn,
  .h-cart a {
    width: 30px;
    height: 60px;
    background-size: 18px 18px;
  }
  .header-nav li.h-cart {
    height: 64px;
  }
}
@media screen and (max-width:500px) {
  .header-nav li {
    width: 30px;
  }
  .header-nav li.h-cart {
    width: 30px;
    height: 64px;
    margin-right: 0;
  }
  .h-cart .header-nav_icn {
    background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_cart.svg?t=1") no-repeat;
    background-size: 18px 18px;
    background-position: center;
  }
  .h-cart:hover a .header-nav_icn {
    background: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_cart.svg?t=1") no-repeat;
    background-size: 18px 18px;
    background-position: center;
  }
}

.clone-nav {
  position: fixed;
  width: 100%;
  top: -150px;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  z-index: 201;
}
.head-sp-hamburger {
  padding-bottom: 0 !important;
}
.head-sp-hamburger.is-fixed-nav {
  top: 60px;
}
@media screen and (max-width:979px) {
  .clone-nav.is-fixed-nav {
    top: 0;
  }
}


/* ------------------------------------------------------------------ */
/* グローバルナビ
/* ------------------------------------------------------------------ */
.gnav-sp-block {
  display: none;
}
.gnav {
  color:#fff;
  text-align: center;
}
.gnav li {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  height: 100px;
  overflow-wrap: break-word;
  white-space: nowrap
}
.gnav .gnav_wrap {
  display: flex;
  justify-content: center;
}
/*マウスホバー時に子ナビ表示*/
  nav ul li:hover {
    overflow: initial;
  }
/*1層目のリンク*/
.gnav-level1 {
  display: flex;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.gnav_red .gnav-level1 {
  color: #333;
}
/* ハンバーガー */
.gnav-child {
  line-height: 1.4;
}
.has-child .gnav-child {
  position: absolute;
  left: 0;
  top:  100px;
  margin-top: 0;
  z-index: 201;
  background: #F0EEEF;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
}
/*2階層目を持つ1階層目の矢印の設定*/
/*
.has-child .gnav-level1::before{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width:7px;
  height:7px;
  margin-top: -5px;
  z-index: 199;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  transition: ease-in .3s;
}
*/
.has-child:hover > .gnav-child,
.has-child:active > .gnav-child {
  visibility: visible;
  opacity: 1;
}
/*ナビゲーションlevel2*/
.gnav-child dd a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 8px 0 8px 0;
  transition:all .3s;
  font-size: 12px;
  font-weight: 500;
}
.gnav-child {
  display: flex;
  padding: 30px 40px;
}
.gnav-child dl {
  width: 200px;
  margin-right: 40px;
  text-align: left;
}
.gnav-child dl:last-of-type {
  margin-right: 0;
}
.gnav-child dt {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #333 !important;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.gnav-child dd {
  position: relative;
}
/*
.gnav-child dd::before{
  content:'';
  position: absolute;
  left: -3px;
  top: 50%;
  width: 6px;
  height:6px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right:1px solid #333;
  transform: rotate(45deg);
}
*/

/*==768px以下の形状*/
.h-menu {
  min-width: 100px;
}
.h-menu img {
  width: 22px;
}
.h-menu.js-sp-menu-click {
  text-align: center;
  cursor: pointer;
}
.gnav-sp-reason .gnav-child:last-of-type {
  display: none;
}
.h-search_tb {
  display: none;
}
.h-search_tb:hover {
  cursor: pointer;
}
@media screen and (max-width:1419px) {
  .h-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  .gnav-level1 {
    font-size: 13px;
  }
  .head-sp-hamburger {
    width: 100%;
  }
  .gnav li {
  }
  .gnav .gnav_wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .h-search_tb {
    display: block;
  }
  .gnav-acc-none {
    display: none;
  }
  
/*
  .gnav-sp-block a:hover {
    color: #FF0718;
  }
*/
}
@media screen and (max-width:1040px){
  .head-sp-hamburger {
    
    position: fixed;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    background: #000;
    z-index: 202;
    overflow: scroll;
    transition: transform 0.3s;
    padding-top: 10px;
    padding-bottom: 200px !important;
    top: 128px;
    left: 0;
    visibility: hidden;
  }
  .head-sp-hamburger.is-active {
    transform: translateX(0);
    visibility: visible;
  }
  .gnav {
    background: #000;
  }
  .gnav .gnav_wrap {
    flex-direction: column;
  }
  nav li.has-child .gnav-child dl {
    width: 100%;
  }
  nav li.has-child .gnav-child {
    position: relative;
  }
  .gnav-level1 {
    font-size: 14px;
  }
  .has-child .gnav-level1::before{
    border: none;
  }
  .gnav li{
    display: block;
    height: auto;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .gnav li a{
    padding: 15px 0;
  }
  .gnav li img {
    width: 20px;
    margin-right: 5px;
  }
  .gnav.head-sp-hamburger li a::before{
    display: none;
  }
  .gnav.head-sp-hamburger.is-active li a::before{
    display: block;
  }
  .gnav li a::before{
    content: '';
    position: absolute;
    right: 30px !important;
    top: 22px !important;
    width:8px;
    height:8px;
    margin-top: 0;
    z-index: 201;
    border-top: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    transform: rotate(45deg) !important;
    transition: ease-in .3s;
  }
  .gnav .has-child a.gnav-level1::before {
    transform: rotate(135deg) !important;
  }
  .gnav .has-child.active a.gnav-level1::before {
    /* transform: rotate(315deg) !important; */
  }
  .gnav-child {
    padding: 0 20px 0;
    background: #000 !important;
  }
  .has-child.active .gnav-level1 {
    border: none;
  }
  .gnav-child a {
    display: block;
  }
  .gnav-child a {
    padding: 10px 0 10px 10px;
  }
  .gnav-child dd a {
    font-size: 12px;
  }
  .gnav-child dd a::before {
    right: 10px !important;
  }
  .gnav-child dt {
    font-size: 12px;
    color: #fff;
    border-left: 5px solid #333;
    padding-left: 8px;
    margin-top: 20px;
    padding: 5px 8px;
  }
  .gnav-sp-none {
    display: none;
  }
  .gnav-child dl dd a {
    border: none;
  }
  .gnav-child dl:last-of-type dd:last-of-type a {
    border: none;
    padding-bottom: 20px;
  }
/*
  .gnav-child {
    border-bottom: 1px solid #EAEAEA;
  }
*/
  .gnav-child dd::before {
    border: none !important;
  }
  nav li.has-child ul,
	.has-child .gnav-child {
  	position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;/*JSで制御するため一旦表示*/
    opacity:1;/*JSで制御するため一旦表示*/
    display: none;/*JSのslidetoggleで表示させるため非表示に*/
    transition:none;/*JSで制御するためCSSのアニメーションを切る*/
  }
  nav li.has-child ul, .has-child.active .gnav-child {
    display: block !important;
  }
    
  nav ul li {
    text-align: left;
  }    
  nav ul li a {
    color: #fff;
    border-bottom:1px solid #333333;
    font-weight: 400 !important;
  }
  nav ul li:last-of-type a {
    border-bottom: none;
  }
  .gnav-outlet a {
    border-bottom: none;
  }
  nav ul li a:link {
    color: #fff;
  }
  nav ul li a:visited {
    color: #fff;
  }
  nav ul li.active a{
    border-bottom: 0;
  }
  .gnav-sp-reason > .gnav-sp-reason {
    border: none !important;
  }

  /*矢印の位置と向き*/

  nav ul li.has-child::before{
    left:20px;	
  }

  nav ul ul li.has-child::before{
    transform: rotate(135deg);
    left:20px;
  }
      
  nav ul li.has-child.active::before{
    transform: rotate(-45deg);
  }
  .gnav-acc-none {
    display: block;
  }
  .gnav-sp-block {
    display: block;
  }
  .gnav-sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .h-cart .fs-p-cartItemNumber {
    right: -3px;
    top: 18px;
  }
  .h-menu {
    min-width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 500px) {
  .h-menu {
    min-width: 50px;
  }
}
.fs-client-cart-count--0 {
  display: none;
}
.hamb-search {
  padding: 20px 20px 30px 20px;
}
#header .hamb-search .fs-p-searchForm {
  position: static;
  width: 100%;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #838383;
  height: 40px;
  line-height: 40px;
}
#header .hamb-search .fs-p-searchForm__button::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 5px;;
  background: url("https://milletonline.itembox.design/item/asset/img/icn_search.svg") no-repeat;
}
#header .hamb-search .fs-p-searchForm__inputGroup {
  margin: 0;
}
#header .hamb-search .fs-p-searchForm__input {
  width: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 40px;
}
input[type="text"].hamb-search-text {
  border: none;
  border-bottom: 1px solid #838383;
  font-size: 12px;
  padding: 10px;
}
.h-search-tb {
  position: absolute;
  display: none;
  right: 100px;
  top: 15px;
  width: 22px;
  height: 38px;
  cursor: pointer;
  z-index: 300;
}
.h-search-tb .h-search-tb-icon {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://milletonline.itembox.design/item/asset/img/icon_search.svg") no-repeat;
  background-size: 22px 22px;
}
.h-search-tb:hover .h-search-tb-icon {
    background: url("https://milletonline.itembox.design/item/asset/img/icon_search.svg") no-repeat;
}
/* レスポンシブ
--------------------------------------------------------*/

@media screen and (min-width:980px) and (max-width:1319px) {
  #header {
    min-width: 100%;
  }
  #header.scrolled .wrap {
    min-width: 100%;
  }
  .h-search-tb {
    display: none;
  }
  #header .fs-p-searchForm {
    width: 150px;
  }
  #header .fs-p-searchForm input::placeholder {
    color: transparent;
  }
}
@media screen and (max-width:1200px) {
  .gnav .gnav_item .gnav_link {
    font-size: 14px;
    line-height: 16px;
    padding: 18px 10px 0 15px;
  }
}
@media screen and (max-width:979px) {
  #header {
    min-width: 100%;
  }
}

/* ウィンドウサイズによるコンテンツのヘッダ分上マージン調整
/* お知らせの有無で変わるため細かい調整が必要。
--------------------------------------------------------*/
.fs-body-top .fs-l-main {
  margin-top: -20px;
}
.head-sp-hamburger {
  margin-left: auto;
}
@media screen and (max-width:979px) {
  /* ヘッダの縦位置 */
  #header .head-sp {
    top: 0;
  }
  .head-news-parts + #header .head-sp {
    top: 28px;
  }
  /* トップ以外コンテンツの縦位置 */
  #header + * {
    margin-top: 80px;
  }
  .head-news-parts + #header + * {
    margin-top: 106px;
  }
  /* トップメインコンテンツの縦位置 */
  .fs-body-top #header + .fs-l-main {
    margin-top: 60px;
  }
  .fs-body-top .head-news-parts + #header + .fs-l-main {
    margin-top: 86px;
  }
}

@media screen and (max-width:979px) {
.head-sp-hamburger {
  padding-bottom: 150px !important;
}
}
@media screen and (max-width:767px) {
  /* トップメインコンテンツの縦位置 */
  .fs-body-top #header + .fs-l-main {
    margin-top: 0;
  }
  .fs-body-top .head-news-parts + #header + .fs-l-main {
    margin-top: 26px;
  }
}

/* ------------------------------------------------------------------ */
/* フッターCSS
/* ------------------------------------------------------------------ */
#pageTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 5px;
  width: 42px;
  height: 42px;
  z-index: 91;
  cursor: pointer;
  opacity: 1;
}
/*ニュースレター登録*/
.footer-joinus {
  margin-top: 50px;
}
.newsletter-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 20px;
}
.newsletter-text span {
  color: #ff0718;
  font-size: 20px;
  font-weight: 500;
}
.newsletter_btn_wrap {
  text-align: center;
}
a.newsletter_btn {
  display: inline-block;
  position: relative;
  padding: 15px 60px;
  background: #000;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
}
a.newsletter_btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
a.newsletter_btn:hover {
/*  opacity: 0.8;*/
  background: #0086D6;
}
/*フッター*/
footer {
  background: #000;
  margin-top: 40px;
  min-width: 1320px;
}
footer a:hover {
  opacity: 0.8;
}
footer .inner {
  width: 100%;
  max-width: 1520px;
  padding: 40px 0 60px;
  margin: 0 auto;
}
.footer-wrap {
  display: flex;
}
.footer-title {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.footer-block {
  width: 15%;
}
.footer-block li {
  margin-bottom: 5px;
  position: relative;
}
.footer-block a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #7C7C7C;
  padding: 5px 0;
}
.footer-block a:hover {
  color: #fff;
  opacity: 1;
}
.footer-logo {
  width: 20%;
  margin-right: auto;
}
.footer-logo img {
  max-width: 150px;
}
.footer-sns {
  width: 22%;
  min-width: 286px;
  margin-right: 5%;
}
.footer-sns ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.footer-sns ul li {
  margin-right: 20px;
}
.footer-sns ul li a {
  display: flex;
  width: 56px;
  height: 56px;
  border: 2px solid #7C7C7C;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.footer-sns ul li a:hover {
  border: 2px solid #fff;
  opacity: 1;
}
.footer-sns ul li a img {
  width: 18px;
}
.footer-sns ul li a:hover img {
  opacity: 1;
}
.footer-link_sub {
  margin-top: 40px;
}
.footer-copyright .inner {
  width: 100%;
  max-width: 1520px;
  padding: 20px 20px 60px;
  margin: 0 auto;
}
.footer-copyright {
  border-top: 1px solid #7C7C7C;
  color: #7C7C7C;
  font-size: 12px;
}
.app-badge-box {
  margin-top: 20px;
}
.app-badge {
  display: flex;
  flex-wrap: nowrap;
}
.app-badge-title {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  padding-top: 20px;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.app-badge p {
  margin: 0 20px 0 0;
}
.app-badge img {
  height: 40px;
}
.easycms-content {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .newsletter-text {
    padding: 0 20px;
    margin-top: 50px;
  }
  .newsletter_btn_wrap {
    padding: 0 15px;
  }
  a.newsletter_btn {
    padding: 12px 0;
    font-size: 13px;
    width: 70%;
    max-width: 240px;
  }
}
@media screen and (max-width:1419px) {
  footer {
    min-width: 100%;
  }
  .footer-wrap {
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: flex-end;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-sns {
    margin-left: initial;
    margin-right: auto;
  }
  .footer-block {
    width: 20%;
  }
}
@media screen and (max-width: 979px) {
  footer .inner {
    padding: 40px 0 20px;
  }
  .footer-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 20px;
    justify-content: flex-end;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-block a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    padding: 5px 0;
  }
  .footer-sns {
    margin-left: initial;
    margin-right: auto;
    width: 100%;
    min-width: 100%;
  }
  .footer-sns ul {
    justify-content: center;
  }
  .footer-sns ul li {
    margin: 0 2%;
  }
  .app-badge-box .app-badge {
    justify-content: center;
    margin-bottom: 20px;
  }
  .app-badge-box .app-badge p {
    margin: 0 2%;
  }
  .footer-block {
    width: 100%;
    margin-top: 20px;
  }
  .footer-sns ul li a {
  }
  .footer-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .app-badge-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-block li {
    width: 100%;
  }
  .footer-block li::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    border-top: 1px solid #616161;
    border-right: 1px solid #616161;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
  }
  .footer-link_sub {
      margin-top: 20px;
  }
  .footer-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #7c7c7c;
  }
  .footer-sns .footer-title {
    border-bottom: 0;
  }
  .f-main-menu li {
    border-bottom: 1px solid #7c7c7c;
  }
  .f-main-menu li a {
    padding: 10px 0;
    font-size: 13px;
  }
  .footer-copyright {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 15px;
}