@charset "UTF-8";
/* ==========================================================================
	EVENT-2017夏祭り
========================================================================== */
.c-str {
  font-style: normal;
  font-weight: bold;
}

.c-str.is-blue {
  color: #3286EA;
}

.c-event_subttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2em;
}

.c-event_subttl:first-child {
  margin-top: 0;
}

.c-event_subttl--sub {
  font-weight: bold;
  margin-top: 1em;
}

.event {
  background-image: url(/wp/wp-content/themes/sgs//assets/img/special/event/bg_circle_rp.png), url(/wp/wp-content/themes/sgs//assets/img/special/event/bg_check.png);
  background-repeat: repeat-y, repeat;
  background-position: center top;
  padding-top: 26.5%;
}

.event img {
  max-width: 100%;
}

.event__mainvisual {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.event__mainvisual img {
  width: 100%;
}

.event__content {
  position: relative;
  background-image: url(/wp/wp-content/themes/sgs//assets/img/special/event/bg_repeat.png?170721);
  background-repeat: repeat-y;
  background-position: center top;
  padding-top: 6%;
  margin-top: -6.5%;
}

.event__inner {
  max-width: 920px;
  padding: 0 60px 130px;
  margin: 0 auto;
  background: url(/wp/wp-content/themes/sgs//assets/img/special/event/bg_rainbow.png) repeat-y left top;
}

.event__subttl {
  margin-top: 50px;
}

.event__desc {
  background: #F4F4F5;
  padding: 30px 25px;
  margin-top: 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.event__desc a {
  color: #3286EA;
}

.event__comingsson {
  text-align: center;
}

.event__ticketnotice {
  margin-top: 24px;
}

.event__ticketnotice h3 {
  margin-top: 24px;
}

.ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (max-width: 1080px) {
  .ttl {
    padding: 0 32px;
  }
}

.sns {
  max-width: 800px;
  margin: -1.5% auto 0;
}

@media (max-width: 1080px) {
  .sns {
    max-width: 80%;
  }
}

.sns li {
  position: relative;
  z-index: 1000;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  float: right;
  margin-left: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.sns li.is-twitter {
  background: #00A0FF;
}

.sns li.is-facebook {
  background: #285FB8;
}

.c-noticelist {
  margin-left: 1em;
}

.c-noticelist li:before {
  display: inline-block;
  content: '・';
  margin-left: -1em;
}

.c-noticelist.is-kome li:before {
  content: '※';
}

.information {
  position: relative;
}

.information__place {
  max-width: calc(320 / 800 * 100%);
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.howtobuy dl {
  margin: 0;
}

.howtobuy dt {
  font-weight: bold;
  margin: 32px 0 0 0;
}

.howtobuy dt:first-child {
  margin: 0;
}

.howtobuy dd {
  margin: 0;
}

.howtobuy li {
  line-height: 1.625;
}

.howtobuy .note {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 6px 0 0 16px;
}

.eventcont__txt {
  margin-top: 1em;
}

.eventcont__subttl-in {
  margin-top: 32px;
}

.eventcont__notice {
  margin-top: 1em;
}

.goods__list.has-bd {
  border-top: 2px solid;
}

.goods__list.is-first {
  margin-top: -32px;
}

.goods__list.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.goods__list + .goods__list {
  margin-top: 32px;
}

.goods__list__item {
  margin-top: 32px;
}

.is-flex .goods__list__item {
  width: 240px;
}

@media (max-width: 1080px) {
  .is-flex .goods__list__item {
    width: 48%;
  }
}

.goods__phltd {
  position: relative;
}

.goods__phltd:after {
  content: '';
  background: url(/wp/wp-content/themes/sgs//assets/img/special/event/goodsph_limited.png);
  width: 84px;
  height: 84px;
  position: absolute;
  top: -16px;
  left: -16px;
}

.goods__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

.goods__ttl.is-ltd {
  color: #FF3A6F;
}

.is-small .goods__ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
}

.goods__info {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.45;
}

.is-small .goods__info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 6px;
  font-weight: normal;
}

.goods__txt {
  margin-top: 10px;
}
