/* 共通プロパティ *//*test*/
/* フォント読み込み */
@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
}

/*
 *  reset
-----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
section {
  margin: 0;
  overflow: hidden;
}
html {
  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', sans-serif;
  font-feature-settings: "palt" 1;
  color: #000;
  line-height: 1.6;
  letter-spacing: 2px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

/*
 *  common
-----------------------------------------------------------*/
/* pcサイズでは表示 */
.sp_none {
  display: block;
}
/* spサイズでは非表示 */
.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}

/* ボタン */
.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;
  }

}

/* フォント */
.f-uni {
  font-family: UniSansHeavy, UniSansHeavyCAPS, sans-serif;
}
.f-uni-r {
  font-family: UniSansRegular, sans-serif;
}

/* 背景色をグレイに */
.bg-grey {
  background-color: #EFEFEF;
}
.main img {
  width: 100%;
  vertical-align: top;
}
dl,dt,dd {
  margin: 0;
  font-weight: normal;
}
figure {
  margin: 0;
}
/*main {
  margin: 0;
  width: initial;
  max-width: initial;
}*/


/*
 *  レイアウト
-----------------------------------------------------------*/
.fw21 .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .fw21 .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw21 .inner_pd0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* メインビジュアル */
.mv__inner {
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width:979px) {
  .mv__inner {
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: auto;
    padding-top: 134%;
  }
}

/* 固定ナビ */
.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: .8;
}
/*fixした場合*/
.global-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all .5s;
  box-shadow: 0 1px 1px rgba(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;
  }
}

/* ページコピー */
.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: #000;
}
.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;
}
.copy-kana {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
.copy-lead {
  font-size: 2.5rem;
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 400;
}
@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;
  }
}

/*アイテムリスト*/
.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;
  /* border: 2px 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: 1px;
  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;
  }
}

/* タイトル */
h2.under-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 767px) {
  h2.under-ttl {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.h2_ttl,
.h3_ttl {
  position: relative;
  font-size: 6rem;
  text-align: center;
}
/* キャッチ */
/*.sec01 .catch {
font-size: 3.5rem;
font-weight: bold;
text-align: center;
line-height: 2;
letter-spacing: 5px;
}*/

/*テキスト*/

/* サブタイトル */
.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;
}
.img-wrap {
  position: relative;
  text-align: center;
}

/*ページトップへ戻る*/
#page2top {
  /* display: none;
  position: fixed;
  bottom: 100px;
  right: 5px;
  width: 42px;
  height: 42px;
  z-index: 91;
  cursor: pointer;
  opacity: 1; */
  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: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: #ddd url(../fw21-svg/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;
}
@media screen and (max-width: 1030px) {
  /* #page2top {
    max-width: 100%;
  }#page2top a{
    position: absolute;
    right: 10%;
  } */
}
/* 3カラム */
.main .col3 {
width: 33.333333%;
}
/* 4カラム */
.main .col4 {
width: 25%;
}

/* margin-bottom: 0; */
.mb0 {
margin-bottom: 0!important;
}
/* padding-left: 0; */
.pl0 {
padding-left: 0;
}
/* padding-left: 100px; */
.pl100 {
padding-left: 100px;
}
/* padding-right: 0; */
.pr0 {
padding-right: 0!important;
}
/* padding-top: 20px; */
.pt20 {
padding-top: 20px;
}


/* footer更新用 */
.footer-joinus {
margin-top: 85px;
}
.f-main-menu li,
.f-sub-menu li {
display: block;
}
.bottom-logo-groupe {
padding-bottom: 0;
padding: 0;
}
.easycms-content {
width: initial;
margin-top: 0;
margin-bottom: 20px;
}
.bottom-logo-groupe ul img {
width: 80%;
}
.newsletter-text.pc-only {
margin: 1rem 0;
}
footer {
margin-top: 40px;
}
footer .f-link_box ul li {
display: block;
}
.bottom-logo-groupe {
padding-bottom: 0;
}
a.newsletter_btn {
padding: 10px 37px;
line-height: 1.5;
}
@media screen and (max-width: 979px) {
#header .fs-p-searchForm__button {
height: 40px;
background-color: transparent;
}
}
/*------------ mobile ------------*/
@media screen and (max-width: 767px) {
  .main .sp-col2 {
    width: 50%;
  }
  .sp-white {
    background-color: #fff;
  }
  .main .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mv-txt {
    left: 59px;
    bottom: 56px;
    font-size: 3.5rem;
  }
  /* padding: 0; */
  .main .sp-p0 {
    padding-left: 0;
    padding-right: 0;
  }
  .main .sub-ttl {
    letter-spacing: 2px;
  }
}
