body{font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  ; color: #444;
  background-image: linear-gradient(
    -45deg, #fbe9f7 25%, #ffffff 25%, #ffffff 50%, #fbe9f7 50%, #fbe9f7 75%, #ffffff 75%, #ffffff);
        background-size: 40px 40px;
    

}
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 ){
    .midashi{width: 90%;
        margin: 10px auto;
        color: #fff;
        border-radius: 9px;
        letter-spacing: 1px;
        background-color:  #5ea2ff;
        font-size: 28px;
        padding: 10px;
        font-weight: 100;
   
        font-family: 'Mochiy Pop P One', sans-serif;}
  .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: 29px;}
  .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{  text-decoration:underline;
    text-decoration-color:#1a4ffb;
    font-weight: bold;
    color:#1a4ffb;
    }
    .redspan{    
      background-color: rgb(255, 255, 0);
      font-weight:bold;
  
      color: #ff0000;}
      .redspan2{    
        font-weight:bold;
    
        color: #fff200;}
      .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: #ff0099;
    font-weight: bold;
    margin: 5px!important;
    font-size: 21px;}
  ul {background-color: #fff;
    border: 2px #f57df0 solid;
    width: 600px!important;
    border-radius: 7px;
    margin: 12px 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: 740px;  margin:0px 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: 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: 70%;
  margin: 1.5em auto 1.5em;font-size: 18px;}
.text2{width: 520px;margin:7px auto;
  max-width: 80%;
  letter-spacing: 0.1em;
  font-size: 17px;

  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: 712px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding: 4px 11px;
    letter-spacing: 3px;
    margin-bottom: 2em;
    background-color: #006bff!important;
    background-image: url(../img/gradient_white.png) !important;
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background-size: auto !important;
    border-radius: 2px;
    color: #ffffff;
    margin: 10px auto 25px;
  }
  

h4 {width: 500px;
  color: #fff;
  background-color: #ff356c;
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  border-bottom: 2px solid #ff356c;
  font-size: 16px;
  color: #fff;
  margin: 0 auto 0;
}

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: #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;height: 117px;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:500px;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 #ff356c;
  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;}
}
@media screen and ( max-width:799px ){
    .midashi{width: 100%;
        margin: 3px auto 10px;
        color: #fff;
        border-radius: 4px;
        letter-spacing: 1px;
        background-color:  #5ea2ff;
        font-size: 4vw;
        padding: 4px;
        font-weight: 100;
   
        font-family: 'Mochiy Pop P One', sans-serif;}
  .border{padding-top: 6px;}
  .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;}

.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: #ff0099;
      font-weight: bold;
      margin: 5px 5px!important;
      font-size: 17px;}
  ul {background-color: #fff;
    border: 2px #f57df0 solid;
    width: 100%!important;
    border-radius: 7px;
    margin: 6px auto!important;
    padding: 6px!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:#1a4ffb;
  
    font-weight: bold;
    color:#1a4ffb;
    }
  .redspan{background-color: rgb(255, 255, 0);color: #ff0000;font-weight: bold;}
  .redspan2{    
    font-weight:bold;

    color: #fff200;}
.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: 16px;
  
  line-height: 26px;
  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: 20px;
    font-weight: bold;
    position: relative;
    padding: 4px;
    margin-bottom: 2em;
    background-color: #0d58ff !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: 5vw;
      margin: 0;}
    .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: 11px;}
 

.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 {
  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 {width: 98%;
  color: #fff;
  background-color: #ff356c;
  margin: 0 auto 0px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  border-bottom: 2px solid #ff356c;
}

 
.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 #ff356c;
    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;}
}


html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}