@charset "UTF-8";
/* CSS Document */
.dn {
  display: none !important; }

body {
  background-color: #000; }

html, body {
  height: 100%;
  margin: 0; }

a {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none; }

img {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  vertical-align: bottom; }

a {
  color: #fff; }

a:visited {
  color: #fff; }

a:hover {
  color: #FFCC00 !important; }

a:active {
  color: #FFCC00 !important; }

a:hover img {
  opacity: 0.3; }

ul {
  list-style: none; }

#main {
  max-width: 920px;
  margin: 0 auto 30px; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.vis-pc {
  display: inline-block; }

.vis-sp {
  display: none; }

.flex {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: -5px;
  /* 5 (値は変更可) */ }

.flex > * {
  flex: 1 0 0em;
  /* 3 (値は変更可) */
  margin: 5px 5px 10px 5px;
  /* 4 (値は変更可) */ }

.flex img {
  width: 100%;
  height: auto; }

.flex.col-2 > * {
  flex: 1 0 47%;
  /* 3 (値は変更可) */ }

.flex.col-3 > * {
  flex: 1 0 27%;
  /* 3 (値は変更可) */ }

.flex > .img {
  margin: 0; }

.d_tbl {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

.d_tbl-c {
  display: table-cell !important;
  vertical-align: middle !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

/* index -------------------------------------------------------------------------------- */
#index_contents {
  width: 100%;
  min-width: 920px; }

#index_contents #ttl_area {
  padding: 35px 0 20px;
  width: 100%; }

#lineNews {
  position: relative;
  height: 80px;
  width: 695px;
  margin: auto; }

.infoBnr.vis-pc {
  margin-top: -10px;
  margin-bottom: 10px; }

/* news */
.news-wrap {
  position: relative;
  width: 480px;
  height: 58px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 29px;
  box-sizing: border-box; }

.news-wrap:after {
  position: absolute;
  top: 30px;
  right: -24px;
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  background: url(../img_2017/ticker.png) -2px -2px no-repeat; }

.news-wrap ul {
  width: 100%; }

.news-wrap li {
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }

.news-wrap li a {
  display: block; }

.news-wrap li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  margin-right: 2px;
  box-sizing: border-box;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease; }

.news-wrap li a:hover:before {
  border-left-color: #fc0; }

.news-icon {
  position: absolute;
  top: 0;
  right: 0; }

.news-wrap li .update3rd {
  color: #FFCC00;
  margin-right: 3px;
  margin-left: 3px;
  font-weight: 700; }

/* slider */
.bx-wrapper {
  border: #fff 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx-wrapper .bx-controls-auto {
  top: auto;
  bottom: 10px; }

.sliderWrap {
  margin: 0 0 40px; }
  .sliderWrap a {
    position: relative;
    display: block; }
    .sliderWrap a:after {
      content: "今月のショーケースは\Aこちらから";
      white-space: pre;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: 0 0;
      transform: scale(1, 1) translate(-50%, -50%);
      display: block;
      opacity: 0;
      transition: ease .3s;
      font-size: 24px; }
    .sliderWrap a:hover:after {
      opacity: 1;
      color: #FFF; }

/*  */
.contentsArea {
  margin: 0; }

.contentsWrap {
  max-width: 455px;
  margin: 0 0 40px 5px; }
  .contentsWrap a {
    background-color: #404044;
    margin: 0 0 5px; }
  .contentsWrap a:last-child {
    margin-bottom: 0;
    background-color: #000; }
  .contentsWrap .data {
    position: relative;
    overflow: hidden;
    margin: 0; }
    .contentsWrap .data img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .contentsWrap .data .making {
      margin-top: 8px;
      font-size: 11px;
      display: block;
      color: #ddd; }
  .contentsWrap .data:after {
    position: absolute;
    bottom: -16px;
    right: -16px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 16px solid transparent;
    border-left: 16px solid #FFF;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: border .3s ease;
    transition: border .3s ease; }
  .contentsWrap .column .data:after {
    display: none; }
  .contentsWrap a:hover .data:after {
    border-left-color: #fc0; }
  .contentsWrap .flex {
    margin: 0 0 5px; }
  .contentsWrap .flex > * {
    margin: 0; }
  .contentsWrap .flex .img {
    height: 170px;
    overflow: hidden;
    margin: 0;
    position: relative; }
  .contentsWrap .img-history {
    position: relative;
    text-align: center; }
    .contentsWrap .img-history img {
      width: auto;
      height: 110%; }
      .contentsWrap .img-history img.portrait {
        width: 110%;
        height: auto; }
  .contentsWrap .flex:last-child .img {
    flex: 0 0 110px;
    height: 110px; }
  .contentsWrap .d_tbl {
    display: table !important;
    width: 100% !important;
    height: 100% !important; }
  .contentsWrap .d_tbl-c {
    padding-right: 20px;
    padding-left: 20px;
    display: table-cell !important;
    vertical-align: middle !important; }
  .contentsWrap h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  .contentsWrap h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .contentsWrap .column h2 {
    margin-bottom: 0; }
  .contentsWrap .column h3 {
    font-size: 14px;
    margin-top: 10px; }
  .contentsWrap h3 span {
    display: block; }
  .contentsWrap p {
    font-size: 14px; }
  .contentsWrap .date {
    font-size: 12px; }
    .contentsWrap .date.new {
      display: inline-block; }
      .contentsWrap .date.new:before {
        content: "NEW";
        display: inline-block;
        padding: 3px 4px 1px;
        background-color: #af1919;
        font-size: 11px;
        margin-right: 5px;
        transition: 0.3s ease;
        border-radius: 1px; }
  .contentsWrap a:hover .date.new:before {
    background-color: #fc0;
    color: #fff !important; }

.hvImg .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }

.hvImg:hover .img img {
  opacity: 1;
  transform: scale(1.3, 1.3) translate(-50%, -50%); }

#shopData {
  margin-top: 10px; }

#shopData p + p {
  margin-top: 5px; }

/* history */
#breadcrumb {
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2; }

#contentsHistory {
  min-height: 100%;
  padding-bottom: 90px;
  box-sizing: border-box;
  position: relative; }
  #contentsHistory #footer {
    min-width: 920px;
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%; }

#contents div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.historyPost {
  position: relative;
  padding: 0 240px;
  min-width: 920px;
  box-sizing: border-box; }

.historyBody {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.615; }
  .historyBody .post {
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 32px 60px 32px;
    border: 1px solid #fff;
    margin-bottom: 20px; }
    .historyBody .post.noPostCtrl {
      max-height: 68vh; }
    .historyBody .post h1 {
      text-align: center; }
      .historyBody .post h1 img {
        max-width: 100%;
        width: auto; }
    .historyBody .post h2 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 24px;
      font-weight: normal; }
      .historyBody .post h2 span {
        font-size: 16px;
        display: block; }
    .historyBody .post .nextPost {
      width: 100%;
      height: 240px;
      margin-top: 40px;
      overflow: hidden;
      padding: 0px 0 32px;
      color: #000;
      position: relative;
      border: 1px solid #fff; }
      .historyBody .post .nextPost .data {
        padding: 20px;
        width: auto;
        background-color: #fff;
        position: absolute;
        z-index: 100;
        display: inline-block;
        text-align: center;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
      .historyBody .post .nextPost .img {
        background-color: #333;
        position: absolute;
        z-index: 10;
        width: 100%;
        height: auto;
        top: -50%;
        left: 0; }
        .historyBody .post .nextPost .img img {
          opacity: 0.3; }
        .historyBody .post .nextPost .img.landscape {
          top: 0; }
  .historyBody .desc {
    display: block;
    margin-bottom: 1em; }
  .historyBody img {
    margin-bottom: .5em;
    width: 100%;
    height: auto; }
  .historyBody p {
    margin-bottom: 1.5em; }
  .historyBody .postCtrl {
    font-size: 14px; }
    .historyBody .postCtrl.flex {
      margin: 0 -20px 20px; }
      .historyBody .postCtrl.flex > li {
        flex: 1 0 40%;
        margin: 20px; }
    .historyBody .postCtrl span {
      display: block; }
    .historyBody .postCtrl a {
      position: relative;
      display: block; }
    .historyBody .postCtrl .prev a {
      padding-left: 48px; }
    .historyBody .postCtrl .next a {
      padding-right: 48px; }
    .historyBody .postCtrl .prev a:before,
    .historyBody .postCtrl .next a:after {
      content: "";
      width: 32px;
      height: 32px;
      display: block;
      background-position: 0 0;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -16px; }
    .historyBody .postCtrl .prev a:before {
      background-image: url(../../history/img/arrow_prev.png);
      left: 0; }
    .historyBody .postCtrl .next a:after {
      background-image: url(../../history/img/arrow_next.png);
      right: 0; }

.historyMenu {
  position: absolute;
  top: 0px;
  left: 0;
  max-width: 240px;
  padding-left: 16px;
  box-sizing: border-box; }
  .historyMenu h2 {
    margin-bottom: 20px; }
    .historyMenu h2 a {
      display: block; }
      .historyMenu h2 a img {
        width: auto;
        height: auto;
        max-width: 100%; }
  .historyMenu ul {
    max-height: 70vh;
    overflow-y: auto;
    border-left: 4px solid #8A8A8A; }
    .historyMenu ul .year {
      font-weight: bold;
      font-size: 16px; }
    .historyMenu ul li {
      margin-bottom: 10px; }
    .historyMenu ul a {
      min-height: 56px;
      display: block;
      padding-left: 72px;
      position: relative;
      padding-right: 32px; }
      .historyMenu ul a:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        top: 50%;
        left: -9px;
        margin-top: -6px;
        background-color: #fff;
        transition: background-color 0.3s ease; }
      .historyMenu ul a:hover:before {
        background-color: #fc0; }
      .historyMenu ul a:after {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        background-image: url(../../history/img/arrow_next.png);
        right: 0;
        background-size: contain; }
      .historyMenu ul a h3 {
        font-weight: normal;
        font-size: 12px; }
        .historyMenu ul a h3 span {
          display: block;
          font-size: 13px; }
      .historyMenu ul a .img {
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -28px;
        width: 56px;
        height: 56px;
        border-radius: 36px;
        overflow: hidden; }
        .historyMenu ul a .img img {
          width: 100%;
          height: auto;
          transition: transform 0.3s ease; }
      .historyMenu ul a:hover img {
        opacity: 1;
        transform: scale(1.5, 1.5); }

.contentsMenu {
  position: absolute;
  top: 0px;
  right: 0;
  max-width: 240px;
  text-align: left; }
  .contentsMenu a, .contentsMenu .visit {
    font-size: 14px;
    display: block;
    padding: 8px 8px 8px 24px;
    position: relative; }
    .contentsMenu a:before, .contentsMenu .visit:before {
      position: absolute;
      top: 10px;
      left: 2px;
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 7px;
      border: 2px solid #fff;
      box-sizing: border-box;
      transition: border 0.3s ease; }
    .contentsMenu a:hover:before, .contentsMenu .visit:hover:before {
      border-color: #fc0; }
  .contentsMenu .visit {
    color: #999; }
    .contentsMenu .visit:before {
      border-color: #999; }
    .contentsMenu .visit:hover:before {
      border-color: #999; }

.contentsMenu a span {
  font-size: 12px; }

/* 一覧ページ */
.historyAllList {
  text-align: center; }

.historyListBody {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }
  .historyListBody h1 {
    margin-bottom: 20px; }
  .historyListBody .masterWrap {
    width: 708px;
    height: auto;
    margin: 0 auto 20px;
    position: relative; }
    .historyListBody .masterWrap .comment {
      padding: 20px 40px;
      border: 1px solid #fff;
      font-size: 16px;
      box-sizing: border-box;
      text-align: left;
      width: 600px;
      height: 114px;
      border-radius: 52px;
      position: relative;
      line-height: 1.6; }
      .historyListBody .masterWrap .comment:after {
        position: absolute;
        bottom: 54px;
        right: -24px;
        content: "";
        display: block;
        width: 28px;
        height: 16px;
        background: url(../img_2017/ticker.png) -2px -2px no-repeat; }
    .historyListBody .masterWrap .icon {
      position: absolute;
      bottom: 0;
      right: 0; }
  .historyListBody .listWrap {
    overflow: hidden; }
  .historyListBody .swiper-container {
    width: 100%;
    margin: 20px auto 20px; }
    .historyListBody .swiper-container .border {
      width: 100%;
      height: 4px;
      background-color: #404040;
      display: block;
      margin-top: 33px;
      margin-bottom: 40px; }
  .historyListBody ul .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 280px !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .historyListBody ul .swiper-slide a:before, .historyListBody ul .swiper-slide .noLink:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background-color: #fff;
      position: absolute;
      bottom: -46px;
      left: 50%;
      margin-left: -11px; }
    .historyListBody ul .swiper-slide a:after, .historyListBody ul .swiper-slide .noLink:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #ffffff transparent transparent transparent; }
    .historyListBody ul .swiper-slide .year {
      text-align: left;
      background-color: #000;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 6px; }
    .historyListBody ul .swiper-slide .img {
      height: 280px !important;
      width: 280px !important;
      background-color: #333;
      position: relative;
      overflow: hidden; }
      .historyListBody ul .swiper-slide .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 0 0;
        transform: scale(1.7, 1.7) translate(-50%, -50%);
        -webkit-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%; }
    .historyListBody ul .swiper-slide a:hover .img img {
      opacity: 1;
      transform: scale(2.2, 2.2) translate(-50%, -50%); }
    .historyListBody ul .swiper-slide.next .img img {
      opacity: 0.3; }
    .historyListBody ul .swiper-slide .data {
      padding: 16px 13px;
      background-color: #fff;
      color: #000;
      text-align: left;
      min-height: 5em; }
      .historyListBody ul .swiper-slide .data span {
        display: block; }
      .historyListBody ul .swiper-slide .data h2 {
        font-size: 16px; }
    .historyListBody ul .swiper-slide:nth-child(2n) {
      width: 40%; }
    .historyListBody ul .swiper-slide:nth-child(3n) {
      width: 20%; }

@media screen and (min-width: 1050px) and (max-width: 1210px) {
  .historyListBody .masterWrap {
    width: 500px;
    padding-right: 100px; }
    .historyListBody .masterWrap .comment {
      padding: 20px 20px;
      width: 100%;
      height: auto;
      border-radius: 32px; } }
@media screen and (min-width: 769px) and (max-width: 1049px) {
  .historyListBody .masterWrap {
    width: 500px;
    padding-right: 100px; }
    .historyListBody .masterWrap .comment {
      padding: 20px 20px;
      width: 100%;
      height: auto;
      border-radius: 32px; }

  .historyAllList .contentsMenu {
    position: static;
    max-width: none;
    width: 100%;
    padding: 0 20px 0;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .historyAllList .contentsMenu a, .historyAllList .contentsMenu .visit {
      font-size: 14px;
      display: block;
      padding: 8px 8px 8px 24px;
      position: relative; }
      .historyAllList .contentsMenu a:before, .historyAllList .contentsMenu .visit:before {
        position: absolute;
        top: 10px;
        left: 2px;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 7px;
        border: 2px solid #fff;
        box-sizing: border-box;
        transition: border 0.3s ease; }
      .historyAllList .contentsMenu a:hover:before, .historyAllList .contentsMenu .visit:hover:before {
        border-color: #fc0; }
    .historyAllList .contentsMenu .visit {
      color: #999; }
      .historyAllList .contentsMenu .visit:before {
        border-color: #999; }
      .historyAllList .contentsMenu .visit:hover:before {
        border-color: #999; }
  .historyAllList .contentsMenu a span {
    font-size: 12px; } }
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none !important; }

  #index_contents {
    width: 100%;
    min-width: 320px;
    box-sizing: border-box; }

  .infoBnr.vis-sp {
    margin-top: -10px;
    margin-bottom: 10px; }

  .vis-pc {
    display: none; }

  .vis-sp {
    display: inline-block; }

  #index_contents .ttl_area, #index_contents #main {
    padding-left: 20px;
    padding-right: 20px; }

  #contentsHistory #footer, #index_contents #footer {
    background: #000;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    min-width: 0px; }
    #contentsHistory #footer .inner, #index_contents #footer .inner {
      padding: 0; }
    #contentsHistory #footer p.ec, #index_contents #footer p.ec {
      text-align: center;
      font-size: 14px; }
    #contentsHistory #footer a, #index_contents #footer a {
      display: block;
      background-color: #333;
      color: #fff;
      padding: 16px 8px;
      border-radius: 8px;
      margin-bottom: 10px; }
    #contentsHistory #footer p.cprt, #index_contents #footer p.cprt {
      text-align: center;
      margin-bottom: 40px;
      font-size: 14px; }

  .flex.col-2 > * {
    flex: 1 0 auto;
    /* 3 (値は変更可) */ }

  .flex.col-3 > * {
    flex: 1 0 auto;
    /* 3 (値は変更可) */ }

  .flex.col-4 > * {
    flex: 1 0 auto;
    /* 3 (値は変更可) */ }

  img {
    width: 100%;
    height: auto;
    max-width: 100%; }

  #index_contents #ttl_area {
    width: 100%; }

  #lineNews {
    width: 100%; }

  #main {
    max-width: none; }

  .contentsArea.flex {
    display: block; }

  /* news */
  .news-wrap {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 12px;
    box-sizing: border-box; }

  .news-wrap:before {
    position: absolute;
    top: 82px;
    left: 50%;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -8px;
    background: none;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent; }

  .news-wrap:after {
    position: absolute;
    top: 84px;
    left: 50%;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -8px;
    background: none;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #000 transparent; }

  .news-wrap li {
    text-align: left; }

  #lineNews {
    position: relative;
    padding-top: 92px;
    height: auto;
    margin-bottom: 20px; }

  .news-icon {
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    border: 1px solid #fff;
    top: 0;
    left: 50%;
    margin-left: -36px; }
    .news-icon img {
      position: absolute;
      bottom: -3px; }

  .sliderWrap {
    margin: 0 0 20px; }

  .contentsArea .contentsWrap {
    max-width: none;
    margin: 0 0 20px; }
    .contentsArea .contentsWrap h2, .contentsArea .contentsWrap h3 {
      font-size: 16px;
      margin-bottom: 5px; }
    .contentsArea .contentsWrap .flex.col-2 {
      margin-bottom: 20px; }
      .contentsArea .contentsWrap .flex.col-2.sc, .contentsArea .contentsWrap .flex.col-2.history, .contentsArea .contentsWrap .flex.col-2.column {
        flex-flow: column nowrap; }
        .contentsArea .contentsWrap .flex.col-2.sc .data, .contentsArea .contentsWrap .flex.col-2.history .data, .contentsArea .contentsWrap .flex.col-2.column .data {
          order: 2;
          font-weight: normal; }
        .contentsArea .contentsWrap .flex.col-2.sc .data:after, .contentsArea .contentsWrap .flex.col-2.history .data:after, .contentsArea .contentsWrap .flex.col-2.column .data:after {
          bottom: -12px;
          right: -12px;
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border: 12px solid transparent;
          border-left: 12px solid #FFF;
          box-sizing: border-box;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -o-transition: border .3s ease;
          transition: border .3s ease; }
        .contentsArea .contentsWrap .flex.col-2.sc:hover .data:after, .contentsArea .contentsWrap .flex.col-2.history:hover .data:after, .contentsArea .contentsWrap .flex.col-2.column:hover .data:after {
          border-color: #fc0; }
        .contentsArea .contentsWrap .flex.col-2.sc .img, .contentsArea .contentsWrap .flex.col-2.history .img, .contentsArea .contentsWrap .flex.col-2.column .img {
          order: 1; }
        .contentsArea .contentsWrap .flex.col-2.sc.hvImg .img img, .contentsArea .contentsWrap .flex.col-2.history.hvImg .img img, .contentsArea .contentsWrap .flex.col-2.column.hvImg .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: scale(1.5, 1.5) translate(-50%, -50%); }
        .contentsArea .contentsWrap .flex.col-2.sc.hvImg:hover .img img, .contentsArea .contentsWrap .flex.col-2.history.hvImg:hover .img img, .contentsArea .contentsWrap .flex.col-2.column.hvImg:hover .img img {
          opacity: 1;
          transform: scale(2.2, 2.2) translate(-50%, -50%); }
      .contentsArea .contentsWrap .flex.col-2.column .data {
        padding: 10px; }
        .contentsArea .contentsWrap .flex.col-2.column .data h2 {
          font-size: 16px; }
        .contentsArea .contentsWrap .flex.col-2.column .data p {
          font-size: 11px; }
        .contentsArea .contentsWrap .flex.col-2.column .data h3 {
          font-size: 14px; }
        .contentsArea .contentsWrap .flex.col-2.column .data:after {
          display: none; }
      .contentsArea .contentsWrap .flex.col-2.column.hvImg .img img {
        transform: scale(1.2, 1.2) translate(-50%, -50%); }
      .contentsArea .contentsWrap .flex.col-2.column.hvImg:hover .img img {
        opacity: 1;
        transform: scale(1.7, 1.7) translate(-50%, -50%); }
    .contentsArea .contentsWrap .data {
      padding: 20px;
      flex: none;
      width: 100%;
      box-sizing: border-box; }
      .contentsArea .contentsWrap .data .d_tbl-c {
        padding: 0; }

  .sliderWrap {
    margin: 0 0 40px; }
    .sliderWrap a {
      position: relative;
      display: block; }
      .sliderWrap a:after {
        content: "今月の\Aショーケースは\Aこちらから";
        white-space: pre;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 0 0;
        transform: scale(1, 1) translate(-50%, -50%);
        display: block;
        opacity: 0;
        transition: ease .3s;
        font-size: 20px; }
      .sliderWrap a:hover:after {
        opacity: 1;
        color: #FFF; }

  .historyPost {
    padding: 0;
    min-width: 0px; }

  .historyBody {
    max-width: auto;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 4px solid #404040;
    margin-bottom: 20px; }
    .historyBody .post {
      max-height: none;
      overflow-y: auto;
      overflow-x: auto;
      padding: 20px;
      border: none;
      margin-bottom: 20px; }
      .historyBody .post.noPostCtrl {
        max-height: none; }
      .historyBody .post .nextPost {
        height: 40vh;
        margin-top: 40px;
        overflow: hidden;
        padding: 20px;
        color: #000;
        border: 1px solid #fff; }
        .historyBody .post .nextPost .data {
          padding: 20px;
          width: 80%;
          background-color: #fff;
          position: absolute;
          z-index: 100;
          display: inline-block;
          text-align: center;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .historyBody .post .nextPost .img {
          background-color: #333;
          position: absolute;
          z-index: 10;
          width: 100%;
          height: auto;
          top: -50%;
          left: 0; }
          .historyBody .post .nextPost .img img {
            opacity: 0.3; }
    .historyBody .postCtrl {
      font-size: 14px; }
      .historyBody .postCtrl.flex {
        margin: 0 0px 20px;
        padding: 0 20px; }
        .historyBody .postCtrl.flex > li {
          flex: 1 0 90%;
          margin: 0px; }
        .historyBody .postCtrl.flex li + li {
          margin-top: 8px; }

  .historyMenu {
    position: static;
    max-width: none;
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 4px solid #404040;
    margin-bottom: 20px; }
    .historyMenu ul {
      max-height: none;
      overflow-y: auto; }

  .contentsMenu {
    position: static;
    max-width: none;
    width: 100%;
    padding: 0 20px 0;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .contentsMenu a, .contentsMenu .visit {
      font-size: 14px;
      display: block;
      padding: 8px 8px 8px 24px;
      position: relative; }
      .contentsMenu a:before, .contentsMenu .visit:before {
        position: absolute;
        top: 10px;
        left: 2px;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 7px;
        border: 2px solid #fff;
        box-sizing: border-box;
        transition: border 0.3s ease; }
      .contentsMenu a:hover:before, .contentsMenu .visit:hover:before {
        border-color: #fc0; }
    .contentsMenu .visit {
      color: #999; }
      .contentsMenu .visit:before {
        border-color: #999; }
      .contentsMenu .visit:hover:before {
        border-color: #999; }

  .contentsMenu a span {
    font-size: 12px; }

  .historyAllList h1 img {
    width: 80%;
    height: auto; }

  .historyListBody .masterWrap {
    position: relative;
    width: 100%;
    padding: 92px 20px 20px;
    height: auto;
    margin-bottom: 20px; }
    .historyListBody .masterWrap .comment {
      position: static;
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 10px;
      border: 1px solid #fff;
      font-size: 14px;
      border-radius: 12px;
      box-sizing: border-box; }
      .historyListBody .masterWrap .comment:before {
        position: absolute;
        top: 82px;
        left: 50%;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        margin-left: -8px;
        background: none;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #ffffff transparent; }
      .historyListBody .masterWrap .comment:after {
        position: absolute;
        top: 84px;
        left: 50%;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        margin-left: -8px;
        background: none;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #000 transparent; }
      .historyListBody .masterWrap .comment li {
        text-align: left; }
    .historyListBody .masterWrap .icon {
      overflow: hidden;
      width: 72px;
      height: 72px;
      border-radius: 36px;
      border: 1px solid #fff;
      top: 0;
      left: 50%;
      margin-left: -36px; } }
