/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  text-decoration: none;
  color: #004b91;
  box-sizing: border-box;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* .cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
} */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* change border colour to suit your needs */
hr {
  background-color: #eee;
  height: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border: none;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  height: 100%;
  overflow-x: auto;
}
body {
  background-color: #fff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
   header
 ---------------------------------------------------------*/
#wrapper {
  position: relative;
}
.bar {
  overflow: hidden;
  height: 45px;
  background-color: #263147;
}
.barInner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.logo {
  overflow: hidden;
  width: 128px;
  color: #fff;
  margin: 0 auto;
}
.logo a {
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  display: block;
}
.icon-logo-big:before {
  margin-right: 20px;
  line-height: 45px;
  padding: 0 20px;
}

/* ---------------------------------------------------------
   main

.divider {
    padding-left: 10px;
    background-color: #eee;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
    z-index: 10;
    margin-top: -1px;
}
 ---------------------------------------------------------*/
.divider {
  padding-left: 10px;
  background-color: #263147;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #263147;
  border-bottom: 1px solid #263147;
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.post {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  padding: 8px;
}
.post-link {
  display: flex;
  gap: 8px;
}
.post-thumb {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.post-thumb img {
  object-fit: cover;
  width: 96px;
  height: 96px;
}
.post-txt {
  flex: 1;
}
.post-title {
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.post-meta {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}
.post-meta i {
  color: #777da7;
  margin-right: 2px;
}

.latestPost {
  padding: 8px;
}
.latestPost-link {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  display: block;
}
.latestPost-thumb {
}
.latestPost-thumb img {
  object-fit: cover;
  width: calc(100vw - 16px);
  height: calc(100vw - 16px);
}
.latestPost-txt {
  position: absolute;
  z-index: 100;
  bottom: 0;
  background-color: rgb(255 255 255 / 80%);
  padding: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.latestPost-title {
  color: #222;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.latestPost-time {
  color: #222;
  font-size: 12px;
}

.postImg {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.postImg img {
  object-fit: cover;
  width: 96px;
  height: 96px;
}
.postImg:empty {
  background-image: url(http://ertk.net/imgs/noimage.png);
  width: 90px;
  height: 90px;
}
.postTxt {
  flex: 1;
}
.postTitle {
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}

.pagerSP {
  background-color: #fff;
  text-align: center;
  padding: 1px;
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
  margin-top: -1px;
}

/* ---------------------------------------------------------
   ad
   ---------------------------------------------------------*/
.ad-banner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 8px;
  text-align: center;
}
.ad-300x250 {
  width: 300px;
  height: 250px;
  display: block;
}
.ad-fix {
  padding: 0;
  text-align: center;
  border: none !important;
  background: transparent;
  z-index: 10001;
}

/* ---------------------------------------------------------
   rss
 ---------------------------------------------------------*/
#txtRss-top {
  border-top: 1px solid #ddd;
}
.rss-text a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 8px 20px 8px 8px;
  line-height: 1.15;
  border-bottom: 1px solid #ddd;
}
.rss-text a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 8px 20px 8px 8px;
  line-height: 1.15;
  border-bottom: 1px solid #ddd;
}
.rss-text a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c86564;
  border-right: 1px solid #c86564;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
   メニュー
   ---------------------------------------------------------*/
.barNav ul {
  width: 100%;
  display: flex;
}
.barNav li {
  flex: 1;
}
.barNav li a {
  text-align: center;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  padding: 0;
  background-color: #2b2b2b;
  border-top: 1px solid #000;
  border-bottom-width: 0;
  box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.barNav li.current-menu-item a {
  background-color: #fff;
  color: #263147;
  font-weight: bold;
}

/* ---------------------------------------------------------
   single
   ---------------------------------------------------------*/
.post-main {
  margin: 8px;
}
.post-main:before {
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  content: "";
  display: block;
  margin-left: -8px;
  margin-right: -8px;
}
.postSingle-header {
  position: relative;
}
.postSingle-text {
  background-color: #e7e8eb;
  padding: 8px;
}
.postSingle-title {
  font-size: 17px;
  line-height: 1.4;
  color: #222;
}
.postSingle-keyword {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 4px;
}
.postSingle-keyword a {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  color: #222;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
.postSingle-meta {
  position: absolute;
  left: 8px;
  font-size: 13px;
  top: 8px;
}
.postSingle-meta i {
  color: #777da7;
  margin-right: 2px;
}
.post-main .img_frame,
.post-main .iframe-video {
  display: block;
}
.post-main .img_frame a img,
.post-main .iframe-video a img {
  height: auto;
}
.post-main .info {
  border-bottom: 2px solid #eee;
  font-size: 12px;
  padding-bottom: 2px;
}
.post-main .res {
  font-size: 15px;
  margin-bottom: 10px;
  word-break: break-all;
  line-height: 1.2;
}
.post-main .iframe-video span {
  font-size: 12px !important;
  margin-bottom: 25px;
  margin-top: 5px;
  display: block;
}
.post-main .iframe-video span a {
  text-decoration: underline;
}
.post-social {
  text-align: center;
  margin: 10px 0;
}
.pocket-btn {
  display: inline-block;
}
.pocket-btn iframe {
  width: 88px;
  overflow: hidden;
  height: 20px;
}
.comments-btn {
  vertical-align: top !important;
}
.pagesNext {
  text-align: center;
  margin-top: 15px;
}
.pagesNext-btn a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 5px 5px 15px 5px;
}
.h3-divider {
  font-size: 14px;
  font-weight: 700;
  margin: 24px 0 8px 8px;
}
.single_pager {
  position: relative;
  text-align: center;
  margin: 8px;
}
.btn-prev {
  float: left;
}
.btn-next {
  float: right;
}
.list-themb img {
  display: block;
  width: 100%;
}

.caption {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 5px;
  height: 36px;
  overflow: hidden;
  margin-top: 2px;
  word-break: break-all;
}
/* ---------------------------------------------------------
   comments
   ---------------------------------------------------------*/
#comments {
  margin: 0 8px;
}
#id-list {
  counter-reset: id-list;
}
#id-list .comment {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 10px 50px 10px 10px;
  position: relative;
}
#id-list .comment:before {
  color: #eaebf1;
  content: counter(id-list, decimal);
  counter-increment: id-list;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 14px;
  width: 80px;
}
.comment-header {
  border-bottom: 1px solid #f1f1f1;
  color: #a9a9a9;
  line-height: 16px;
  padding-bottom: 3px;
  font-size: 11px;
}
.comment-name {
  color: green;
  font-style: normal;
  margin: 0 10px;
}
.comment-body {
  font-size: 14px;
  padding: 8px 45px 0px 8px;
  line-height: 1.2;
}
#commentForm {
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#commentForm label {
  display: block;
  margin: 8px 0;
  font-size: 12px;
}
.comment-form #author,
#commentForm-textarea {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ddd inset;
  box-sizing: border-box;
  color: #222;
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 14px;
}
.comment-form #author {
  width: 50%;
  height: 34px;
}
#commentForm-textarea {
  width: 100%;
  height: 50px;
}
#commentForm-submit {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------
   link
   ---------------------------------------------------------*/
