@charset "UTF-8";
.list_style li{
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.list_style li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '・';
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 900;
    font-size: 20px;
}
.ribbon17-content {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
}

.ribbon17 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.ribbon17:before, .ribbon17:after {
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon17:before {
  left: 14px;
}

.ribbon17:after {
  right: 18px;
}
input[type=submit]{
    border: none;
}
a:hover{
    opacity: 0.7;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
article,aside,canvas,details,figcaption,figure,footer,hgroup,menu,nav,section,summary {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-break: break-all;
    text-decoration: none;
    color: #4f96f6;
}
#recommend_editor_contents a{
    text-decoration: underline;
}
#recommend_editor_contents .af_link_wrpper a{
    text-decoration: none;
}
#recommend_editor_contents .tdn,#recommend_editor_contents .tdn a{
    text-decoration: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
tr{
    width: 100%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/* defoult */
body {
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
/*   ここまでフォントファミリー  各OSに適したフォントを用意しておく（WinとMacの日本語対応）*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
/*   floatを解除するためのクラス・クリアフィックスを加える  */
ul {
    list-style-type: none;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}
.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}
.mt200 {
    margin-top: 200px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.max_warpper{
    max-width: 1180px;
    margin: 0 auto;
}
/**/
.blog_list_section_f{
    margin-top: 50px; 
}
.blog_list_section{
    padding: 50px 0;
}

#top_pickup_section{
}
.slider_wrapper,top_pickup_link{
    margin-top: 50px;
}
.top_pickup_link{
    margin-top: 50px;
    text-align: right;
}
.top_pickup_link a{
    position: relative;
    padding: 0 25px 5px 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
}
.top_pickup_link a:before {
  position: absolute;
  content: '';
  bottom: -0;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
}
.top_pickup_link a:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 10px;
  width: 100%;
}
#top_pickup_tabs .tab_content{
    padding-top: 70px;
}
#top_pickup_section .list_link_wrap a span{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.blog_list_section_f .list_link_wrap{
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}
.blog_list_section_f .list_link_wrap a{
    display: block;
    width: 400px;
    text-align: center;
    font-weight: bold;
}
.blog_list_section_f .list_link_wrap a span{
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.8s;
}

/**/
.blog_lisut_default .blog_article{
    margin-top: 50px;
}
.blog_lisut_default .list_link_wrap a{
    bottom: -170px;
}
.blog_article {
    min-width: 360px;
    margin: 0 auto;
}
.dl_wrapper,.rank_text_wrap p{
    max-width: 335px;
    margin: 0 auto;
    position: relative;
}
.dl_wrapper a:hover{
    opacity: 0.7;
}
.side_blog_wrapper{
    position: relative;
}
.new_txt{
    position: absolute;
    bottom: -20px;
    display: inline-block;
    padding: 1px 5px;
    box-sizing: border-box;
    background: #f00;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.7;
    z-index: 1;
}
.blog_article .new_txt{
    top: 0;
    bottom: auto;
    padding: 3px 7px;
}
.side_blog_wrapper .new_txt{
    left: auto;
    right: 0;
}
.loop_contents img{
    width: 335px;
    height: 223px;
    object-fit: cover;
}

.loop_contents_wrap .loop_contents_title{
    letter-spacing: 3px;
    line-height: 200%;
    text-align: justify;
    height: 125px;
    overflow-y: hidden;
    align-items: center;
}
.loop_contents_wrap .loop_contents_title span{
    display: block;
    width: 100%;
}
.blog_list_wrap{
    justify-content: flex-start;
}
/*title*/
.section_title{
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 900;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}
/*ランキング*/
.blog_article_ranking{
    position: relative;
}
.rank_text_wrap{
    position: absolute;
    display: block;
    width: 100%;
    top: -30px;
    left: 0;
}
.blink{
	animation: blinking 0.6s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.rank_text_wrap span{
    display: inline-block;
    font-weight: bold;
}
.rank_text_wrap span:first-child{
    margin-right: 15px;
}
.rank_text_wrap span:last-child{
    font-size: 20px;
}
.sidebar_blog_wrapper article .rank_text{
    color: #ffb44d;
}
.blog_article_ranking:nth-child(1) .rank_text_wrap p span,.sidebar_blog_wrapper article:nth-child(1) .rank_text{
    background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.blog_article_ranking:nth-child(2) .rank_text_wrap p span,.sidebar_blog_wrapper article:nth-child(2) .rank_text{
    color: transparent;
	background: repeating-linear-gradient(0deg, #757575 0.1em, #9E9E9E 0.2em, #E8E8E8 0.3em, #9E9E9E 0.4em, #757575 0.5em); 
	-webkit-background-clip: text;
}
.blog_article_ranking:nth-child(3) .rank_text_wrap p span,.sidebar_blog_wrapper article:nth-child(3) .rank_text{
    color: transparent;
	background: linear-gradient(0deg, #0277BD 0%, #4FC3F7 50%, #E1F5FE 70%, #4FC3F7 80%, #0277BD 80% 100%); 
	-webkit-background-clip: text;
}
#aside_tabs .tab_content{
    padding-top: 0;
}
#aside_tabs [class^="tab_item"]{
    border-bottom: none;
    font-size: 16px;
}
.tab_input{
    display: none;
}
#tab_mp:checked ~ #mp_aside,
#tab_blog:checked ~ #blog_aside,
#tab_recommend:checked ~ #recommend_aside{
    display: block;
}
#top_main_contents_tabs{
    margin-top: 100px;
}

