@charset "UTF-8";
/*/////////////////////////////////////////////////
//twitter風チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/
#a-box{float: left;}

.menu{
    overflow: hidden;
    margin: 0px;
}
.menu img{
    margin: 0px;
     width: 300px;
     height: 700px;
     }

.twitter__container {float: middle;
  background: #ffffff;
  overflow: hidden;
  max-width: 900px;
  margin: 20px auto;
  font-size: 80%;
  border: solid 1px #eeeeee;
}

.twitter__container a {
  color: #58aeed;
}

/* タイトル部分 */
.twitter__title {
    border-bottom: solid 1px #eeeeee;
  background: white;
    height: 40px;
  padding: 0px;
  font-size: 22px;
    font-weight: 600;
    position: relative;
    top: 0px;
  color: ;
    overflow: hidden;
}



/* タイムライン部分 */
.twitter__container .twitter__contents {
  overflow: hidden;
  position: relative;
  line-height: 135%;
}

.twitter__container .twitter__contents.scroll {
  height: auto;
 ;
}

.twitter__container .twitter__block {
  width: 100%;
  display: block;
  padding: px;
  margin-bottom: 5px;
  border-bottom: solid px #eeeeee;
  overflow: hidden;
}

.text p{
    color: gray;
    text-align: ;
    background-color:#f0f0f0;
    padding: 13px;
    border: solid 1px gray;
    width: 770px;
}

.twitter__container .twitter__block:last-child {
  border-bottom: solid 0px;
}


.bar{
    position:relative;
    left: 35px;
    width: 1px;
    height: 50px;
    background-color: darkgray;
    border: solid 1px darkgray;
}




/* アイコン画像 */
.twitter__container .twitter__block figure {
  width: 50px;
  padding: 0;
  margin: 2px;
  float: left;
    position: relative;
    bottom: 0px;
  width: 50px;
}
  /* 正方形を用意 */
.twitter__container .twitter__block figure img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
/* コメントエリア */
.twitter__container .twitter__block-text {
  margin: 0;
  position: relative;
  margin-left: 60px;
  padding-right: 10px;
}

.twitter__container .twitter__block-text .name {
  font-weight: bold;
}

.name img{
    width: 13px;
}

.twitter__container .twitter__block-text .name .name_reply {
  color: #8a9aa4;
  margin-left: 10px;
}

.twitter__container .twitter__block-text .date {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
  color: #8a9aa4;
}
/* 本文 */
.twitter__container .twitter__block-text .text {
  margin: 5px 0;
    font-size: 15px;
}
/* 画像を貼る場合 */
.twitter__container .twitter__block-text .text .in-pict img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 5px 0;
  width: 95%;
  height: 200px;
  object-fit:cover;
}

/*///////////////////////////////////////////
//埋め込みアイコン
////////////////////////////////////////////*/

.twitter__container .twitter__icon br{
  display: none;
}

.twitter__container .twitter__icon .bubble {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("bubble.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}

.twitter__container .twitter__icon .heart {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("heart.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}

.twitter__container .twitter__icon .loop {
  width: 14px;
  height: 14px;
  display: block;
  padding-left: 20px;
  background: url("loop.svg") left no-repeat;
  width: 20%;
  float: left;
  color: #8a9aa4;
}

{box-sizing:border-box;}



/* ポップアップ */
.popup-1{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-1{
    display: none
}
#popup-on-1:checked+.popup-1
{display: block}

.icon-close-1{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o
}
.popup-content-1{
    margin: 40px auto 40px auto;
    width: 60%;
    height: 50%
}

.layer-img-1{
    width: 666px;
    height: 444px;
    position: fixed;
    top: 100px
}
.popup-2{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-2{
    display: none
}
#popup-on-2:checked+.popup-2
{display: block}

.icon-close-2{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o
}
.popup-content-2{
    margin: 40px auto 40px auto;
    width: 50%;
    height: 50%
}

.layer-img-2{
    width: 450px;
    height: 605px;
    position: fixed;
    left: 35%;
    top: 30px;
        
}

.popup-4{
background-color: rgba(0,0,0,0.7);
    box-shadow: 000 9999px rgba(0,0,0,0.5) ;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0px;
    width: 160vw;
    height: 100vw;
    }
#popup-on-4{
    display: none
}
#popup-on-4:checked+.popup-4
{display: block}

.icon-close-4{
    background: #000;
    color: #fff;
    font-size: 50px;
    padding: 10px 20px;
    position: absolute;
    right:5o
}
.popup-content-4{
    margin: 40px auto 40px auto;
    width: 50%;
    height: 50%
}

.layer-img-4{
    width: 400px;
    height: 600px;
    position: fixed;
    left: 40%;
}