/*カスタムプロパティを宣言*************************************/
/*******ちゃんと管理版******/
:root {
    --headerBlackHight:80px;
    --h1Hight:80px;

}
/*******ちゃんと管理版ここまで******/

@charset "utf-8";
.clear{
    clear: both;
}
html {
    font-size: 62.5%;//10px
}

body {
   //background-color: #F4F4F4;
    color: #000000;
    font: 1.3rem "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration:none;
    color: #000;
}
h1{
    font-size: 1.6rem;
    line-height: var(--h1Hight);
    background-color: #b02b2b;
    min-height: var(--h1Hight);
    color: #fff;
    text-align: center;
    top: var(--h1Hight);
    position: fixed;
    width: 100%;
    z-index: 900;
    font-weight: bold;

}
h2{
    display:inline-block;
    padding:2px 0;
    margin-bottom:10px;
    font-size:1.5rem;
    line-height:3.5rem;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    background-image:none;
    border:1px solid transparent;
    border-radius:50px;
    height: 40px;
    background-color: #000;
    color:#fff;
    width: 100%;
    font-weight: bold;
}
.h2-01{
    font-size:initial;
    text-align:center;
    background-image:none;
    border:1px solid transparent;
    border-radius:50px;
    background-color: #000;
    color:#fff;
    width: 100%;
    height: initial;
    line-height:1.5rem;
}

.is-sp{
    display: block;
}
.is-pc{
    display: none;
}
h3{
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem;
    word-wrap: break-word;
}
.h3-black-round{

}

p{
    font-size: 1.3rem; /* 13px */
}

#content-front{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 350px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
    overflow: hidden;
}
header{
    position: relative;

}
.header-float{
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 900;
}
.header-menu-wrap{
    background-color: #000;
    min-height: var(--headerBlackHight);
}
.header-icon-wrap{
    position: absolute;
    top:1.5rem;
    right: 0.8rem;
}
.icon-youtube{
    display: none;
    padding-right: 20px;
}
.icon-youtube img{
    width: 25px
}
.icon-twitter{
    display: none;
    padding-right: 20px;
}
.icon-twitter img{
    width: 25px
}
.icon-hamburger{
    padding-right: 10px;
}
.icon-hamburger img{
    width: 40px
}


.logo{
    text-align: center;
}
.logo img{
    width: 18rem;
    margin-top: 1rem;
}

/***********************
グローバルメニュー
************************/
.menu-inner{
}
#menu-wrap{
    top:var(--headerBlackHight);
    padding-top: 0;
    position: absolute;
    width: 100%;
    height: 500vh;

    -webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31);
    　-moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31);
    　box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31);
    display: none;
    z-index: 999;
    background-color: #fff;


}
.menu-session{
    text-align: center;
    margin: 10px 5px;
}
.menu-one-col{
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 5px 0;
}
.menu-tow-col{
    float: left;
    width: 50%;
    font-size: 1.3rem;
    padding: 5px 0 2px 20px;
    line-height: 2rem;
}
.menu-tow-col-btn{
    float: left;
    width: 50%;
    padding: 10px
}
.menu-title{
    padding-top: 10px;
    font-weight: bold;
}
.menu-hr{
    border-top: 0.01rem solid #d9d9d9;
    width: 90%;
}

/********** ここまでヘッダー ****/
/**footer{
    background-color: #000000;
    height: 80px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}**/
footer {
    background-color: #000;
    position: absolute;
    bottom: 0;
    justify-content: center;
    color: #fff;
    height: 350px;
    background-image: url(/images/common/footer_img.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 825px auto;
    width: 100%;
}
.footer-menu-outer{
    position: absolute;
    bottom: 0;margin: auto;
    width: 100%
}
.footer-menu-wrap{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.footer-logo{
    background-color: #000;
    text-align: center;
    padding:20px 0;
}

.footer-copyright{
    background-color: #000;
    height: 30px;
    text-align: center;
    padding-bottom: 50px;
}
.footer-logo img{
    width: 150px;
}
.footer-link{
    padding: 10px;
    color: #fff;
    display: block;
}
/**
.footer-menu-wrap{
    text-align: center;
    padding-top: 10%;
    width: 100%;
}

.footer-logo{
    background-color: #000;
    width: 100%;
    bottom: 30px;
    padding:20px 0;
    text-align: center;
    position: absolute;
}
.footer-logo img{
    width: 150px;


}
.footer-copyright{
    background-color: #000;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
}**/

/********** ここまでフッター ****/
.app{

    padding-top: var(--headerBlackHight);
}
#main{
    max-width: 1100px;
    margin: auto;
    padding: var(--h1Hight) 5% 50px 5%;
}
#main-short{
    max-width: 650px;
    margin: auto;
    padding: var(--h1Hight) 5% 50px 5%;
}

