/* 共通プロパティ *//*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
}

/*
 *  reset
-----------------------------------------------------------*/
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea{
  margin: 0;
  padding: 0;
}
ol, ul,li{list-style:none;}
table{
  border-collapse: collapse; 
  border-spacing:0;
}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.both{clear:both;}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a{
  text-decoration: none;
}
area{
  border:none;
  outline:none;
}

/* フォームスタイルをリセット */
input, button, select, textarea {
    -webkit-appearance: none;}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
* {
  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;
  color: #000;
}
img {
  max-width: 100%;
  vertical-align: top;
}

/*
 *  common
-----------------------------------------------------------*/

/* mf_style打ち消し */
@media screen and (max-width: 979px){
#header + * {
    margin-top: 0;
}
}

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

/* ボタン */
a.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 283px;
  height: 47px;
  margin: 0 auto 69px;
  padding: 0;
  background-color: #FF0000;
  color: #fff;
  font-size: 1.8rem;
}
.link-btn:hover,
.more-btn:hover {
  opacity: 0.8;
}

/* フォント */
.f-uni {
  font-family: UniSansHeavy, UniSansHeavyCAPS, "Helvetica Neue", Helvetica, Arial, Meiryo, メイリオ, sans-serif;
}


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



.main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.main li {
  width: 50%;
}
.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;
}*/


/*
 *  レイアウト
-----------------------------------------------------------*/
.pod .inner,
.pos .inner,
.washi .inner,
.throgh .inner,
.layering-system .inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1110px) {
  .pod .inner,
.pos .inner,
.washi .inner,
.throgh .inner,
.layering-system .inner  {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pod .inner_pd0,
.pos .inner_pd0,
.washi .inner_pd0,
.throgh .inner_pd0,
.layering-system .inner_pd0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
}


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


.mvTxt {
  position: absolute;
  width: 260px;
  left: 15px;
  bottom: 28px;
  color: #fff;
  font-size: 2.6rem;
}

/* ページコピー */
/* タイトル */
.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;
}


/* 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;
}

/*------------ mobile ------------*/
@media screen and (max-width: 767px) {
a.newsletter_btn {
margin-top:10px;
}
.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;
}
}