@charset "UTF-8";
/* rokujika */
a.scroll_point {
  height: 1px;
  display: block;
}

.smp a.scroll_point {
  margin-top: -90px;
  padding-top: 90px;
}

/* ichiran desc ======== ======== ======== ======== ======== ======== ======== ======== */
.desc-block {
  width: 920px;
  height: 473px;
  background-position: top center;
  background-image: url(../img/rokujika_desc_bg.png);
  background-repeat: no-repeat;
  position: relative;
}

.rokujika-desc-txt p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #ff9193;
  margin: 0;
  padding: 0;
  padding-top: 145px;
  padding-left: 30px;
}

.rokujika-desc-btn {
  width: 209px;
  height: 85px;
  position: absolute;
  right: 32px;
  bottom: 34px;
}

.rokujika-desc-chara {
  width: 209px;
  height: 222px;
  position: absolute;
  right: 32px;
  bottom: 79px;
}

.smp .ichiran-desc-container .ichiran-desc .desc-block {
  background-image: none;
}

.smp .ichiran-desc-container .ichiran-desc .desc-block .desc-bottom-smp {
  background-image: url(../img/rokujika_desc_bottom_smp.png);
}

/* ichiran content ======== ======== ======== ======== ======== ======== ======== ======== */
.ichiran-content-block {
  border-radius: 0;
}

.ichiran-content-block.rokujika-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 35px 30px 20px 30px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-bottom: none;
}

.ichiran-content-block.rokujika-body {
  background-color: #fbebed;
  border: solid 2px #ff9193;
  padding: 30px 30px 30px 30px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-top: none;
  border-bottom: none;
  margin-top: 0;
}

.ichiran-content-block.rokujika-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: solid 2px #ff9193;
  padding: 20px 30px 35px 30px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-top: none;
  margin-top: 0;
}

.ichiran-content-block .card .main {
  width: 501px;
  /*860-344-15*/
  /*482px;*/
}

.ichiran-content-block .card .main dl:first-of-type {
  padding: 0 0 14px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.ichiran-content-block .card .photo {
  width: 344px;
}

/* Hack ######## */
.explanation-block {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.explanation-block .explanation {
  width: 196px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}

.smp .explanation-block {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.smp .explanation-block .explanation:last-of-type {
  margin-top: 25px;
}

/* Hack ######## */
/* aboutwork -------- */
.ichiran-content-block .aboutwork-title {
  margin-top: 0;
}

.ichiran-content-block .aboutwork-card:last-of-type {
  margin-top: 25px;
}

/* ichiran news ======== ======== ======== ======== ======== ======== ======== ======== */
/*# sourceMappingURL=rokujika.css.map */