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

  -Reset
  -Common
  -Font
  -Link
  -Material
  -Color/BG
  -Layout
  -Text
  -Img
  -CommonBlock
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
  -Reset
------------------------------------------------------------------ */
@media screen and (max-width: 979px) {
  #header + * {
    margin-top: initial;
  }
}
.footer-joinus {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .footer-joinus {
    margin-top: 50px;
  }
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.has-child .gnav-child {
    transition: initial;
}

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-size: 10px;
}

body {
  /* font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif; */
  font-family: "Noto Sans JP", "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", MS PGothic sans-serif;
  font-feature-settings: "palt" 1;
  color: #000;
  line-height: 1.6;
}

.main img {
  max-width: 100%;
  vertical-align: top;
}

dl, dt, dd {
  margin: 0;
  font-weight: normal;
}

/* sup */
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

.shadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

/* pcサイズでは表示 */
.sp_none {
  display: block;
}

/* spサイズでは非表示 */
.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }
}
/* ------------------------------------------------------------------
  -Font
------------------------------------------------------------------ */
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap);*/
@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: UniSansRegular;
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansRegular.eot");
  src: url("https://milletonline.itembox.design/item/asset/fonts/UniSansRegular.eot?#iefix") format("embedded-opentype"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansRegular.woff") format("woff"), url("https://milletonline.itembox.design/item/asset/fonts/UniSansRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* フォント */
.f-uni {
  font-family: UniSansHeavy, UniSansHeavyCAPS, sans-serif;
}

.f-uni_r {
  font-family: UniSansRegular, sans-serif;
}

.f-ss {
  font-family: UniSansRegular, sans-serif;
}

/* ------------------------------------------------------------------
  -Link
------------------------------------------------------------------ */
/* ボタン */
.link-btn {
  text-align: center;
}

.link-btn a {
  display: inline-block;
  width: 250px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 10px 0;
  background-color: #FF2600;
  color: #fff;
}

.link-btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .link-btn a {
    width: auto;
    min-width: 50%;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 0;
  }
}
/* ------------------------------------------------------------------
  -Material
------------------------------------------------------------------ */
/*ページトップへ戻る*/
#page2top {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 6;
  width: 100%;
  max-width: 1200px;
  opacity: 1;
  transform: translate(-50%);
}

#page2top a {
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: #ddd url(./top-arrow.svg) no-repeat 50% 50%;
  background-size: 26px 30px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 0;
  text-indent: 101%;
  white-space: nowrap;
}

/* ------------------------------------------------------------------
  -Color/BG
------------------------------------------------------------------ */
/* 背景色をグレイに */
.bg-grey {
  background-color: #EFEFEF;
}

.bg-gray {
  background-color: #EFEFEF !important;
}

/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
.main .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .main .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main .inner_pd0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* 3カラム */
.main .col3 {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}

/* 4カラム */
.main .col4 {
  width: 25%;
}

/* ------------------------------------------------------------------
  -Text
------------------------------------------------------------------ */
/* ページコピー
------------------------------------------------------------------ */
.copy .inner {
  padding-top: 75px;
  padding-bottom: 75px;
}

.copy-box {
  text-align: center;
  margin-bottom: 50px;
}

.copy-ttl {
  font-size: 9rem;
  line-height: 1;
  margin: 0;
  color: #4D4C4C;
}

.copy-ttl_eng {
  display: block;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1;
}

.copy-series {
  margin-top: 5px;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1;
  color: #4D4C4C;
}

.copy-kana {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
  color: #4D4C4C;
}

.copy-lead {
  font-size: 2.5rem;
  font-size: 25px;
  line-height: 2;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 400;
  color: #444343;
}

