/* ------------------------------------------------------------------ */
/*---- フォント読み込みCSS↓↓ ----*/
/* ------------------------------------------------------------------ */
@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
}

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;
  }
  #header + * {
    margin-top: initial !important;
  }
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 979px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.color_red {
  color: #FB0000 !important;
}

/* ------------------------------------------------------------------ */
/* ヘッダー
/* ------------------------------------------------------------------ */
/* place holder */
#header ::placeholder {
  color: #3B3B3B;
}
@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: #1E1E1E;
  color: #fff;
  text-align: left;
  min-width: 70%;
  font-size: 11px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
}
.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;
  }
}
@media screen and (max-width: 939px) {
  .head-news-parts ul.pc_none {
    display: flex;
    justify-content: center;
  }
  .head-news-parts ul.sp_none {
    display: none;
  }
}

/*ヘッダー*/
#header {
  min-width: 1320px;
  position: relative;
}
.header-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.header-main {
  display: flex;
  flex-wrap: nowrap;
}
.header-logo {
  margin: 0;
  max-width: 94px;
  margin-bottom: 16px;
}
.header-logo a {
  display: block;
}
.header-right {
  min-width: 60%;
  margin-top: 44px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
}
/* header-bottom-nav(sp表示のみ) */
.header-bottom-nav {
  display: none;
}

/* header 固定 */
/* #header.scrolled {
  position: fixed;
} */
@media screen and (min-width:1341px) {
  .head-news-parts {
    min-width: 58%;
  }
  .header-right {
    min-width: 58%;
  }
}
@media screen and (max-width:1340px) {
  .head-news-parts {
    min-width: 740px;
  }
  .header-inner {
    max-width: 100%;
  }
  .header-logo {
    margin-left: 20px;
  }
  .header-right {
    min-width: 740px;
  }
}
.fs-body-top:first-of-type .inner_layout {
  padding: 0;
}
.fs-body-top .fs-l-main {
  margin-top: initial !important;
}
@media screen and (max-width:939px) {
  .head-news-parts {
    min-width: 100%;
    font-size: 11px;
    position: inherit;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    height: 28px;
    text-align: center;
    line-height: 28px;
    z-index: 200;
  }
  .header-logo {
    width: 60px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .header-right {
    min-width: initial;
    position: relative;
    margin-top: 0;
    justify-content: right;
  }
  .header-main {
    justify-content: space-between;
    align-items: center;
  }
  .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: 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }

}

/* header内ナビ */
.header-nav {
  display: flex;
  margin-left: 20px;
}
.header-nav li {
  width: 68px;
  margin-left: 2px;
}
.header-nav a {
  display: block;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
}
.header-nav_txt {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-top: 1px;
  text-align: center;
}
.header-nav_icn {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 34px;
  background-size: 40px 34px;
}
/* .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;
}
.h-history .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_history.svg") no-repeat;
}
.h-history:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_history_on.svg") no-repeat;
}
.h-history:hover .header-nav_txt {
  color: #FF0718;
}
/*ランキングアイコン*/
.h-ranking .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_ranking.svg") no-repeat;
}
.h-ranking:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_ranking_on.svg") no-repeat;
}
.h-ranking:hover .header-nav_txt {
  color: #FF0718;
}
/*お気に入りアイコン*/
.h-like .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_like.svg") no-repeat;
}
.h-like:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_like_on.svg") no-repeat;
}
.h-like:hover .header-nav_txt {
  color: #FF0718;
}
/*新規登録アイコン*/
.h-register .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_register.svg") no-repeat;
}
.h-register:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_register_on.svg") no-repeat;
}
.h-register:hover .header-nav_txt {
  color: #FF0718;
}
/*マイページアイコン*/
.h-member .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_member.svg") no-repeat;
}
.h-member:hover .header-nav_icn {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_member_on.svg") no-repeat;
}
.h-member:hover .header-nav_txt {
  color: #FF0718;
}
/* 検索 */
#header .fs-p-searchForm {
  width: initial !important;
}
.h-search {
  width: 300px;
  margin-top: 10px;
}
.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: 300px;
  background: #EFEFEF;
  border: none;
  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% - 10px);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("https://milletonline.itembox.design/item/assets/img/icn/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;
} */
/* カート */
.h-cart {
  display: block;
  width: 100%;
  cursor: pointer;
}
.h-cart a {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 34px;
  margin: 0 auto;
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_cart.svg") no-repeat;
  background-size: 40px 34px;
  position: relative;
}
.h-cart:hover a {
  background: url("https://milletonline.itembox.design/item/assets/img/icn/icn_cart_on.svg") no-repeat;
}
.h-cart .fs-clientInfo:not(.is-ready) {
  display: inline-block !important;
}
.h-cart .fs-p-cartItemNumber {
  position: absolute;
  top: 1px;
  right: -3px;
  background: #FB0000;
  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: #FF0718;
}
.h-cart:hover .header-nav_txt {
  color: #FF0718;
}

