@charset "UTF-8";
body,html{padding:0;margin:0; overflow: hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-feature-settings : "palt";
}
body{font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo,sans-serif;height:180px; }

.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}

      .wp-embed{padding:10px; position:relative; max-height:180px; box-sizing: border-box; font-size:14px; font-weight:400; line-height:1.5;color:#82878c;background:#fff; overflow:hidden; zoom:1}
      .wp-embed a{color:#82878c;text-decoration:none}
      .wp-embed a:hover{text-decoration:underline}

      .wp-embed-featured-image{position:absolute; left:15px; top:15px; height:150px; width:150px; background:#000; overflow: hidden;}
      .wp-embed-featured-image:hover img{opacity: 0.7; transform: scale(1.1);}
      .wp-embed-featured-image img{width:100%; height:auto;border:none; transition-duration: 0.3s; }
      .wp-embed-featured-image.square{float:left; max-width:150px;margin-right:10px}

      .wp-embed-heading{margin:0; font-weight:600; font-size:22px; line-height:1.2; padding:5px 0 0 170px; min-height:150px;}
      .wp-embed-heading p,
      .wp-embed-excerpt{font-size:12px; font-weight:normal; margin:5px 0;}

      .wp-embed-excerpt p{position: relative;}
      .wp-embed-excerpt p::after{ content:'';display:  block; position: absolute; height: 20px; width: 100%; bottom:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}

      p.wp-embed-excerpt{font-size:12px; line-height:1.1em;}
      .wp-embed-heading b a{color:#000!important; line-height:1em; font-feature-settings : "palt"; text-indent: -0.5px;}
      .wp-embed-heading b{text-stroke: 0.1px #16160e; transform: rotate(0.05deg); }

      .wp-embed-heading-ja b{font-family:'ヒラギノ角ゴ Std W8','Hiragino Kaku Gothic Std','HiraKakuProN-W6', 'Hiragino Sans','Meiryo UI','メイリオ UI','メイリオ','Meiryo','Noto Sans CJK JP','Droid Sans','Roboto',system-ui, -apple-system,sans-serif!important; font-weight:800; word-break: break-all;}
      .wp-embed-heading-zh b{font-family:'Noto Sans TC',"Microsoft Yahei","PingHei" ,sans-serif; font-weight:800; word-break: break-all;}

      .wp-embed .wp-embed-more{display: inline-block; line-height: 1.1em; position: absolute; right:15px; bottom:15px; z-index:555; font-weight:bold; font-family:'Century Gothic',Arial, sans-serif; background-color:#c23616; font-size: 15px; border:none; border-radius:3px; padding: 8px 10px; color:#fff; text-align: center;}

      .wp-embed .wp-embed-more:hover{text-decoration:none; background:#666;}

      .wp-embed-featured-appicon{border-radius: 20%; background: #000;}
      .wp-embed-featured-appicon img{border-radius:20%;}
      .wp-embed-apps{}
      .wp-embed-apps ul{display: flex; justify-content:left; flex-wrap: wrap; align-content: space-between; padding: 0; margin: 0;}
      .wp-embed-apps li{padding: 5px; display: inline-block; line-height: 0; box-sizing: border-box;}
      .wp-embed-apps li a{display: block; line-height: 0; transition-duration: 0.3s; }
      .wp-embed-apps li a:hover{opacity: 0.7; transform: scale(1.05);}
      .wp-embed-apps li img{width: auto; height: 45px; max-width: 100%;}

@media screen and (max-width: 621px){
      body{height:125px;}

      .wp-embed{max-height:125px}
      .wp-embed-featured-image{position:absolute; left:10px; top:10px; height:100px; width:100px;}
      .wp-embed-featured-image img{width:100%;height:auto;border:none;}
      .wp-embed-featured-image.square{float:left;max-width:100px;margin-right:10px}
      .wp-embed-heading{margin:0; font-weight:600;font-size:17px;line-height:1.2; padding:5px 0 0 110px; min-height:100px;}
      .wp-embed-excerpt{font-size:10px;}
      .wp-embed .wp-embed-more{font-size:13px;}
      .wp-embed-excerpt p::after{height: 50px;}
      .wp-embed-apps li img{width: auto; height: 40px; max-width: 100%;}
}


@media screen and (max-width: 415px){
  .wp-embed-heading{margin:-3px 0 0 0; font-weight:600; font-size:15px;line-height:1em; letter-spacing: -0.8px; }
  .wp-embed-excerpt p{font-size:9px; line-height: 1em; overflow: hidden;}
  .wp-embed-heading b{line-height: 1em;}
  .wp-embed-heading-ja b{word-break: break-all;}
  .wp-embed-apps li{max-width: 50%; padding: 2px;}
  .wp-embed-apps li img{width: auto; height: 30px; max-width: 100%;}
}