@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 2px #eeeeee;
}

.twitter__container a {
  color: #58aeed;
}

/* タイトル部分 */
.twitter__title {
    border-bottom: solid 1px #eeeeee;
  background: white;
    height: 520px;
  padding: 0px;
  font-size: 10%;
  color: ;
    overflow: hidden;
}

.header{
    overflow: hidden;
    width: 900px;
    height: 300px;
    position: static;
}

.header img{
    width: 900px;
}

.icon{
    margin: 20px;
    position: absolute;
    top: 200px;
}

.icon figure {
  width: 50px;
  padding: left;
  margin: 5px;
  float: middle;
  width: 50px;
    
}
.icon figure img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.fake{
    padding: 28px
}
.profile-name{
    margin: px;
    color: black;
    font-weight: 800;
    font-size: 21px
}

.profile-name img{
    width: 20px;
}

.profile-username{
     margin: 0px;
    color: ;
    opacity: 0.5;
    font-weight: 600;
    font-size: 16px
}
.profile-profile{
     margin: 3px;
    color: ;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    padding: left;
}
.profile-place{
    margin: px;
    color: #8a9aa4;
    opacity: ;
    font-weight: 500;
    font-size: 16px;
    padding: left;
}
.profile-place img{
    width: 15px;
    position: relative;
    bottom: 0px;
}
.tab{
    font-size: 16px;
    color: black;
    font-weight: 600;
}


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

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

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

.twitter__container .twitter__block p{
    text-align: center;
    position: relative;
    top: 40px;
    color: gray;
}

.twitter__container .twitter__block .hikoukai{
    font-size: 20px;
    font-weight: 600;
    color: black;
}


.twitter__container .twitter__block:last-child {
  border-bottom: solid 0px;
}
/* アイコン画像 */
.twitter__container .twitter__block figure {
  width: 50px;
  padding: 0;
  margin: 0;
  float: left;
  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;
}

.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;
}

/* rリンク　*/


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

.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: 50%;
    height: 50%
}

.layer-img-1{
    width: 400px;
    height: 608px;
    position: fixed;
    top: 0px
}
.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: 600px;
    height: 400px;
    position: fixed;
    left: 32%;
        
}

.popup-3{
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-3{
    display: none
}
#popup-on-3:checked+.popup-3
{display: block}

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

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

.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: 600px;
    height: 400px;
    position: fixed;
    left: 32%;
}

.popup-5{
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-5{
    display: none
}
#popup-on-5:checked+.popup-5
{display: block}

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

.layer-img-5{
    width: 400px;
    height: 650px;
    position: fixed;
    left: 36%;
}