@media screen and (min-width:940px) and (max-width:1319px) {
  /* .h-search {
    width: 220px !important;
  }
  #header .fs-p-searchForm {
    width: 220px !important;
  }
  .h-search .fs-p-searchForm__input {
    width: 220px;
  } */
}
@media screen and (max-width:939px) {
  .header-nav {
    margin-left: 0;
    margin-right: 10px;
  }
  .header-nav li {
    width: 40px;
    margin-left: 5px;
  }
  .h-ranking,
  .h-like,
  .h-search,
  .h-register {
    display: none;
  }
  .header-right {
    position: initial;
  }
  @keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
  .h-search {
  }
  .h-search.selected {
    display: block;
    animation: show 0.1s linear 0s;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 87px;
    z-index: 201;
    margin-top: 0;
    padding: 20px 10px;
    background: #e5e5e5;
  }
  #header .fs-p-searchForm {
    width: 100% !important;
    display: block !important;
  }
  .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_txt {
    display: none;
  }
  .header-nav_icn,
  .h-cart a {
    width: 33px;
    height: 28px;
    background-size: 33px 28px;
  }
}

.clone-nav {
  position: fixed;
  width: 100%;
  top: -150px;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  z-index: 201;
}

.head-sp-hamburger.is-fixed-nav {
  top: 60px;
}

@media screen and (max-width:939px) {
  .clone-nav.is-fixed-nav {
    top: 0;
  }
}


