@charset "utf-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
.streamS_inner {
    max-width: 1420px;
    margin: auto;
    width: 90%;
}
.ss_en {
font-family: "avenir-lt-pro", sans-serif;
font-weight: 500;
font-style: normal;
}
.ss_sans {
    font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
}
/* inviewContents関連
=======================*/
.fadeIn {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInTrigger {
    opacity: 0;
}
.streamS_pagewrap {
    background-color: #fff;
    font-style: normal;
    color: #1A1311;
    font-style: normal;
    font-family: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.streamS_pagewrap p,
.streamS_pagewrap span,
.streamS_pagewrap figcaption {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
}
.streamS_pagewrap a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.streamS_pagewrap h2, .streamS_pagewrap h3, .streamS_pagewrap h4 {
    font-weight: 500;
}
/* ヘッダー */
.header_nav li a, .header_s_btn, .footer_nav_col ul li a, .footer_company_info, .copyright  {
    font-weight: 500;
}
/* 共通 */
.streamS_btn {
    max-width: 550px;
    margin: 0 auto;
}
.streamS_btn a {
    width: 100%;
    display: block;
    background-color: #F58D01;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 23px;
    border: 1px solid #F58D01;
    font-weight: 500;
}
.streamS_btn a:hover {
    background-color: #fff;
    color: #F58D01;
}
.streamS_ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 400!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.streamS_ttl span {
    display: inline-block;
    font-size: 40px;
    margin-right: 15px;
    letter-spacing: .12em;
}
/* streamS_mv */
.streamS_mv .streamS_mvSlider img {
    width: 100vw;
}
.slick-dots {
    display: none!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* streamS_about */
.streamS_about {
    padding: 70px 0 30px;
    background: url(../img/about_bg.jpg) no-repeat center bottom /contain;
}
.streamS_about .streamS_about_top {
    margin: 0 auto 80px;
}
.streamS_about .streamS_about_top h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
}
.streamS_about .streamS_about_top h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}
.streamS_about .streamS_about_top figure {
    max-width: 907px;
    margin: 0 auto 35px;
}
.streamS_about .streamS_about_top span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.streamS_about .streamS_about_top p {
    max-width: 1050px;
    margin: 50px auto 0;
}
.streamS_about .streamS_about_price {
    margin: 0 auto 75px;
}
.streamS_about .streamS_about_price ul {
    max-width: 700px;
    margin: 40px auto 0;
}
.streamS_about .streamS_about_price ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.streamS_about .streamS_about_price ul li h3 {
    font-size: 24px;
    font-weight: 400;
    width: 40%;
}
.streamS_about .streamS_about_price ul li p {
    font-size: 26px;
    width: 58%;
    letter-spacing: 0;
}
.streamS_about .streamS_about_price ul li p span {
    font-size: 24px;
    display: inline-block;
    letter-spacing: 0;
}
.streamS_about .streamS_about_price ul li:first-child {
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #030000;
}
.streamS_about .streamS_about_price span.attention {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 25px;
    font-weight: 300;
}
/* streamS_color */
.streamS_color {
    padding: 80px 0 90px;
}
.streamS_color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px auto 0;
}
.streamS_color ul li {
    width: 17%;
}
.streamS_color ul li figure figcaption {
    display: block;
    text-align: center;
    margin-top: 20px;
}
/* streamS_gallery */
.streamS_gallery {
    padding-bottom: 100px;
}
.streamS_gallery .streamS_gallery_gray {
    background-color: #333333;
    padding: 60px 0;
}
.streamS_gallery .streamS_gallery_gray .streamS_ttl {
    color: #fff;
}
.streamS_gallery .streamS_gallery_gray figure {
    margin: 40px auto 0;
    border-bottom: 1.5px solid #fff;
}
.streamS_gallery .streamS_gallery_gray .streamS_gallery_sp {
    display: none;
}
.streamS_gallery .streamS_gallery_gray ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.streamS_gallery .streamS_gallery_gray ul li {
    width: 50%;
}
.streamS_gallery .streamS_gallery_gray ul li:first-child {
    border-right: 1.5px solid #fff;
}
.streamS_gallery .streamS_gallery_gray p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 40px auto 0;
}
.streamS_gallery .streamS_btn {
    margin-top: 100px;
}
/* streamS_feature */
.streamS_feature {
    padding-bottom: 100px;
}
.streamS_feature .streamS_feature_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
}
.streamS_feature .streamS_feature_contInn {
    width: 50%;
    background-color: #F5F8F9;
    padding: 70px 70px 40px 70px;
}
.streamS_feature .streamS_feature_contInn:first-of-type {
    border-right: 1.5px solid #707070;
}
.streamS_feature .streamS_feature_contInn h3 {
    background-color: #333333;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}
.streamS_feature .streamS_feature_contInn:first-of-type figure {
    border-bottom: 1px solid #333333;
}
.streamS_feature .streamS_feature_contInn:first-of-type figure img {
    width: 80%;
    display: block;
    margin: 0 auto 40px;
}
.streamS_feature .streamS_feature_contInn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #333333;
}
.streamS_feature .streamS_feature_contInn ul li {
    width: 32%;
    margin-bottom: 30px;
}
.streamS_feature .streamS_feature_contInn ul li figure img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.streamS_feature .streamS_feature_contInn ul li figcaption {
    text-align: center;
    display: block;
    margin-top: 10px;
    letter-spacing: -.03rem;
    line-height: 1.5;
}
.streamS_feature .streamS_feature_contTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0;
}
.streamS_feature .streamS_feature_contTxt p {
    width: 49%;
    font-size: 16px;
    margin-bottom: 10px;
}
.streamS_feature .streamS_feature_contTxt p.long {
    letter-spacing: -.03rem;
}
.streamS_feature .streamS_feature_contTxt p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
        padding-top: 3px;
        padding-left: .7px;
        margin: 0 3px;
        background-color: #1A1311;
        width: 19px;
        height: 19px;
        border-radius: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-size: 16px!important;
}
.streamS_feature .streamS_feature_contInn p.attention {
    font-size: 16px;
}
.streamS_feature .streamS_feature_contInn p.attention span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 3px;
    padding-left: .7px;
    margin: 0 3px;
    background-color: #1A1311;
    width: 19px;
    height: 19px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px!important;
}
/*  */
.streamS_feature .streamS_feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 100px;
}
.streamS_feature .streamS_feature_list li {
    width: 50%;
    background-color: #F5F8F9;
    text-align: center;
    padding-bottom: 50px;
}
.streamS_feature .streamS_feature_list li p {
    margin: 20px auto 10px;
}
.streamS_feature .streamS_feature_list li span {
    display: block;
    font-size: 16px;
}
.streamS_feature .streamS_feature_list li:first-child {
    border-right: 1.5px solid #fff;
}
/* streamS_design */
.streamS_design {
    background-color: #333333;
    padding-top: 80px;
    margin-bottom: 100px;
}
.streamS_design .streamS_ttl {
    color: #fff;
}
.streamS_design ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
}
.streamS_design ul li {
    width: 50%;
    margin-bottom: 60px;
}
.streamS_design ul li p {
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
}
.streamS_design ul li:nth-child(odd) figure {
    border-right: 1.5px solid #fff;
}
/* streamS_seat */
.streamS_seat {
    margin: 0 auto 135px;
    max-width: 1420px;
    width: 90%;
    background: url(../img/seat_bg.png) no-repeat center /cover;
}
.streamS_seat_txt {
    width: 50%;
    color: #fff;
    padding: 90px 2% 80px 0;
    margin: 0 0 0 auto;
}
.streamS_seat_txt p {
    margin-bottom: 60px;
}
.streamS_seat_btn a {
    display: block;
    color: #fff;
    background-color: #F58D01;
    border: 1px solid #F58D01;
    max-width: 550px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 23px;
}
.streamS_seat_btn a:hover {
    background-color: #fff;
    color: #F58D01;
}
/* streamS_after */
.streamS_after {
    margin: 0 auto 160px;
}
.streamS_after_cont01 {
    margin: 100px auto 50px;
    background: url(../img/after_bg01.jpg) no-repeat center /cover;
}
.streamS_after_cont01Txt {
    width: 50%;
    padding: 60px 2% 50px 0;
    margin: 0 0 0 auto;
}
.streamS_after_cont01Txt span {
    text-align: center;
    font-size: 24px;
    display: block;
}
.streamS_after_cont01Txt h3 {
    font-size: 35px;
    border: 1px solid #000;
    max-width: 490px;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto 35px;
    letter-spacing: .4em;
}
.streamS_after_cont01Txt p {
    max-width: 490px;
    margin: 0 auto;
}
.streamS_after_cont01Txt p a {
    color: #FA8C0B;
}
.streamS_after_cont01Txt p a:hover {
    opacity: .7;
}
.streamS_after_cont02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 80px;
}
.streamS_after_cont02 li {
    width: 48%;
}
.streamS_after_cont02 li a {
    padding: 110px 0;
    width: 100%;
    display: block;
}
.streamS_after_cont02 li:first-child a {
    background: url(../img/after_bg02.jpg) no-repeat center /cover;
}
.streamS_after_cont02 li:last-child a {
    background: url(../img/after_bg03.jpg) no-repeat center /cover;
}
.streamS_after_cont02 li a p {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    max-width: 400px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 23px;
}
.streamS_after_cont02 li a:hover {
    opacity: .7;
}
.streamS_after_cont02 li:last-child a p {
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .6);
}
.streamS_after_cont03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.streamS_after_cont03 li {
    width: 32%;
}
.streamS_after_cont03 li a {
    display: block;
    font-size: 23px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #fff;
    font-weight: 500;
}
.streamS_after_cont03 li:first-child a {
    background-color: #F58D01;
    border: 1px solid #F58D01;
}
.streamS_after_cont03 li a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #333;
}
.streamS_after_cont03 li:first-child a:hover {
    border: 1px solid #F58D01;
    color: #F58D01;
}
@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .streamS_pagewrap figure img {
        width: 100%;
    }
    .streamS_pagewrap p,
