@charset "utf-8";

.inner {
  padding: 0 5%;
}

.categoryWrap {
  padding: 80px 0;
}
.category {
  margin: 0 0 30px;
}
.category .text_en {
  display: flex;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #001E50; 
}
.category .text_en::after {
	content: "";
	flex-grow: 1;
  display: block;
	height: 1px;
  margin-left: .4em;
	border-bottom: 2px dotted #009FFF;
}
.category .text_jp {
  font-size: 16px;
  font-weight: 700;
  color: #001E50;
}
.sponsorSet {
  margin: 0 0 100px;
}
.sponsorSet:last-of-type {
  margin: 0;
}
.sponsorSet .logo {
  margin: 0 0 30px;
  text-align: center;
  color: #001E50;
  font-weight: 700;
}
.sponsorSet .logo img {
  width: auto;
  height: 70px;
}
#smarezi.sponsorSet .logo img {
  height: 80px;
}
#sompo.sponsorSet .logo img {
  height: 80px;
}
#yumemi.sponsorSet .logo img {
  height: 80px;
}

.sponsorSet .detailWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sponsorSet .text {
  width: 100%;
  font-size: 14px;
  color: #000;
}
.sponsorSet .text.comingsoon {
  text-align: center;
}
.sponsorSet .textS {
  width: 47.5%;
  font-size: 14px;
  color: #000;
}
.sponsorSet .content {
  width: 47.5%;
  font-size: 14px;
  color: #000;
}
.sponsorSet .content .youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sponsorSet .content .youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sponsorSet .textS a,
.sponsorSet .text a {
  color: #0078dc;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .sponsorSet .content {
    width: 100%;
    margin: 0 0 20px;
    font-size: 14px;
    color: #000;
  }
  .sponsorSet .textS {
    width: 100%;
    font-size: 14px;
    color: #000;
  }
}


