@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url("../../nv/nvgrid.css");
@import url("fade.css");


/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社 70周年記念「日本ヴォーグ社祭」 */
/*--------------------------------------------------------------------*/

/* Layout
--------------------------------------------------------------------*/
#container-matsuri {
  background: url("/img/usr/category/sp/70th/matsuri/bg_tools.png")repeat center top fixed;
  padding-top: 120px;
}

.matsuri-innr {
  margin: 0 10px;
}

@media print, screen and (min-width:921px){
  .matsuri-innr {
    width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  #container-hashtag {
    padding-top: 80px;
  }
}

.bg-white {
  background: #fff;
}
.bg-gold {
  background: #a37600;
}
.bg-red {
  background: #c0192a;
}

.matsuri-block {
  padding: 20px 0;
  position: relative;
}
.matsuri-block h2 {
  text-align: center;
  margin-bottom: 20px;
}


/* Header
--------------------------------------------------------------------*/
.matsuri-header {
  padding: 0;
}
.matsuri-header h1.page-title {
  text-align: center;
  padding: 50px 30px;
  margin: 0;
}
.matsuri-header .matsuri-date {
  text-align: center;
  padding: 50px 10px;
}
.matsuri-questionnaire {
  padding: 30px 0 50px;
}
.matsuri-questionnaire p {
  color: #c0192a;
  font-weight: bold;
  text-align: center;
}
.matsuri-questionnaire a {
  position: relative;
  display: block;
  background: #333;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
}
.matsuri-questionnaire a:hover {
  background: #c0192a;
  text-decoration: none;
}
.matsuri-questionnaire a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}


@media print, screen and (min-width:921px){
  .matsuri-header h1.page-title {
    width: 900px;
    margin: 0 auto;
  }
}


/* Events
--------------------------------------------------------------------*/
.matsuri-eventlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.matsuri-event {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
  margin: 0 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.matsuri-event .event-category {
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: .875em;
  font-weight: bold;
  padding: .5em .75em .25em;
  margin-left: 20px;
}
.matsuri-event .category-shop {
  background: #613a93;
}
.matsuri-event .category-workshop {
  background: #3f5a93;
}
.matsuri-event .category-others {
  background: #0b3a1c;
}
.matsuri-event .event-presents {
  font-size: .875em;
  font-weight: bold;
  padding: 10px 20px;
}
.matsuri-event .event-presents::after {
  content: "presents";
  color: #666;
  margin-left: .25em;
}
.matsuri-event .event-title {
  width: 100%;
  color: #c0192a;
  font-size: 1.125em;
  font-weight: bold;
  padding: 1em 20px;
}
.matsuri-event .new {
  position: relative;
  padding: 1em 20px 1em 70px;
}
.matsuri-event .new::before {
  content: "NEW";
  position: absolute;
  top: 1em;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background: #c0192a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.matsuri-event .event-photo {
  width: 100%;
}
.matsuri-event .event-detail {
  width: 100%;
  padding: .5em 20px;
}
.matsuri-event .event-detail p {
  margin: 0;
  padding: .75em 0 0;
}
.matsuri-event .event-detail .event-date {
  background:linear-gradient(transparent 80%, rgba(192, 25, 42, 1) 80%);
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: .25em;
}
.matsuri-event .event-link {
  width: 100%;
  padding: .5em 20px 0;
}
.matsuri-event .event-link a {
  position: relative;
  display: block;
  background: #333;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: .5em;
}
.matsuri-event .event-link a:hover {
  background: #c0192a;
  text-decoration: none;
}
.matsuri-event .event-link a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.matsuri-event .event-link-invalid {
  width: 100%;
  padding: .5em 20px 0;
}
.matsuri-event .event-link-invalid a {
  pointer-events: none;
  position: relative;
  display: block;
  background: #999;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: .5em;
}

.matsuri-event-more {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px){
  .matsuri-event {
    width: calc(100% / 2 - 30px);
  }
  .matsuri-event .event-title {
    font-size: 1.25em;
    font-weight: bold;
  }
.matsuri-event-more {
  font-size: 1.5em;
  font-weight: bold;
  }
}


/* Access
--------------------------------------------------------------------*/
.matsuri-access {
  display: flex;
  justify-content: center;
}
.matsuri-access .address p {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
.matsuri-access .address dt {
  margin-bottom: .5em;
}
.matsuri-access .address dt span {
  border-bottom: 4px solid #c0192a;
  color: #c0192a;
  font-size: 1.125em;
  font-weight: bold;
}
.matsuri-access .address dd {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: .75em;
}

@media print, screen and (min-width: 768px){
  .matsuri-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .matsuri-access .map {
    width: 40%;
  }
  .matsuri-access .address {
    width: 58%;
  }
}


/* Footer
--------------------------------------------------------------------*/
.matsuri-footer {
  text-align: center;
  padding: 20px 0;
}