.streamS_pagewrap span,
.streamS_pagewrap figcaption {
    font-size: 16px;
}
    /* 共通 */
.streamS_btn {
    max-width: 335px;
}
.streamS_btn a {
    font-size: 16px;
    padding: 7px 0;
}
.streamS_ttl {
    font-size: 16px;
}
.streamS_ttl span {
    font-size: 25px;
    margin-right: 5px;
    letter-spacing: .2em;
}
/* streamS_about */
.streamS_about {
    padding: 35px 0 0;
    background: none;
}
.streamS_about .streamS_about_top {
    margin: 0 auto 30px;
}
.streamS_about .streamS_about_top h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.streamS_about .streamS_about_top h3 {
    font-size: 14px;
    margin-bottom: 30px;
}
.streamS_about .streamS_about_top figure {
    margin: 0 auto;
    max-width: 500px;
}
.streamS_about .streamS_about_top span {
    font-size: 16px;
}
.streamS_about .streamS_about_top p {
    margin: 35px auto 0;
}
.streamS_about .streamS_about_price {
    margin: 0 auto 35px;
}
.streamS_about .streamS_about_price ul {
    margin: 20px auto 0;
    max-width: 500px;
}
.streamS_about .streamS_about_price ul li {
    display: block;
}
.streamS_about .streamS_about_price ul li h3 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.streamS_about .streamS_about_price ul li p {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.streamS_about .streamS_about_price ul li p span {
    font-size: 20px;
}
.streamS_about .streamS_about_price ul li:first-child {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.streamS_about .streamS_about_price span.attention {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding-left: 1rem;
    text-indent: -1rem;
}
/* streamS_color */
.streamS_color {
    padding: 35px 0 40px;
}
.streamS_color ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 550px;
}
.streamS_color ul li {
    width: 47%;
}
.streamS_color ul li:first-child {
    width: 100%;
}
.streamS_color ul li figure figcaption {
    margin-top: 10px;
    letter-spacing: -.05rem;
}
.streamS_color ul li figure img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
/* streamS_gallery */
.streamS_gallery {
    padding-bottom: 35px;
}
.streamS_gallery .streamS_gallery_gray {
    padding: 35px 0 40px;
}
.streamS_gallery .streamS_gallery_gray figure {
    margin: 30px auto 0;
}
.streamS_gallery .streamS_gallery_gray .streamS_gallery_pc {
    display: none;
}
.streamS_gallery .streamS_gallery_gray ul.streamS_gallery_sp {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.streamS_gallery .streamS_gallery_gray p {
    text-align: left;
    line-height: 1.5;
    margin: 35px auto 0;
}
.streamS_gallery .streamS_btn {
    margin-top: 35px;
}
/* streamS_feature */
.streamS_feature {
    padding-bottom: 35px;
}
.streamS_feature .streamS_feature_cont {
    display: block;
    margin-top: 25px;
}
.streamS_feature .streamS_feature_contInn {
    width: 100%;
    padding: 30px 0;
}
.streamS_feature .streamS_feature_contInn:first-of-type {
    border-right: unset;
}
.streamS_feature .streamS_feature_contInn h3 {
    font-size: 18px;
    margin-bottom: 40px;
}
.streamS_feature .streamS_feature_contInn:first-of-type figure {
    border-bottom: 1px solid #333333;
}
.streamS_feature .streamS_feature_contInn:first-of-type figure img {
    width: 60%;
    margin: 0 auto 30px;
}
.streamS_feature .streamS_feature_contInn ul {
   padding: 0 5%;
   margin: 0 auto;
}
.streamS_feature .streamS_feature_contInn ul li {
    width: 48%;
    margin-bottom: 10px;
}
.streamS_feature .streamS_feature_contInn ul li figure img {
    width: 75%;
}
.streamS_feature .streamS_feature_contTxt {
    display: block;
    width: 80%;
}
.streamS_feature .streamS_feature_contTxt p {
    width: 100%;
    margin-bottom: 5px;
}
.streamS_feature .streamS_feature_contInn p.attention {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}
/*  */
.streamS_feature .streamS_feature_list {
    display: block;
    margin: 0 auto;
}
.streamS_feature .streamS_feature_list li {
    width: 100%;
    padding-bottom: 30px;
}
.streamS_feature .streamS_feature_list li p {
    margin: 10px auto 5px;
    font-size: 18px;
}
.streamS_feature .streamS_feature_list li span {
    width: 90%;
    font-size: 15px;
    margin: 0 auto;
}
.streamS_feature .streamS_feature_list li:first-child {
    border-right: unset;
}
/* streamS_design */
.streamS_design {
    padding: 35px 0 40px;
    margin-bottom: 35px;
}
.streamS_design .streamS_ttl {
    line-height: 1.5;
    display: block;
}
.streamS_design .streamS_ttl span {
    display: block;
    margin: 0 auto;
}
.streamS_design ul {
    display: block;
    margin: 40px auto 0;
}
.streamS_design ul li {
    width: 100%;
    margin-bottom: 25px;
}
.streamS_design ul li:last-child {
    margin-bottom: 0;
}
.streamS_design ul li p {
    margin: 5px auto 0;
    font-size: 18px;
}
.streamS_design ul li:nth-child(odd) figure {
    border-right: unset;
}
/* streamS_seat */
.streamS_seat {
    margin: 0 auto 135px;
    max-width: 1420px;
    width: 90%;
    background: url(../img/seat_bg.png) no-repeat center /cover;
}
.streamS_seat_txt {
    width: 50%;
    color: #fff;
    padding: 90px 2% 80px 0;
    margin: 0 0 0 auto;
}
.streamS_seat_txt p {
    margin-bottom: 60px;
}
.streamS_seat_btn a {
    display: block;
    color: #fff;
    background-color: #F58D01;
    border: 1px solid #F58D01;
    max-width: 550px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 23px;
}
.streamS_seat_btn a:hover {
    background-color: #fff;
    color: #F58D01;
}
/* streamS_after */
.streamS_after {
    margin: 0 auto 160px;
}
.streamS_after .streamS_ttl {
    line-height: 1.5;
    display: block;
}
.streamS_after .streamS_ttl span {
    display: block;
    margin: 0 auto;
}
.streamS_after_cont01 {
    margin: 100px auto 50px;
    background: url(../img/after_bg01.jpg) no-repeat center /cover;
}
.streamS_after_cont01Txt {
    width: 50%;
    padding: 60px 2% 50px 0;
    margin: 0 0 0 auto;
}
.streamS_after_cont01Txt span {
    text-align: center;
    font-size: 24px;
    display: block;
}
.streamS_after_cont01Txt h3 {
    font-size: 35px;
    border: 1px solid #000;
    max-width: 490px;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto 35px;
    letter-spacing: .4em;
}
.streamS_after_cont01Txt p {
    max-width: 490px;
    margin: 0 auto;
}
.streamS_after_cont01Txt p a {
    color: #FA8C0B;
}
.streamS_after_cont01Txt p a:hover {
    opacity: .7;
}
.streamS_after_cont02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 80px;
}
.streamS_after_cont02 li {
    width: 48%;
}
.streamS_after_cont02 li a {
    padding: 110px 0;
    width: 100%;
    display: block;
}
.streamS_after_cont02 li:first-child a {
    background: url(../img/after_bg02.jpg) no-repeat center /cover;
}
.streamS_after_cont02 li:last-child a {
    background: url(../img/after_bg03.jpg) no-repeat center /cover;
}
.streamS_after_cont02 li a p {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    max-width: 400px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 23px;
}
.streamS_after_cont02 li a:hover {
    opacity: .7;
}
.streamS_after_cont02 li:last-child a p {
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .6);
}
.streamS_after_cont03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.streamS_after_cont03 li {
    width: 32%;
}
.streamS_after_cont03 li a {
    display: block;
    font-size: 23px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #fff;
    font-weight: 500;
}
.streamS_after_cont03 li:first-child a {
    background-color: #F58D01;
    border: 1px solid #F58D01;
}
.streamS_after_cont03 li a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #333;
}
.streamS_after_cont03 li:first-child a:hover {
    border: 1px solid #F58D01;
    color: #F58D01;
}
/* streamS_seat */
.streamS_seat {
    margin-bottom: 35px;
    background: none;
}
.streamS_seat_txt {
    width: 100%;
    background-color: #000;
    padding: 38px 5% 35px;
    margin: 0 0 0 auto;
}
.streamS_seat_txt p {
    line-height: 1.25;
    margin-bottom: 40px;
}
.streamS_seat_btn a {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 5px;
}
/* streamS_after */
.streamS_after {
    margin: 0 auto 50px;
}
.streamS_after .streamS_ttl span {
    margin-right: 0;
}
.streamS_after_cont01 {
    margin: 40px auto;
    background: none;
}
.streamS_after_cont01Txt {
    width: 100%;
    padding: 15px 0 0;
    margin: 0 auto;
}
.streamS_after_cont01Txt span {
    font-size: 16px;
}
.streamS_after_cont01Txt h3 {
    font-size: 18px;
    margin: 15px auto 20px;
    padding: 10px 0;
}
.streamS_after_cont02 {
    display: block;
    margin-bottom: 35px;
}
.streamS_after_cont02 li {
    width: 100%;
}
.streamS_after_cont02 li a {
    padding: 60px 0;
}
.streamS_after_cont02 li:first-child {
    margin-bottom: 10px;
}
.streamS_after_cont02 li a p {
    max-width: 200px;
    font-size: 13px;
    padding: 5px 0;
}
.streamS_after_cont03 {
    display: block;
}
.streamS_after_cont03 li {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 25px;
}
.streamS_after_cont03 li:last-child {
    margin-bottom: 0;
}
.streamS_after_cont03 li a {
    font-size: 16px;
}
}