@media screen and (max-width: 767px) {
  .copy .inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .copy-box {
    margin-bottom: 29px;
  }

  .copy-ttl {
    font-size: 3.5rem;
    letter-spacing: 1px;
  }

  .copy-ttl_eng {
    font-size: 1.8rem;
  }

  .copy-series {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .copy-kana {
    margin-top: 15px;
  }

  .copy-lead {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
/* タイトル */
h2.under-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 3px solid #000;
}

.h2_ttl,
.h3_ttl {
  position: relative;
  font-size: 6rem;
  text-align: center;
}

/* キャッチ */
/*テキスト*/
.txt {
  letter-spacing: 2px;
  line-height: 1.6;
}

/* サブタイトル */
.main .sub-ttl {
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.3333;
}

.txt-box {
  padding-right: 30px;
}

.txt-box .ttl {
  text-align: left;
  line-height: 1;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  h2.under-ttl {
    font-size: 26px;
    letter-spacing: 0;
  }

  .txt {
    line-height: 1.8;
  }
}
/* ------------------------------------------------------------------
  -Img
------------------------------------------------------------------ */
.img-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.bg-100__wrap {
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 100%;
  padding-top: 0;
}

/* ------------------------------------------------------------------
  -CommonBlock
------------------------------------------------------------------ */
/* メインビジュアル
------------------------------------------------------------------ */
.mv__inner {
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv-catch {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20%;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.mv-series {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mv-series .f-ssp-r {
  letter-spacing: 0;
  margin-left: 5px;
}

.mv-catch, .mv-series {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1030px) {
  .mv-catch {
    font-size: 34px;
  }

  .mv-series {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  .mv__inner {
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: auto;
    padding-top: 134%;
  }

  .mv-catch {
    font-size: 5vw;
  }

  .mv-series {
    font-size: 2.5vw;
  }
}
/* 固定ナビ
------------------------------------------------------------------ */
.global-nav {
  /* position: absolute; */
  width: 100%;
  z-index: 10;
  background-color: #ddd;
}

.global-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.global-nav__logo {
  display: none;
  opacity: 0;
}

.global-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.global-nav__list li {
  padding: 0 30px;
}

.global-nav__list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #4D4C4C;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: UniSansHeavy, UniSansHeavyCAPS, "Noto Sans JP", "Noto Sans Japanese", sans-serif;
}

.global-nav__list li a:hover {
  opacity: 0.8;
}

/*fixした場合*/
.global-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.global-nav.clone-nav.is-fixed-nav {
  top: 0;
  z-index: 120;
}

@media screen and (max-width: 979px) {
  .global-nav.clone-nav.is-fixed-nav {
    top: 60px;
  }

  .global-nav__list li {
    padding: 0 20px;
  }

  .global-nav__list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__list li {
    padding: 0 10px;
  }

  .global-nav__list li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list li a {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}
.sticky-nav {
  /* position: absolute; */
  width: 100%;
  z-index: 10;
  background-color: #ddd;
}

.sticky-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sticky-nav__logo {
  display: none;
  opacity: 0;
}

.sticky-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.sticky-nav__list li {
  padding: 0 30px;
}

.sticky-nav__list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #4D4C4C;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: UniSansHeavy, UniSansHeavyCAPS, "Noto Sans JP", "Noto Sans Japanese", sans-serif;
}

.sticky-nav__list li a:hover {
  opacity: 0.8;
}

/*fixした場合*/
.sticky-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sticky-nav.clone-nav.is-fixed-nav {
  top: 0;
  z-index: 120;
}

@media screen and (max-width: 979px) {
  .sticky-nav.clone-nav.is-fixed-nav {
  }

  .sticky-nav__list li {
    padding: 0 20px;
  }

  .sticky-nav__list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-nav__list li {
    padding: 0 10px;
  }

  .sticky-nav__list li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .sticky-nav__list li a {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}
/* リコメンドリスト(タイトル直下)
------------------------------------------------------------------ */
.recommend-item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.recommend-list .recommend-item {
  border: 1px solid #DBDBDB;
  border-left-width: 0;
  /* 一旦左の線を0にする */
  border-collapse: collapse;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  width: 25%;
}

.recommend-list .recommend-item a {
  display: block;
}

.recommend-list .recommend-item__name {
  font-size: 32px;
  line-height: 1;
}

.recommend-list .recommend-item__price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.recommend-list .recommend-item__cat {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.recommend-list .recommend-item__kana {
  color: #4D4C4C;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* new-label */
.new.recommend-item {
  position: relative;
}

.new.recommend-item::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200;
  /* ラベルの色 */
  position: absolute;
  z-index: 100;
}

.new.recommend-item::after {
  content: "NEW";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色 */
  position: absolute;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .recommend-list .recommend-item {
    padding-bottom: 20px;
  }

  .recommend-list .recommend-item__name {
    font-size: 24px;
  }

  .recommend-list .recommend-item__price {
    font-size: 14px;
  }
}
/* アイテムリスト(タイトル直下)
------------------------------------------------------------------ */
.item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  /* border: 2px solid #DBDBDB; */
}

.item-list .list-item {
  border: 1px solid #DBDBDB;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}

.item-list .list-item a {
  display: block;
  padding-bottom: 20px;
}

/* new-label */
.new.list-item {
  position: relative;
}

.new.list-item::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200;
  /* ラベルの色 */
  position: absolute;
  z-index: 100;
}

.new.list-item::after {
  content: "NEW";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色 */
  position: absolute;
  z-index: 101;
}

/* ページ下部商品リンク
------------------------------------------------------------------ */
.product-list {
  margin-top: 100px;
}

.product-list .list-ttl {
  background-color: #DDDDDD;
  color: #4D4C4C;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 50px;
}

.product-list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  border-left: 1px solid #DBDBDB;
}

.product-list .list-box::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}

.product-list .list-box::after {
  content: "";
  display: block;
  width: 25%;
}

.product-list .list-item {
  border: 1px solid #DBDBDB;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}

.product-list .list-item a {
  display: block;
  padding-bottom: 20px;
}

.product-list .list-item p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0 5px;
}

.product-list .list-item .item-name {
  min-height: 42px;
  margin-top: 15px;
}

.product-list .list-item .price {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .product-list {
    margin-top: 50px;
  }

  .product-list .list-ttl {
    margin-top: 30px;
    font-size: 18px;
  }

  .product-list .list-item {
    width: calc(50% + 1px);
  }

  .product-list .list-item p {
    font-size: 14px;
  }
}