.imgRss {
}
.imgRss-2column {
  margin: 20px -1px;
  text-align: center;
}
.list-themb {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

/* ---------------------------------------------------------
   固定ページ
   ---------------------------------------------------------*/
.sp-ranking .post-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
}
.sp-ranking .postNumber {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: red;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
}

/* ---------------------------------------------------------
   ドロワーメニュー
   ---------------------------------------------------------*/
.sidebar {
  background-color: #fff;
  color: white;
  margin: 0;
  z-index: 2147483647 !important;
}
.btn-sidebar {
  position: absolute;
  top: 5px;
  color: #fff;
  right: 6px;
  display: block;
  width: 50px;
  height: 36px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.btn-sidebar.btn-sidebar-fix {
  position: fixed;
  bottom: 90px;
  z-index: 100;
  right: -1px;
  top: inherit;
  background-color: #8730A1;
  border: none;
  border-radius: 3px 0 0 3px;
  height: auto;
  padding: 7px 0;
  width: 64px;
  font-size: 13px;
}

.btn-sidebar i {
  font-size: 20px;
}
.btn-sidebar span {
  display: block;
  font-size: 10px;
}
.btn-logo a {
  position: absolute;
  top: 5px;
  color: #fff;
  left: 6px;
  display: block;
  width: 50px;
  height: 36px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  line-height: 42px;
}
.btn-logo a i {
  font-size: 24px;
}
.widget-title,
.widgettitle {
  background-color: #263147;
  font-size: 13px;
  line-height: 25px;
  padding-left: 8px;
  color: #fff;
}
.searchForm {
  padding: 8px;
}
.searchInner {
}
.searchTxt {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 8px;
  box-sizing: border-box;
  width: 140px;
  font-size: 15px;
  box-shadow: none;
}
.searchInner {
}
.searchBtn {
  display: inline-block;
}
.searchBtn-submit {
  border: none;
  background-color: #777da7;
  color: #fff;
  border-radius: 3px;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 8px;
  margin: 0;
}
.widget select {
  margin: 10px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
}
.widget li a {
  display: block;
  line-height: 30px;
  padding: 0 5px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 14px;
  color: #333;
}
.widget li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tagcloud {
  padding: 8px;
}
.tagcloud a {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 12px !important;
  margin-right: 5px;
  margin-top: 6px;
  padding: 4px 6px;
}

/* ---------------------------------------------------------
   attachment
   ---------------------------------------------------------*/
.post-att {
  font-size: 13px;
  margin: 8px;
  text-align: center;
}
.attImage-wrap {
}
.attImage {
  margin: 10px 0;
}
.attImage {
}
.attNav {
  margin: 10px 0;
}
.attNav li {
  display: block;
  width: 45%;
  vertical-align: top;
}
.attNav-previous {
  float: left;
}
.attNav-next {
  float: right;
}

/* ---------------------------------------------------------
   footer-widget
   ---------------------------------------------------------*/
.footer-widget .widget {
  margin: 8px;
  position: relative;
}
.footer-widget .widget:before {
  content: "▼";
  position: absolute;
  top: 15px;
  right: 20px;
}
.footer-widget .widget-title {
  display: none;
}
.footer-widget select {
  margin: 0;
  width: 100%;
}
.post .number {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: red;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
}
.sgaRanking-wrapper .btn-toolbar {
  text-align: center;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}

/* ---------------------------------------------------------
   font
   ---------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?sxkps3");
  src: url("../../fonts/icomoon.eot?#iefixsxkps3") format("embedded-opentype"),
    url("../../fonts/icomoon.woff?sxkps3") format("woff"),
    url("../../fonts/icomoon.ttf?sxkps3") format("truetype"),
    url("../../fonts/icomoon.svg?sxkps3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*="icon-"] {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.icon-logo-small:before {
  content: "\e600";
}
.icon-logo-big:before {
  content: "\e601";
}
.icon-heart:before {
  content: "\e602";
}
.icon-home:before {
  content: "\e603";
}
.icon-clock:before {
  content: "\e604";
}
.icon-search:before {
  content: "\e605";
}
.icon-comment:before {
  content: "\e606";
}
.icon-quote:before {
  content: "\e609";
}
.icon-folder:before {
  content: "\e60a";
}
.icon-right:before {
  content: "\e60b";
}
.icon-tag:before {
  content: "\e60c";
}
.icon-bottom:before {
  content: "\e60d";
}
.icon-close:before {
  content: "\e60e";
}
.icon-menu:before {
  content: "\e9bd";
}
.logo-icon__big {
}

/* ---------------------------------------------------------
   bootstrap btn
   ---------------------------------------------------------*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #222;
  text-shadow: 0 1px 1px #fff;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #dddddd)
  );
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
  border-top: 1px solid #a4a4a4;
  border-right: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;
  border-bottom: 1px solid #929292;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn.disabled,
.btn[disabled],
.btn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn.active {
  color: #fff !important;
  background-color: #777da7;
  *background-color: #777da7;
  border: 1px solid #777da7;
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-color: #777da7 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #222;
  text-decoration: none;
  border: 1px solid #ff7800;
}
.btn.disabled:hover,
.btn.disabled:focus {
  border-top: 1px solid #a4a4a4;
  border-right: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;
  border-bottom: 1px solid #929292;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 8px 15px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.more-height {
  padding: 8px 12px;
}
.page-template-sp-page-dti-php .btn-toolbar {
  text-align: center;
}
.page404-txt:before {
  content: "お探しのページは見つかりませんでした。下の週間ランキングから別の記事をお楽しみください。";
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  margin: 40px 10px;
  background-color: #f8f8f8;
}
.page404-txt {
  border-top: 1px solid #ddd;
}

.dl-profile {
  display: flex;
  border-top: none;
  margin-top: 16px;
  font-size: 15px;
  flex-wrap: wrap;
  line-height: 1.8;
}
.dl-profile dt {
  width: 115px;
}
.dl-profile dd {
  margin: 0;
  width: calc(100% - 115px);
  background: #fff;
  box-sizing: border-box;
}
/*YouTubeレスポンシブサイズ*/
.youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*768px*/
@media screen and (min-width: 601px) {
  .adFanza-top {
    border: 1px solid #ddd;
    margin: 10px;
  }
  .adFanza-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .adFanza-img {
    flex-basis: 200px;
  }
  .adFanza-img img {
    max-width: none;
  }
  .adFanza-item-detail {
    flex-basis: auto;
    padding: 12px;
    position: relative;
  }
  .adFanza-item-top {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .adFanza-item-rank {
    color: #555;
  }
  .adFanza-item-number {
    color: red;
    font-weight: bold;
  }
  .adFanza-item-performer {
    margin-bottom: 20px;
  }
  .adFanza-item-performer li {
    font-size: 14px;
    display: inline-block;
  }
  .adFanza-item-title {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .adFanza-img-inner {
  }
  .adFanza-img-inner img {
    width: 176px;
    height: 250px;
    object-fit: cover;
    object-position: right top;
  }
  .adFanza-item-bottom {
  }
  .adFanza-item-logo {
    background-color: #f6f6f7;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #555;
    font-weight: bold;
  }
}

/*480px*/
@media screen and (max-width: 600px) and (min-width: 321px) {
  .adFanza-top {
    border: 1px solid #ddd;
    margin: 10px;
  }
  .adFanza-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .adFanza-img {
    flex-basis: 200px;
  }
  .adFanza-img img {
    max-width: none;
  }
  .adFanza-item-detail {
    flex-basis: auto;
    padding: 8px;
  }
  .adFanza-item-top {
    margin-bottom: 8px;
  }
  .adFanza-item-rank {
    color: #555;
  }
  .adFanza-item-number {
    color: red;
    font-weight: bold;
  }
  .adFanza-item-performer {
    margin-bottom: 16px;
  }
  .adFanza-item-performer li {
    font-size: 13px;
    display: inline-block;
  }
  .adFanza-item-title {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .adFanza-img-inner {
  }
  .adFanza-img-inner img {
    width: 176px;
    height: 250px;
    object-fit: cover;
    object-position: right top;
  }
  .adFanza-item-bottom {
  }
  .adFanza-item-logo {
    background-color: #f6f6f7;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #555;
    font-weight: bold;
  }
}

/*320px*/
@media screen and (max-width: 320px) {
  .adFanza-top {
    border: 1px solid #ddd;
    margin: 10px;
  }
  .adFanza-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .adFanza-img {
    flex-basis: 200px;
  }
  .adFanza-img img {
    max-width: none;
  }
  .adFanza-item-detail {
    flex-basis: auto;
    padding: 8px;
  }
  .adFanza-item-top {
    margin-bottom: 8px;
  }
  .adFanza-item-rank {
    color: #555;
  }
  .adFanza-item-number {
    color: red;
    font-weight: bold;
  }
  .adFanza-item-performer {
    margin-bottom: 16px;
  }
  .adFanza-item-performer li {
    font-size: 13px;
    display: inline-block;
  }
  .adFanza-item-title {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .adFanza-img-inner {
  }
  .adFanza-img-inner img {
    width: 140px;
    height: 200px;
    object-fit: cover;
    object-position: right top;
  }
  .adFanza-item-bottom {
  }
  .adFanza-item-logo {
    background-color: #f6f6f7;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #555;
    font-weight: bold;
  }
}

/* plugin CSS */
.packageImg-container {
  margin: 16px 0 32px;
}
.packageImg-image-outer {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
}
.packageImg-url {
  display: none;
}
.packageImg-title {
  margin-top: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.35;
}

.sampleMovie-container {
  margin: 12px 0 32px;
}
.sampleMovie-player {
  position: relative;
  padding-top: 75%;
  text-align: center;
}
.sampleMovie-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sampleMovie-note {
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}
.sampleMovie-note a {
  text-decoration: underline;
}

.modalMovie-container {
  margin: 16px 0 32px;
  text-align: center;
}
.modalMovie-player {
  font-size: 14px;
}
.modalMovie-link {
  position: relative;
  display: block;
  margin: 8px 0;
}
.modalMovie-link::before {
  content: "";
  position: absolute;
  background-image: url(img/playButton.svg);
  top: auto;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-color: rgb(0 0 0 / 25%);
  background-position: center;
}

.embedMovie-container {
  margin: 16px 0 32px;
  text-align: center;
  font-size: 14px;
}
.embedMovie-heading {
  font-weight: 400;
}
.embedMovie-player {
  margin: 8px 0;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-top: 75%;
  text-align: center;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sampleMovie-container__skm,
.sampleMovie-container__dg {
  margin: 16px 0 32px;
}

.textRss {
  overflow: hidden;
}

#dialogMenu {
  padding: 0;
}

#dialogMenu-container {
  right: 0;
  position: fixed;
  background: #fff;
  top: 0;
  width: 240px;
  height: 100%;
}

#dialogMenu-closeButton {
  position: absolute;
  left: -80px;
  top: calc(100vh / 2);
  appearance: none;
  background: none;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 18px;
}
/* native backdrop */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
/* native scroll lock */
html:has(dialog[open]) {
  overflow: hidden;
}
#dialogMenu-inner {
  text-align: center;
  overflow: scroll;
  height: 100%;
}

.round_btn {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0000;
  margin: 0 auto 8px;
}
.round_btn::before,
.round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #fff;
}
.round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------------------------
sgr
---------------------------------------------------------*/
.sgaRanking {
  counter-reset: count 0;
}
.sgaRanking-post {
  padding: 8px;
  position: relative;
}
.sgaRanking-post:before {
  content: counter(count);
  counter-increment: count 1;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: red;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
}
.sgaRanking-post + .sgaRanking-post {
  border-top: 1px solid #ddd;
}

.sgaRanking-postLink {
  display: flex;
  gap: 8px;
}
.sgaRanking-postThumb {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.sgaRanking-postThumb img {
  object-fit: cover;
  width: 96px;
  height: 96px;
}
.sgaRanking-postTitle {
  flex: 1;
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}

.sgaRankingTxt {
  counter-reset: count 0;
}
.sgaRankingTxt-post {
  padding: 8px;
  position: relative;
}
.sgaRankingTxt-post .sgaRankingTxt-postLink:before {
  content: counter(count);
  counter-increment: count 1;
  background-color: red;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  display: block;
}
.sgaRankingTxt-post + .sgaRankingTxt-post {
  border-top: 1px solid #ddd;
}

.sgaRankingTxt-postLink {
  display: flex;
  gap: 8px;
}
.sgaRankingTxt-postThumb {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.sgaRankingTxt-postThumb img {
  object-fit: cover;
  width: 96px;
  height: 96px;
}
.sgaRankingTxt-postTitle {
  flex: 1;
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}

/* ---------------------------------------------------------
YARPP
---------------------------------------------------------*/
.yarpp-related {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0 8px;
}
.yarpp.yarpp-related h3 {
  background-color: #f2f2f2;
  border-left: 4px solid #777da7;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  margin: 10px 0;
  padding: 0 0 0 8px;
}
.yarpp .yarpp-thumbnails-horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  height: auto;
  margin: 0px;
  margin-left: 0px;
  width: 49%;
  border: none;
}

.yarpp .yarpp-thumbnail img,
.yarpp .yarpp-thumbnail-default {
  width: 100%;
  height: auto;
  margin: 0px;
  margin-bottom: 0px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0;
  margin-top: -32px;
  width: 100%;
  max-height: initial;
  display: block;
  position: relative;
  background-color: #fff;
  padding-top: 4px;
}

.relatedPost {
}
.relatedPost .relatedPost-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px 0 10px;
  text-transform: inherit;
}
.relatedPost .relatedPost-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.relatedPost .relatedPost-item {
}
.relatedPost .relatedPost-itemLink {
  display: flex;
  gap: 8px;
}
.relatedPost .relatedPost-itemImg {
  width: 48px;
  height: 48px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.relatedPost .relatedPost-itemImg img {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.relatedPost .relatedPost-itemTitle {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
/*
.grecaptcha-badge {
  display: none !important;
}
*/
.youtube-embed {
  position: relative;
  padding-top: 75%;
  text-align: center;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}