/* ------------------------------------------------------------------ */
/* グローバルナビ
/* ------------------------------------------------------------------ */
.gnav-sp-block {
  display: none;
}
.gnav-sp-block a:hover {
  color: #FF0718;
}
.gnav {
	background:#D1D1D1;
	color:#fff;
	text-align: center;
}
.gnav li {
	list-style: none;
	position: relative;
}
.gnav .gnav_wrap {
	display: flex;
	justify-content: center;
}
nav ul li:hover {
  background: #F5F5F5;
}
/*1層目のリンク*/
.gnav-level1 {
	display: block;
	text-decoration: none;
	color: #1E1E1E;
	padding: 12px 30px 12px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
}
.gnav_red .gnav-level1 {
  color: #FF0718;
}
.gnav_wrap a:hover {
  color: #FF0718;
}
/* ハンバーガー */
.gnav-child {
  line-height: 1.4;
}
.has-child .gnav-child {
	position: absolute;
	left: -40px;
	top:  48px;
	z-index: 201;
	background:#f5f5f5;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}
.has-child:nth-child(n + 4) .gnav-child {
	left: initial;
  right: -80px;
}

/*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: 1.5px solid #3B3B3B;
  border-right: 1.5px solid #3B3B3B;
  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: #1E1E1E;
	padding: 8px 0 8px 10px;
	transition:all .3s;
  font-size: 13px;
  font-weight: 400;
}
.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: 14px;
  font-weight: 700;
  color: #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.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 #666666;
  border-right:1px solid #666666;
  transform: rotate(45deg);
}


/*==768px以下の形状*/
.h-menu.js-sp-menu-click {
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
}

@media screen and (max-width:939px) {
  .gnav-level1 {
    font-size: 14px;
  }
}
@media screen and (max-width:939px){
  .gnav-sp-block {
    display: block;
  }
  .head-sp-hamburger {
    position: fixed;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    background: #fff;
    z-index: 202;
    overflow: scroll;
    transition: transform 0.3s;
    padding-bottom: 150px;
    top: 88px;
  }
  .head-sp-hamburger.is-active {
    transform: translateX(0);
  }
  .gnav {
    background: #fff;
  }
  .gnav .gnav_wrap {
    flex-direction: column;
  }
  nav li.has-child .gnav-child dl {
    width: 100%;
  }
  nav li.has-child .gnav-child {
    position: relative;
  }
  .has-child:nth-child(n + 4) .gnav-child {
    right: 0;

  }
  nav ul li:hover {
    background: none;
  }
  .gnav-level1 {
    font-size: 14px;
  }
  .has-child .gnav-level1::before{
    border: none;
  }
  .gnav li img {
    width: 20px;
    margin-right: 5px;
  }
  .gnav li a::before{
    content: '';
    position: absolute;
    right: 30px !important;
    top: 20px !important;
    width:7px;
    height:7px;
    margin-top: -5px;
    z-index: 201;
    border-top: 1px solid #666 !important;
    border-right: 1px solid #666 !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: #fff !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;
    font-weight: 400;
    border: none;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .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{
    border-bottom:1px solid #EAEAEA;
    font-weight: 400 !important;
  }
  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 {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 20px;
}
.gnav-box {
  height: 52px;
  text-align: center;
  font-size: 0;
}
.gnav .gnav_item .gnav_link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 20px 0 20px;
  color: #2A2A2A;
  letter-spacing: 0.2px;
}
#header .h-bottom a:hover {
  color: #FF0718;
}
.gnav .gnav_item .gnav_link:hover::after {
  width: 100%;
  transition: width .3s;
}
.gnav .gnav_item .gnav_link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin: 16px 0 0 0;
  background: #FF0718;
  transition: width .0s;
}
.gnav .gnav_item.over a.gnav_link {
  cursor: default;
}
.gnav-child {
  position: absolute;
  background: #fff;
  top: 52px;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 30px 100px;
  opacity: 1;
  visibility: hidden;
  transition: opacity 100ms, visibility 100ms;
  display: flex;
}
.gnav-child dl {
  width: 30%;
  text-align: left;
  margin: 0 2% 0 0;
}
.gnav .gnav_item.over:hover .gnav-child {
  opacity: 1;
  visibility: visible;
}
.gnav-child dt {
  font-size: 16px;
  font-weight: bold;
  padding-left: 2px;
  margin-bottom: 10px;
  color: #2A2A2A;
}
.gnav-child dd p {
  margin: 0 0 0 4px;
}
.gnav_item .gnav-list-arrow {
  display: flex;
  flex-wrap: wrap;
}
.gnav-list-arrow p {
  position: relative;
  padding-left: 12px;
}
.gnav_item .gnav-list-arrow p {
  width: 49%;
  min-width: 200px;
}
.gnav-list-arrow p a {
  font-size: 1.3rem;
  font-size: 13px;
  display: inline-block;
  line-height: 1.4;
  color: #2A2A2A;
  margin: 6px 0;
}
.gnav-list-arrow p a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  transform: rotate(45deg);
}
.gnav-list-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
}
.gnav-list-box li {
  width: 18%;
  text-align: left;
}
.gnav-list-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.gnav-list-h li {
  margin: 0 30px;
  color: #2A2A2A;
}
.gnav-list-h .title {
  font-size: 22px;
  text-align: center;
  margin: 0;
  font-family: "UniSansHeavyCAPS";
}
.gnav-list-h .sub {
  font-size: 13px;
  text-align: center;
  margin: 0;
}
.gnav-child-login {
  position: absolute;
  background: #fff;
  top: 37px;
  right: -60px;
  z-index: 200;
  width: 140px;
  padding: 14px 20px;
  opacity: 1;
  visibility: hidden;
  transition: opacity 100ms, visibility 100ms;
  box-shadow: 0 2px 5px rgba(0,0,0,0.16);
}
#header .h-bottom .h-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.h-login {
  display: block;
  width: 22px;
  height: 38px;
  cursor: pointer;
  z-index: 300;
}

