@charset "UTF-8";

.-wrapper {
  margin: 0 auto;
  padding: 120px 0;
}

.-ttl {
  font-size: 36px;
  font-weight: 500;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 40px;
}

.-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #231815;
  padding-bottom: 24px;
}

.-sentence {
  width: 80%;
  margin: 0 auto;
  line-height: 1.875;
}

@media screen and (min-width: 769px) {

  .-wrapper {
    max-width: 1000px;
    width: 90%;
  }

}

@media screen and (max-width: 768px) {

  .-wrapper {
    padding: 17.066vw 0;
  }

  .-ttl {
    font-size: 28px;
    padding-bottom: 8.533vw;
  }

  .-copy {
    font-size: 18px;
    line-height: 1.388;
    padding-bottom: 6.4vw;
  }

  .-copy .-item01 {
    display: block;
    padding-bottom: 2.133vw;
  }

  .-copy .-item02 {
    display: block;
  }

  .-sentence {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.714;
  }

}


/* ttl */

.ttl {
  background-color: #231815;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.ttl-about {
  color: #fff;
  font-size: 57px;
  font-weight: 500;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {

  .ttl {
    padding: 11.333vw 0;
  }

  .ttl-about {
    font-size: 32px;
  }

}

.media_outer {
  background-color: #FFF7E8;
}

.media_wrap {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .media_wrap {
    padding: 14vw 0;
  }
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  max-width: 680px;
  margin: 0 auto 80px;
  list-style-type: none;
}
.tab-list-item {
  text-align: center;
  width: 32%;
  /* margin: 0 auto; */
  margin: 0 10px;
  /* padding: 5px 0; */
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
  font-size: 24px;
  font-weight: 500;
  color: #231815;
  border: 1px solid #231815;
  background-color: #fff;
  cursor: pointer;
  transition: .25s;

}
.tab-list-item.tokuban {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: default;
}
.tab-list-item.active,
.tab-list-item:hover {
  color: #fff;
  background-color: #231815;
}
/* .tab-list-item.tv:hover,
.tab-list-item.web:hover,
.tab-list-item.tokuban:hover {
  color: #231815;
  background-color: #fff;
} */

.tab-contents-item {
  /* display: none; */
}
.tab-contents-item.show {
  display: block;
}
.tab-list-link {
	display: block;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .tab-list {
    justify-content: space-between;
    margin: 0 auto 14vw;
  }
  .tab-list-item {
    width: 48%;
    margin: 0;
    /* margin: 1%; */
    font-size: 5vw;
  }
  .tab-list-item.tokuban {
    font-size: 4.25vw;
  }
}


table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
th {
	padding: 0.75em 0;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #231815;
  border-bottom: 1px solid #231815;
}
th:nth-of-type(1) {
	border-left: none;
}

.magazineTable th:nth-child(1) { width: 30%; }
.magazineTable th:nth-child(2) { width: 26%; }
.magazineTable th:nth-child(3) { width: 43%; }

.tvTable th:nth-child(1) { width: 30%; }
.tvTable th:nth-child(2) { width: 14%; }
.tvTable th:nth-child(3) { width: 14%; }
.tvTable th:nth-child(4) { width: 14%; }
.tvTable th:nth-child(5) { width: 27%; }

.webTable th:nth-child(1) { width: 28%; }
.webTable th:nth-child(2) { width: 28%; }
.webTable th:nth-child(3) { width: 44%; }

.tokubanTable th:nth-child(1)  { width: 20%; }
.tokubanTable th:nth-child(2)  { width: 25%; }
.tokubanTable th:nth-child(3)  { width: 55%; }

td {
	padding: 1em 0;
	color: #635850;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
	font-size: 16px;
	font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #635850;
}
td p {
	margin: 0;
	padding: 0;
}
td span {
	display: inline-block;
}
td span.new {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #fff;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
	font-size: 12px;
	line-height: 1;
	background: #231815;
}
td span.cap {
  display: inline;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 1;
  background: none;
}
td span.name {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000;
  background: none;
}

table a {
	text-decoration: none;
	color: #000;
}

table a:hover {
	text-decoration: underline;
}

td[data-label="URL"] a {
  word-break: break-all !important;
}

@media screen and (max-width:1200px) {
	td {
		font-size: 1.65vw;
	}
}

@media screen and (max-width:900px) {
  table {
    border-top: 1px solid #231815;
  }
	th {
		display: none;
	}
	td {
		display: flex;
		width: 100%;
		border-bottom: 1px solid #E8E8E8;
		box-sizing: border-box;
		font-size: 15px;
	}

	td:before {
    width: 6em;
    content: attr(data-label);
    color: #231815;
    font-size: 15px;
		font-weight: 700;
	}

	td:nth-of-type(1) {
		margin-top: 1em;
	}
  td:last-of-type {
    padding-bottom: 2em;
    border-bottom: 1px solid #231815;
  }
  td p {
    width: calc(100% - 6em);
  }
}

@media screen and (max-width:768px) {

	table {
		margin: 20px 0 0;
		font-size: 90%;
	}
	th {
		font-size: 80%;
	}

  td span.new {
    height: 22px;
  }
}

@media screen and (max-width:600px) {
	table {
		font-size: 80%;
	}
}

@media screen and (max-width:390px) {
	td:before {
    width: 5em;
	}
}

.table_caption {
  margin: 1em 0 0;
  font-size: 13px;
}


/* last */

.last {
  position: relative;
  z-index: 1;
  background-color: #231815;
}

/* .last-wrappper {
} */

.last-ttl {
  width: 54%;
  margin: 0 auto 32px;
}

.last-roadshow {
  width: 13%;
  margin: 0 auto 40px;
}

.last-billing {
  width: 62.8%;
  margin: 0 auto 72px;
}

.last-btn {
  display: block;
  font-size: 28px;
  font-weight: 500;
  font-family: "ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Yu Mincho",serif;
  line-height: 1.464;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #231815;
  padding: 11px 0 8px;
  width: 36%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {

  .last-btn {
    letter-spacing: 0.02em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .last-btn:hover {
    background-color: #fff;
    color: #231815;
  }

}

@media screen and (max-width: 768px) {

  .last-wrappper {
    width: 92%;
    padding: 14vw 0 21.333vw;
  }

  .last-ttl {
    width: 94.202%;
    margin: 0 auto 6.4vw;
  }

  .last-roadshow {
    width: 23.73%;
    margin: 0 auto 8.533vw;
  }

  .last-billing {
    width: 100%;
    margin: 0 auto 14.933vw;
  }

  .last-btn {
    font-size: 24px;
    line-height: 1.458;
    padding: 12px 0 9px;
    width: 99.71%;
  }

}