#main-top{
    max-width: 1300px;
    margin: auto;
    //height: 100vh;
    background-color: #fff;

}

.movic-red{
    color:#b02b2b;
}
.invalid-feedback{
    color:#b02b2b;
}
.txt-center{
    text-align: center;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left;
}
.txt-inline-block{
    display: inline-block;
}


/*** 2カラム ****/
#side-box{

    width: 100%;
    background-color: #F4F4F4;
}


.calendar{
    width: 100%;
    //margin: 5%;
}
.calendar th, td {
    //border: solid 1px black;
    text-align: center;
    /*実線 1px 黒*/
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px;
    width: 14.2857143%;
    height: 14.285743%;

}
.calendar-circle{
    background: red;
    /*height: 30px;
    width: 30px;*/
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: auto;
    color: white;
}
.calendar-dev{
    height: 30px;
    line-height: 30px;
}
.calendar-0{
    color: red;
}
.calendar-6{
    color: blue;
}
.calendar-bottom-txt-wrap{

}

.two-cal-column-left{
    width: 30%;
    padding: 1rem 0.5rem;
    font-weight: bold;


}
.two-cal-column-right{
    width: 68%;
    padding: 1rem 1rem;
    font-weight: bold;
}

#eqplayer{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/******
form関連
***************************************/
input[type="text"],input[type="password"],input[type="email"],input[type="tel"]{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    color: inherit;
    font-family: inherit;
    font-size: 1.5rem;
    padding: 0.4rem 0.8rem;
    width: 100%;
    height: 4rem;
}
textarea{
    background-color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    color: inherit;
    font-family: inherit;
    font-size: 1.5rem;
    padding: 0.4rem 0.8rem;
    width: 100%;
    border-radius: 20px;
}

input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
input[type="radio"] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
input[type="radio"]:checked + label{

}

input[type="radio"]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #999;
    border-radius: 50%;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"]+span{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
    z-index: 1;
}

input[type="checkbox"]+span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
input[type="checkbox"]:checked + span{

}
input[type="checkbox"]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    //transform: rotate(40deg);
    background: #999;
    border-radius: 4px;
}

select {
    /* styling */
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    display: inline-block;
    font: inherit;
    line-height: 1.5rem;
    padding: 0.5rem 3.5rem 0.5rem 1rem;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 4rem;
    //box-shadow: 0 0 8px gray;
}
/* arrows */
    select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.99) 50%),
            linear-gradient(135deg, rgba(0, 0, 0, 0.95) 50%, transparent 50%),
            linear-gradient(to right, white, white);
    background-position:
            calc(100% - 20px) calc(1.5rem + 2px),
            calc(100% - 15px) calc(1.5rem + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5rem 2.5rem;
    background-repeat: no-repeat;
    width: 100%;
}

select.classic:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, white, white);
    background-position:
            calc(100% - 15px) 1rem,
            calc(100% - 20px) 1rem,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5rem 2.5rem;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}
strong{
    font-weight: bold;
}
.strong{
    font-weight: bold;
}
.required-str{
    font-weight: bold;
    color:#b02b2b;

}
.clb{
    clear: both;
}
.container{
    padding: 0 0 20% 0;
}
.pad-updw-5{
    padding: 5px 0;
}
.pad-updw-10{
    padding:10px 0;
}
.pad-updw-5-p{
    padding: 5% 0;
}
.pad-updw-10-p{
    padding:10% 0;
}
.pad-up-2-p{
    padding-top: 2%;
}
.pad-up-5-p{
    padding-top: 5%;
}
.pad-up-10-p{
    padding-top: 10%;
}
.pad-up-15-p{
    padding-top: 15%;
}
.pad-lr-2-p{
    padding: 0 2%;
}
.pad-lr-5-p{
    padding: 0 5%;
}
.pad-dw-5-p{
    padding-bottom: 5%;
}
.pad-dw-10-p{
    padding-bottom: 10%;
}
.mag-dw-5-p{
    margin: 5% 0;
}
.form-row{
    display: block;
    padding: 10px 0;
    clear: both;
}
.div-row{
    display: block;
    padding: 10px 0;
    clear: both;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    float:left
}

