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

  -Reset
  -Common
  -Font
  -Link
  -Material
  -Color/BG
  -Layout
  -Text
  -Img
  -CommonBlock
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
  -Reset
------------------------------------------------------------------ */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
  width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 979px) {
  #header + * {
    margin-top: initial;
  }
}
.footer-joinus {
  margin-top: 100px;
}
.newsletter-text {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-joinus {
    margin-top: 50px;
  }
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .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-feature-settings: "palt" 1;*/
}
.main img {
  max-width: 100%;
  vertical-align: top;
}
dl, dt, dd {
  margin: 0;
  font-weight: normal;
}
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));
}

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

  .pc_none {
    display: block;
  }
}
/* ------------------------------------------------------------------
  -Font
------------------------------------------------------------------ */
/* フォント */
@font-face {
  font-family: GtPressuraBold;
  src: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.eot");
  src: url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.eot") format("embedded-opentype"), url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.woff") format("woff"), url("https://milletonline.itembox.design/item/production-newlogo-assets/assets/font/GtPressuraBold.ttf") format("truetype");
  font-weight: 500;
  font-style: bold;
}
.f-gtp {
  font-family: "GtPressuraBold";
}
.f-ini {
  font-family: "Zen Kaku Gothic New", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
}


/* ------------------------------------------------------------------
  -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: 1520px;
  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: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1550px) {
  .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
------------------------------------------------------------------ */



/* ------------------------------------------------------------------
  -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: 1040px) {
  .mv-catch {
    font-size: 34px;
  }
  .mv-series {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: auto;
    padding-top: 134%;
  }
  .mv-catch {
    font-size: 5vw;
  }
  .mv-series {
    font-size: 2.5vw;
  }
}

/* 固定ナビ
------------------------------------------------------------------ */
.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;
  }
}

/* アイテムリスト(タイトル直下)
------------------------------------------------------------------ */

