@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
* {
    margin: 0px;
    padding: 0;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.7;
    background-color: #FFF;
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
}
h2{
    color: #26a69b;
}
p, li, dt, dl {
    line-height: 1.6;
}
p {
    margin: 0.5em 0;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.font80{
    font-size: .8em;

}
.font70{
    font-size: .7em!important;
    font-weight:lighter;
}
strong{
	font-weight: bold;
	font-size: 110%;
}
.attention {
    color: #EF6854;
    font-weight: bold;
    font-size: .7em;
}
.hidden{
    visibility: hidden;
}
/*チェックボックス */
.checkbox01 label{
    display: block;
    font-size: 1em;
    padding: 4px 0;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
    padding-left: 20px;
    padding-top: 1px;
    position:relative;
    margin-right: 0px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #EB847A;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EF6854;
  border-right: 3px solid #EF6854;
}

@media screen and (min-width: 760px) {
    .bg::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100%;
    background:url('../img/lp/live_streaming/bg.jpg') no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    background-position: top;
    content:"";
    }
}

.lpMain {
    margin: 0px auto 0px;
    overflow: hidden;
    padding: 4% 0%;
    margin-right: -15px;
    margin-left: -15px;
}
.lpMain_gray {
    color: #eeeeee;
    margin: -4px auto 0px;
    overflow: hidden;
    padding: 10% 0%;
    margin: auto -15px;
}
.lpMain_gray a {
    color: #26a69b;
    text-decoration: underline;
}
.lpMain_gray h2 {
    color: #26a69b;
}

.topLogoBox {
    margin: 50px auto 0px;
    width: 70%;
    max-width: 700px;
    overflow: hidden;
    text-align: center;
}


.terms h3{
    color: #5B5649;
    font-size: 1em;
    border-left: 1.2em solid #26a69b;
    padding-left: 16px;
    margin: 16px auto 16px;
}
.terms-list-marker li{
    list-style-type: disc;
    margin-left: 1.3em;
}


#page-top {
    position: fixed;
    right: 0px;
}
#plan-terms{
    margin-top:-48px;
    padding-top:48px;
}
@media screen and (min-width: 781px) {
    #plan-terms{
        margin-top:-58px;
        padding-top:58px;
    }
}

header {
    box-sizing: border-box;
    background: rgba(14,48,73,0.8);
    color: #ccc;
    padding: 0.8rem;
    height: 58px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 98;
}