.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}

.sp-block{
    display: block;
}
.pos-relative{
    position: relative;
}
.btn-img{
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
.btn{
    display:inline-block;
    padding:2px 0;
    margin-bottom:10px;
    font-size:1.2rem;
    line-height:3.5rem;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:50px;
    height: 40px;
    font-weight: bold;
}
.btn-w-sp-pc1{
    width:80%;
}
.btn-w100{
    width: 100%
}
.btn-w90{
    width: 90%
}
.btn-w80{
    width: 80%
}

.btn-w70{
    width: 70%
}

.btn-w60{
    width: 60%
}

.btn-w50{
    width: 50%
}
.btn-w40{
    width: 40%
}

.btn-w30{
    width: 30%
}
.btn-w25{
    width: 25%
}
.btn-w20{
    width: 20%
}

.btn-w10{
    width: 10%
}

.btn-submit{
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-back{
    color:#fff;
    background-color: #000;
    border-color: #000
}

.btn-primary{
    color:#fff;
    background-color: #b02b2b;
    border-color: #b02b2b
}
.btn-secondary{
    color:#fff;
    background-color: #000;
    border-color: #000
}
.btn-normal{
    color:#000;
    background-color: #fff;
    border-color: #d9d9d9;
    /*
    -webkit-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);
    　-moz-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);
    　box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);*/
    box-shadow: 0 0 8px gray;
}
.btn-arrow-r:after {
    content: url(/images/common/blog_arrow_right.svg);
    position: absolute;
    right: 20px;
    width:  20px;
    height: 20px;
    top: 48%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.btn-arrow-l:before {
    content: url(/images/common/blog_arrow_left.svg);
    position: absolute;
    left: 20px;
    width:  20px;
    height: 20px;
    top: 48%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}


.txt-link-primary{
    text-decoration: underline;
    color: #b02b2b
}
.popup-bg{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.popup-bg-inner-center{
    width: 90%;
    padding: 10px 10px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%) ;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}

.both-two-column-wrap{
    display: flex;
    justify-content: center;

}
.both-two-column-wrap-parts{
    width: 49%;
}

.mad-left{
    margin-left: 5px;
    text-align: left;

}

.mad-right{
    margin-right: 5px;
    text-align: right;
}

.popup-bg-inner{
    width: 90%;
    padding: 10px 10px;
    position: absolute;
    top:20%;
    left:5%;
}
.two-column-wrap{
    display: flex;
    justify-content: center;
    overflow: auto;
}
.two-column-wrap2{
    justify-content: center;
    overflow: auto;
}
.two-column-left{
    width: 100%;
    padding: 2rem 1rem;

}
.two-column-right{
    width: 100%;
    padding: 2rem 1rem;
}

.pc3-sp1-column-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pc3-sp1-column-parts{
    width: 60%;
    padding: 1rem;
}

.bg-dot01{
    background-image: url(/images/top/top_performance_bg.svg);
    background-repeat: repeat;
}

.bg-dot02{
    background-color: #F4F4F4;
}

.content-hr01{
    //border: 0.01rem solid #d9d9d9;
    border: 0.1rem solid #cbcbcb;
    width: 100%;
}
.content-body-wrap01{
    border: #d9d9d9 solid 0.01rem;
    background-color: #fff;
    position: relative;
    padding: 3rem 1.5rem;
    overflow-wrap: break-word;
}
.content-body-wrap02{
    border: 0.1rem solid #cbcbcb;
    background-color: #fff;
    position: relative;
    padding: 3rem 1.5rem;

}
.content-body-wrap02 img{
    width: 80%;
}
.content-body-wrap01-round{
    background-color: #fff;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #999;

}
.content-body-wrap01-round-nopad{/**20201030***/
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    border: 1px solid #999;
}
.nopad-inner-pad{
    padding: 0 0.5rem 0 0;
}

.subject{
    background-color: blue;
    width: 100px;
    margin: auto;
    color:#fff;
    text-align: center;
}

.content-body-wrap01> .subject{
    background-color: blue;
    width: 100px;
    margin: auto;
    color:#fff;
    text-align: center;
    position: absolute;
    top:-1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.content-body-wrap02> .subject{
    background-color: blue;
    width: 100px;
    margin: auto;
    color:#fff;
    text-align: center;
    position: absolute;
    top:-1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.blink {
    animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
    0% { color: #848484
    }
    100% { color: #fff
    }
}
.tex_new{
    color:red;
    font-weight: bold;
    font-size: 0.8rem;
}
.tex_date{
    font-size: 0.8rem;
}
.tex_date-detail{
    font-size: 1.5rem;
}
.explanation{
    font-size: 0.8rem;
}
#blog-detail,#fc-ticket-detail,#gallery-index,#wallpaper-index,#gallery-detail,#wallpaper-detail > .tex_date{
    text-align: center;
}
.tex_brand{
    font-size: 0.8rem;
    color:#fff;
    text-align: center;
}
.link-under_line{
    text-decoration: underline;
}

.content-li01 {
    position: relative;
    //border-top: 0.01rem solid #d9d9d9;
    border-top: 0.2rem solid #cbcbcb;
    z-index: 1;

}
.content-li01:after {
    content: url(/images/common/li_arrow.svg);
    position: absolute;
    right: 0;
    width:  15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
/**
.content-li01::after,
.content-li01::before {
    display: block;
    content: '';
    position: absolute;
}
.content-li01::after {
    //top: .35em;
    //top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.content-li01::before {
    z-index: 2;
    top: 49%;
    right: .3rem;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-49%) translateX(0%);
    -webkit-transform: rotate(-45deg) translateY(-49%) translateX(0%);

}**/
.content-li01-day-se{
    padding: 2% 5% 2%;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}
.content-li01-new{
    color: red;
    padding-right: 20px;
    //width: 15%;
    font-weight: bold;
}
.content-li01-day{
    padding-right: 20px;
    //width: 30%;
}
.content-li01-ser{
    width: 25%;
    line-height: 2rem;
}
.content-li01-title{
    padding: 2% 8% 8% 5%;
    line-height: 2.5rem;
    font-weight: bold;
}
/*****/
.content-li02 {
    position: relative;
//border-top: 0.01rem solid #d9d9d9;
    border-top: 0.2rem solid #cbcbcb;
    z-index: 1;

}
.content-li02:after {
    content: url(/images/common/li_arrow.svg);
    position: absolute;
    right: 0;
    width:  15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
.content-li02-day-se{
    padding: 2% 5% 2%;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}
.content-li02-new{
    color: red;
    padding-right: 10px;
    font-weight: bold;
}
.content-li02-day{
    padding-right: 10px;
}
.content-li02-ser{
    width: 30%;
    line-height: 2rem;
}
.content-li02-title{
    padding: 2% 8% 8% 5%;
    line-height: 2.5rem;
    font-weight: bold;
}
.content-li02-two-column-wrap{
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}
.content-li02-two-column-left{
    width: 25%;
    //padding: 2rem 1rem;
    //background-color: red;
    margin:1rem 0;

}
.content-li02-two-column-right{
    width: 75%;
    //padding: 2rem 1rem;
    //background-color: yellow;
    margin:1rem 0;
}

.dl-01{
     width: 320px;
     margin: auto;

 }
.dl-01 dt{
    padding-top: 5%;
    float: left;
    clear: left ;
   width: 40%;

}
.dl-01 dd{
    padding-top: 5%;
    float: left;
    width: 60%;


}

.dl-02{
    width: 100%;
    margin: auto;

}
.dl-02 dt{
    float: left;

}
.dl-02 dd{
    margin-left:5%;
}

.photo-list-col{
    float: left;
    width: 50%;
    padding: 1rem;

    //height: 240px;
    //margin: 0.3rem;
}
.photo-list-col img{
    //height: 240px;
    width: 100%;
}
#slides-nav img{
    //height: 240px;
}
#slides img{
    max-height: 960px;
}
/*********************/

.talk-you-wrap{
    position: relative;
    width: 85%;
    margin-left: 15%
}
.talk-you-time {
    display: inline-block;
    font-size: 0.8rem;
    width: 10%;
}
.talk-you-body {
    display: inline-block;
    width: 85%;
}

.talk-you-balloon {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
}

.talk-you-balloon:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 20px;
    border-left: 15px solid #000000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.talk-my-wrap{
    position: relative;
    width: 100%;
    margin-left: 0%
}
.talk-my-thumb {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    z-index: 999;

}
.talk-my-time {
    display: inline-block;

}
.talk-my-body {
    display: inline-block;
    width: 65%;
}

.talk-my-balloon {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #b02b2b;
    width: 100%;
}

.talk-my-balloon:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #b02b2b;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.talk-room-trim-image-to-circle {
    width:  60px;       /* ※縦横を同値に */
    height: 60px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;  /* 中央 */
    background-size:cover;
    background-repeat: no-repeat;
    position: absolute;
    top:10px;
    z-index: 10;

}



/*********************/



.talk-room-talk-wrap{
    position: relative;
    margin:0 auto;
}
.talk-room-talk-img{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.talk-room-talk-body{
    width: 75%;
    display: inline-block;
}
.talk-room-talk-time{
    text-align: right;
    //display: inline-block;
    //background-color: red;

}
.talk-room-talk-body-right2{
    display: inline-block;
    width: 70%;

}
.talk-room-talk-body-right{
    width: 75%;
    display: inline-block;
    //background-color: red;
}
.talk-room-talk-time-right{
    text-align: left;
}
.talk-pc{
    display: none;
}
.talk-sp{
    display: block;
}

.balloon-row{
    position: relative;

}

.balloon-left {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #b02b2b;
    width: 100%;
    /*
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #b02b2b;
    margin-left: 20%;
    width: 60%;*/
}

.balloon-left:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #b02b2b;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.balloon-left p {
    margin: 0;
    padding: 0;
}
.balloon-left .balloon-left-thumb{
    position: absolute;
    left: -30%;
    top: 0;
    //background-color: red;
    width: 20%;
}
.balloon-left-thumb img{
    width: 100%;
}

.balloon-left .balloon-left-time{
    position: absolute;
    right: -20%;
    bottom: 5%;
    //bottom: -5%;
    color:#000;
    width: 20%;
    text-align: right;
    //background-color: red;
}

.balloon-right {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    margin-left: 30%;

}

.balloon-right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 20px;
    border-left: 15px solid #000000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.balloon-right p {
    margin: 0;
    padding: 0;
}

.balloon-right .balloon-right-time{
    position: absolute;
    left: -20%;
    width: 20%;
    text-align: right;
    bottom: 5%;
    color:#000;
}

.font-small{
    font-size: 0.7rem;
}
.font-x-small{
    font-size: 0.5rem;
}
.font-big{
    font-size: 2rem;
}

.bottom-btn-link-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom-btn-link-two-parts{
    position: relative;
    width:  50%;
    text-align: center;
    padding-top: 10px;
}

.pc-two-sp-one-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.pc-two-sp-one-parts{
    position: relative;
    width:  100%;
    padding-top: 10px;
}

/***********
*トップ関連
*************************************************/
.about-title{
    background-color: #BF1422;
    text-align: center;
    color:white;
    font-size: 2rem;
    min-height: 50px;
    padding: 30px 0;
}
#main-top{
    //background-color: #F4F4F4;
    //background-color: red;
}

