@charset "UTF-8";

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

.textLink:not([href^="tel:"]) {
  /* color: #6B95C4; */
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333;
  /* text-decoration-color: #999; */
}

sup {
  font-size: smaller;
  padding: 0 5px;
}

.NewsContainer [class^="icn-"] {
  color: white;
  font-size: 11px;
  /* line-height: 1em;
  padding: 3px 5px;
  border-radius: 2px; */
}

.NewsContainer [class^="icn-"]+[class^="icn-"] {
  margin: 0 0 0 8px;
}

.NewsContainer .icn-men {
  color: #6b95c4;
}

.NewsContainer .icn-women {
  color: #f08cb7;
}

/*--------------------------------------------
店舗ECアイコン
---------------------------------------------*/
.NewsHead__iconArea {
  text-align: center;
  margin: 0 auto 30px;
}

li:where([class^="NewsHead__icon"]) {
  background: #e4690e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  margin: 0 4px;
  font-size: 18px;
}

.NewsHead__iconEc {
  background: #17a3b6;
}

/*--------------------------------------------
メインイメージ
---------------------------------------------*/
.NewsHead__img {
  margin: 0 auto 50px;
}

.NewsHead__img--s {
  width: 600px;
}

.NewsHead__img--s img {
  width: 100%;
  aspect-ratio: 1/1;
}

/*--------------------------------------------
イベント概要
---------------------------------------------*/
.NewsHead__overview {
  margin: 0 auto 50px;
}

.NewsHead__label {
  font-size: 20px;
}

.NewsHead__txt {
  text-align: left;
  line-height: 1.8;
  word-break: break-all;
}

.NewsHead__txt+.NewsHead__txt {
  margin: 1.5em 0 0;
}

.NewsHead__btn {
  margin-top: 40px;
  text-align: center;
}

.NewsHead__annotation {
  background: #f4f4f4;
  display: block;
  padding: 15px;
  border-radius: 3px;
  color: #232323;
  font-size: 12px;
  margin: 20px auto 0;
}

/*--------------------------------------------
イベント詳細
---------------------------------------------*/
.NewsBody__block {
  display: grid;
  grid-template-columns: 220px 1fr;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.NewsBody__label {
  padding: 30px 20px;
  border-bottom: 1px #232323 solid;
  vertical-align: top;
}

.NewsBody__block:first-child .NewsBody__label {
  border-top: 1px #232323 solid;
}

.NewsBody__content {
  padding: 30px 20px;
  border-bottom: 1px #E0E0E0 solid;
  font-size: 14px;
}

.NewsBody__time dt {
  font-weight: bold;
}

.NewsBody__time dt:not(:first-of-type) {
  margin: 20px 0 0;
}

.NewsBody__block:first-child .NewsBody__content {
  border-top: 1px #E0E0E0 solid;
}

.NewsBody__inner {
  line-height: 1.8;
}

.NewsBody__inner:not(:first-child) {
  padding: 20px 0 0;
}

.NewsBody__shopWrap:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

.NewsBody__shopDate {
  margin: 0 0 8px;
}

.NewsBody__shopName {
  font-size: 15px;
  font-weight: bold;
}

.NewsBody__shopAdoress {
  margin: 12px 0 0;
}

.NewsBody__shopKana {
  font-size: 12px;
  font-weight: normal;
}

.NewsBody__shopMap {
  font-size: 10px;
  margin: 0 0 0 8px;
  font-weight: normal;
}

.NewsBody__shopInfo {
  font-size: 12px;
}

.NewsBody__shopBlock:not(:last-child) {
  margin: 0 0 30px
}

.gmap a {
  display: inline-block;
  margin: 0 0 0 8px;
  line-height: 1;
  color: #6B95C4;
  border-bottom: 1px #6B95C4 solid;
  font-size: 10px;
  text-transform: capitalize;
}

.gmap a:before {
  display: inline-block;
  content: '>';
  padding-right: 5px;
}

.NewsBody__shopBlock>dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.NewsBody__shopBlock>dl>dt {
  font-size: 10px;
}

.NewsBody__shopBlock>dl>dd {
  flex: 1;
}

.NewsBody__shopBlock>dl>dd:before {
  content: '：';
}

.NewsBody__shopLink a {
  border-bottom: 1px #6B95C4 solid;
  margin: 5px 0 0;
  display: inline-block;
  line-height: 1.4;
  text-transform: capitalize;
}

.NewsBody__infBtn {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 5px;
}

.NewsBody__map {
  width: 100%;
  height: 300px;
  margin: 15px 0 0;
  border: 0
}

/*--------------------------------------------
iframe YouTube
---------------------------------------------*/
.Video {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  padding-top: calc(315/560*100%);
}

.Video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*--------------------------------------------
  会員ランク
---------------------------------------------*/
.Rank__name {
  font-weight: bold;
}

.Rank__point {
  margin-bottom: 20px;
}

/*--------------------------------------------
  対象商品一覧ボタン
---------------------------------------------*/
.p-apply {
  bottom: 16px;
  margin: 60px 0 0;
  position: sticky;
  transition: all .4s;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
}

.p-apply.is-show {
  opacity: 1;
  visibility: initial
}

.p-apply__lead {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .1));
  background: #e8e8e8;
  border-radius: 3px;
  color: #232323;
  display: inline-block;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .1));
  margin: 0 auto 16px;
  padding: 6px 18px;
  position: relative;
  text-align: center
}