.gnav-child-login .gnav-list-arrow p {
  margin: 0;
} */

/* スマホヘッダ
--------------------------------------------------------*/
#header .head-sp {
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 199;
  background: #fff;
}
#header .head-sp .h-logo {
  position: static;
  width: 60px;
  height: 60px;
}
#header.scrolled .head-sp .h-logo {
  margin: 0;
}
#header .head-sp .h-right {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
#header .head-sp .h-cart {
  position: static;
  margin-right: 30px;
}
#header .head-sp .h-cart a {
  background: url("https://milletonline.itembox.design/item/asset/img/icon_cart_sp.svg") no-repeat;
  width: 24px;
}
#header .head-sp .h-cart .fs-p-cartItemNumber {
  right: -7px;
  top: -4px;
}
#header .head-sp .h-menu {
  cursor: pointer;
}
#header .head-sp .h-menu img {
  margin-top: 7px;
}
#header .head-sp .h-menu-close {
  display: none;
}
/* .head-sp-hamburger {
  position: fixed;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  background: #fff;
  z-index: 200;
  overflow: scroll;
  transition: transform 0.3s;
  padding-bottom: 50px;
}
.head-sp-hamburger.is-active {
  transform: translateX(0);
} */
@media screen and (max-width: 767px) {
  .fs-body-top #header .head-sp {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(-60px);
  }
  .fs-body-top #header.scrolled .head-sp {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
}
.hamb-list-title {
  background: #F2F2F2;
  color: #616161;
  font-size: 13px;
  padding: 7px 20px;
  margin: 0;
}
.hamb-link {
  border-bottom: 1px solid #ECECEC;
  margin: 0;
  position: relative;
}
.hamb-link-mypage::before {
  content: "";
  background: url("https://milletonline.itembox.design/item/asset/img/icon_mypage.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
}
.hamb-link-map::before {
  content: "";
  background: url("https://milletonline.itembox.design/item/asset/img/icon_map.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
}
.hamb-link-logout::before {
  content: "";
  background: url("https://milletonline.itembox.design/item/asset/img/icon_logout.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
}
.hamb-link a {
  display: block;
  padding: 16px 20px 16px 50px;
  font-size: 13px;
}
.hamb-list > li > a {
  position: relative;
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid #ECECEC;
}
.hamb-list li a::after, .hamb-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
}
.hamb-list li.close > a::after {
  transform: rotate(135deg);
}
.hamb-list li.open > a::after {
  transform: rotate(-45deg);
}
.hamb-list-child {
  display: none;
}
.hamb-list li.open .hamb-list-child {
  display: block;
}
.hamb-list-child li a {
  padding: 12px 20px;
  display: block;
  position: relative;
  font-size: 12px;
}
.hamb-list-child li:last-child a {
  border-bottom: 1px solid #ECECEC;
}
.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 {
  padding-bottom: 0 !important;
}
@media screen and (max-width:979px) {
  /* ヘッダの縦位置 */
  #header .head-sp {
    top: 0;
  }
  .head-news-parts + #header .head-sp {
    top: 26px;
  }
  /* ハンバーガーの縦位置 */
  #header .head-sp-hamburger {
    top: 60px;
  }
  .head-news-parts + #header .head-sp-hamburger {
    top: 86px;
  }
  /* トップ以外コンテンツの縦位置 */
  #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:939px) {