#top-curtain-toggle{
    display: none;

}
.top-curtain-wrap{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;**/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-curtain-left{
    width: 5%;
    display: none;

}
.top-curtain-right{
    width: 5%;
    display: none;

}
.top-curtain-right img{
    //width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:0% 0%;
    //background-color: blue;

}
.top-curtain-left img{
    //width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:100% 0%;
    //background-color: red;

}
.top-curtain-main{
    width: 100%;
}
.top-curtain-text{
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}
#top-login-register{
    background-color: #F4F4F4;
    position: relative;
}
/**SPのみ**/
#top-side-box-op-cl-wrap{
    background-color: #fff;
    position: relative;
}
.top-side-box-op-cl{
    background-color: #BF1422;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}
#side-box-accordion-wrap{
    //display: none;
}
.cl-status{
    margin-top: 10px;
    padding: 1px;
    font-size: 1.1rem;
}


.top-login-show{
    width: 100%;
    height: 150px;

}
.top-login-hide{
    height: 50px;
}
.login-register-op-cl{
    background-color: black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    //transform: translateY(-50%) translateX(-10%);
    //-webkit-transform: translateY(-50%) translateX(-10%);
    cursor: pointer;
}
.arrow-dw{
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom:10px;
    left:7px;
}
.arrow-up{
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top:10px;
    left:7px;
}
.fas {
    margin: auto;
    margin-left: 16px;
}

