#section1 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #section1 {
    margin-top: 0;
  }
}
#section1:before, #section1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
#section1:before {
  z-index: -1;
  background: rgb(176, 237, 252);
  background: linear-gradient(90deg, rgb(176, 237, 252) 0%, rgb(218, 241, 254) 100%);
  transform: skewY(3deg);
}
#section1:after {
  z-index: -2;
  background: rgb(115, 217, 243);
  background: linear-gradient(90deg, rgb(115, 217, 243) 0%, rgb(176, 237, 252) 100%);
  transform: skewY(-3deg);
}
#section1 .section-title {
  max-width: 1060px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #section1 .section-title > img {
    width: 13.3333333333vw;
    max-width: 83px;
  }
}
@media screen and (max-width: 1200px) {
  #section1 .section-title {
    /*padding-right: 10%;
    padding-left: 10%;*/
  }
}
#section1 .section-title:before, #section1 .section-title:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
#section1 .section-title:before {
  background-image: url(../img/channel/s1-img1.png);
  width: 322px;
  height: 382px;
  left: 0;
}
@media screen and (min-width: 1201px), print {
  #section1 .section-title:before {
    transform: translate(-50%, -10%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #section1 .section-title:before {
    transform: translateX(-12%);
    width: 161px;
    height: 191px;
  }
}
@media screen and (max-width: 750px) {
  #section1 .section-title:before {
    transform: translateX(-12%);
    width: 30.0533333333vw;
    height: 35.6533333333vw;
	  top: -8vw;
  }
}
#section1 .section-title:after {
  background-image: url(../img/channel/s1-img2.png);
  width: 344px;
  height: 394px;
  right: 0;
}
@media screen and (min-width: 1201px), print {
  #section1 .section-title:after {
    transform: translate(50%, -10%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #section1 .section-title:after {
    transform: translateX(12%);
    width: 172px;
    height: 197px;
  }
}
@media screen and (max-width: 750px) {
  #section1 .section-title:after {
    transform: translateX(12%);
    width: 32.1066666667vw;
    height: 36.7733333333vw;
	  top: -8vw;
  }
}
#section1 .section-title-text {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #section1 .section-title-text {
    padding-right: 15%;
    padding-left: 15%;
  }
}
#section1 .section-title-text:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/channel/s1-title-parts.png);
  height: 2px;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
#section1 .channel {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  max-width: 366px;
  border-radius: 20px;
}
#section1 .channel-list-box {
  max-width: 1135px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#section1 .channel-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 751px), print {
  #section1 .channel:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px), print {
  #section1 .channel {
    width: 32%;
/*    margin-left: 2%;*/
  }
  #section1 .channel:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  #section1 .channel:nth-child(4n) {
    margin-left: 0;
  }
  #section1 .channel:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #section1 .channel {
    width: 48%;
	max-width: initial;
  }
  #section1 .channel:not(:nth-child(2n)){
	margin-right: 4%;
  }
  #section1 .channel:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 750px) {
  #section1 .channel {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #section1 .channel:nth-child(n+2) {
    margin-top: 4%;
  }
}/*# sourceMappingURL=channel.css.map */
.coming-box{
  width:90%;
  margin-right:auto;
  margin-left:auto;
  background:#fff;
  border:3px solid #000;
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  border-radius:5px;
  padding-top:100px;
  padding-bottom:100px;
  padding-right:5%;
  padding-left:5%;
  box-shadow: 0 3px 0 #000;
}
.coming-box-txt{
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}
.coming-box-txt div{
  font-size:3em;
  font-weight:700;
  letter-spacing: 0.1em;
}
.coming-box-txt span{
  font-size:1.5em;
  letter-spacing: 0.1em;
  display:block;
  margin-top:20px;
  color:#f598de;
  font-weight:600;
  width:fit-content;
  padding:5px 20px;
  background:#000;
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width:750px) {
  .coming-box{
    padding-top:13vw;
    padding-bottom:13vw;
  }
  .coming-box-txt div{
    font-size:7.2vw;
  }
  .coming-box-txt span{
    font-size:3vw;
    padding:0.6vw 2.6vw;
    margin-top:2.6vw;
  }
}

/*----------------追記250701--------------------*/
@media screen and (max-width: 750px) {
	#section1 .channel-list-box{width: 94%;}
	#section1 .channel {
		width: 100%;
		padding:5%;
	}
}
.tiktok-box{
  margin-right:auto;
  margin-left:auto;
  position:relative;
  width:100%;
  padding-top:250%;
}
.tiktok-box iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
