@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
.thm-page-special .gigaindex .detail {
 width: 100%;
}
.thm-page-special .gigaindex .head {
 display: none;
}
.free-custom .main {
 background: url(svodimage.jpg) top left no-repeat;
 background-size: 700px auto;
 height: 400px;
 width: 940px;
 margin: 0 auto 20px;
 position: relative;
}
.free-custom .main .month {
 background: url(month.png?02) center center no-repeat;
 background-size: auto 100%;
 height: 200px;
 width: 200px;
 position: absolute;
 right: 30px;
 bottom: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.free-custom .main .month span {
 font-family: Poppins, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
 font-size: 8em;
 padding-left: 12px;
 padding-top: 8px;
 color: #515151;
}
.free-custom .main .month span::after {
 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 content: "月";
 font-size: 24px;
 font-weight: bold;
}
.free-custom iframe {
 width: 100%;
 margin: 0 auto;
 border: none !important;
}
.free-custom .txt {
 text-align: center;
 font-size: 16px;
 line-height: 1.8em;
}
.free-custom .txt br {
 display: none;
}
.free-custom .sub {
 display: block;
 font-size: .8em;
 line-height: 1.8em;
}
.free-custom .vod {
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 margin: 20px auto 0;
}
.free-custom .vod li {
 display: inline-block;
 margin: 0 10px 10px;
}
.free-custom .vod li i {
 display: inline-block;
 width: 16px;
 height: 16px;
 border-radius: 8px;
 background-color: #f6e800;
 vertical-align: middle;
 margin-bottom: 5px;
 margin-right: 5px;
}
.free-custom .tabs {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 20px auto 24px;
}
.free-custom .tabs li {
 -ms-flex: auto;
 flex: auto;
 position: relative;
 margin: 2px;
 overflow: hidden;
}
.free-custom .tabs li::after {
 content: "";
 position: absolute;
 z-index: 1;
 width: 30px;
 height: 20px;
 -webkit-transform: rotate(-50deg);
 -moz-transform: rotate(-50deg);
 transform: rotate(-50deg);
 bottom: -8px;
 right: -20px;
 background: #fff;
}
.free-custom .tabs a {
 display: block;
 background-color: #e4dece;
 color: #515151;
 padding: 14px 2px;
 border-top: 4px solid #868686;
 text-align: center;
 font-weight: bold;
}
.free-custom .tabs a:hover {
 background-color: #868686;
 color: #fff;
}