.search-box {
    display: flex;
    //border: 1px solid #ebebeb;
    //box-shadow: 2px 2px 2px #eaeaea;
    margin: 0px;
    padding: 0px;
    height: 47px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50px;

}

.search-box__text {
    border: none;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.btn-lg-reg-w{
    width: 100%;
}
.v-center{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.top-main-icon{
    box-shadow: 0 0 15px gray;
    border-radius:23px;
    background-color: white;
    width: 75%;
    margin: auto;
    padding: 5px;
}
.top-main-icon-soon{
    position: relative;
    border-radius:23px;
    width: 75%;
    margin: auto;
    padding: 5px;
}
.top-main-icon-soon-img{
    position: absolute;top:30%;left:0px;width: 100%;
}
.fc-menu-bottom-txt-soon{
    color: #DBDBDB !important;
}
.fc-menu-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.fc-menu-parts{
    //background-color: red;
    position: relative;
    width: 33%;
    padding: 2rem 0;
}
.fc-menu-bottom-txt{
    font-weight: bold;
    text-align: center;
    padding-top: 1rem;
}
#icon-top{
    display: none;
}
#top-performance{
    background-image: url(/images/top/top_performance_bg.svg);
    background-repeat: repeat;
    width: 100%;
    border: #F4F4F4 solid 1px;
    padding: 1.5rem 1rem 1rem 1rem;
}

