
h1{font-size: initial!important;}
  
.btn {
    width:  initial;
    margin:  initial;
    padding:  initial;
     float: initial; 
    font-size: initial;
    background:  initial;
    text-decoration:  initial;
}
#lpshoppingcolumn,#smp-lpshoppingcolumn,.sp_btn,#pagetop,#footer{display:none;}
img{display: block;    }
body{font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  ; color: #444;
  line-height: 3.5em;

}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
#img_wrap{width:100%!important;}
#lpshoppingcolumn,#smp-lpshoppingcolumn,.sp_btn{display:none;}
img{display: block;   }
.henshuubu::before{ content: "編集部：";color:rgb(224, 21, 174);font-weight: bold;}
.nakagaichi::before{ content: "中垣内：";color:rgb(0, 89, 255);font-weight: bold;}
.blink {
  animation: blinkAnime 0.7s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ff9900 }
 100% { color: #ff0000 }
}
@media screen and ( min-width:800px ){
  .topimg{position: relative;
    width: 740px;
    margin: 0px auto;
    filter: initial;
    padding: 20px;
    position: relative;
  padding: 0!important;}
  .topbox{position: absolute;
    background: rgba(255,255,255,0.8);
    width: 740px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6px 0;
    top: 30px;}
  .comment_box2{ width: 600px;
    margin: 0 auto;
    border: 2px solid #0a3dac;
    padding: 58px 10px 10px 10px;
    position: relative;
    margin-bottom: 26px;}
   
  .title2{position: absolute;
    font-size: 1.2em;
    background-color: #0a3dac;
    width: 600px;
    left: -2px;
    top: -20px;
    color: #fff;
    padding: 10px;}
  .comment2{letter-spacing: normal;}
  .date2{       text-align: right;}
 
.abater2{position: absolute;
  width: 31px;
  border-radius: 30px;
  bottom: -36px;
  left: 7px;}
  .user2{font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    background-color: #0a3dac;
    color: #fff;
    padding: 10px 25px 10px 60px;
    left: -2px;
    bottom: -42px;
    border-radius: 0 0 20px 20px;}
  .comment_box{ width: 600px;
    margin: 0 auto;
    border: 2px solid #ff8406;
    padding: 58px 10px 10px 10px;
    position: relative;
    margin-bottom: 26px;}
   
  .title{position: absolute;
    font-size: 1.2em;
    background-color: #ff8406;
    width: 600px;
    left: -2px;
    top: -20px;
    color: #fff;
    padding: 10px;}
  .comment{letter-spacing: normal;}
  .date{       text-align: right;}
  dd {
    display: block;
    margin-inline-start: 20px;
}
.abater{position: absolute;
  width: 31px;
  border-radius: 30px;
  bottom: -36px;
  left: 7px;}
  .user{font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    background-color: #ff8406;
    color: #fff;
    padding: 10px 25px 10px 60px;
    left: -2px;
    bottom: -42px;
    border-radius: 0 0 20px 20px;}
  h1{font-size: 20px;text-align: center;
  font-weight:bold;}
  .text3{color:#f00;font-weight: bold;}
  .text4{width: 700px;
    background: linear-gradient(transparent 50%, rgba(252, 227, 1, 0.7) 50%);
    padding: 4px;
    color: #f00;
    font-weight: bold;
    margin: 10px auto;
    display:inline;
    font-size: 21px;}
  .talking {
    margin-bottom:10px;
    position:relative;
}

.talking:before , .talking:after {
    clear:both;
    content:"";
    display:block;
}

/*アイコン*/
.talking figure {
    width:60px;     /*アイコンの横幅*/
    height:60px;    /*アイコンの縦幅*/
}

.talking-left_icon {
    float:left;
    margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
    float:right;
    margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
    width:100%;
    height:100%;
    margin:0;
    border:2px solid #aaa;
    border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
    padding:2px 0 0;
    font-size:12px;
    text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
    position:relative;
    padding:10px;
    border-style:solid;    /*枠線の線種*/
    border-radius:10px;    /*セリフを入れる部分の角丸*/
    
    
    filter: drop-shadow(2px 2px 0.2rem #444);
}

.talking p {
    margin:0;
}

.talking p :last-child {
    margin:0;
}

/*---左の吹き出し---*/
.talking-left {
    float:left;
    border-width:2px;         /*枠線の太さ*/
    border-color:#f3f3f3;    /*枠線の色*/
    background:#f3f3f3;      /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
    position: absolute;
    content: '';
    border: 0px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -22px;
}

.talking-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #f3f3f3;
    top: 15px;
    left: -19px;
}

/*---右の吹き出し---*/
.talking-right p{font-weight: bold;line-height: 41px!important;}
.talking-right {
    float:right;
    border-width:2px;      /*枠線の太さ*/
    
    border-color:#f0fffb;   /*枠線の色*/
    background:#f0fffb;   /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
    position: absolute;
    content: '';
    border:00px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -22px;
}

.talking-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #f0fffb;
    top: 15px;
    right: -19px;
}
  .nakagaichi{    background-color: #cafffb;
    padding: 5px;
    border-radius: 6px;
    margin: 10px auto!important;}
  #pagetop{display:none;}
  #footer{display:none;}
  .bigspan{  text-decoration:underline;
    text-decoration-color:#1d3994;
    font-weight: bold;
    color:#1d3994;
    }
    .redspan{    
      background-color: rgb(255, 255, 0);
      font-weight:bold;
  
      color: #ff0000;}
      .superspan{ font-weight: bold;
        color: #ff0000;
      font-size:32px;
    text-align: center;
  margin:0 auto ;}
  .penis{background: linear-gradient(transparent 50%, #baf7ff 50%);font-size: 30px;font-weight:bold;color:rgb(68, 0, 255);font-size: 46px;
      line-height: 75px;}
  .percent{background: none;font-size: 70px;font-weight:bold;color: #ff356c;}
  .text_green{width: 760px;
  margin: 10px auto;
  font-size: 50px;
  text-align: center;
  padding: 21px;
  font-weight: bold;
  line-height: 43px;
  background-color: #ff356c;
  color: #fff;
  border-radius: 19px;
  }
  img{margin:0px auto;}
  li{color: #f00;
    font-weight: bold;
    margin: 5px!important;
    font-size: 19px;
    line-height: 35px}
  ul {background-color: #eaf8ff;
    border: 2px #3aabd2 solid;
    width: 500px!important;
    margin: 12px auto!important;
    padding: 5px!important;}
  .master{width:1100px;margin:0 auto; 
      display: flex;-webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      }
      .main-left{width: 740px;  margin:0px auto; padding:10px;   }
      .main-right{width: 240px; margin-top:15px;margin-bottom: 15px; padding:20px; margin-left: 10px;}
  header{width:100%;background-color: #0084ff;height:40px;color:#fff;text-align: center;font-size: 20px;letter-spacing: 5px;
      box-shadow: 6px 3px 10px rgba(0,0,0,0.4);}
      footer{width:100%;background-color:#494949;height:60px;color:#fff;text-align: center;font-size: 20px;letter-spacing: 5px;
          box-shadow: 6px 3px 10px rgba(0,0,0,0.4); line-height: initial!important;}
          .headerp{padding:0;margin:0;}
      .headerp{padding:0;margin:0;}
.topimg{    width: 740px;
  margin: 0px auto;
  padding: 20px;
  position: relative;}
.topimgbox{width:100%;box-shadow: 0 3px 6px rgb(0 0 0 / 18%);}
.topimg>img{width: 150px;
  margin: initial;}
.text{    width: 100%;
  margin: 1.5em auto 1.5em;font-size: 18px;}
  .text2 {
    width: 520px;
    margin: 7px auto;
    max-width: 80%;
    letter-spacing: 0.03em;
    font-size: 18px;
    line-height: 31px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h2 {
  width: 640px;
  position: relative;
  border-top: solid 2px #ff8100;
  border-bottom: solid 2px #ff8100;
  background: #fff6d7;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em auto 0.5em;
}

h2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #ff8100;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3{
  width: 656px;
    font-size: 31px;
    font-weight: bold;
    position: relative;
    padding: 0.4em;
    margin-bottom: 2em;
    background-color: #4173ff !important;
    background-image: url(../img/gradient_white.png) !important;
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background-size: auto !important;
    color: #ffffff;
    margin: 10px auto 25px;
  }
  

h4 {
    width: 500px;
    color: #fff;
    background-color: #4970fa;
    position: relative;
    overflow: hidden;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    border-bottom: 2px solid #4970fa;
    font-size: 16px;
    color: #fff;
    margin: 0 auto 0;
    line-height: 27px;
}
h5 {
  background-color: #d90606;
  position: relative;
  margin: 30px;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
 }
 
 h5:before,
 h5:after {
   position: absolute;
   z-index: 0;
   bottom: -10px;
   display: block;
   content: '';
   border: 1em solid #d90606;
 }
 
 h5:before {
   left: -30px;
   border-left-width: 15px;
   border-left-color: transparent;
 }
 
 h5:after {
   right: -30px;
   border-right-width: 15px;
   border-right-color: transparent;
 }
 
 h5 span {
   position: relative;
   z-index: 1;
   display: block;
   padding: 1rem 2rem;
   color: #fff;
   background: #fa4141;
 }
 
 h5 span:before,
 h5 span:after {
   position: absolute;
   bottom: -10px;
   display: block;
   width: 10px;
   height: 10px;
   content: '';
   border-style: solid;
   border-color: #b70505 transparent transparent transparent;
 }
 
 h5 span:before {
   left: 0;
   border-width: 10px 0 0 10px;
 }
 
 h5 span:after {
   right: 0;
   border-width: 10px 10px 0 0;
 }

.profile>img{display: block;width: 90%;margin:10px auto;}
.profp{margin-top: 0;}
.small{    font-size: 12px;
  background-color: #ff356c;
  color: #fff;
  width: 45%;
  padding: 5px;
  margin: 0;
margin-bottom:20px;}
.btn{
  width: initial;
   margin: initial; 
   padding: initial; 
  float: initial;
  font-size: initial; 
   background: initial; 
  text-decoration: initial;
  width: 586px;margin:15px auto; }
.btn img{transition: all 0.3s ease 0s;width: 100%;}
.btn img:hover{padding-top:4px;}
.hame0{margin:0px auto ;filter:initial;}
.hame{width:600px;margin:10px auto;}
.hame2{width:300px;margin:10px auto;}
.hame3{width:250px;margin:10px auto;}
.rightad{margin:10px auto;width: 100%;}
.frame {
  width: 500px;
  border: 2px solid #4970fa;
  margin: 0px auto 10px;
  padding: 10px 0;
}
  .spimg{display: none;}
  .boxblack{border: 2px solid #222;
    width: 600px;
    margin: 0 auto;
    padding: 20px;}
    .border{padding-top: 6px;}
    .topp{    font-size: 30px;}
    .top500 {position: absolute;
    top: 93px;
    left: 50%;
    background-color: rgba(255,255,255,0.7);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 780px;
    font-size: 27px;}
.back500{width: 744px;
    position: relative;}
}
@media screen and ( max-width:799px ){
  .border{padding-top: 6px;}
  .superspan{     font-weight: bold;
    color: #ff0000;
    font-size: 19px;
    margin: 10px 0;
    text-align: center;
    line-height: 27px;}

  .text4{width:99%;
    background: linear-gradient(transparent 50%, rgba(252, 227, 1, 0.7) 50%);
    color:#f00;font-weight: bold;    padding: 5px;display: inline;}
  .text3{color:#f00;font-weight: bold;}
  .comment_box2{ width: 100%;
    margin: 0 auto;
    border: 2px solid #0a3dac;
    padding: 58px 10px 10px 10px;
    position: relative;
    margin-bottom: 26px;}
   
  .title2{position: absolute;
    font-size: 18px;
    background-color: #0a3dac;
    width: 100%;
    left: 0px;
    top: -20px;
    color: #fff;
    padding: 10px;}
  .comment2{letter-spacing: normal;
    font-size: 14px;}
  .dat2e{           font-size: 12px;text-align: right;}

.abater2{position: absolute;
  width: 31px;
  border-radius: 30px;
  bottom: -36px;
  left: 7px;}
  .user2{font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    background-color: #0a3dac;
    color: #fff;
    padding: 10px 25px 10px 45px;
    left: -2px;
    bottom: -42px;
    border-radius: 0 0 20px 20px;}
  .comment_box{ width: 100%;
    margin: 0 auto;
    border: 2px solid #ff8406;
    padding: 58px 10px 10px 10px;
    position: relative;
    margin-bottom: 26px;}
   
  .title{position: absolute;
    font-size: 18px;
    background-color: #ff8406;
    width: 100%;
    left: 0px;
    top: -20px;
    color: #fff;
    padding: 10px;}
  .comment{letter-spacing: normal;
    font-size: 14px;}
  .date{           font-size: 12px;text-align: right;}
  dd {
    display: block;
    margin-inline-start: 0px;
}
.abater{position: absolute;
  width: 31px;
  border-radius: 30px;
  bottom: -36px;
  left: 7px;}
  .user{font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    background-color: #ff8406;
    color: #fff;
    padding: 10px 25px 10px 45px;
    left: -2px;
    bottom: -42px;
    border-radius: 0 0 20px 20px;}
  .text3{color:#f00;font-weight: bold;}
  .pcimg{display: none;}
  h1{font-size: 18px;text-align: center;
    font-weight:bold;}
  .main-left{
    width: 100%;
    background-color: #FFF;
    padding: 5px 5px;
    margin: 0px auto;}
  .talking {
    margin-bottom:10px;
    position:relative;
}

.talking:before , .talking:after {
    clear:both;
    content:"";
    display:block;
}

/*アイコン*/
.talking figure {
    width:40px;     /*アイコンの横幅*/
    height:40px;    /*アイコンの縦幅*/
}

.talking-left_icon {
    float:left;
    margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
    float:right;
    margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
    width:100%;
    height:100%;
    margin:0;
    border:2px solid #aaa;
    border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
    padding:2px 0 0;
    font-size:12px;
    text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
    position:relative;
    padding:10px;
    border-style:solid;    /*枠線の線種*/
    border-radius:10px;    /*セリフを入れる部分の角丸*/
    max-width: calc(100% - 92px);
    
    filter: drop-shadow(2px 2px 0.2rem #444);
}

.talking p {
  margin: 0;
  font-size: 15px;
  line-height: 21px;
}

.talking p :last-child {
    margin:0;
}

/*---左の吹き出し---*/
.talking-left {
    float:left;
    border-width:2px;         /*枠線の太さ*/
    border-color:#f3f3f3;    /*枠線の色*/
    background:#f3f3f3;      /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
    position: absolute;
    content: '';
    border: 0px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -22px;
}

.talking-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #f3f3f3;
    top: 15px;
    left: -19px;
}

/*---右の吹き出し---*/
.talking-right p{font-weight: bold;}
.talking-right {
    float:right;
    border-width:2px;      /*枠線の太さ*/
    
    border-color:#f0fffb;   /*枠線の色*/
    background:#f0fffb;   /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
    position: absolute;
    content: '';
    border:00px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -22px;
}

.talking-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #f0fffb;
    top: 15px;
    right: -19px;
}
  .nakagaichi{    background-color: #cafffb;
    padding: 5px;
    border-radius: 6px;
    margin: 10px auto!important;}
   #pagetop{display:none;}
  #footer{display:none;}

  li{color: #f00;
    font-weight: bold;
    margin: 0px 5px!important;
    font-size: 16px;
    line-height: 27px}
  ul {background-color: #eaf8ff;
    border: 2px #3aabd2 solid;
    border-radius: 5px;
  width:100%!important;
  margin: 6px auto!important;
  padding: 2px!important;}
  .master{width:100%;margin:0 auto;}
  header{width:100%;background-color: #0084ff;height: 27px;color:#fff;font-weight: bold;}
  footer{width:100%;background-color:#494949;height:27px;color:#fff;line-height: initial!important;}
      .headerp{padding:0;margin:0;}
  .headerp{padding:0;margin:0;text-align: center;}
  .bigspan{ text-decoration:underline;
    text-decoration-color:#1d3994;
  
    font-weight: bold;
    color:#1d3994;
    }
  .redspan{background-color: rgb(255, 255, 0);color: #ff0000;font-weight: bold;}
.shadow{box-shadow: 6px 3px 10px rgba(0,0,0,0.4);}
.text    {width: 90%;
margin: 1.2em auto 1.2em;
font-size: 16px;}
.text2 {
  width: 98%;
  letter-spacing: 0.03em;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
  h2 {
    font-size: 19px;
        width: 98%;
    position: relative;
    border-top: solid 2px #ff8100;
    border-bottom: solid 2px #ff8100;
    background: #fff6d7;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
  }
  
  h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #ff8100;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  h3{
    width: 100%;
    font-size: 23px;
    line-height: 1.8em;
    font-weight: bold;
    position: relative;
    padding: 0 0.2em;
    
    background-color: #4173ff !important;
    background-image: url(../img/gradient_white.png) !important;
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background-size: auto !important;
    color: #ffffff;
    margin: 12px auto 12px;
    }
    .topp{    font-size: 20px;
      margin: 0;
      margin-bottom: 13px;}
    .topimg{position: relative;
      padding: 0!important;
      width: 100%;
  }
  

    .topbox{position: absolute;
      background: rgba(255,255,255,0.8);
      width: 100%;
      left: 0;
      right: 0;
      margin: auto;
      padding: 2px 0;
      top: 10px;}
 

.small{    font-size: 10px;
  background-color: #ff356c;
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 0;
margin-bottom:20px;}



.btn{width: initial;
   margin: initial; 
   padding: initial; 
  float: initial;
  font-size: initial; 
   background: initial; 
  text-decoration: initial;width: 94%;margin:0px auto;     padding: 10px 0;}
.btn img{width: 100%;}
img{max-width:100%;}
.rightad{display:none;}
h5 {
  background-color: #d90606;
  position: relative;
  margin: 30px;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
 }
 
 h5:before,
 h5:after {
   position: absolute;
   z-index: 0;
   bottom: -10px;
   display: block;
   content: '';
   border: 1em solid #d90606;
 }
 
 h5:before {
   left: -30px;
   border-left-width: 15px;
   border-left-color: transparent;
 }
 
 h5:after {
   right: -30px;
   border-right-width: 15px;
   border-right-color: transparent;
 }
 
 h5 span {
   position: relative;
   z-index: 1;
   display: block;
   padding: 1rem 2rem;
   color: #fff;
   background: #fa4141;
 }
 
 h5 span:before,
 h5 span:after {
   position: absolute;
   bottom: -10px;
   display: block;
   width: 10px;
   height: 10px;
   content: '';
   border-style: solid;
   border-color: #b70505 transparent transparent transparent;
 }
 
 h5 span:before {
   left: 0;
   border-width: 10px 0 0 10px;
 }
 
 h5 span:after {
   right: 0;
   border-width: 10px 10px 0 0;
 }

h4 {
    width: 98%;
    color: #fff;
    background-color: #4970fa;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    border-bottom: 2px solid #4970fa;
    line-height: 21px;
}


 
.profile{background-color: #0084ff;color:#fff;padding: 10px;    margin-top: 20px;}
.profile>img{display: block;width: 20%;margin:10px auto;}
.profp{margin-top: 0;color:#fff;}
.percent{background: none;
  font-size: 47px;
  font-weight: bold;
  color:  #ff356c;}
  .text_green{    width: 95%;
      margin: 10px auto;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      font-weight: bold;
       line-height: 43px; 
      background-color: #ff356c;
      color: #fff;
      border-radius: 8px;
  }
  .frame {
    width: 98%;
    border: 2px solid #4970fa;
    margin: 0 auto;
    margin-bottom: 8px;
    padding: 8px;
}
    .frame img{width: 95%!important;margin:0 auto 15px;}
    .hame0{width: 100%;margin:0px auto;filter:initial;}
    .hame{width: 92%;margin:5px auto;filter:initial;}
    .hame2{width: 72%;margin:5px auto;filter:initial;}
    .hame3{width: 38%;margin:5px auto;filter:initial;}
    figure {
      margin: 1em 10px;
  }
  .boxblack{border: 2px solid #222;
    width: 98%;
    margin: 0 auto;
    padding: 20px;}
    
    .top500 {top: 2.5em;
      position: absolute;
      left: 50%;
      background-color: rgba(255,255,255,0.5);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
      font-size: 5vw;}
  .back500{width:100%;
      position: relative;}
}


html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}
.loop_wrap {
    display: flex;
    width: 800px;
    overflow: hidden;
    margin-top: -5px;
}
.loop_wrap img {
    width: auto;
    height: 100%;
}
.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}
.loop_wraplr {
    display: flex;
    width: 800px;
    overflow: hidden;
}
.loop_wraplr img {
    width: auto;
    height: 100%;
}
.loop_wraplr img:first-child {
    animation: loop3 50s -25s linear infinite;
}
.loop_wraplr img:last-child {
    animation: loop4 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-200%);
}
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
}
100% {
    transform: translateX(0);
}
}
