@charset "UTF-8";



/*============================================================
General
============================================================*/

#primal {
  background: url("../images/primal/img_background.jpg") !important;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-rendering: optimizeLegibility;
}

.container {
  width: 1200px;
  margin: 0 auto;
  background: inherit;
  font-size: 18px;
}

.text-highlight {
  text-shadow: 0 1px rgba(250, 250, 250, 0.8);
}



/*==================================================
Header
==================================================*/

#box-header {
  margin: 0 auto 120px;
}

#head-primal {
  height: auto;
}



/*==================================================
Nav
==================================================*/

#nav-primal {
  width: 100%;
  margin: 120px 0 0;
  text-align: right;
}

.btn-nav {
  display: inline-block;
  margin: 0 0 0 4px;
  color: #305E99;
}

.btn-nav a {
  color: #6f3609;
}

#btn-home {
  width: 101px;
  height: 25px;
  background: url('../images/common/btn_nav_home.png') no-repeat;
  background-size: contain;
}

#btn-members {
  width: 165px;
  height: 50px;
  background: url('../images/common/btn_nav_members.png') no-repeat;
  background-size: contain;;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}



/*==================================================
Title
==================================================*/

#box-title {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  text-align: center;
}

#box-title a {
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  width: 200px;
  height: 200px;
}

#box-title a img {
  display: block;
  width: 100%;
  height: 100%;
}

#label-primal {
  display: inline-block;
  height: 40px;
  margin: 80px 0 64px;
  color: #7a4922;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 8px;
}



/*==================================================
Eyecatch
==================================================*/

#box-eyecatch {
  position: relative;
  background: url('../images/primal/img_eyecatch.jpg') no-repeat;
  background-size: 85%;
  background-position: center;
}




/*============================================================
Contents
============================================================*/

.box-article {
  background-color: transparent !important;
  color: #1a0f0c;
}


/*==================================================
Contents: head
==================================================*/

.head-article {
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(169, 163, 154, 0.87);
  margin: 0 0 64px;
  padding: 0 0 8px;
  vertical-align: bottom;
  box-shadow: 0 1px rgba(250, 250, 250, 0.68);
}

.box-article-number {
  display: table-cell;
  width: 120px;
  line-height: 1;
  vertical-align: bottom;
  text-indent: 8px;
}

.box-article-title {
  display: table-cell;
  font-size: 24px;
  line-height: 1;
  vertical-align: bottom;
}

.box-article-date {
  display: table-cell;
  width: 160px;
  padding-right: 8px;
  line-height: 1;
  vertical-align: bottom;
  text-align: right;
}



/*==================================================
Contents: body
==================================================*/

.body-article {
  width: 800px;
  margin: 0 auto 80px;
}

.text-article-contents {
  margin: 0 0 48px;
  line-height: 2.4;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(250, 250, 250, 0.8);
  text-rendering: optimizeLegibility;
  letter-spacing: 4px;
  font-kerning: auto;
}

.text-article-contents-tamaru {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.text-sign {
  display: block;
  margin: 4px 0 0;
  color: #8d5f3b;
  font-size: 9px;
  text-align: right;
}

.box-1col {
  width: 100%;
}

.box-2col {
  width: 400px;
}

.img-centering {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.img-banner-2col {
  display: inline-block;
  height: 190px;
  text-align: center;
}

.img-banner-2col:hover {
  opacity: 0.8;
}

.img-banner-2col a {
  display: block;
  width: 368px;
}

.img-banner-2col a img {
  display: block;
  width: 100%;
}


/* Vol.2 Mori */

.img-layouting-position {
  display: block;
  margin: 104px auto 0;
}

.icon-triangle {
  display: block;
  width: 0;
	height: 0;
  margin: 48px auto 120px;
	border: 48px solid transparent;
	border-bottom: 48px solid #ffffff;
}

.icon-triangle-inverted {
  display: block;
  width: 0;
	height: 0;
  margin: 48px auto 120px;
	border: 48px solid transparent;
	border-top: 48px solid #ffffff;
}

.img-article-layout {
  display: block;
  width: 800px;
  margin: 0 auto 120px;
}


/*============================================================
Footer
============================================================*/

#footer-primal {
  position: relative;
  height: 48px;
  padding: 8px 0 48px;
  background-color: transparent;
}

#footer-primal p {
  height: 48px;
}

#footer-primal p small {
  width: 400px;
  height: 100%;
  line-height: 48px;
  font-size: 11px;
}

#footer-primal p a {
  display: block;
  height: 100%;
}

#footer-primal p a img {
  display: block;
  padding: 8px 0;
}



@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    font-size: 14px;
  }
  #nav-primal {
    margin: 32px 0 0;
    text-align: center;
  }
  #btn-home,#btn-members {
    /*width: inherit;
    background: none;*/
  }
  #box-title a {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  #label-primal {
    display: block;
    height: auto;
    margin: 24px auto 0;
    background: none;
  }
  #box-eyecatch {
    display: none;
  }
  .head-article {
    margin: 0 0 32px;
  }
  .box-article-number {
    width: 15%;
    font-size: 12px;
  }
  .box-article-title {
    padding-left: 8px;
    font-size: 16px;
  }
  .label-article-title {
    font-size: 16px;
  }
  .box-article-date {
    min-width: 15%;
    font-size: 12px;
  }
  .body-article {
    width: 100%;
  }
  .box-article-contents {
    padding: 0 16px;
  }
  .text-article-contents {
    margin: 0 0 24px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .text-article-contents br {
    display: none;
  }
  .text-article-contents-tamaru {
    margin: 0 0 48px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .text-article-contents-tamaru br {
    display: block;
  }
  .text-sign {
    margin: 4px 0 16px;
  }
  .box-2col {
    width: 100%;
    margin: 0 0 16px;
  }
  .img-banner-2col a {
    width: 100%;
  }
  .img-layouting-position {
    width: 80%;
  }
  .icon-triangle {
    border: 32px solid transparent;
    border-bottom: 32px solid #ffffff;
  }
  .icon-triangle-inverted {
    border: 32px solid transparent;
    border-top: 32px solid #ffffff;
  }
  .img-article-layout {
    width: 90%;
  }
  .img-article-layout {
    margin: 0 auto 48px;
  }
}
