body{font-family: Meiryo,  /* For Windows Fallback (Chrome) */
  sans-serif; color: #222;
  background-color: #fff;

}
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 ){
  
  .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;    /*セリフを入れる部分の角丸*/
    max-width: calc(100% - 80px);
    
    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{   background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
  
    font-weight: bold;
    color:#0008ff;
    }
    .redspan{    
     
      font-weight: bold;
      color: #ff0000;}
      .superspan{ font-weight: bold;
        color: #ff0000;
      font-size:30px;
    text-align: center;
  margin:0 auto 15px;}
  .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:#7781ff;}
  .text_green{width: 760px;
  margin: 10px auto;
  font-size: 50px;
  text-align: center;
  padding: 21px;
  font-weight: bold;
  line-height: 43px;
  background-color:#7781ff;
  color: #fff;
  border-radius: 19px;
  }
  img{margin:0px auto;}
  li{color: #423e3e;
    font-weight: bold;
    margin: 10px!important;
    font-size: 19px;}
  ul {
      border: 2px rgb(255, 136, 0) dashed;
  width: 500px!important;
  margin: 20px auto!important;
  padding: 10px!important;}
  .master{width:1100px;margin:0 auto; 
      display: flex;-webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      }
      .main-left{width: 900px;  margin:7px auto; padding:10px;  background-color: #fff; }
      .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: 1200px;
  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: 70%;
  margin: 1.5em auto 1.5em;font-size: 18px;}
.text2{width: 520px;margin:12px auto;font-size: 18px;line-height: 47px;}
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: 1.5em;
    font-weight: bold;
    position: relative;
    padding: 0.6em;
    margin-bottom: 2em;
    background-color: #ff8100;
    color: #ffffff;
    margin: 10px auto 25px;
  }
  
  h3:after {
  position: absolute;
  content: '';
  top: 99%;
  left: 25px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ff8100;
  }
h4 {color: #0013ff;
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0.3rem 150px;
  border-bottom: 2px solid#7781ff;
  font-size: 27px;
  color: #0013ff;
  margin: 0 auto 16px;
}

h4:before {
  position: absolute;
  top: -178%;
  left: -245px;
  width: 360px;
  height: 330%;
  content: '';
  -webkit-transform: rotate(
25deg
);
  transform: rotate(
25deg
);
  background: #7781ff;
}

.h4span {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 11px;
  padding-left: 16px;
  color: #fff;

}
h5 {
  font-size: 25px;
    padding: 5px 10px;
    width: 700px;
    color: #fff;
    margin: 10px auto;
    /* border-radius: 10px; */
    background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
    background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  
}


.profile>img{display: block;width: 90%;margin:10px auto;}
.profp{margin-top: 0;}
.small{    font-size: 12px;
  background-color:#7781ff;
  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;height: 117px;margin:15px auto; }
.btn img{transition: all 0.3s ease 0s;width: 100%;}
.btn img:hover{padding-top:4px;}
.hame{width:65%;margin:10px auto;}
.hame2{width:300px;margin:10px auto;}
.hame3{width:250px;margin:10px auto;}
.rightad{margin:10px auto;width: 100%;}
.frame{width: 600px;
  border: 2px solid#7781ff;
  margin: 20px auto;
  }
  .spimg{display: none;}
  .boxblack{border: 2px solid #222;
    width: 600px;
    margin: 0 auto;
    padding: 20px;}
    .border{border-bottom: 1px solid #222;}
}
@media screen and ( max-width:799px ){
  .border{border-bottom: 1px solid #222;}
  .superspan{     font-weight: bold;
    color: #ff0000;
    font-size: 21px;
    margin: 10px 0;
    text-align: center;}
  .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;}
  dd2 {
    display: block;
    margin-inline-start: 0px;
}
.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: #423e3e;
    font-weight: bold;
    margin: 10px 5px!important;
    font-size: 16px;}
  ul {
    border: 2px rgb(255, 136, 0) dashed;
  width:100%!important;
  margin: 6px auto!important;
  padding: 5px!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{   background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
  
    font-weight: bold;
    color:#0008ff;
    }
  .redspan{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: 96%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 31px;}
  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: 17px;
    font-weight: bold;
    position: relative;
    padding: 0.6em;
    margin-bottom: 2em;
    background-color: #ff8100;
    color: #ffffff;
    margin: 10px auto 25px;
    }
    
    h3:after {
    position: absolute;
    content: '';
    top: 99%;
    left: 25px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #ff8100;
    }
 

.small{    font-size: 10px;
  background-color:#7781ff;
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 0;
margin-bottom:20px;}
.topimg{    max-width: 100%;
  margin: 0px auto 1vw;
  position: relative;
  padding: 10px;}
.topimgbox{width:100%;box-shadow: 0 3px 6px rgb(0 0 0 / 18%);}
.topimg>img{    width: 33vw;
  margin: 0 auto;}
.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 {
  font-size: 13px;
    padding: 5px 10px;
    width: 62%;
    color: #fff;
    margin: 2px 1px;
    /* border-radius: 10px; */
    background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
    background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  
}

h4 {color: #0013ff;
  margin: 0 auto 9px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 0.5rem 1rem 0.5rem 78px;
  border-bottom: 2px solid#7781ff;
}

 h4:before {
  position: absolute;
    top: -150%;
    left: -140px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate( 
25deg
 );
    transform: rotate( 
25deg
 );
    background: #7781ff;
}

.h4span {
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 8px;
  padding-left: 4px;
  color: #fff;
}
.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: #7781ff;}
  .text_green{    width: 95%;
      margin: 10px auto;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      font-weight: bold;
       line-height: 43px; 
      background-color:#7781ff;
      color: #fff;
      border-radius: 8px;
  }
  .frame{width: 98%;
    border: 2px solid#7781ff;
    margin: 0 auto;
    margin-bottom: 15px;}
    .frame img{width: 95%!important;margin:0 auto 15px;}
    .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;}
}


html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}