/*
Theme Name: moeyo
Description: moeyo PC
*/

@media screen and (min-width: 768px) {

  .m-pc {
    display: block !important;
  }

  .m-sp {
    display: none !important;
  }

  body {
    width: calc(100% - 24px);
    position: relative;
    max-width: 1000px;
    padding: 0 12px;
  }

  /*===================================■ h1 h2 h3 ■===================================*/

  h1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 1px #fff;
  }

  h2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 1px #fff;
  }

  h3 {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.7;
    color: #666666;
    text-shadow: 0 2px 1px #ffffff;
    border: 1px #bcbcbc solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(218, 218, 218, 1) 65%);
    box-sizing: border-box;
  }


  /*===================================■ ヘッダー ■===================================*/

  .l-header {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .l-header_logo {
    max-width: 360px;
    margin: 0;
  }

  .l-header_banner {
    max-width: 468px;
  }

  /*===================================■ nav ■===================================*/

  nav {
    width: 100%;
    text-align: center;
    border-bottom: 5px #ded9d9 solid;
  }

  nav ul {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  nav li {
    width: 100%;
    height: 40px;
  }

  nav li a {
    display: block;
    width: 100%;
    height: 28px;
    padding: 12px 0 0 0;
    font-size: clamp(10px, 1.4vw, 14px);
    color: #3c3c3c;
    text-align: center;
    text-decoration: none;
    border-left: 1px #c3c3c3 dotted;
  }

  nav li:last-child a {
    border-right: 1px #c3c3c3 dotted;
  }

  .nav_01 a:hover {
    border-bottom: 5px #e5a34f solid;
  }

  .nav_02 a:hover {
    border-bottom: 5px #e2467e solid;
  }

  .nav_03 a:hover {
    border-bottom: 5px #5f9dd2 solid;
  }

  .nav_04 a:hover {
    border-bottom: 5px #df8062 solid;
  }

  .nav_05 a:hover {
    border-bottom: 5px #56d290 solid;
  }

  .nav_06 a:hover {
    border-bottom: 5px #78bed1 solid;
  }

  .nav_07 a:hover {
    border-bottom: 5px #cf95d1 solid;
  }

  .nav_01 a.on, .nav_01 a.on:hover {
    border-bottom: 5px #e5a34f solid;
  }

  .nav_02 a.on, .nav_02 a.on:hover {
    border-bottom: 5px #e2467e solid;
  }

  .nav_03 a.on, .nav_03 a.on:hover {
    border-bottom: 5px #5f9dd2 solid;
  }

  .nav_04 a.on, .nav_04 a.on:hover {
    border-bottom: 5px #df8062 solid;
  }

  .nav_05 a.on, .nav_05 a.on:hover {
    border-bottom: 5px #56d290 solid;
  }

  .nav_06 a.on, .nav_06 a.on:hover {
    border-bottom: 5px #78bed1 solid;
  }

  .nav_07 a.on, .nav_07 a.on:hover {
    border-bottom: 5px #cf95d1 solid;
  }

  /*===================================■ フッター ■===================================*/

  .l-footer {
    width: 100%;
    margin: 0 auto;
  }

  .l-footer_banner {
    margin: 30px auto 0;
    padding-bottom: 100px;
    max-width: 468px;
  }

  .l-footer_link {
    width: calc(100% - 20px);
    padding: 10px;
    background: #56d290;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
  }

  .l-footer_link ul li {
    display: inline-block;
    display: -moz-inline-box;
  }

  .l-footer_link li {
    width: fit-content;
    height: auto;
  }

  .l-footer_link ul li a {
    color: #FFF;
  }

  .l-footer_link ul li:nth-child(1), .l-footer_link ul li:nth-child(2) {
    border-right: 1px #FFF solid;
    margin-right: 10px;
    padding-right: 10px;
  }

  .l-footer_link p {
    padding: 15px 0 0 0;
  }

  .l-footer_link a {
    display: inline;
    border: none;
  }

  .l-footer_nav {
    display: block;
  }

  .l-footer .category li {
    display: inline-block;
    display: -moz-inline-box;
    /*display:inline;*/
  }

  .l-footer .category li:nth-child(2), .l-footer .category li:nth-child(3) {
    border-right: 1px #999999 solid;
    margin-right: 10px;
    padding-right: 10px;
  }

  /*===================================■ カラム ■===================================*/

  #wrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  #left {
    width: 20%;
    padding: 5px 0;
    text-align: left;
  }

  #main {
    width: 60%;
    padding: 15px;
    text-align: left;
  }

  #right {
    width: 20%;
    padding: 5px 0;
    text-align: left;
  }

  /*===================================■ 上部共通 ■===================================*/

  .top_banner {
    width: 100%;
    margin-top: 5px;
    display: flex;
    gap: 5px;
  }

  .top_banner a {
    display: block;
    width: 100%;
  }

  .top_banner iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

  .top_banner img {
    border: 1px #a0afbb solid;
  }
	
  .top_banner>* {
    flex: 1;
    flex-shrink: 0;
  }

  /*===================================■ メイン ■===================================*/

  .main_container {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    border: 1px #bcbcbc solid;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
  }

  .main-title {
    width: 100%;
    padding: 8px 2%;
    box-sizing: border-box;
    border-bottom: 1px #bcbcbc solid;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(218, 218, 218, 1) 65%);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .main-title,
  .main-title.new {
    border-bottom: 3px #e5a34f solid;
  }

  .main-title.figures {
    border-bottom: 3px #e2467e solid;
  }

  .main-title.figure {
    border-bottom: 3px #e2467e solid;
  }

  .main-title.model {
    border-bottom: 3px #5f9dd2 solid;
  }

  .main-title.cosplay {
    border-bottom: 3px #df8062 solid;
  }

  .main-title.event {
    border-bottom: 3px #56d290 solid;
  }

  .main-title.popular {
    border-bottom: 3px #78bed1 solid;
  }

  .main-title.news {
    border-bottom: 3px #cf95d1 solid;
  }

  .main-title.release {
    border-bottom: 3px #FFDA5A solid;
  }

  .main-title.game {
    border-bottom: 3px #8769EC solid;
  }

  .main-title.book {
    border-bottom: 3px #B847FF solid;
  }

  .main-title_logo {
    width: 18px;
    height: 18px;
  }

  .description {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
  }

  .main_wrap {
    width: 100%;
    border-top: 1px #bcbcbc solid;
  }

  .main_page-contents {
    width: 100%;
    border: 1px #bcbcbc solid;
    padding: 10px;
    box-sizing: border-box;
  }

  /*===================================■ サイドバー ■===================================*/

  .side_contents,
  .popular-posts {
    width: 100%;
    margin-top: 10px;
  }

  .side_title {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    color: #666666;
    text-shadow: 0 2px 1px #ffffff;
    border: 1px #bcbcbc solid;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    box-sizing: border-box;
  }

  .side_box, .tagcloud, .popular-posts-sr {
    width: 100%;
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    border-left: 1px #bcbcbc solid;
    border-right: 1px #bcbcbc solid;
    border-bottom: 1px #bcbcbc solid;
    -webkit-box-shadow: 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    box-shadow: 0px 2px 1px #e4e4e4;
    box-sizing: border-box;
  }

  .textwidget img {
    box-sizing: border-box;
  }

  .textwidget iframe,
  .side_box iframe {
    width: 100%;
  }

  .side_box .postform,
  .side_box select {
    width: 100%;
    text-align: center;
  }

  .category_list {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .category_link {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
  }

  .category_link::before {
    flex-shrink: 0;
    display: block;
    content: '';
    box-sizing: border-box;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    align-self: center;
  }

  /*===================================■ 記事一覧 ■===================================*/

  .article {
    width: 100%;
    box-sizing: border-box;
  }

  .article_container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .article_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .article_head {
    display: flex;
    gap: 10px;
  }

  .article_cat {
    width: 54px;
    height: fit-content;
  }

  .article_title {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #e3740a;
    margin: 0;
  }

  .article_contents {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #373737;
  }

  .article_contents .addtoany_share_save_container {
    display: none;
  }

  .article_thumbnail {
    display: block;
    width: 70%;
    height: fit-content;
    max-width: 210px;
    position: relative;
    overflow: hidden;
  }

  .article_thumbnail::before {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .article_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .article_thumbnail_img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }

  .article_thumbnail_img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .article_excerpt {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #373737;
  }

  .article_more {
    text-align: center;
    font-size: 14px;
    color: #690;
  }

  .article_footer {
    clear: both;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px #bcbcbc dashed;
    border-bottom: 1px #bcbcbc solid;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

  .article_taglist {
    display: block;
    text-align: right;
  }

  .article_taglist a {
    white-space: nowrap;
  }

  .article_coments {
    display: block;
    text-align: right;
  }

  /*===================================■ 投稿 ■===================================*/

  .post_head img,
  .post_detail img,
  .post_detail table {
    max-width: 100%;
    width: revert-layer;
    height: auto;
  }

  .post_head {
    padding: 10px;
    border-bottom: 1px #bcbcbc solid;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .post_date {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    color: #9d9d9d;
  }

  .post_title {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #373737;
    margin: 0;
  }

  .post_taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .post_taglist a {
    background: #ddd;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 6px;
    color: #333;
    font-weight: 600;
  }

  .post_contents {
    display: block;
  }

  .post_contents .thumbnail,
  .post_detail .thumbnail {
    display: block;
    width: 40%;
    height: 30%;
    margin-bottom: 10px;
  }

  .post_head .article_contents.post_contents .thumbnail {
    float: left;
    margin-right: 10px;
  }

  .post_footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .time {
    padding: 0;
    text-align: right;
    font-size: 10px;
    color: #9d9d9d;
  }

  .protection_contents {
    margin-top: 10px;
  }

  .protection_contents a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #373737;
    text-align: center;
  }

  .protection_contents img {
    display: block;
    width: revert-layer;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }

  .protection_contents .article_inner {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }

  .post_detail .article_head > p{
    margin: 0 !important;
  }

  /*===================================■ 投稿 - 基本 - ■===================================*/

  .article_detail {
    padding: 10px;
  }

  .article_detail .link {
    padding: 5px 0 10px 0;
    border-bottom: 1px #bcbcbc solid;
  }

  .article_detail .link p {
    margin: 10px 0 0 0;
  }

  .article_detail .link p .green {
    color: #55a309;
  }

  .article_detail .link p .pink {
    color: #e70e5b;
  }

  .article_detail .heading {
    font-weight: bold;
    font-size: 12px;
    border-left: 5px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 5px;
  }

  .article_detail p {
    margin: 10px 5px;
  }

  .article_detail b {
    line-height: 1.2;
  }

  .article_detail img {
    margin-right: 5px;
  }

  .article_detail .to-fantia {
    text-align: center;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    background: #eee;
  }

  .article_detail blockquote {
    width: auto;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 1.5;
  }

  .article_detail .info-table {
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
    color: #36414d;
    line-height: 1.5;
  }

  .article_detail .info-table td {
    padding: 10px;
    background-color: #ebebeb;
  }

  .article_detail .purchase_amazon,
  .article_detail .purchase_amiami,
  .article_detail .purchase_rakuten {
    display: inline-block;
    margin: 10px;
    margin-left: 0;
  }

  .article_detail .purchase_amazon a {
    background: #333;
    padding: 2px 5px;
    color: #fff;
  }

  .article_detail .purchase_amiami a {
    background: #f45101;
    padding: 2px 5px;
    color: #fff;
  }

  .article_detail .purchase_rakuten a {
    background: #c00;
    padding: 2px 5px;
    color: #fff;
  }

  .article_detail .kanren_border {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  /* around image */
  .article_detail .pict-comment {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .article_detail .pict-comment a,
  .article_detail .pict-comment a:link,
  .article_detail .pict-comment a:visited {
    color: #FFD700;
  }

  .article_detail .quarter {
    max-width: 100%;
    width: 133px;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .two-fourths {
    max-width: 100%;
    width: 242px;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .three-fourths {
    max-width: 100%;
    width: 367px;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .four-fourths {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .third {
    max-width: 100%;
    width: 180px;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .two-thirds {
    max-width: 100%;
    width: 328px;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .three-third {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .half {
    max-width: 100%;
    width: 274px;
    padding: 5px;
    text-align: center;
    background-color: #349800;
    color: white;
  }

  .article_detail .two-second {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .one {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    background-color: #349800;
    color: white;
  }

  .article_detail .space {
    width: 8px;
  }

  .article_detail .space2 {
    width: 0px;
  }

  .article_detail .clear {
    clear: both;
  }

  .article_detail .colorbox img {
    margin: 2px 5px 3px 0;
  }

  /*===================================■ 投稿 - 記事一覧 - ■===================================*/

  .post_detail .article {
    /* margin-top: -30px; */
    padding: 10px;
    border-bottom: none;
  }

  .post_detail .article .title {
    width: 100%;
    margin: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .post_detail .article .title::before {
    content: "";
    flex-shrink: 0;
    width: 54px;
    background-image: url(images/post-icon/news.png);
    background-repeat: no-repeat;
    margin-top: 3px;
  }

  .post_detail .article .title.figures::before {
    background-image: url(images/post-icon/figures.png);
  }

  .post_detail .article .title.model::before {
    background-image: url(images/post-icon/model.png);
  }

  .post_detail .article .title.cosplay::before {
    background-image: url(images/post-icon/cosplay.png);
  }

  .post_detail .article .title.event::before {
    background-image: url(images/post-icon/event.png);
  }

  .post_detail .article .title.popular::before {
    background-image: url(images/post-icon/popular.png);
  }

  .post_detail .article .title.book::before {
    background-image: url(images/post-icon/book.png);
  }

  .post_detail .article .title.game::before {
    background-image: url(images/post-icon/game.png);
  }

  .post_detail .article .title.news::before {
    background-image: url(images/post-icon/news.png);
  }

  .post_detail .article .title.release::before {
    background-image: url(images/post-icon/release.png);
  }

  .post_detail .article .title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #e3740a;
  }

  .post_detail .article .thumbnail{
    float: left;
    margin-right: 10px;
  }

  .post_detail .article p {
    margin: 0;
  }

  .post_detail .article .article_footer {
    margin-top: 0;
    padding: 5px 0;
    padding-bottom: 10px;
    gap: 2px;
  }

  .post_detail .article .post-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }

  .post_detail .article .post-categories a {
    white-space: nowrap;
  }

  .post_detail .article .text_center {
    margin: 10px 0;
  }

  /*===================================■ 今勢いのある人気記事3カラム ■===================================*/

  .article-popular {
    display: flex;
    gap: 10px;
  }

  .article-popular_contents {
    flex-direction: column;
    width: calc(100% / 3 - 20px);
    padding: 10px;
    background: #dfdfdf;
    border-radius: 6px;
  }

  .article-popular_thumbnail {
    width: 100%;
  }

  .article-popular_thumbnail img {
    display: block;
    float: none;
    margin: 0;
  }

  .article-popular_title a {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
  }

  /*===================================■ 同じカテゴリの最新記事3カラム ■===================================*/

  .cat-lates_container {
    display: flex;
    gap: 10px;
  }

  .cat-lates_inner {
    width: calc(100% / 3 - 20px);
    padding: 10px;
    background: #dfdfdf;
    color: #666666;
    border-radius: 6px;
  }

  .cat-lates_thumbnail {
    overflow: hidden;
  }

  /*===================================■ 個別ページ ■===================================*/

  .page_detail {
    padding: 10px;
  }

  .page_container {
    margin-top: 20px;
  }

  .page, .page_table, .page_main, .page_container, .page_contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page_table_title {
    color: #373737;
  }

  .page_table_list-item a {
    text-decoration: underline;
  }

  .page_title {
    margin: 0;
    border-left: 5px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }

  .page_contents_notice {
    padding: 15px;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* ------------------------------ */

  .ad {
    padding: 4px 4px 1px 4px;
    border: 1px #bcbcbc solid;
    -webkit-box-shadow: 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    box-shadow: 0px 2px 1px #e4e4e4;
  }

  .ad_175x175 {
    height: 180px;
    padding: 11px 6px 6px 11px;
    border: 1px #bcbcbc solid;
    -webkit-box-shadow: 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    box-shadow: 0px 2px 1px #e4e4e4;
  }

  .ad_180x144 {
    border: 1px #bcbcbc solid;
    -webkit-box-shadow: 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    box-shadow: 0px 2px 1px #e4e4e4;
  }

  .ad_180x144 img,
  .ad_180x144 video {
    padding: 9px;
  }

  .ad_180x288 {
    height: 289px;
    padding: 9px;
    border: 1px #bcbcbc solid;
    -webkit-box-shadow: 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    box-shadow: 0px 2px 1px #e4e4e4;
  }

  .ad_728x90 {
    height: 90px;
    width: 100%;
    margin: 0px auto;
  }

  /* ------------------------------ */

  .top_text p {
    margin: 0;
    padding: 0;
    font-size: 11px;
  }

  .top_text .textwidget,
  .pc-top-banner .textwidget {
    margin-top: 0;
  }


  /* ------------------------------ */

  .amazonfeed_title {
    margin: 0;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    border: 1px solid #bcbcbc;
    border-bottom: none;
  }

  .amazonfeed {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .amazonfeed_content {
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    /* display: none; */
    display: flex;
    text-align: center;
    width: 100%;
    /* margin: 0 -10px; */
    padding: 0;
  }

  .amazonfeed_icon {
    left: -1px;
    box-sizing: border-box;
    width: 34px;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
    position: absolute;
    background-color: #FF8F00;
    color: #fff;
  }

  .amazonfeed_icon:before {
    content: '#';
  }

  .amazonfeed_icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    color: #FF8F00;
    border-right: 10px solid transparent;
    border-top: 25px solid;
  }

  .amazonfeed_item {
    position: relative;
    width: calc(33.3% - 20px);
    /* display: flex; */
    text-align: left;
    padding: 0 10px 10px 10px;
  }

  .amazonfeed_item:not(:last-child) {
    border-right: 1px solid #bcbcbc;
  }

  .amazonfeed_image {
    /* width: 40px; */
  }

  .amazonfeed_content {
    /* flex: 1; */
    margin-top: 5px;
    color: #373737;
  }

  .amazonfeed_image img {
    width: 100%;
    height: auto;
  }

  .amazonfeed_price {
    margin-top: 5px;
    display: flex;
    color: #373737;
    font-size: 16px;
    font-weight: bold;
  }

  .a-icon-prime-jp.a-icon-small, .a-prime-jp-logo.a-icon-small {
    display: block;
    background: url(/images/amazon.png);
    background-size: 256px 32px;
    width: 51px;
    height: 15px;
    background-position: -121px -2px;
    margin-left: 5px;
  }


  #top_amazonfeed {
    width: auto;
    height: 140px;
    text-align: center;
    background: #ffffff;
  }

  #top_amazonfeed div.loading {
    padding: 79px 0px;
  }

  #top_amazonfeed div.content ul {
    padding: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    outline: none;
    font-size: 86%;
    text-align: center;
  }

  #top_amazonfeed div.content ul li {
    float: left;
    margin: 0 3px;
    width: 107px;
    height: 130px !important;
    overflow: hidden;
    list-style: none;
    border: 1px #bcbcbc solid;
  }

  #top_amazonfeed div.content ul li div {
    height: 100px !important;
    width: 107px !important;
    text-align: center !important;
    margin: 5px auto !important;
  }

  #top_amazonfeed div.content ul li div.image img {
    max-width: 80px;
    max-height: 100px;
  }

  #top_amazonfeed a {
    text-decoration: none;
    color: #690;
  }

  #top_amazonfeed .title {
    font-size: 10px;
    line-height: 18px;
    padding: 5px;
    margin-top: 0;
    max-width: 10px;
    width: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }


  /* ------------------------------ */

  ul.pager {
    text-align: center;
  }

  ul.pager li {
    display: inline-block;
    display: -moz-inline-box;
    /*display:inline;*/
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #999999 solid;
  }

  ul.pager li.next {
    border-right: none;
  }

  ul.pager li a:link,
  ul.pager li a:visited {
    color: #3366FF;
    text-decoration: none;
  }

  ul.pager li a:hover,
  ul.pager li a:active {
    color: #FF6633;
    text-decoration: none;
  }

  ul.pager li em {
    font-weight: bold;
  }

  .post-pager {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .post-pager a {
    color: #3366FF;
  }

  .post-pager a:hover {
    color: #FF6633;
  }

  .post-pager .post-pager__prev {
    border-right: 1px #999999 solid;
    padding-right: 10px;
  }

  .post-pager .post-pager__next {
    border-left: 1px #999999 solid;
    padding-left: 10px;
  }

  /* ------------------------------ */

  /* select.postform {
    width: 155px;
  } */

  /* ------------------------------ */

  .affiliate {
    margin: 20px 0 0 0;
    padding: 10px 0;
    border-top: 1px #cacaca solid;
  }

  .affiliate div {
    float: left;
  }

  .affiliate .amazon, .affiliate .rakuten {
    margin: 14px 3px 0 3px;
  }

  .affiliate .amiami {
    margin: 0px 3px 0 3px;
  }

  .affiliate .rakuten img {
    width: auto;
    height: 26px;
  }

  .affiliate .charaani {
    margin: 14px 3px 0 3px;
  }

  .affiliate .other {
    position: relative;
    margin: 14px 3px 0 3px;
  }

  .affiliate .other img {
    display: block;
  }

  .affiliate .other span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #373737;
  }

  .affiliate .other a {
    display: block;
    width: 100%;
  }

  .affiliate .other a:link,
  .affiliate .other a:visited {
    color: #3366FF;
    text-decoration: none;
  }

  .affiliate .other a:hover,
  .affiliate .other a:active {
    color: #FF6633;
    text-decoration: none;
  }

  /* ------------------------------ */

  .comment_wrap {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px #cacaca solid;
  }

  .comment_wrap .name {
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
  }

  .comment_wrap .name span {
    font-size: 10px;
  }

  /* ------------------------------ */
  .comment-reply-title {
    display: none;
  }

  .comment_form {
    padding: 10px 0;
  }

  .comment_form div {
    padding: 10px 0 0 0;
  }

  .comment_form {
    padding: 10px 0;
  }

  .comment-respond {
    padding: 0 10px 0 10px;
  }

  .comment-form {
    margin: 0 10px;
    padding: 10px 0;
  }

  .comment_form input[type="text"],
  .comment_form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 0;
    border: 1px solid #ababab;
    padding: 10px;
    resize: none;
  }

  .comment_form label {
    font-size: 16px;
  }

  .comment_form .badge-required {
    background-color: #f23b6f;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    vertical-align: text-top;
    margin-right: 4px;
  }

  .comment_form .form-submit {
    margin: 10px;
  }

  .comment_form .form-submit input {
    width: 100%;
    padding: 6px 0 4px 0;
    appearance: none;
    border: none;
    border-radius: 6px;
    background-color: #ff9e21;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }

  .comment_form .form-submit input:hover {
    opacity: 0.6;
  }


  .pc2sp a {
    background: -moz-linear-gradient(center top, #FFE0E0, #BA0000 95%, #E80000) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE0E0), to(#BA0000));
    border: 1px solid #BA0000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 100%;
  }

  .btn-border {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 40px auto;
    border: 2px solid #9ec34b;
    font-size: 16px;
    color: #fff;
    background-color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    transition: .4s;
  }

  .btn-border:hover {
    background-color: #fff;
    border-color: #9ec34b;
    color: #9ec34b;
  }

  /* アフィリエイトバナー */
  .affiliate .affiliate-container {
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .affiliate .affiliate-banner {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }

  .affiliate-banner img {
    width: 100% !important;
    height: auto !important;
  }

  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  #pageTop i {
    padding-top: 6px
  }

  #pageTop a {
    position: relative;
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 30px;
    width: 35px;
    height: auto;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  #pageTop a:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: 0% 0%;
  }

  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .toggle {
    cursor: pointer;
  }

  .category-list_sp {
    display: none;
  }

}