.top-side-series-wrap{
    display: flex;
    width: 100%;
    padding: 5px;
    justify-content: center;
    //font-size: 0.8vw;
}
.top-side-series-status{
    background-color: #000000;
    //width: 8rem;
    width: 30%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;


}
.top-side-series-title{

    background-color: #e5e5e5;
    //width: 27rem;
    width: 70%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: bold;
    //font-size: 2vw;

}
.top-performance-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-performance-parts{
    background-color: #fff;
    position: relative;
    width: 90%;
    height: 400px;
    border: #F4F4F4 solid 1px;
    margin: 1.5rem;
    -webkit-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);
    　-moz-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);
    　box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.31);
}
.top-performance-parts-sp-cl{
    display: none;
}
#top-performance-accordion-btn-wrap{
    position: relative;

}
.top-performance-accordion-line{
    border: 0.01rem solid #d9d9d9;
    width:75%;
    position: absolute;
    top: -30%;
    left: 45%;
    transform: translateY(-30%) translateX(-45%);
    -webkit-transform: translateY(-30%) translateX(-45%);
}
.top-performance-accordion-op-cl{
    background-color: black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    //top: -30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

//transform: translateY(-50%) translateX(-10%);
//-webkit-transform: translateY(-50%) translateX(-10%);
    cursor: pointer;
}
.top-performance-status{
    background-color: red;
    text-align: center;
    color: white;
    padding: 3px 0;
    font-weight: bold;
    letter-spacing:2px;
}
.top-performance-inner{
    padding: 1rem;
}
.top-performance-img{
    height: 13rem;
    justify-content: center;
    text-align: center;
}
.top-performance-img img{
    height: 130px;
}
.top-performance-title{
    padding-top: 2rem;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}
.top-performance-schedule{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    //border-top: solid 1px #d9d9d9;

}
#top-news-schedule{
    background-color: #F4F4F4;
    width: 100%;
    border: #F4F4F4 solid 1px;
    padding: 1rem 1rem 3rem;
    margin-top: 3.7rem;

}

#top-fc-menu{
    margin-top: 3.7rem;
    background-image: url(/images/top/top_performance_bg.svg);
    background-repeat: repeat;
    width: 100%;
    border: #F4F4F4 solid 1px;
    padding: 3rem 1rem 1rem 1rem;
}

#top-twitter-youtube{
    background-color: #F4F4F4;
    width: 100%;
    border: #F4F4F4 solid 1px;
    padding: 1rem;
    margin-top: 3.7rem;
}
.youtube-list{
    width: 70%;
    margin: auto;
}

.sp-mag-w-both-2{
    position: relative;
    margin: 0 5%;

}
.sp-mag-w-both-3{
    position: relative;
    margin: 0 7%;
}
.sp-mag-w-both-4{
    position: relative;
    margin: 0 15%;
}

.my-page-licence-wrap {
    background-color: #000;
    border:1px solid transparent;
    border-radius:50px;
    width: 100%;
    margin: auto;
    position: relative;

}
.my-page-licence-logo {
    padding: 4rem 0;
    width: 50%;
    margin: auto;
    text-align: center;
}
.my-page-brand-txt {
    text-align: center;
    color: #fff;
    font-size: 130%;
    padding-bottom: 2rem;
}
.my-page-licence-txt {
    text-align: center;
    color: #fff;
    padding-bottom: 3rem;
}