.p-apply__lead:before {
  -webkit-transform: translate(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #e8e8e8;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%);
  z-index: 1
}

.p-apply__lead>span {
  font-size: 14px;
  font-weight: 700;
  margin: 0 3px
}

.p-apply__linkWrap {
  margin: 0 auto;
  max-width: 360px;
  text-align: center
}

.NewsContainer a.p-apply__link {
  background: var(--color-link);
  border-radius: 50px;
  line-height: 60px;
  height: 60px;
  width: 300px;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
}

.NewsContainer a.p-apply__link:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  transform: translateY(-50%) rotate(45deg);
}

.p-apply__link>span {
  font-size: 14px;
  font-weight: 400
}

/*--------------------------------------------
パーツ
---------------------------------------------*/
a.linkBtn {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 0 auto;
  padding: 0 45px 0 20px;
  line-height: 50px;
  border: 1px #232323 solid;
  border-radius: 3px;
  background: #232323;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  min-width: 300px;
}

.linkBtn:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  transform: rotate(45deg);
}

.linkCalendar {
  text-align: center;
  margin: 40px auto 0;
}

a.linkCalendar__btn {
  display: inline-flex;
  justify-content: center;
  color: white;
  align-items: center;
}

.linkCalendar__btn::before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(https://www.arknets.co.jp/wwwroot/img/topic/common/icon_calendar.svg);
  background-size: cover;
  margin: 0 8px 0 0;
}

.notes {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.notes:before {
  content: '※';
  display: inline-block;
}

.notes--gb {
  background: #f4f4f4;
  display: block;
  padding: 15px;
  border-radius: 3px;
  margin-top: 20px;
}

.notes--gb > .notes:first-of-type {
  margin-top: 0;
}

.redTxt {
  color: #cc0c0c;
}

.fontS {
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.Attention {
  margin: 10px 0 0;
}

.Attention>* {
  list-style: disc;
  line-height: 1.4;
  margin: 0 0 12px 1em;
  font-size: 12px;
  display: list-item;
}

.Attention>dt {
  list-style: none;
  margin: 24px 0 8px 0;
  font-size: 12px;
  font-weight: bold;
}

.Attention>dt:first-of-type {
  margin: 0 0 12px 0;
}

.SnsShare {
  margin: 30px 0 0;
}

@media screen and (max-width: 560px) {
  .NewsContainer {
    width: 90%;
    margin: 0 auto 80px;
  }

  .NewsContainer a[href^="tel:"] {
    color: #6B95C4;
  }

  /*--------------------------------------------
  メインイメージ
  ---------------------------------------------*/
  .NewsHead__img {
    margin: 0 auto 45px;
  }

  .NewsHead__img--s {
    width: 100%;
  }

  /*--------------------------------------------
  イベント概要
  ---------------------------------------------*/
  .NewsHead__Overview {
    margin: 0 auto 45px;
  }

  .NewsHead__ttl {
    font-weight: bold;
    margin: 0 auto 30px;
    padding: 0;
  }

  /*--------------------------------------------
  イベント詳細
  ---------------------------------------------*/
  .NewsBody {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 22px;
  }

  .NewsBody:first-child {
    border-top: 2px solid #e0e0e0;
    padding-top: 30px;
  }

  .NewsBody__block {
    grid-template-columns: 1fr;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 32px 10px;
    border-bottom: 1px solid #232323;
  }

  .NewsBody__block:first-child {
    border-top: 1px solid #232323;
  }

  .NewsBody__block:first-child .NewsBody__label {
    border-top: none;
  }

  .NewsBody__label {
    font-size: 16px;
    padding: 0;
    width: 100%;
    border: none;
    display: block;
    margin: 0 0 16px;
  }

  .NewsBody:first-child .NewsBody__label {
    border: none;
  }

  .NewsBody__block:first-child .NewsBody__content {
    border-top: none;
  }

  .NewsBody__content {
    line-height: 1.8;
    width: 100%;
    border: none;
    display: block;
    padding: 0;
  }

  .NewsBody:first-child .NewsBody__content {
    border: none;
  }

  .NewsBody__map {
    width: 100%;
    height: 200px;
    margin: 15px 0 0;
    border: 0;
  }

  /*--------------------------------------------
    対象商品一覧ボタン
  ---------------------------------------------*/
  .NewsContainer a.p-apply__link {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    margin: 50px auto;
    width: 300px;
  }


  /*--------------------------------------------
  パーツ
  ---------------------------------------------*/
  .NewsContainer a.linkBtn {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 15px 45px 15px 20px;
    height: auto;
    line-height: 1.8;
    border: 1px #232323 solid;
    border-radius: 3px;
    background: #232323;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
  }

  .NewsContainer a.linkCalendar__btn {
    display: inline-flex;
    justify-content: center;
    color: white;
    align-items: center;
  }
}