/*=================================================
 * CSS for PC
 * ================================================= */

#cnt {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** pbox **/

.pbox {
    text-align: left;
}

.pbox:last-of-type {
    margin-bottom: 0;
}

.pbox_in {
    border-width: 1px;
    border-style: solid;
    padding: 20px;
}


/** prof_top **/

.prof_top {
    display: table;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.prof_top_l,
.prof_top_r {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prof_top_l {
    width: 435px;
    padding-right: 20px;
}

.prof_top_r {}


.prof_top_l .icon {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: 510px;
    left: 25px;
}

/**	prof slider start **/

#sliderContainer {
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#flame {
    width: 390px;
    height: 520px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

ul#slider {
    margin-left: 0;
    width: 1950px;
    height: 520px;
    overflow: hidden;
    position: relative;
}

ul#slider li {
    float: left;
    width: 390px;
}

ul#slider li img {
    width: 390px;
    height: 520px;
}

ul#slideIcon {
    width: 390px;
    height: 0;
}

ul#slideIcon li {
    display: inline-block;
    width: 25px;
    /* no change */
    height: 50px;
    /* no change */
    position: absolute;
    font-size: 11px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

ul#slideIcon li#prev {
    left: 0;
    top: calc(50% - 25px);
    border-radius: 0 5px 5px 0;
}

ul#slideIcon li#next {
    right: 0;
    top: calc(50% - 25px);
    border-radius: 5px 0 0 5px;
}


/** name **/

.name_bg {
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.name {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.name h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 11px 0 9px 0;
}

.name h2:only-child {
    padding: 15px 0 0 0;
}

.name h2 .icon {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    padding: 0 10px;
}

.name p {
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    margin: 0 15px;
}

.pbt {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 10px 0 0 0;
}

.pbt .bt1 {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    border-radius: 15px;
}

.pbt span.bt:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.linksite_bt {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 10px 0 0 0;
    border-bottom-style: none;
    border-top-style: hidden;
}

.linksite_bt>a {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.linksite_bt>a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.linksite_bt1 {
    background: url(../image/sns_bt1.png) no-repeat top center #1da1f2;
    background-size: 35px auto;
}

.linksite_bt2 {
    background: url(../image/sns_bt2.png) no-repeat top center, rgb(255, 221, 131);
    background: url(../image/sns_bt2.png) no-repeat top center, linear-gradient(45deg, rgba(255, 221, 131, 1) 15%, rgba(242, 105, 57, 1) 37%, rgba(207, 46, 146, 1) 63%, rgba(76, 100, 211, 1) 85%);
    background-size: 35px auto;
}

.linksite_bt3 {
    background: url(../image/sns_bt3.png) no-repeat top center #daa915;
    background-size: 35px auto;
}

.linksite_bt4 {
    background: url(../image/sns_bt4.png) no-repeat top center #00b900;
    background-size: 35px auto;
}

.linksite_bt5 {
    background: url(../image/sns_bt5.png) no-repeat top center #ff9900;
    background-size: 35px auto;
}

.linksite_btblog .material-icons {
    line-height: 35px;
}

/** op **/

.op_bg {
    margin: 20px 0;
    padding: 19px 18px 14px 18px;
}

.op {
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.op li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4 - 4px);
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 0 2px 5px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.op li.ng {
    color: rgba(120, 120, 120, 0.6);
    border-color: rgba(120, 120, 120, 0.0);
    background-color: rgba(120, 120, 120, 0.5);
}


/** sche **/

.sche {}

.sche ul {
    font-size: 0;
    line-height: 0;
}

.sche li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 7);
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sche li:last-of-type {
    border-right-width: 1px;
    border-right-style: solid;
}

.sche .sche_th {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
}

.sche .sche_td {
    position: relative;
    width: 100%;
    height: 88px;
    font-size: 13px;
    line-height: 14px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sche .sche_td p{
    word-break: break-word;
}

.sche .sche_td .yoman {
    width: 100%;
    height: 88px;
    font-size: 13px;
    line-height: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: yoman 1.5s ease-in-out infinite alternate;
    -moz-animation: yoman 1.5s ease-in-out infinite alternate;
    animation: yoman 1.5s ease-in-out infinite alternate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes yoman {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.sche .sche_td .yoman+p {
    -webkit-animation: yoman 1.5s ease-in-out infinite alternate;
    -moz-animation: yoman 1.5s ease-in-out infinite alternate;
    animation: yoman 1.5s ease-in-out infinite alternate;
    animation-delay: -1.5s;
}


/** data **/

.data_bg {
    border-width: 1px;
    border-style: solid;
    padding: 40px 40px 40px 40px;
}

.data {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.data_ex,
.data_l,
.data_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data_ex {
    width: 340px;
    margin-right: 30px;
}

.data_ex .movie {
    border-width: 1px;
    border-style: solid;
    margin: 0 0 10px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data_ex .movie video {
    width: 100%;
    height: auto;
}

.data_ex .voice {}

.data_ex .voice div {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

.data_ex .voice audio {
    width: 100%;
}

.data_l {
    width: 290px;
    margin-right: 30px;
}

.data_l div {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data_l div:first-of-type {
    border-top-width: 1px;
    border-top-style: dotted;
}

.data_r {
    width: calc(100% - 690px);
}

.data_r p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.data_r .cast_mess {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.data_r p+.cast_mess {
    margin: 20px 0 0 0;
    padding: 20px 0 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
}

.data_r .cast_mess .cimg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.data_r .cast_mess .cimg img {
    width: 40px;
    height: auto;
}

.data_r .cast_mess .ctxt {
    width: calc(100% - 50px);
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}

.data_l:last-child,
.data_r:nth-child(2) {
    width: calc(100% - 370px);
}

.data_l:only-child,
.data_r:only-child {
    width: 100%;
    margin: 0;
}

.data_ex:only-child {
    width: auto;
    margin-right: 0;
}

.data_ex:only-child .movie video {
    max-width: 640px;
}

.data_ex:only-child .voice audio {
    width: 640px;
}


/** widget **/

#pc_wid {
    margin-top: 20px;
}

#sp_wid {
    display: none;
}

.wid {
    font-size: 0;
    line-height: 0;
    border-width: 1px;
    border-style: solid;
}

.wid_t {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 7px 10px;
}

.wid_in {
    font-size: 12px;
    line-height: 16px;
}

.wid_in iframe {
    vertical-align: bottom;
}

.st_box .p_a {
    color: #ffa500;
}

.st_box .p_a span {
    filter: saturate(0);
}




/** toku **/

.toku_bs {
    margin-bottom: 20px;
}

#toku_in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    padding-top: 5px;
    padding-right: 320px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toku_in2 {
    height: 164px;
}

.toku_1 {
    position: relative;
    width: 315px;
}

.toku_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.toku_3 {
    width: 315px;
}

#toku h4 {
    text-align: left;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku h4 span {
    font-size: 24px;
    line-height: 30px;
}

#toku .time {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 145px;
    height: 38px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: -4px;
    right: 0;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .tkbox_bs {
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#toku .tkbox {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .tkbox:last-of-type {
    margin-bottom: 0;
}

#toku .tkbox_l {
    width: 33%;
}

#toku .tkbox_l p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    padding: 5px 0 0 0;
}

#toku .tkbox_l p em {
    position: relative;
    font-size: 32px;
    line-height: 32px;
    bottom: -2px;
}

#toku .tkbox_l p span {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
}

#toku .tkbox_l p i {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    line-height: 14px;
    top: -2px;
}

#toku .tkbox .or {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -18px;
    left: calc(50% - 15px);
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#toku .tkbox_r {
    position: relative;
    width: calc(100% - 33%);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
}

#toku .tkbox_r_top {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    padding: 10px 34px 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .tkbox_r_top span {
    font-size: 16px;
    margin-left: 5px;
}

