@charset "UTF-8";
/* max-width: 767px */
/* max-width: 991px */
/* max-width: 1199px */
/* max-width: 1469px */
/* min-width: 768px */
/* min-width: 992px */
/* min-width: 1200px */
/* min-width: 1470px */
/* min-width: 768px ～ max-width: 991px */
/* min-width: 768px ～ max-width: 1199px */
/* min-width: 768px ～ max-width: 1469px */
/* min-width: 992px ～ max-width: 1199px */
/* min-width: 992px ～ max-width: 1469px */
/* min-width: 1200px ～ max-width: 1469px */
/* ↓以下、眞砂追加 ----- */
/* Font Size ----- */
@font-face {
  font-family: "acumin";
  /*src: url("../fonts/condense-webfont.eot");*/
  src: url("../fonts/AcuminVariableConcept.woff") format("woff"), url("../fonts/AcuminVariableConcept.otf") format("otf");
}

.acumin {
  font-family: "acumin";
}

body {
  color: #59574f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

@media screen and (min-width: 992px) {
  body {
    letter-spacing: 0.32em;
  }
}

.block-box {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .block-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .block-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.thumb-ph > .remove {
  padding-top: 75%;
}

.thumb-ph > .remove.dammy {
  font-size: 1em;
  text-align: center;
  text-indent: 0;
  background-color: #ddd;
}

.thumb-ph > .remove.dammy:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  color: #999;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "No Image";
}

[class*='arrow'] {
  padding-right: 15px;
}

[class*='arrow']:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.arrow:after {
  background-image: url("../img/common/arrow.png");
}

.arrow-double:after {
  background-image: url("../img/common/arrow_double.png");
}

.arrow-wt:after {
  background-image: url("../img/common/arrow_wt.png");
}

.arrow-double-wt:after {
  background-image: url("../img/common/arrow_double_wt.png");
}

/******************************************************************************************************
 * Header
 *****************************************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*text-align: center;*/
  background-color: #fff;
  padding: 50px 0 0;
  margin-top: -50px;
  z-index: 990;
}

@media screen and (min-width: 768px) {
  header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.move {
    -webkit-transform: translateY(-124px);
            transform: translateY(-124px);
  }
}

@media screen and (min-width: 992px) {
  header {
    padding-top: 0;
    margin-top: 0;
  }
  header.move {
    -webkit-transform: translateY(-134px);
            transform: translateY(-134px);
  }
}

@media screen and (min-width: 1200px) {
  header.move {
    /*-webkit-transform: translateY(-155px);*/
    /*        transform: translateY(-155px);*/
  }
}

#header__1st .arrow-double {
  letter-spacing: 0.22em;
}