.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↑↑ ----*/
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/*---- フッターCSS↓↓ ----*/
/* ------------------------------------------------------------------ */
.newsletter-text {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
}
.newsletter-text span {
  color: #ff0718;
  font-size: 20px;
}
.footer-joinus {
  margin-top: 50px;
}

/*
.footer-joinus .input-box {
  background-color: #fff;
  width: 25%;
  margin: 0 auto;
  display: flex;
}
.footer-joinus .input-box input {
  padding: 0 0 0 5px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  line-height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 0;
  outline: 0;
}
.footer-joinus .button {
  height: 30px;
  width: 20%;
  border: #ff0718;
  margin-left: 3px;
} */

.newsletter_btn_wrap {
  text-align: center;
}
a.newsletter_btn {
  display: inline-block;
  padding: 10px 40px;
  background: #ff0718;
  color: #fff;
  font-size: 16px;
}
a.newsletter_btn:hover {
  opacity: 0.8;
}

footer {
  margin-top: 40px;
  min-width: 1320px;
}
footer .inner {
  padding: 40px 0;
}
footer .inner.footer-sp {
  padding-bottom: 0;
}
footer .f-link_box {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  line-height: 1.4;
}
footer .f-link_box ul li {
  margin-bottom: 10px;
}
footer .f-link_box ul li.f_king_ttl {
  margin-bottom: 14px;
  font-weight: bold;
  color: #fff;
}
footer .f-link_box ul li a {
  color: #fff;
}
footer .f-link_box ul li a:hover {
  opacity: 0.8;
}

footer .f-link_box .sns {
  display: flex;
  width: 100%;
  padding: 0;
}
footer .f-link_box .sns li {
  margin-right: 10px;
  margin-bottom: 0;
}
.footer-pc {
  background: #838383;
}
.f-link_box > ul {
  width: 25%;
  padding-left: 40px;
}
.f-link_box .f-link_sub_v_spacebetween {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.f-link_box .f-link_sub_v_spacebetween > li {
  margin-bottom: 0;
  width: 100%;
}
.easycms-content {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.foot-logo-group {
  background: #fff;
}
.bottom-logo-groupe ul, .easycms-content {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  flex-wrap: wrap;
}
.bottom-logo-groupe ul li {
  vertical-align: bottom;
}
.bottom-logo-groupe ul img {
  width: 80%;
}
/* .move-button {
  background-color: #ff0718;
  color: #fff;
  transition: all .3s;
  position: relative;
  display: inline-block;
  overflow: hidden;
} */
#pageTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 5px;
  width: 42px;
  height: 42px;
  z-index: 91;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .newsletter-text {
    padding: 0 20px;
    margin-top: 50px;
  }
}

/* SP版フッタ
--------------------------------------------------------*/
footer {
  min-width: 100%;
}
.f-main-menu li {
  border-bottom: 1px solid #ECECEC;
  background: #fff;
  position: relative;
}
.f-sub-menu li {
  border-bottom: 1px solid #D9D9D9;
  background: #F2F2F2;
  position: relative;
}
.f-main-menu li a, .f-sub-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.f-main-menu li a {
  padding: 15px 30px;
}
.f-sub-menu li a {
  padding: 10px 30px;
}
.f-main-menu li::after, .f-sub-menu li::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
  border-top: 1px solid #616161;
  border-right: 1px solid #616161;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.f-sns {
  margin-bottom: 40px;
}
.f-sns-title {
  font-family: "Knockout-28JuniorFeathrwt";
  letter-spacing: 3px;
  font-size: 30px;
  color: #2A2A2A;
  text-align: center;
  margin-bottom: 20px;
}
.f-sns-list {
  display: flex;
  justify-content: center;
}
.f-sns-list li {
  margin: 0 10px;
}

/* ------------------------------------------------------------------ */
/*---- フッターCSS↑↑ ----*/
/* ------------------------------------------------------------------ */