#toku .tkbox_r_top span em {
    font-size: 22px;
}

#toku .tkbox_r_top i {
    font-size: 34px;
    line-height: 34px;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#toku .tkbox_r_btm {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0 5px 0;
}

#toku .tkbox_r_btm.spe {
    padding: 0;
}

#toku .tkbox_r_btm span {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentcolor;
    margin-right: 5px;
    top: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .tkbox_r_btm p {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}

#toku .tkbox_r_btm p em {
    font-size: 34px;
}

#toku .conditions2 {
    display: table;
    width: 100%;
    font-size: 0;
    line-height: 0;
    border-radius: 2px;
    padding: 5px 0;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .conditions2_l,
#toku .conditions2_r {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#toku .conditions2_l {
    position: relative;
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
}

#toku .conditions2_l span {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin-right: 1px;
    bottom: -1px;
}

#toku .conditions2_r {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    padding: 5px 5px 5px 7px;
}

#toku .caution {
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    padding: 0 0 0 0;
    letter-spacing: -0.3px;
}

.taiki_icon_on {
    width: calc(100% - 50px);
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 25px;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/** diary **/

.diary_bg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.diary .d_list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.diary .d_list .d_box {
    width: 120px;
    border-radius: 7px;
    margin: 0 5px;
}

.diary .d_list .d_box .date {
    font-size: 11px;
    line-height: 17px;
    text-align: left;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diary .d_list .d_box .img {
    display: block;
    height: 120px;
    overflow: hidden;
}

.diary .d_list .d_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.diary .d_list .d_box .d_title {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diary .d_bt {
    text-align: center;
    padding: 12px 0 0 0;
}

.diary .d_bt a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: currentColor;
    padding: 0 30px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diary .d_bt a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
    #prof {
        width: auto;
    }

    /** pbox **/
    .pbox {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: left;
        border-right: none;
        border-left: none;
    }

    .pbox_in {
        border-left: none;
        border-right: none;
        padding: 10px 0 0 0;
    }

    /** prof_top **/
    .prof_top,
    .prof_top_l,
    .prof_top_r {
        width: auto;
        display: block;
        padding: 0;
    }

    /**	prof slider start **/
    #sliderContainer {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #flame {
        position: static;
        width: 95%;
        height: auto;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul#slider {
        width: auto;
        height: auto;
    }

    ul#slider li {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul#slider li img {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul#slideIcon {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul#slideIcon li {
        display: inline-block;
        width: 20px;
        /* no change */
        height: 50px;
        /* no change */
        position: absolute;
        font-size: 11px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    /** name **/
    .name_bg {
        border-left: none;
        border-right: none;
        margin: 0 0 30px 0;
        padding: 5px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .name {
        border-left: none;
        border-right: none;
        padding: 0 0 10px 0;
    }

    .name h2 {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 0 5px 0;
    }

    .name h2:only-child {
        padding: 10px 0 0 0;
    }

    .name h2 .icon {
        font-size: 11px;
        line-height: 16px;
        margin-right: 5px;
        padding: 0 5px;
    }

    .name p {
        font-size: 11px;
        line-height: 22px;
        margin: 0 10px;
    }

    .pbt {
        padding: 10px 0 5px 0;
    }

    .linksite_bt {
        padding: 10px 0 5px 0;
    }

    /** op **/
    .op_bg {
        margin: 30px 0;
        padding: 10px 8px 4px 8px;
    }

    .op li {
        width: calc(100% / 2 - 4px);
    }

    /** sche **/
    .sche {
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
    }

    .sche ul {
        padding: 0 10px;
    }

    .sche li {
        display: table;
        width: 100%;
        font-size: 0;
        line-height: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0 0 -1px 0;
    }

    .sche li:last-of-type {
        width: 100%;
    }

    .sche li br {
        display: none;
    }

    .sche .sche_th,
    .sche .sche_td {
        display: table-cell;
        vertical-align: middle;
        height: 40px;
        font-size: 13px;
        line-height: 14px;
    }

    .sche .sche_th {
        width: 120px;
        padding: 0;
        border-bottom: none;
    }

    .sche .sche_td {
        width: auto;
    }

    .sche .sche_td .yoman {
        width: 100%;
        height: 40px;
    }

    /** data **/
    .data_bg {
        border-right: none;
        border-left: none;
        padding: 0;
    }

    .data {
        display: block;
        font-size: 0;
        line-height: 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data_ex,
    .data_l,
    .data_r {
        width: auto;
        margin-right: 0;
    }

    .data_ex .movie {
        border-width: 1px;
        border-style: solid;
        margin: 0 0 10px 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data_ex .movie video {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .data_ex .voice {
        margin: 0 0 10px 0;
    }

    .data_ex .voice div {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    .data_ex .voice audio {
        width: 100%;
    }

    .data_l {
        margin: 0 0 10px 0;
    }

    .data_l div {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data_l div:first-of-type {
        border-top-width: 1px;
        border-top-style: dotted;
    }

    .data_r p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    .data_l:last-child,
    .data_r:nth-child(2) {
        width: auto;
    }

    .data_r .cast_mess {
        padding: 0 0 10px 0;
    }

    .data_r p+.cast_mess {
        margin: 10px 0 0 0;
        padding: 10px 0 10px 0;
    }

    .data_ex:only-child .movie video {
        max-width: 100%;
    }

    .data_ex:only-child .voice audio {
        width: 100%;
    }


    /** widget **/
    #pc_wid {
        display: none;
    }

    #sp_wid {
        display: block;
        margin: 10px 0;
        padding: 0;
        border: none;
    }

    .wid {
        border-left: none;
        border-right: none;
    }

    .wid_t {}

    .wid_in {}


    /** toku **/
    .toku_bs {
        padding-top: 0;
    }

    #toku_in {
        display: block;
        width: 100%;
        min-height: 0;
        max-width: 410px;
        margin: 0 auto;
        padding: 10px 10px 15px 10px;
    }

    .toku_in2 {
        height: auto;
    }

    .toku_1,
    .toku_2,
    .toku_3 {
        width: auto;
        position: static;
    }

    #toku h4 {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: none;
    }

    #toku .time {
        top: 12px;
        right: 10px;
    }

    #toku .time:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 5px);
    }

    #toku .toku_2 {
        margin-bottom: 10px;
    }

    #toku .conditions2_l {
        width: 33%;
        font-size: 12px;
    }

    #toku .conditions2_l span {
        margin-right: 1px;
        bottom: -2px;
    }

    #toku .conditions2_r {
        font-size: 12px;
    }

    .taiki_icon_on {
        width: calc(100% - 60px);
        left: 30px;
    }


    /** diary **/
    .diary_bg {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px 0;
    }

    .diary .d_list {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 0 7.5px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .diary .d_list::-webkit-scrollbar {
        display: none;
    }

    .diary .d_list .d_box {
        width: 34vw;
        margin: 0 2.5px;
    }

    .diary .d_list .d_box .date {
        font-size: 10px;
        line-height: 14px;
        text-align: left;
        padding: 3px 5px;
    }

    .diary .d_list .d_box .img {
        display: block;
        width: 34vw;
        height: 34vw;
        overflow: hidden;
    }

    .diary .d_list .d_box .d_title {
        font-size: 11px;
        line-height: 12px;
        padding: 5px;
    }

    .diary .d_bt {
        padding: 10px 0 0 0;
    }
}