/*nabi開閉部分*/
.gnav li {
    border-bottom: 1px solid #FFF;
}
.gnav li a {
    display: block;
    text-decoration: none;
    /* (44-16)/2=14px */
    padding: .875rem 1rem;
}
.gnav {
    list-style-type: none;
    background: #0E3049;
    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.gnav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


/*ハンバーガーボタン*/
.icon-animation {
    width: 44px;
    height: 44px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: .5rem;
    top: .5rem;
    text-align: center;
    z-index: 99;
}
.icon-animation span {
    width: 44px;
    height: 1px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.icon-animation .top {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
}
.icon-animation .bottom {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}
.is-open .middle {
    background: rgba(51, 51, 51, 0)!important;
}
.is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
}


.no-caret a::after {
    content: ""!important;
}
.btnRed {
    margin: 30px auto 12px;
    display: block;
    width: 80%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #EF6854;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnRed a {
    text-decoration: none!important;
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnRed a::after {
    float: right;
    content: ">";
}
.btnRed a:hover {
    background-color: #EB847A;
}

.btnBlue {
    margin: 30px auto 12px;
    display: block;
    width: 90%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: #26a69b;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnBlue a {
    text-decoration: none!important;
    color: #FFF!important;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnBlue a::after {
    float: right;
    content: ">";
}
.btnBlue:hover {
    -webkit-box-shadow: 0px 2px 20px #26a69b;
    box-shadow: 0px 2px 20px #26a69b;
}
.btnOutlineBlue {
    margin: 0px auto 12px;
    display: block;
    width: 80%;
    max-width: 250px;
    color: #26a69b;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #26a69b;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btnOutlineBlue a {
    text-decoration: none!important;
    color: #26a69b!important;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-radius: 5px;
}
.btnOutlineBlue a:hover {
    -webkit-box-shadow: 0px 2px 20px #26a69b;
    box-shadow: 0px 2px 20px #26a69b;
}
.btnOutlineBlue a::after {
    float: right;
    content: ">";
}
.btnOutlineWhite {
    margin: 1rem auto 3rem;
    display: block;
    float: right;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
}
.btnOutlineWhite a {
    text-decoration: none!important;
    color: #FFF!important;
    border: solid 1px #FFF;
    font-weight: lighter;
    display: block;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
}
.btnOutlineWhite a:hover {
    color: #26a69b!important;
    background-color: #FFF;
}
.btnOutlineWhite-active a {
    color: #26a69b!important;
    background-color: #FFF;
}


/*テンプレートダウンロードボタン*/
.btnDl{
    border: 2px solid #26a69b;
    width: 60%;
    padding: 4px;
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
    text-decoration:none!important;
    color: #26a69b!important;
}
.btnDl a{
    color: #26a69b!important;
}
.btnDl:hover{
    background: #26a69b;
    color: #FFF!important;
}
.btn-group input[type=radio] {
    display: none;
}
.btn-group,.btn-group label{
    width: 100%;
}
.btnToggleBlue{
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
    padding: 7px 5px;
}
.btnToggleBlue a{
    color: #26a69b;
}
.btnToggleBlue:hover{
    color: #26a69b!important;
    background-color: #FFF!important;
    border-color: #FFF!important;
}
.btnToggleBlue a:hover{
    color: #26a69b!important;
}

.btnToggleBlue:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active, .show>.btn-outline-orange.dropdown-toggle {
    color: #26a69b!important;
    background-color: #FFF;
    border-color: #FFF;
}

/*TOP：プランカード*/
.plan_gray {
    background: #445C66; /* Old browsers */
    background: -moz-linear-gradient(top, #445C66 1%, #445C66 30%, #445C66 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #445C66 1%,#445C66 30%,#445C66 30%,#ffffff 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #445C66 1%,#445C66 30%,#445C66 30%,#ffffff 30%,#ffffff 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    border-radius: 8px;
    margin: 2% 0px;
    overflow: hidden;
    padding: 15px 10px 16px;
    transition: all 0.3s ease-in-out 0s;
    color: rgba(67,67,67,1.00);
    text-align: center;
}
.plan_blue {
    background: #26a69b; /* Old browsers */
    background: -moz-linear-gradient(top, #26a69b 1%, #26a69b 30%, #26a69b 30%, #ffffff 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #26a69b 1%,#26a69b 30%,#26a69b 30%,#ffffff 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #26a69b 0%,#26a69b 0%,#26a69b 20%,#ffffff 20%,#ffffff 20%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
    border-radius: 8px;
    margin: 2% 0px;
    overflow: hidden;
    padding: 15px 10px 16px;
    transition: all 0.3s ease-in-out 0s;
    color: rgba(67,67,67,1.00);
    text-align: center;
}
.plan_gray a,.plan_blue a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.plan_gray:hover,.plan_blue:hover {
    /*top:-5px;*/
}

.plan_cards {
    max-width: 760px;
}
.plan_cards h3{
    color: #FFF!important;
    font-weight: bold;
    font-size: 1.4em;
}
.plan_cards h4{
    font-weight: bold;
    border-bottom: solid 1px #5B5649;
    padding-bottom:10px;
}
.plan_contents{
    font-size: .8em;
    text-align: left;
    margin: 0.5em;
}
.plan_spot {
    background-color: #1F1D16;
    width: 124%;
    margin: 8px 0% 16px -12%;
    padding: 10px 14px;
    transition: all 0.3s ease-in-out 0s;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.plan_hight{
    height: 350px;
}

/*プランページ・フッター：カンくん吹き出し*/
.wrap_boxK {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: flex-start; /* Safari */
    align-items:         flex-start;
    margin: 50px auto;
    width: 100%;
    max-width: 1080px;
    -webkit-flex-direction: row-reverse; /* Safari */
}
.contentsBox {
    position: relative;
    padding: 16px 0px 0px;
    border: 2px solid #5B5649;
    border-radius: 32px;
    width: 68%;
    background-color: rgba(255,249,201,0.3);
}
.contentsBoxOpacity {
    background-color: #FFF!important;
    color: #5B5649;
    padding: 10px 20px 30px;
}
.contentsBoxOpacity::after {
    border-left-color: #FFF!important;
}
.contentsBoxOpacity h2{
    color: #26a69b!important;
    padding: 0 0 5px;
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.contentsBoxOpacity h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 130px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #26a69b!important;
    border-radius: 2px;/*線の丸み*/
}

.contentsBoxOpacity h5{
    font-weight: bold;
    text-align: center;
    letter-spacing: initial;
}
.contentsBox::before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #5B5649;
    position: absolute;
    right: -21px;
    top: 36px;
    margin-top: -8px;
}
.contentsBox::after {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #F3F2E2;
    position: absolute;
    right: -18px;
    top: 36px;
    margin-top: -8px;
}

/* プランページ：各プラン詳細 */
.lpMain_gray h2{
    color: #26a69b;
    padding: 0 0 5px;
    margin: 40px 0 120px;
    position: relative;
    display: inline-block;
}
.lpMain_gray h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;/*線の上下位置*/
    display: inline-block;
    width: 130px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #26a69b;
    border-radius: 2px;/*線の丸み*/
}

.table_blue table {
    color: #FFF;
    margin: 30px auto 16px;
    padding: auto auto;
    width: 100%;
    border: 1px solid #26a69b;
    border-collapse: collapse;
    max-width:960px;
}
.table_blue tbody{
    border: 2px solid #26a69b;
}
.table_blue th{
    font-weight: bold;
    font-size: .9em;
    background-color: #26a69b;
    color: #FFFFFF;
    border: 2px solid #26a69b;
    padding: 10px;
    border: 1px solid #26a69b;
    vertical-align: middle;
}
.table_blue td {
    font-size: .9em;
    padding: 12px 8px;
    border: 1px solid #26a69b;
    line-height: 130%;
    vertical-align: middle;
}
.table_blue p {
    font-size: .8em;
    margin: 16px auto;
}
/*プラン：あなたにおすすめPOP*/
.recommend_pop{
    position:relative;
    margin:1em 0 2em;
    padding:32px 0 0 0;
    border-radius: 50%;
}
.recommend_pop::before{
    content:'こんな劇団にオススメ！';
    position:absolute;
    top:-5px;
    left:0;
    display:inline-block;
    background:#26a69b;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    line-height:20px;
    padding: 5px 11px;
}
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #26a69b;
    border-left:8px solid transparent;
}
.recommend_pop ul{
    list-style-type:none;
    margin:0 0 0 1.5em;
    padding:0 0 0 0;
}
.recommend_pop li{
    display:flex;
    align-items:baseline;
    margin:0.5em 0;
}
.recommend_pop li::before{
    content:'\f058';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color:#26a69b;
    margin-right:1em;
}
.recommend_pop p:empty{
    display:none;
}

.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#26a69b;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #26a69b;
    border-left:8px solid transparent;
}
.lpMain_blue .recommend_pop li::before{
  color:#FFF;
}
.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#26a69b;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}
.plan_price {
    color: #fae000;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
/*フッターコピーライト*/
.jasrac{
    text-align: left;
    display: inline;
}
.jasrac p{
    font-size: .7em!important;
    line-height: 2em;
}
.copyright {
    font-size: 12px;
    color: #FFF;
    clear: both;
    text-align: right;
    margin: 0px;
    background-color: rgba(14,48,73);
    width: 96%;
    padding: 8px 2%;
}
.copyright-menu a{
    margin: 0px 10px;
}

/* pc */
@media screen and (min-width: 760px) {
    .pc-none{
        display: none;
    }
    /*ここにpc用スタイルを記述*/
    header {
        display: block;
        height: 48px;
    }
    .global {
        width: 100%;
        position: relative;
        /*ナビ中央そろえ*/
        overflow: hidden;
    }
    .gnav-btn {
        display: none;
    }
    .gnav {
        list-style-type: none;
        background-color: inherit;
        display: block;
        overflow: visible;
        position: fixed;
        width: 800px;
        left: 980px;
        top: 2px;
        z-index: 99;
        visibility: visible;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .gnav li {
        font-size: 14px;
        border-bottom: none;
        width: auto;
        position: relative;
        /*ナビ中央そろえ*/
        left: -100%;
        /*ナビ中央そろえ*/
        float: left;/*ナビ中央そろえ*/
    }
    .gnav li a {
        display: block;
        text-decoration: none;
        padding: .875rem 9px;
        color: #fff;
    }

    ul.ddmenu {


}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {

   display: inline-block;
   list-style-type: none;
   position: relative;
    letter-spacing: 0px;
}
ul.ddmenu a {
    text-align: center;
    text-decoration: none;
    display: block;
    letter-spacing: 0px;
}
ul.ddmenu a:hover {
   background-color: #26a69b;
   color: #FFFFFF;
   -webkit-box-shadow: 0px 2px 20px #26a69b;
   box-shadow: 0px 2px 20px #26a69b;
}

ul.ddmenu li:hover ul {
   display: block;
    }
ul.ddmenu ul {
   margin-top: 2px;
   padding: 0px;
   display: none;
   position: absolute;
    left: 85px;
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
ul.ddmenu ul li {
    width:96px;


}
ul.ddmenu ul li a {
    line-height: 20px;
    text-align: left;
    padding-left: 14px;
    font-weight: normal;
    background-color: #5B5649;
}
ul.ddmenu ul li a:hover {
   background-color: #26a69b;
   color: #FFFFFF;
}
.arrow{/* 見積もり項目の下三角 */
    position: relative;
    padding: 0 0 0 0px;
}
.arrow::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 34px;
    left: 30px;
    border: 6px solid transparent;
    border-top: 7px solid #ffffff;
}


    .lp {
        width: 100%;
        margin: 0px auto 0px;
        overflow: hidden;
        padding-top: 0px;
    }
    h1 {
        font-size: 16px;
        margin-left: 106px;
        margin-top: 5px;
        line-height: 100%;
    }
    h2 {
        color: #26a69b;
        font-size: 2em;
        margin: 5% auto;
        line-height: 100%;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .lpLogo {
        margin: 0px;
        width: 150px;	 /* z-index: 5; */
        position: fixed;
        top: 0px;
        left: 10px;
        z-index: 1000;
    }
    .wrap {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
            max-width: 1080px;
        margin: 0px auto;
    }
    .wrapCenter {
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
        max-width: 1080px;
        margin: 0px auto;
        width: 96%;
    }

    .plan_cards {
        max-width: 800px;
    }
    .live_plan_card{
        width: 48%;
        padding: 8px;
        display: flex;
    }
	.top_logo {
		width: 30%;
		margin: 2% 1%;
		position: relative;
		min-height: 150px;
    }
	.logo_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		font-weight: bold;
		font-size: 110%;
    }
	 .top_logo img {
 		width: 70%;
		margin: 0 auto;
		display: block;
	}

    .aboutSpace {
        margin-top: 5%;
    }

    .topAbout{
        margin-top: 100px;
        color: #fff!important;
    }
    .top3pr{
        margin: 70px auto 0px;
        max-width: 1080px;
    }
    .top3pr_sp{
        width: 250px;
        padding: 0 8px;
        text-align: center;
    }
    .topAbout h3{
        font-size: 3vw;
        margin-bottom: 15px;
    }
     .top3pr h3{
        font-size: 20px;
        margin-bottom: 32px;
        text-align: center;
    }
    .top3pr p{
        font-size: .8em;
        letter-spacing: initial;
    }
    .top3pr img{
        width: 70%;
        max-width: 170px;
    }

    .main_box {
        width: 980px;
        max-width: 70%;
        margin: 8px auto 16px;

    }
    .service {
        width: 100%;
        overflow: hidden;
    }
    .service img {
        width: 100%;
        overflow: hidden;
    }

    .copyright-company{
        text-align: right;
    }
    .copyright-menu{
        float: right;
    }
}
/* iPad */
@media screen and (max-width: 	970px) {
    .top3pr_sp{
        width: 199px;
    }
}

/* smartPhone */
@media screen and (max-width: 	760px) {
    /*ここにスマホ用スタイルを記述*/

    .bg::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100%;
    background:url('../img/lp/live_streaming/bg_sp.jpg') no-repeat;
    -webkit-background-size:contain;
    background-size:cover;
    background-position: top;
    content:"";
    }
    .sp-none{
        display: none;
    }
    .attention {
        font-size: 10px;
    }
    h1 {
        overflow: hidden;
        font-size: 16px;
        margin-left: 95px;
        line-height: 100%;
        margin-top: 9px;
        margin-bottom: 9px;
    }
    h2 {
        font-size: 1.5em;
        margin: 0px auto 40px;
        line-height: 100%;
        width: 100%;
        text-align: center;
    }
    .font1 {
        font-size: 12px;
    }
    p {
        font-size: 100%;
    }
    .gnav li a {
        color: #FFF;
    }
    ul.ddmenu ul{
   border-top: none;
}
    ul.ddmenu ul li {
   padding-left: 24px;
   border: none;
}
    .lp {
        width: 100%;
        margin: 0px auto 0px;
        overflow: hidden;
        padding-top: 55px;
        font-size: 14px;
    }
    .btnDl{
        width: 100%;
    }
    .top3pr h3{
        font-size: 18px;
        margin-bottom: 32px;
        text-align: center;
        color: #fff!important;
    }
    .top3pr{
        margin-top: 130px;
        width: 94%;
        margin: 40px auto 80px;
        text-align: left;
        font-size: 0.9rem;
    }
    .top3pr_sp{
        width: 48%;
        padding: 0 8px;
        text-align: center;
    }
    .top3pr p{
        font-size: 0.8em;
        color: #fff!important;
        margin-top: 0px;
        letter-spacing: normal;
    }
    .top3pr img{
        width: 70%;
    }
    .timeline-article br{
        display: none;
    }

    .lpMain {
        margin: 0px auto 0px;
        width: 103.5%;
        overflow: hidden;
        padding: 64px 0%;
        position: relative;
    }
.main_box {
    margin: 0px auto 0px;
    overflow: hidden;
    padding: 0% 2%;
}
    .topLogoBox{
        float: initial;
        margin: 15% auto 0%;
        width: 100%;
    }
    .plan_cards  {
        width: 94%;
        margin: 0 auto;
    }
    .plan_cards h3 {
        color: #FFF!important;
        font-weight: bold;
        font-size: 1.3em;
    }
    .plan_blue {
        margin: 4% 0px;
        padding: 16px 24px;
    }
    .plan_spot {
    font-size: 16px;
    font-weight: bold;
}
/*プラン：あなたにおすすめPOP*/
.recommend_pop{
    position:relative;
    margin:1em 0 2em;
    padding:32px 0 0 0;
    border-radius: 50%;
}
.recommend_pop::before{
    content:'こんな劇団にオススメ！';
    position:absolute;
    top:-5px;
    left:0;
    display:inline-block;
    background:#26a69b;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    line-height:20px;
    padding: 5px 11px;
}
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #26a69b;
    border-left:8px solid transparent;
}
.recommend_pop ul{
    list-style-type:none;
    margin:0 0 0 1.5em;
    padding:0 0 0 0;
}
.recommend_pop li{
    font-size: 0.9rem;
    display:flex;
    align-items:baseline;
    margin:0.5em 0;
}
.recommend_pop li::before{
    content:'\f058';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color:#26a69b;
    margin-right:1em;
}
.recommend_pop p:empty{
    display:none;
}

.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#26a69b;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}
.recommend_pop::after{
    content:'';
    position:absolute;
    top:25px;
    left:42px;
    border-top:10px solid #26a69b;
    border-left:8px solid transparent;
}
.lpMain_blue .recommend_pop li::before{
  color:#FFF;
}
.lpMain_blue .recommend_pop::before{
    background:#FFF;
    color:#26a69b;
}
.lpMain_blue .recommend_pop::after{
  border-top:10px solid #FFF;
}

    /*コピーライト*/
    .copyright-company{
        float:  initial;
        text-align: center;
        margin: 15px 0px 5px;
    }
    .copyright-menu{
        width: 90%;
        float:  initial;
        text-align: center;
        font-size: 1.3em;
        padding: 15px 0px;
        border-bottom: solid .5px #FFF;
        display: block;
        margin: auto;
    }





    /*チェック*/
    h2.title {
        font-weight: lighter;
        height: initial;
        color: #FFFFFF;
        line-height: 150%;
        font-size: 18px;
        margin-top: 23px;
    }
    .lpLogo {
        margin: 0px;
        overflow: hidden;
        width: 150px;	 /* z-index: 5; */
        position: fixed;
        left: 4px;
        z-index: 1000;
    }
    .lpMain_gray {
        color: #eeeeee;
        margin: 0px auto 0px;
        overflow: hidden;
        padding: 80px 2%;
        margin-right: -15px;
    }
    .lpMain_gray h2 {
        color: #26a69b;
        padding: 0 0 5px;
        margin: 40px 0 60px;
        display: inline-block;
}

	.top_logo {
		width: 32%;
		margin: 1% 0.5%;
		position: relative;
		min-height: 50px;
    }
    .top_logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .wrap {
        display: -webkit-flex; /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    /*チェック*/

    .plan {
        background: #F3F3F3;
        width: 80%;
        position: relative;
        margin: 24px auto;
        border-radius: 5px;
        overflow: hidden;
        padding: 4%;
        transition: all 0.3s ease-in-out 0s;
        color: #4D4D4D;
    }
}


/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    position: relative;
    top: 0;
    right: 13.5%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #26a69b;
    padding: 15px 23px;
    color: #fff;
    width: 123px;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 30%;
    margin-left: -2px;
    background: #26a69b;
    z-index: 0;
}
#conference-timeline .conference-timeline-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}
.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}
.timeline-article .content-right {
    position: relative;
    width: 500px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 27px;
    border-radius: 5px;
}
.timeline-article p {
    margin: 0 0 0 60px;
    padding: 0 0 0 10px ;
    font-weight: 400;
    color: #5B5649;
    font-size: .8em;
    line-height: 24px;
    position: relative;
}
.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #26a69b;
    letter-spacing: initial;
}
.timeline-article p span.article-number:nth-child(2) {
    top: -2px;
}

.timeline-article .content-right-container {
    float: left;
    margin-left: 36%;
}
.timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #fff;
}
.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 30%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #26a69b;
}
.timeline-article .meta-date .date{
    display: block;
    text-align: center;
    font-weight: 900;
}
.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 63px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 760px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
        padding: 7px 23px;
        left: 50px;
        font-size: 1em;
    }
    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }
    #conference-timeline .conference-timeline-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 95px;
        min-height: 53px;
    }
    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }
    .timeline-article .content-right {
        padding: 10px 5px;
        min-height: 65px;
    }
    .timeline-article .content-right:before {
        display: none;
    }
    .content-right{
        width: 90%!important;
    }
}
@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }
    .timeline-article p span.article-number {
        display: none;
    }

}