#merchandise_tabs .merchandise_label{
    opacity: 0.5;
    font-size: 20px;
    font-weight: bold;
}
#merchandise_tabs .merchandise_label{
    width: 50%;
}
input[name="tab_item_aside"],input[name="tab_item_merchandise"] {
    display: none;
}
/*カテゴリーリスト*/
.cat_warpper{

}
.cat_warpper:first-child{
    margin-top: 0;
}
.main_tag_section .cat_warpper{
    margin-top: 0;
}
.cat_warp{
    justify-content: space-between;
}

.cat_warp .cat_main_name{
    width: 100%;
    margin-top: 50px;
}
.cat_warp .cat_main_name a{
    font-size: 18px;
    letter-spacing: 5px;
    text-decoration:underline;
}

.cat_warp ul{
    width: 100%
}
.cat_warp ul li{
    margin-right: 20px;
    margin-top: 50px;
}
.cat_warp ul li a{
    
}
.cat_tag_main_section {
    margin-top: 50px;
}
.main_free_section{
    margin-top: 0;
}
.cat_tag_main_section ul li a{
    display: block;
    box-sizing: border-box;
    text-align: justify;
    font-size: 13px;
    letter-spacing: 3px;
}
.cat_tag_main_section ul li a{
    border-radius: 20px;
}
/*tag*/
.main_tag_section ul li{
    margin-right: 20px;
    margin-top: 50px;
}
.main_tag_section ul li a{
    border-radius: 10px;
}
/*フリーワード検索*/
.main_search_wrap{
    justify-content: space-between;
    max-width: 700px;
}
#freeword_main_blog_none .main_search_wrap{
    max-width: 100%;
}
.main_search_section .cat_warpper{
    margin-top: 50px;
}
.main_search_wrap input{
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.main_search_section input[type=text]{
    width: 80%;
    padding: 20px 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}
.main_search_section input[type=submit]{
    width: 20%;
    border-radius: 0 5px 5px 0;
}
/*メインバナー*/
.main_banner_section_h2{
    margin-top: 50px;
    opacity: 0.7;
    text-align: center;
}
.main_banner_article,.page_induction_section,#main_ac_warapper{
    margin-top: 50px;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.main_badder_ts a{
    display: block;
    width: 100%; 
    padding: 0 5px;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}
.main_badder_ts a::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/*hover*/
.opc:hover{
    opacity: 0.8;
}
.hts:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}
.hib{
    overflow: hidden;
    display: block;
}
.hib img{
    transition: transform .6s ease;
}
.hib:hover img{
    transform: scale(1.1); /* 拡大 */
}
.hover_parent{
    position: relative;
}
.hover_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
    overflow: hidden;
    
}
.hover_parent:hover .hover_mask {
    opacity: 1;
    transition: all 0.6s ease;
}
/*ページャー*/
.navigation{
    margin: 60px auto 0;
}
.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
    margin-top: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}

.page-numbers li:last-child {
    padding-right: 0;
}

.current,
.page-numbers li a {
    width: 30px;
    height: 30px;
    font-weight: bold;
    background: #bebdbd;
    color: #fff;
}

.page-numbers li a {
    opacity: 0.6;
}

.page-numbers li a:hover {
    opacity: 0.9;
}