.vote-result{
    background-color: #3f9ae5;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
}
.vote-vote{
    background-color: red;
    text-align: center;
    color:  #fff;
    font-size: 0.8rem;
}

.vote-total{
    background-color: #ffd805;
    text-align: center;
    color:  #fff;
    font-size: 0.8rem;
}
.vote-table{
    border: none;
}
.vote-table td{
    border: none;
    text-align: left;
    padding-left: 2rem;
}
.vote-result-rank-1{
    color:#b02b2b;
}
.vote-result-pt-1{
    color:#b02b2b;
}
.vote-result-candidate{

}

.qa-title{
    background-color: black;
    color:white;
    padding: 1rem;
    cursor: pointer;
    border: white solid 1px;

}
.qa-title-first{
    border-top-left-radius:2rem ;
    border-top-right-radius:2rem ;
}
.qa-title-last{
    border-bottom-left-radius:2rem ;
    border-bottom-right-radius:2rem ;
}
.qa-category-wrap{
    background-color: white;
    padding: 1rem;
}
.qa-dl dt{
    font-weight: bold;
    cursor: pointer;
    padding-top: 5%;
}
.qa-dl dd{
    display: none;
    padding: 1rem 2rem 1rem 3rem;
}

.gallery-img{
    max-width: 100% !important;
    max-height: 100% !important;;
}
/**
*ページネーション
*****************/
.pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px;
    padding-right: 10px;
}
.pagination>li{
    display:inline
}

