.header__alert {
  display: block; }

.header__subcatch {
  display: flex; }

.section {
  padding: 60px 0 60px; }
  .section-inner {
    width: 1200px;
    height: auto;
    margin: 0 auto; }

.eventnews {
  border-top: 1px solid #dedede; }

.shopnews {
  width: 100%;
  height: auto;
  background-color: #f5f5f5; }

.shoplist {
  width: 100%;
  height: 410px;
  padding: 60px 0;
  background: url(../images/common/bg_ttl_01.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box; }

/* slider
------------------------------------*/
.slider--a .slider {
  width: 100%;
  overflow: hidden; }
  .slider--a .slider img {
    width: 790px;
    height: 450px; }

.slider--a .slick-dots {
  width: 760px;
  height: 60px;
  margin: 20px auto 0;
  position: relative;
  bottom: 0; }
  .slider--a .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 10px; }
  .slider--a .slick-dots img {
    width: 105px;
    height: 60px;
    margin: 0 auto; }
    .slider--a .slick-dots img:hover {
      opacity: 0.7; }
  .slider--a .slick-dots .slick-active::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #000000 transparent; }
  .slider--a .slick-dots .slick-active::before {
    content: "";
    width: 105px;
    height: 60px;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }

.slider--a .slick-list::before, .slider--a .slick-list::after {
  content: "";
  width: 790px;
  height: 450px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slider--a .slick-list::before {
  left: calc(50% - 790px - 395px); }

.slider--a .slick-list::after {
  left: calc(50% + 395px); }

.slider--a .slick-dotted.slick-slider {
  margin-bottom: 20px; }

.slider--a .slick-prev, .slider--a .slick-next {
  width: 60px;
  height: 60px;
  top: 225px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); }
  .slider--a .slick-prev:before, .slider--a .slick-next:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    font-size: 0; }

.slider--a .slick-prev {
  margin-left: -425px;
  left: 50%; }
  .slider--a .slick-prev:before {
    margin-right: 2px;
    border-width: 9px 16px 9px 0;
    border-color: transparent #333 transparent transparent; }

.slider--a .slick-next {
  margin-right: -425px;
  right: 50%; }
  .slider--a .slick-next:before {
    margin-left: 2px;
    border-width: 9px 0 9px 16px;
    border-color: transparent transparent transparent #333; }

/* bnr
------------------------------------*/
.bnr--a {
  width: 100%;
  height: 100px;
  background-color: #f5f5f5; }
  .bnr--a .bnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100px;
    margin: 0 auto; }
    .bnr--a .bnr__item img {
      width: 150px;
      height: 60px;
      box-sizing: border-box; }

.bnr--b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .bnr--b .bnr {
    width: 1100px; }
    .bnr--b .bnr__item {
      padding: 0 20px; }
      .bnr--b .bnr__item img {
        width: 235px;
        border: 1px solid #dadada;
        box-sizing: border-box; }
  .bnr--b .slick-prev {
    width: 20px;
    height: 20px;
    top: 28px;
    left: -45px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(225deg); }
  .bnr--b .slick-next {
    width: 20px;
    height: 20px;
    top: 28px;
    right: -45px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg); }

/* card
------------------------------------*/
.card--a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .card--a .card {
    width: 280px;
    min-height: 410px;
    margin-bottom: 30px;
    margin-right: 26px;
    position: relative;
    z-index: 1;
    background: #FFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
    .card--a .card:nth-child(4n) {
      margin-right: 0; }
    .card--a .card.new::after {
      content: "NEW";
      width: 60px;
      height: 60px;
      position: absolute;
      top: -10px;
      left: -10px;
      border-radius: 30px;
      background-color: #c02829;
      font-family: "Lato", sans-serif;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      line-height: 60px; }
    .card--a .card-inner1 {
      position: relative;
      overflow: hidden; }
    .card--a .card__photo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 280px;
      height: 280px; }
      .card--a .card__photo .blur {
        width: 280px;
        height: 280px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: no-repeat center center;
        background-size: cover;
        filter: blur(2px); }
    .card--a .card-inner2 {
      padding: 25px 20px 30px 20px; }
    .card--a .card__subttl {
      margin-bottom: 10px;
      font-family: "Lato", sans-serif;
      font-size: 1.3rem; }
    .card--a .card__ttl {
      margin-bottom: 20px;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .card--a .card__info {
      font-style: italic;
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #c02829; }
    .card--a .card img {
      transition: transform 0.7s ease; }
    .card--a .card:hover img {
      transform: scale(1.2); }

.card--b {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 0 auto 25px; }
  .card--b .card {
    width: 136px;
    padding-bottom: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center; }
    .card--b .card.current {
      background-color: #c02829; }
      .card--b .card.current .card__txt {
        color: #fff; }
      .card--b .card.current svg {
        fill: #fff; }
    .card--b .card__ic {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: auto;
      height: 90px; }
      .card--b .card__ic.type2 {
        height: 83px; }
    .card--b .card__txt {
      font-size: 1.2rem;
      line-height: 1.2; }
    .card--b .card a {
      display: block; }
    .card--b .card:hover {
      background-color: #c02829; }
      .card--b .card:hover .card__txt {
        color: #fff; }
      .card--b .card:hover svg {
        fill: #fff; }
    .card--b .card a:hover {
      opacity: 1; }

/*  SNS
-------------------------*/
.sns-container {
  padding: 75px 0 0;
  background: #FFF;
  padding-bottom: 65px; }

.block-contents {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 0 30px; }

.sns-block {
  width: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sns-block .sns-block-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 17px;
    position: relative;
    margin-bottom: 18px;
    border-bottom: 1px solid #dedede; }
    .sns-block .sns-block-title .sns-block-title-txt {
      letter-spacing: 0.08em;
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      font-family: "din-condensed", sans-serif; }
    .sns-block .sns-block-title .sns-block-title-btn {
      display: inline-block;
      width: 140px;
      height: 30px;
      background-color: black;
      border-radius: 15px;
      font-size: 12px;
      line-height: 30px;
      color: #FFF;
      text-align: center; }
  .sns-block .sns-contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 550px;
    overflow: hidden; }

.mCSB_scrollTools {
  opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background-color: #999;
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #202020; }

.sns-feed-item > div {
  margin-bottom: 30px; }
  .sns-feed-item > div:last-child {
    margin-bottom: 0; }

.sns-feed-item a {
  display: block; }
  .sns-feed-item a:hover {
    opacity: 1; }

.sns-feed-item .date {
  color: #666;
  padding-bottom: 5px; }
  .sns-feed-item .date span {
    display: inline-block;
    padding-right: 10px; }
    .sns-feed-item .date span a {
      color: #666; }

.sns-feed-item .text {
  padding-bottom: 10px;
  line-height: 1.5; }

.sns-feed-item .img {
  text-align: center; }
  .sns-feed-item .img img {
    max-width: 100%; }

.fb-list li {
  padding-bottom: 18px;
  margin-top: 18px;
  border-bottom: 1px solid #dedede; }
  .fb-list li:first-child {
    margin-top: 0; }
  .fb-list li a {
    display: flex;
    justify-content: flex-start; }
    .fb-list li a:hover {
      opacity: 1; }

.fb-list .fb-photo {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  background: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .fb-list .fb-photo img {
    opacity: 0; }

.fb-list .fb-text {
  flex: 1; }

/* svg
------------------------------------*/
.card--b svg {
  fill: #c02829; }

.icon_00 {
  width: 51px; }

.icon_01 {
  width: 41px; }

.icon_02 {
  width: 53px; }

.icon_03 {
  width: 48px; }

.icon_04 {
  width: 48px; }

.icon_05 {
  width: 59px; }

.icon_06 {
  width: 50px; }

.icon_07 {
  width: 59px; }

/*# sourceMappingURL=index.css.map */