/**li全体の装飾**/
.pagination>li>a,.pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#000;
    text-decoration:none;
    //background-color:#fff;
    //border:1px solid #ddd
}
/**先頭の矢印リンクアクティブ時**/
.pagination>li:first-child>a,.pagination>li:first-child>span{
    margin-left:0;
    //border-top-left-radius:4px;
    //border-bottom-left-radius:4px;
    border-radius: 50%;
    background-color: #000000;
    color: white;
}
/**最後の矢印リンクアクティブ時**/
.pagination>li:last-child>a,.pagination>li:last-child>span{
    //border-top-right-radius:4px;
    //border-bottom-right-radius:4px;
    border-radius: 50%;
    background-color: #000000;
    color: white;
}
/**リンクにフォーカスが当たった時**/
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    color:#b02b2b;
    //background-color:#eee;
    //border-color:#ddd
}
/**現在アクティブなページ番号**/
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    z-index:2;
    color:#b02b2b;
    cursor:default;
    //background-color:#428bca;
    //border-color:#428bca
}
/**前後の矢印で次ページが存在しない時**/
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd;
    display: none;
}
.pagination-lg>li>a,.pagination-lg>li>span{
    padding:10px 16px;
    font-size:18px
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span{
    padding:5px 10px;
    font-size:12px
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px
}
.pager{
    padding-left:0;
    margin:20px 0;
    text-align:center;
    list-style:none
}
.pager li{
    display:inline
}
.pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px
}
.pager li>a:focus,.pager li>a:hover{
    text-decoration:none;
    background-color:#eee
}
.pager .next>a,.pager .next>span{
    float:right
}
.pager .previous>a,.pager .previous>span{
    float:left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
    color:#777;
    cursor:not-allowed;
    background-color:#fff
}
/**横幅 1000以上*****/
@media (min-width:750px) {
    .is-sp{
        display: none;
    }
    .is-pc{
        display: block;
    }

    #main-short{
        padding: var(--h1Hight) 0 50px 0;
    }
    .container{
        padding: 0 0 5% 0;
    }
    #icon-top{
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 50;

    }
    #icon-top img{
        width: 100%;
    }
    .sp-mag-w-both-2{
        margin: 0;
    }
    .sp-mag-w-both-3{
        margin: 0;
    }
    .sp-mag-w-both-4{
        margin: 0;
    }
    .sp-block{
        display: inline-block;
    }
    .youtube-list{
        width: initial;
        margin: 0;
    }
    .btn-lg-reg-w{
        width: 180px;
    }
    .btn-w-sp-pc1{
        width:50%;
    }
    #content-front{
        padding-bottom: 315px;
    }
    #side-box{
        width: 25%;
        //height: 100vh;
        float: left;
        padding: 0.2em;
        background-color: #fff;

    }
    #top-side-box-op-cl-wrap{
        display: none;
    }
    #side-box-accordion-wrap{
        display: block;
    }

    #main-box{
        width: 75%;
        padding: 0 0 0 3rem;
        float: right;
    }
    .my-page-licence-logo {
        padding: 6rem 0;

    }
    .my-page-licence-txt {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .icon-twitter{
        display: inline;
    }
    .icon-youtube{
        display: inline;
    }
    #menu-wrap{
        width: 300px;
        right: 0;
    }
    #main{
        padding: var(--h1Hight) 5px 50px 5px;
    }
    footer {
        height:315px;
    }
    .content-body-wrap01-round{
        padding: 2rem 2rem 2rem 1rem;
    }
    .nopad-inner-pad{
        padding: 2rem 2rem 2rem 1rem;
    }
    #top-login-register{
        padding-bottom: 0;
        margin-bottom: 20px ;
    }
    .login-register-op-cl{
        //top:-30%;
    }
    .top-curtain-right{
        width: 8%;
        display: block;
    }
    .top-curtain-left{
        width: 8%;
        display: block;
    }
    .top-curtain-main{
        width: 84%;
    }

    .two-column-wrap {
        display: flex;
    }
    .two-column-wrap2 {
        display: flex;
    }
    .two-column-left{
        width: 47%;
        padding: 2rem 1rem;
    }
    .two-column-right{
        width: 50%;
        padding: 2rem 1rem;
    }
    .adjust-w20{
        width: 20%;
    }
    .pc3-sp1-column-parts{
        width: 33.33%;
        padding: 0.1rem;
    }
    .fc-menu-parts{
        width: 20%;
    }
    .footer-menu-outer{
        position: absolute;
        bottom: 0;margin: auto;
        max-width: 900px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-menu-wrap{
        max-width: 700px;
        margin: auto;
        //background-color: red;
        padding-bottom: 50px;

    }
    .footer-copyright{
        height: initial;
        float: right;
        background-color: transparent;
        position: absolute;
        top:25%;
        right: 0;
    }
    .footer-logo{
        float: left;
        background-color: transparent;
        padding: initial;
        position: absolute;
        top:25%;


    }
    .footer-link{
        display: inline-block;
        padding: 20px 40px;
    }
    .top-performance-wrap{
        margin-left: 1.5%;
    }
    .top-performance-parts{
        width: 30%;
        margin: 1.4%;
    }
    .top-performance-parts-sp-cl{
        display: block;
    }
    #top-performance-accordion-btn-wrap{
        display: none;
    }
    .content-body-wrap01{
        border: #d9d9d9 solid 0.01rem;
        background-color: #fff;
        padding: 8rem;

    }
    .content-body-wrap02{
        border: #d9d9d9 solid 0.01rem;
        background-color: #fff;
        padding: 5rem 8rem;

    }
    .photo-list-col{
        width: 32%;
        padding: 1rem;
        height: 32%;
        margin: 0.3rem;
    }

    .popup-bg-inner{
        width: 80%;
        margin: auto;
        padding: 10px 50px 50px;
        position: absolute;
        top:10%;left: 10%
    }

    .top-news-sch-link-pos{
        position: absolute;
        bottom: 0;
        width: 50%;
    }
    .bottom-btn-link-two-parts{
        width:  50%;
    }

    .pc-two-sp-one-parts{
        width:  50%;
        padding: 2px;
    }

    .talk-room-talk-body{
        width: 70%;
    }
    .talk-room-talk-body-right{
        width: 80%;
    }
    .talk-room-talk-time{
        display: inline-block;
    }
    .talk-room-talk-time-right{
        display: inline-block;
    }
    .balloon-right {
        margin-left: 0%;
    }
    .talk-pc{
        //display: inline-block;
        width: 10%;
        text-align: right;
    }
    .talk-sp{
        display: none;
    }
    /*********************/

    .talk-you-wrap{
        width: 60%;
        margin-left: 40%
    }
    .talk-you-time {
        width: 10%;
    }
    .talk-you-body {
        width: 89%;
    }

    .talk-my-wrap{
        width: 70%;
        margin-left: 0%
    }
    .talk-my-thumb {
        width: 13%;
        margin: 0%;
    }
    .talk-my-time {
        width: 10%;
    }
    .talk-my-body {
        width: 65%;
    }
    .talk-room-trim-image-to-circle {
        width:  80px;       /* ※縦横を同値に */
        height: 80px;       /* ※縦横を同値に */
        position: absolute;
        top:-5px
    }
}



@media (min-width:1300px) {
    .top-side-series-title{
        font-size:1.3rem;
    }
    .top-side-series-status{
        font-size:1.3rem;
    }
}
