@charset "UTF-8";
/*///////////////////////////////base///////////////////////////////////////////////////////////*/
:root {
  --header-height: 80px; /* あなたの固定ヘッダーの高さ */
  --contents-margin: 70px; /* コンテンツやセクションの余白 */
  --inner-margin: 50px; /* コンテンツやセクションの余白 */
  --contents-size1: 1180px; /* 横幅 */
  --contents-size2: 728px; /* 横幅 */
  --contents-size3: 1024px; /* 横幅 */
  --contents-padding: 0 16px; /* 左右余白 */
  --contents-335: 335px; /* 335 */
}
html{
    font-size: 16px;
}
body {
    padding-top: var(--header-height);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.7;         /* 長文なら 1.7 が読みやすい */
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    word-break: break-all;
}
body * {
    margin: 0;
    padding: 0;
}
body.gothic,body#body_vertical_gothic #taitle_catchphrase_wrap * {
    font-family:
    -apple-system,          /* iOS / macOS のシステムUIフォント */
    BlinkMacSystemFont,     /* Chrome on macOS */
    "Segoe UI",             /* WindowsのUIフォント */
    "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    system-ui,
    sans-serif;
}
body.myocho,.transparent_bothends,body#body_vertical_myocho #taitle_catchphrase_wrap * ,.pi_mfont * {
    font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "MS PMincho",
    "MS Mincho",
    serif;
}
table th,table td{
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-break: break-all;
    text-decoration: none;
    color: #4f96f6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.mysns a{
    text-decoration: n
}
h1,h2,h3,h4,h5,h6{

}
ul,ol{
    margin: 0;
    list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse; /* 枠線の二重線防止 */
    border-spacing: 0;         /* 余計な隙間を消す */
}
th,
td {
    padding: 0.5em 0.75em;     /* セル内の余白 */
    border-bottom: 1px solid #ddd;
    text-align: justify;
    vertical-align: top;       /* 長文があるセルで上揃えに */
}
select {
    vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
.taj{
    text-align: justify;
}
/*独自設定*/
.container_1,.container_2,.container_3,.title_catexplanation_wrap p{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}
.order3{
    order: 3
}
.order4{
    order: 4;
}
.order5{
    order: 5;
}
.listno{
    list-style: none;
}
.list_link_wrap{
    display: flex;
    justify-content: flex-end;
}
.ta_tp_wrapper{
    padding-top:100px;
}
.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;
}
/*////////////////////////////////////////////////////set//////////////////////////////////////////////////////////*/
.transparent_bothends::before {
    background-image: -webkit-linear-gradient(left, transparent, var(--color-tex) 25%, var(--color-tex) 75%, transparent);
    background-image: linear-gradient(to right, transparent, var(--color-tex) 25%, var(--color-tex) 75%, transparent);
}
body,.back,.transparent_bothends::before,.transparent_bothends span,.h_box_wrap_b,.h_box_h_b,.of_submit_wrap button,div.medium_wrap span{
    background-color: var(--hero-bg, rgba(0, 0, 0, 0.5));
}
#fixed_header .back * ,body,a.btn_07,.loop_contents_wrap .loop_contents_title a,.cat_tag_main_section ul li a {
    color: var(--color-tex);
}
.merchandise_detail_table th{
    background-color: var(--color-tex);
    color: var(--hero-bg, rgba(0, 0, 0, 0.5));
}
.merchandise_detail_table .ce_th span,.merchandise_detail_table .ce_th span number{
    color: var(--hero-bg, rgba(0, 0, 0, 0.5));
}
.main_overview_article h3::before,.appeal_box_wrapper,#sidebar input[type="text"]{
    border: 1px solid var(--color-tex);
}
.hamburger_title::after,.main_overview_table tr::before{
    border-bottom: 1px solid var(--color-tex);
}
#fixed_header #menu-btn-check:checked ~ .menu-btn span::before,#menu-btn-check:checked ~ .menu-btn span::after{
    background-color: var(--color-tex);
}
/*アクセント*/
[class^="tab_item"]:hover{
    color: var(--color-accent);
}
.news_article_page a{
    border-bottom: 1px dotted var(--color-accent);
}
.merchandise_detail_table .star5_rating:after, .merchandise_detail_table th.ce_th div span:nth-child(2) {
    color: var(--color-accent);  
}
.actext,.rank_text_wrap p span,.list-link-card:hover .list-link-card__inner,#fixed_header .hamburger_title,.history_table th::after,#cat_page_h1 span:first-child,#single_h1 span:nth-child(1){
    color: var(--color-accent);    
}
.news_article_page a:hover h3{
    color: var(--color-accent); 
}
[id*=side_unei_section_k],.list-link-card__inner,.main_overview_article h3.bah3::before{
    border: 1px solid var(--color-accent);
}
.list-link-card:hover .list-link-card__arrow,#footer_right_wrapper .topmainimg_nav ul .order_rink_li a{
background-color: var(--color-accenttext);
color: var(--color-accent);
}
#copywriter,.cp_htitle::after{
background-color: var(--color-accenttext);
}
#footer_sns_wrapper li a i,#copywriter,#footer_right_wrapper .topmainimg_nav ul .order_rink_li a span{
color: var(--color-accent);  
}
.navigation .page-numbers .current,.of_submit_wrap button input[type=submit] {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-accenttext);
}
.navigation .page-numbers a, .navigation .page-numbers span {
    border: 1px solid var(--color-tex);
    color: var(--color-tex);
}
.recommend_wrapper{
    border: 3px solid var(--color-accent);
}
#tab_oll:checked ~ #name_oll{
    background-color: var(--color-accent);
    color: var(--color-accenttext);
}
#single_m_header{
    border-top: 3px solid var(--color-accent);
    border-bottom: 3px solid var(--color-accent);
}
.cp_htitle{
    border-bottom: 1px solid var(--color-accent);
}
ul.sample1 li:before,ul.sample1 li:after{
    background: var(--color-accent);
}
a.btn_07{
  border: 1px solid var(--color-accent);
}
a.btn_07:hover {
  background: var(--color-accent);
  color: var(--color-accenttext);
}
a.btn_07:before {
  border-color: transparent transparent var(--color-accent) transparent;
}
a.btn_07 span:before {
    background: var(--hero-bg, rgba(0, 0, 0, 0.5));
}
a.btn_07 span:after {
    border-top: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
}
/*タブ*/
#aside_tabs .tab_content{
    border: 5px solid var(--color-tabback);
}
[class^="tab_item"]{
background-color: var(--color-notabback);
color: var(--color-notabtext);  
}
#tab_blog_topmain:checked ~ #name_topmain_blog,#tab_recommend_topmain:checked ~ #name_topmain_recommend,#tab_mbn:checked ~ #name_main_bn,#tab_mbr:checked ~ #name_main_br,#tab_mbp:checked ~ #name_main_bp{
background-color: var(--color-tabback);
color: var(--color-tabtext);
}
#tab_merchandise:checked ~ #name_aside_merchandise,#tab_blog:checked ~ #name_aside_blog,#tab_recommend:checked ~ #name_aside_recommend,#tab_mp:checked ~ #name_aside_mp{
background-color: var(--color-tabback);
color: var(--color-tabtext);
}
/*カテゴリー*/
.ribbon17,.ct_list li:first-child span a,.side_cat_title{
    background-color: var(--color-catback);
    color: var(--color-cattext);
}
.side_cat_title span{
    color: var(--color-cattext);  
}
.cat_main_name a,.cta_st_span,.tax_label{
    color: var(--color-catback);
}
.main_cat_section ul li a{
    border-bottom: 1px solid var(--color-catback);
}
.cat_main .is-style-ta07::before{
    background: var(--color-catback);
}
.entry_categories a{
    border-bottom: 1px solid var(--color-catback);
}
/*タグキーワード*/
.side_tag_title,.main_tag_section ul li a,.tagk{
    background-color: var(--color-tagback);
    color: var(--color-tagtext);
}
.side_tag_title span{
    color: var(--color-tagtext);
}
.tag_main .is-style-ta07::before{
    background: var(--color-tagback);
}
.tta_st_span{
    color: var(--color-tagback);
}
/*//最上部固定header///////////////////////////////////*/
#fixed_header{
    background-color: var(--fixed-wrapper-bg, rgba(255, 255, 255, 0.8)); 
}
#fixed_header * {
    color: var(--color-tbtext);
}
#fixed_header .ac * {
    color: var(--color-accenttext);
}
.menu-btn span,.menu-btn span:before,.menu-btn span:after{
    background-color:var(--color-tbtext);
}
body::after{
    background-color:var(--color-tback);   
}
/*運用SNSアイコン*/
#top_sns_nav li a i::before{
    color:var(--color-snstext);   
}
/*//トップイメージ上テキスト///////////////////////////////////*/
#topmainimg_text_wrap{
    background-color: var(--page-accent-bg);
    border: 3px solid var(--page-accent-border);
}
#topmainimg_text_wrap p strong{
    color: var(--page-accent-text);
}
/*//トップイメージ上テキスト///////////////////////////////////*/
#top_page_navi_list li a{
    background-color: var(--color-accent);
    color: var(--color-accenttext);
}
#ex_by span{
    display: block;
    text-align: right;
}
/*//////////固定ページ 縦書き////////////////////////////////////*/
#taitle_catchphrase_wrapper{
    background-color: var(--page-header-back);
    background-image: var(--page-header-img);
}
#header_page_induction_wrapper_page{
    background-color: var(--page-header-a);
}
#header_vah_title{
    color: var(--page-header-h1);   
}
#header_vah_description p{
    color: var(--page-header-comment);   
}
/*//////////固定ページ デフォルト////////////////////////////////////*/
.page_d_tcwrapper::before{
    background-color: var(--content_back_a);
    opacity: var(--content_back_op); 
}
#taitle_catchphrase_wrap_d p{
    color: var(--page-header-h1);  
}
/**/
.bgh{
    background-color: var(--hero-bg, rgba(0, 0, 0, 0.5));
}
/*////////////////////////////////////////////////////style//////////////////////////////////////////////////////////*/
body{
    position: relative;
}
body::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    display: block;
    width: 100%;
}
#header_logo_figure {
    max-width: 300px;
    top: 0;
}
#header_logo_none a{
    text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*トップページメインイメージ*/
/*////////////////////////////////////////////////////////////////////////////////////*/
.video_wrap{
    width: 100%;
    height: 100%;
}
.video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top_img_section{
    position:relative;
    background-size: cover;
    background-position: center;
    height: 700px;
}
#top_sns_nav{
    position: absolute;
    left: 0;
    bottom: -20px;
    display: flex;
    width: 100%;
    justify-content: center;
}
#top_sns_nav li{
    margin-left: 30px;
}
#top_sns_nav li:first-child{
    margin-left: 0;
}
#top_sns_nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#topmainimg_text{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
}
#topmainimg_text_wrap{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 50%;
}
#topmainimg_text p{
    text-align: justify;
}
#topmainimg_text p strong{
    font-size: 30px;
}
.topmainimg_nav li{
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.topmainimg_nav li a{
    align-items: center;
    font-weight: bold;
}
.line_rink_li a{
    background-color: #06c755;
    padding: 2px;
}
.line_rink_li a span{
    display: block;
    color: #fff;
    text-align: center;
}
.topmainimg_nav a:hover{
    text-decoration: none;
}
.line_rink_li img{
    max-width: 60px;
}
.order_rink_li a{
    height: 60px;
    text-align: center;
}
#footer_right_wrapper .topmainimg_nav li{
    width: 100%;
    max-width: 300px;
}
#footer_right_wrapper .topmainimg_nav {
    justify-content: flex-end;
}
#footer_right_wrapper .topmainimg_nav ul{
    max-width: 300px;
}
#footer_right_wrapper .topmainimg_nav ul li{
    margin-top: 0;
    margin-bottom: 20px;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*TOPページh1メッセージ*/
/*////////////////////////////////////////////////////////////////////////////////////*/
.maintop{
    margin-top: 90px;
}
#top_h1{
    font-size: 22px;
    text-align: center;
}
#page_catchphrase_p{
    text-align: justify;
}
.top_h1_wrapp{
    margin-bottom: 40px;
}
/*TOPページ「おしらせ」*/
.news_article{
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
}
.news_article::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.7;
}
.news_article time{
    font-size: 14px;
}
.news_article h3{
    margin-top: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*TOPページnews*/
/*////////////////////////////////////////////////////////////////////////////////////*/
.cmb {
    padding: 1rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 21px;
}
.news_wrapper{
    justify-content: space-between;
    align-items: flex-end;
}
.news_article{
    margin-top: 20px;
}
.news_article:first-child{
    margin-top: 0;
}
.cards{
}
.news_wrap_l{
    width: 30%;
}
.news_wrap_r{
    width: 67%;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*相談・依頼ページ*/
/*////////////////////////////////////////////////////////////////////////////////////*/
.contact_wrap{
    align-items: center;
    justify-content: center;
}
.contact_wrap img{
    width: 150px;
    height: auto;
}
.receptionist {
    text-align: center;
    font-weight: bold;
}
.contact_wrap figure{
    margin-left: 30px;
    margin-top: 30px;
}
.mail_wrap a{
    font-size: 20px;
}
.line_wrap ul li{
    margin-top: 30px;
    display: flex;
}
.line_wrap ul li a,.line_wrap ul li a img{
    display: block;
    width: 100%;
}
.line_wrap ul li span{
    display: block;
    font-weight: bold;
}
.line_wrap ul li span:first-child{
    margin-right: 30px;
    color: #00b900;
}
.fax_wrap p{
    justify-content: center;
}
.fax_wrap p span{
    display: block;
}
.fax_wrap p span:first-child{
    margin-right: 30px
}
.tel_wrap a.tel_link{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*ブログ一覧*/
/*////////////////////////////////////////////////////////////////////////////////////*/
.b_nrp_tab h2{
    text-align: center;
}
.blog_article{
    width: 33.333%;
}
.loop_contents{
    max-width: 335px;
    margin: 0 auto;
    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,.side_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;
}
.blog_list_nowrap .thumb-3x2{
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;   /* ← ここで 3:2 固定 */
    overflow: hidden;
}
.blog_list_nowrap .thumb-3x2 img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 縦長でも横長でも、中央をトリミングしてフィット */
    display: block;
}
.loop_contents_wrap .loop_contents_title{
    text-align: justify;
    height: 100px;
    overflow-y: hidden;
    align-items: center;
}
.loop_contents_wrap .loop_contents_title a{
    font-size: 16px;
}
.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;
}
.ct_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ct_list li:first-child span a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 11px;
}
.ct_list li:last-child{
    font-size: 13px;
}
/*ランキング*/
.blog_article_ranking{
    position: relative;
}
.rank_text_wrap{
    position: absolute;
    display: block;
    width: 100%;
    top: -30px;
    left: 0;
}
.rank_text_wrap p{
    max-width: 335px;
    margin: 0 auto;  
}
.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;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/*footer*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*運営情報・お問い合わせ*/
.ac_wrapper{
    justify-content: space-between;
}
.side_unei_article_main{
    width: 48%;
    padding-bottom: 10px;
}

.side_unei_figure{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.side_unei_figure h2 {
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    width: 100%;
}
.side_unei_figure h3{
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    width: 100%;
}
.side_unei_figure img{
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.side_unei_figure_imgnone {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.side_unei_figure_imgnone div span {
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
}
.side_unei_figure_imgnone div span:first-child {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.side_unei_content_wrap{
    margin-top: 65px;
    text-align: center;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.side_unei_content_wrap p{
    margin-top: 10px;
    font-size: 14px;
}
.side_unei_pro{
    text-align: justify;
}
.side_unei_article_main .side_unei_pro {
    height: 150px;
    display: flex;
    align-items: center;
    text-align: justify;
}
.side_unei_content_wrap p:first-child{
    margin-top: 0;
}
.side_unei_name{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}
.side_unei_sname span{
    font-weight: bold;
}
.side_unei_content_wrap a{
    display: block;
    margin-top: 40px;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
}
#google_map_article{
    width: 100%
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////footer/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#footer_right_wrapper{
    justify-content: flex-end
}
#footer_h2_site img{
    width: 100%;
    max-width: 300px;
}

#pn_link_wrapper{
    padding-top: 100px;
}
#body_recommend_single #pn_link_wrapper{
    padding-top: 0;
}
#footer_wrap{
    position: relative;
    padding: 50px 16px 100px;
    justify-content: space-around;
    align-items: center;
}
#footer_sns_wrapper{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
#footer_sns_wrapper li{
    margin-left: 30px;
}
#footer_sns_wrapper li:first-child{
    margin-left: 0;
}
#footer_sns_wrapper li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#footer_page_navi{
    align-items: flex-end;
}
#footer_page_navi nav{
    margin-right: 30px;
}
#footer_page_navi nav li{
    margin-top: 20px;
}
#footer_page_navi nav li:first-child{
    margin-top: 0;
}
#footer_page_navi nav li a{
    font-size: 14px;
}
#footer_siteqr_wrapper{
    position: absolute;
    bottom: -30px;
    left: 0;
    justify-content: center;
}
#footer_siteqr_figure{
    width: 100px;
}
#copywriter{
    padding: 50px 16px 20px;
    text-align: center;
    font-size: 14px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////固定ページ 運営情報r/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.item_description_wrap,.message_article,.main_overview_article{
    max-width: var(--contents-size3);
    margin: var(--contents-margin) auto 0;   
}
.item_description_wrap {
    width: 100%;
    height: 683px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center center;
}
.item_description_wrap::before {
    background-color: #fff;
    opacity: 0.75;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.item_description_p{
    color: #000;
}
.item_description_wrap::before, .item_description_wrap::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
}
.item_description_wrap::after {
    width: 95%;
    height: 94%;
    top: 2.5%;
    left: 3%;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.item_description_p {
    z-index: 1;
    width: 80%;
    text-align: justify;
}
.transparent_bothends {
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    z-index: 1;
}
.transparent_bothends::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.transparent_bothends span {
    display: inline-block;
    padding: 0 35px;
    box-sizing: border-box;
}
.transparent_bothends span strong {
    display: block;
    font-size: 25px;
}
.transparent_bothends span strong:nth-child(2) {
    font-size: 14px;
    opacity: 0.6;
}
.subhead_ac {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 3px;
}
.subhead_ac:after, .subhead_ac:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    margin: auto;
}
.subhead_ac:before {
    left: 0;
    right: 25px;
}
.subhead_ac:after {
    left: 25px;
    right: 0;
}
.subhead_ac:after {
    background-color: #4f4f4f;
}
.message_contents_wrap,#main_member_section,.main_member_article,#main_overview_section{
    margin-top: var(--contents-margin) ;
}
.message_contents_wrap {
    position: relative;
    padding-bottom: 80px;
}
.message_contents_comment {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px;
    padding: 30px;
    box-sizing: border-box;
}
.message_contents_comment p {
    text-align: justify;
}
/*メンバー一覧*/
.main_member_article{
    max-width: var(--contents-size3);
    margin: var(--inner-margin) auto 0;
    justify-content: space-between;
    align-items: center;
}
.main_member_article h3 {
    width: 35%;
}
.member_right{
    width: 63%;
}
.main_member_article h3 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.main_member_name span{
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}
.main_member_name span:last-child{
    margin-right: 0;
    font-weight: normal;
}
.main_member_comment{
    text-align: justify;
    margin-top: 20px;
}
.member_right a{
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    text-decoration: underline;
}
/*沿革*/
.history_table tr{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.history_table tr:first-child{
    margin-top: 0;
}
.history_table th,.history_table td{ 
    border: none;
    padding: 0;
}
.history_table th{
    width: 20%;
    font-size: 18px;
    position: relative;
    padding-right: 35px;
    text-align: center;
}
.history_table td{
    width: 80%;
    padding-left: 35px;
}
.history_table th::after{
    position: absolute;
    content: '●';
    font-size: 35px;
    right: 0;
    top: 50%;
    transform: translateY(-57%);  /* 自分の高さの半分だけ上に戻す */
}
/*概要*/
.main_overview_article h3 {
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    position: relative;
}
.main_overview_article h3::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    box-sizing: border-box;
}
.main_overview_article h3.bah3::before{
    opacity: 0.6;
}
.free_comment_p {
    text-align: justify;
}
.main_overview_table tr {
    position: relative;
    z-index: 0;
}
.main_overview_table tr::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}
.main_overview_table th {
    width: 30%;
    font-size: 18px;
}
.main_overview_table th, .main_overview_table td {
    padding: 25px 0;
}
.main_overview_table td{
    font-size: 14px;
}
.web_site_td img{
    width: 100px;
    height: 100px;
}
.sns_td img{
    width: 40px;
}
.name_td {
    font-weight: bold;
}
.name_td span{
    display: block;
    font-weight: normal;
}
.business_time_list li{
    margin-top: 10px;
}
.business_time_list li:first-child{
    margin-top: 0;
}
.line_2_check span{
    display: block;
}
.line_2_check span:nth-child(odd){
    font-weight: bold;
}
.address_tr td span{
    display: block;
}
.web_site_td div{
    align-items: center;
}
.web_site_td div span{
    display: block;
}
#info_table_snslist li i{
    font-size: 30px;
}
#info_table_snslist li{
    margin-right: 30px;
}
#info_table_snslist li:last-child{
    margin-right: 0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////single 運営情報r/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#single_m_header{
    padding: 30px 0;
}
#single_m_h1{
    text-align: center;
}
#single_member_top_section {
    justify-content: space-between;
    align-items: center;
}
#single_member_top_section h2{
    font-size: 21px;
    text-align: justify;
}
#single_member_top_section figure{
    width: 23%;
}
#single_member_top_section figure img{
    max-width: 150px;
    border-radius: 50%;
}
#single_member_top_wrap{
    width: 75%;
}
#single_member_top_wrap{
    position: relative;
}
.staff_sns_list{
    margin-top: 20px;
}
.staff_sns_list li{
    margin-left: 30px;
}
.staff_sns_list li:nth-child(1){
    margin-left: 0;
}
.staff_sns_list li a img{
    width: 40px;
    height: 40px;
}
.staff_sns_list li a i{
    font-size: 20px;
}
#single_member_tm_p{
    margin-top: 20px;
    text-align: justify;
}
#m_pankuzu{
    margin-top: 20px;
}
#m_pankuzu li,#m_pankuzu li a{
    font-size: 14px;
}
#m_pankuzu a{
    text-decoration: underline;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////商品・サービス詳細/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.ta_tp_wrapper h2{
    text-align: center;
}
#breed_pagewithin_list{
    justify-content: space-between;
}
#breed_pagewithin_list li{
    width: 32%;
    border-radius: 5px;
}
#breed_pagewithin_list li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 5px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////商品・サービス詳細のsingle/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#sp_pankuzu_wrapper{
    margin-bottom: 30px;
}
#sp_pankuzu_wrapper a,#sp_pankuzu_wrapper li{
    font-size: 13px;
}
#single_s_h1{
    font-size: 25px;
}
#merchandise_detail_seciton h2 span{
    display: block;
}
.ban_table th,.ban_table td{
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.ban_table th{
    width: 35%;
    padding-left: 10px;
}
.ban_table td{
    padding-left: 0;
    padding-right: 0;
}
.ban_table tr:first-child th,.ban_table tr:first-child td{
    padding-top: 0;
}
span.singlepricespan{
    font-weight: 900;
    font-size: 20px;
}
.agreement_list{
    justify-content: center;
}
.agreement_list li{
    margin-left: 30px;
}
.agreement_list li:nth-child(1){
    margin-left: 0;
}
.agreement_list li a{
    text-decoration: underline;
}
#sale_site ul{

}
#sale_site ul li{
    width: 32%;
    margin-right: 2%;
}
#sale_site ul li:last-child{
    margin-right: 0;
}
#sale_site ul li a{
    display: block;
    text-align: center;
    padding: 20px 5px;
    font-weight: bold;
    border-radius: 10px;
}
#sp_scc_wrapper {
    margin-bottom: 50px;
    padding: 20px 10px;
}
#sp_scc_title span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#sp_scc_terms,#sp_scc_terms label{
    display: flex;
    justify-content: center;
}
#sp_scc_terms,#sp_scc_b {
    margin-top: 20px;
}
a#purchase-button-s{
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    font-weight: bold;
    border-radius: 10px;
}
#sp_scc_terms a {
    font-size: 13px;
    text-decoration: underline;
    margin-left: 15px;
}
.s_biko .price_loop_list li:first-child{
    margin-top: 0;
}
#sp_qa_section .qanda_sp_q,#sp_qa_section .qanda_sp_a{
    align-items: center;
}
#sp_qa_section .qanda_sp_q span,#sp_qa_section .qanda_sp_a span{
    display: block;
}
#sp_qa_section .qanda_sp_q span:first-child,#sp_qa_section .qanda_sp_a span:first-child{
    margin-right: 20px;
    font-size: 30px;
}
.single_p_bs_side .sticky_order_img {
    margin-top: 0;
}
#tax_pankuzu_wrapper{
    margin-top: 20px;
}
#tax_pankuzu_wrapper ul li a,#tax_pankuzu_wrapper ul li{
    font-size: 13px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////サイドバーあり固定ページ/////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#ms_wrapper{
    justify-content: space-between
}
#archive_main_2b{
    width: 63%;
}
#sidebar{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
#sidebar_wrap{
    width: 100%;
    max-width: var( --contents-335);
}
#am2b_header h1{
    font-size: 25px;
    text-align: center;
}
#am2b_header p{
    text-align: justify;
}
/*blog*/
#ms_wrapper .blog_list_wrap {
    justify-content: space-between;
}
#ms_wrapper .blog_article{
    width: 49%;
    max-width: 335px;
}
/*サイドバー（ブログ）*/
#sidebar_wrap .side_unei_figure img{
    width: 100px;
}
.sidebar_section{
    margin-top: var(--inner-margin);
}
#sidebar h2{
    font-size: 17px;
    text-align: justify;
}
#sidebar img{
    width: 100%;
}
#sidebar a{
    display: block;
}
.side_banner_article{
    margin-top: 50px;
}
.side_ct_title {
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
}
#sidebar h2.side_ct_title{
    font-size: 14px;  
}
.btn_3:after {
    position: absolute;
    content: "＋";
    top: 0;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.open_3,.open_1{
    display: none;
}
.side_catlist_warp:first-child {
    margin-top: 50px;
}
.side_catlist_warp {
    margin-top: 30px;
}
.side_catlist_warp div.side_catlist_parent a {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #cccccc75;
}
.side_catlist_warp div.side_catlist_parent a i {
    display: inline-block;
    margin-right: 10px;
}
.side_catlist_warp ul li {
    width: 90%;
    margin: 30px 0 0 auto;
}
.side_catlist_warp ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#side_tag_search ul {
    margin-top: 20px;
}
#side_tag_search ul li {
    margin-top: 30px;
    margin-right: 10px;
}
#side_tag_search ul li a {
    display: inline-block;
    font-size: 14px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    top: 90px;
}
/**/
#cat_page_h1 span{
    display: block;
}
.search_none_title{
    font-size: 16px;
    text-align: justify;
}
/*single*/
#single_main_2b{
    max-width: 728px;
    margin-left: 0;
}
#single_h1{
    text-align: justify;
    font-size: 25px;
    margin: 30px 0;
}
#single_header h1 span{
    display: block;
}
.entry_categories span,.entry_categories a,.post_date,.pankuzuj_list_post li a{
    font-size: 14px;
}
.pd_pnkuzu_wrap{
    justify-content: space-between;
}
.post_date{

}
#pankuzuj_list_post{
    margin-top: 10px;
}
#pankuzuj_list_post li a,#pankuzuj_list_post li span{
    font-size: 11px;
}
#pankuzuj_list_post li a{
    text-decoration: underline;
}
.entry_categories span{
    font-weight: bold;
}
.entry_categories span:nth-child(2){
    display: inline-block;
    margin: 0 5px;
}
.side_authorrank_section h2 span,{
    display: block;
}
/*お知らせ一覧ページ*/
.news_article_page a{
    padding-bottom: 10px;
    text-decoration: none;
}
.news_article_page a h3{
    text-align: justify;
}
.news_article_page a time{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
/*おすすめ一覧ページ*/
#tab_oll:checked ~ #recommend_oll{
    display: block;
}
.tab_contents_wrapper section.r_section{
    margin-top: var(--contents-margin);
}
.tab_contents_wrapper section.r_section:first-child{
    margin-top: 0;
}
.recommend_wrapper{
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
}
.rpr_wrap{
    justify-content: flex-end;
}
#side_recommond_cat_search{
    margin-top: 0;
}
#sidebar input[type="text"],#sidebar input[type="submit"] {
    width: 100%;
    padding: 20px 16px;
}
#sidebar input[type="submit"]{
    border-radius: 0;
    margin-top: 30px;
    font-size: 15px;
}
#sidebar .freeword_form{
    margin-bottom: 0;
    margin-top: var(--inner-margin);
}
#body_recommend .tabs .r_tab_content{
    padding-left: 0;
    padding-right: 0;
}
/*////////////////////////////////////////////////////parts//////////////////////////////////////////////////////////*/
.icon-search{
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

/* レンズ部分 */
.icon-search::before{
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 5px;
  left: 5px;
  border: 3px solid currentColor; /* 色は親のcolorに連動 */
  border-radius: 50%;
  box-sizing: border-box;
}

/* 持ち手部分 */
.icon-search::after{
      content: "";
    position: absolute;
    width: 15px;
    height: 4px;
    left: 21px;
    top: 19px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
    border-radius: 2px;
}
a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
    font-weight: bold;
}
a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
}
a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}


.cp_htitle {
    position: relative;
    padding: 0 0 0 20px;
}
.cp_htitle::before,
.cp_htitle::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 6px;/*左線の太さ*/
}
.cp_htitle::before {
    height: 100%;/*左線長い線の長さ*/
}
.cp_htitle::after {
    height: 50%;/*左線短い線の長さ*/
}
ul.sample1{
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
}
ul.sample1 li{
  position: relative;
  padding-left: 40px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}
ul.sample1 li:after,
ul.sample1 li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.sample1 li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    opacity: 0.7;
}
ul.sample1 li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
    opacity: 0.3;
}
/*ページHEADER*/
#page_header{
    height: 600px;
}
#page_header_wrapper{
    position: relative;
    height: 100%;
}
#page_header_wrapper::after{
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#taitle_catchphrase_wrapper{
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-position: center;
    background-size: cover;
}
#taitle_catchphrase_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
#header_page_induction_wrapper_page{
    position: absolute;
    top: 5%;
    left: 2%;
    display: flex;
    width: 60%;
    height: 90%;
    justify-content: space-between;
}
#header_vah_title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 25px;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 10px;
}
#header_vah_description {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 65%;
}
#header_vah_description p {
    text-align: justify;
    width: 90%;
}
#header_breed_name {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
/**/
#page_default_top{
    height: 300px;   
}
.page_d_tcwrapper::before{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#taitle_catchphrase_wrap_d{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#taitle_catchphrase_wrap_d p{
    font-size: 30px;
}
/*パンくず*/
#pankuzu_wrapper{
    padding: var(--inner-margin) 0;
    position: relative;
}
#pankuzuj_list{
    margin-left: 10%;
}
#pankuzu_wrapper #top_sns_nav{
    justify-content: flex-end;
    top: -20px;
    right: 16px;
    z-index: 3;
    left: auto;
    bottom: auto;
}
#pankuzuj_list li:last-child{
    font-weight: bold;
}
/*固定ヘッター*/
#fixed_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 995;
    padding: 0 16px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
#fixed_right_wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*ロゴ*/
.header_logo{
    position: fixed;
    left: 0;
    z-index: 996;
    display: block;
    left: 16px;
    top: 16px;
}
.header_logo{
    max-width: 300px;
}
#header_logo_none span {
    display: block;
}
#header_logo_none span:first-child{
    font-size: 18px;
    font-weight: bold;
}
/*トップページナビ*/
#top_page_navi_list li{
    width: 25%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#top_page_navi_list li a{
    width: 95%;
    display: block;
    text-align: center;
    padding: 20px 5px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 10px;
    position: relative;
}
#top_page_navi_list li a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent var(--hero-bg) transparent;
}
#top_page_navi_list li a:hover::after{
	border-color: transparent transparent var(--color-accenttext) transparent; 
}

/*::::ハンバーガーメニュー:::::*/
/*ボタン*/
.menu-btn {
    position: relative;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}
.menu-btn:hover{
    opacity: 0.8;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/**/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
/*メニュー*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*rightの値を変更してメニューを画面外へ*/
    z-index: 999;
    transition: all 0.8s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 40%;/*メニューを画面内へ*/
}
/*固定ページ検索*/
#fixed_search_wrapper{
    margin-left: 30px;
}
#fixed_search_wrapper a i{
    font-size: 20px;
}
#fixed_pagelink_list{
    margin: 0;
}
/*固定部分のページリンク*/
#fixed_pagelink_list li{
    margin-left: 30px;
}
#fixed_pagelink_list li:first-child{
    margin-left: 0;
}
#fixed_pagelink_list li a{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.7s;
}
#fixed_pagelink_list li a:hover{
    opacity: 0.7;
}
.hb_nav_contents_wrapper{
    width: 59%;
    margin-top: 70px;
    overflow-y: scroll;
    height: 90%;
    padding-right: 20px;
}
.hamburger_title{
    margin-bottom: 30px;
    margin-left: 30px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    font-weight: bold;
    position: relative;
}
.hamburger_title::after{
    position: absolute;
    content: '';
    bottom: 0;
    display: block;
    opacity: 0.4;
    width: 100%
}
.hb_nav_contents_wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.hb_nav_contents_wrapper ul li{
    margin-left: 30px;
    margin-bottom: 30px;
}
.hb_nav_contents_wrapper ul li a{
    letter-spacing: 3px;
    font-weight: bold;
}
.hb_nav_contents_wrapper ul li a img{
    width: 40px;
    height: 40px;
}
.hb_nav_contents_wrapper ul li a:hover{
    opacity: 0.7;
}
#hb_sns_list li a i{
    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;
}
/*タブブロック*/
.tabs input[type="radio"] {
  display: none;
}
[class^="tab_item"] {
    position: relative;
    display: flex;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 15px 10px;
    cursor: pointer;
    width: 33.333%;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    font-size: 16px;
    border-radius: 50px 50px 0 0;
}
[class^="tab_item"]:hover{
    opacity: 0.7;
}
#single_maincontents_wrapper [class^="tab_item"] {
    border-radius: 0;
}
.tabs .tab_content{
    display: none;
    clear: both;
    overflow: hidden;
    padding: 0 16px;
    padding-top: var(--inner-margin);
}
#tab_mp:checked ~ #mp_aside, #tab_blog:checked ~ #blog_aside, #tab_recommend:checked ~ #recommend_aside {
    display: block;
}
#tab_mbn:checked ~ #blog_new_tab, #tab_mbr:checked ~ #blog_rank_tab, #tab_mbp:checked ~ #blog_pu_tab {
    display: block;
}
/*検索フォーム*/
/* フォーム全体のレイアウト */
.freeword_form {
  max-width: 500px;
    margin-bottom: var(--inner-margin);
}
/* 検索ボックスの枠部分 */
.freeword_form .main_search_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #fff;
  border-radius: 999px;       /* まん丸のカプセル型 */
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  position: relative;
}
/* 🔍アイコン（疑似要素） */
.freeword_form .main_search_wrap::before {
  content: "🔍";
  font-size: 14px;
  opacity: .7;
  margin-left: 4px;
}
/* テキスト入力欄 */
.freeword_form .field {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px 4px;
  min-width: 0;              /* flex内でのはみ出し防止 */
  background: transparent;
}
/* プレースホルダのスタイル */
.freeword_form .field::placeholder {
  color: #999;
}
/* 送信ボタン */
.freeword_form input[type="submit"] {
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  background: #73ad95;        /* お好みでブランドカラーに */
  color: #fff;
  transition: background .2s ease, transform .1s ease, box-shadow .1s ease;
}
/* ホバー・フォーカス時のボタン */
.freeword_form input[type="submit"]:hover,
.freeword_form input[type="submit"]:focus-visible {
  background: #5a967f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  transform: translateY(-1px);
}
/* フォーカス時、枠に少し色を付ける */
.freeword_form .field:focus {
  outline: none;
}
.freeword_blog .field:focus-visible {
  outline: none;
}
.freeword_form .field:focus-visible ~ input[type="submit"],
.freeword_form .main_search_wrap:focus-within {
  border-color: #73ad95;
  box-shadow: 0 0 0 1px rgba(115, 173, 149, .4);
}
#search_none_wrapper .freeword_form{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.cat_tag_main_section .cat_warp,.cat_tag_main_section h2{
    margin-bottom: var(--inner-margin);  
}
.cat_tag_main_section h2.mnmn{
    margin-bottom: 20px;
}
.cat_tag_main_section ul{
    padding-left: 20px;
}
.cat_tag_main_section ul li{
    margin-top: 30px;
    margin-right: 30px;
}
.cat_tag_main_section ul li a{
    font-size: 14px;
    font-weight: 500;
}
.cat_tag_main_section ul li a:hover{
    text-decoration: none;
}
.main_tag_section ul li a{
    padding: 5px 9px;
    border-radius: 15px;
}
.cat_warpper{
    padding-left: 20px;
}
.tag_last{
    margin-bottom: var(--contents-margin);
}
/* 外側リンク全体 */
.list-link-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* 内側カード */
.list-link-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;            /* カプセル形状 */
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
  box-sizing: border-box;
  transition:
    background .2s ease,
    box-shadow .2s ease,
    transform .15s ease;
}
.news_wrap_l .list-link-card__inner{
    margin-top: 20px;
}
.list-link-card:hover{
    text-decoration: none;
}
/* 左側テキスト */
.list-link-card__texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* メインラベル */
.list-link-card__label {
  font-size: 0.95rem;
  font-weight: 700;
}
/* サブテキスト */
.list-link-card__sub {
  font-size: 0.8rem;
  color: #777;
}
/* 矢印部分 */
.list-link-card__arrow {
    text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;              /* アクセントカラー */
  font-size: 1rem;
  font-weight: 700;
  transform: translateX(0);
  transition: background .2s ease, transform .15s ease;
}
/* ホバー時の演出 */
.list-link-card:hover .list-link-card__inner {
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  transform: translateY(-2px);

}
.list-link-card:hover .list-link-card__arrow {
  transform: translateX(3px);
}
/*ブログ一覧ボタン*/
.list_link_wrap a{
    display: block;
    width: 300px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}
.freeword_form input[type="submit"]{
    padding: 8px;
    font-size: 11px;
}
.freeword_form .main_search_wrap::before {
    font-size: 10px;
    margin-left: 10px;
}
/*ページリンク*/
.page_induction_wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 550px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.page_induction_leftwrap {
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    width: 480px;
    height: 450px;
}
.page_induction_leftwrap .vah_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 30px 30px 10px 20px;
    box-sizing: border-box;
    font-size: 25px;
    letter-spacing: 5px;
}
.page_induction_leftwrap_line {
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.page_induction_leftwrap_line p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
}
.page_induction_leftwrap_line a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}
/*ページャー*/
.navigation {           /* inner_margin_t があるなら調整してOK */
  text-align: center;
}
.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;                      /* ページ番号の間隔 */
  padding: 0;
  margin: 0;
  list-style: none;
}
/* 各 li は素の箱 */
.navigation .page-numbers li {
  margin: 0;
}
/* ページ番号（a と current span 共通） */
.navigation .page-numbers a,
.navigation .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 999px;          /* カプセル型 */
  transition:
    background .15s ease,
    color .15s ease,
    border-color .15s ease,
    box-shadow .15s ease,
    transform .1s ease;
}
.navigation .page-numbers span{
    border: none;
}

/* カーソル */
.navigation .page-numbers a {
  cursor: pointer;
}
.navigation .page-numbers span.current {
  cursor: default;
}

/* 現在ページ */
.navigation .page-numbers .current {
  font-weight: 700;
}

/* ホバー時（現在ページ以外） */
.navigation .page-numbers a:hover {
  border-color: #73ad95;
  color: #73ad95;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

/* 「次へ」など矢印ボタン */
.navigation .page-numbers .next {
  min-width: 32px;
  padding: 0;                    /* アイコンだけの見た目に */
}

/* Font Awesome アイコンの調整 */
.navigation .page-numbers .next i {
  font-size: 0.8rem;
}
/*snsシェア*/
#top_share_wrap {
    margin-top: 20px;
}

.share-title {
	font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.share-buttons {
	list-style: none;
    justify-content: center;
}
.share-buttons li {
    margin-right: 30px;
}
.share-buttons li:last-child{
    margin-right: 0;
}
.share-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 10px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
	white-space: nowrap;
}
.share-btn i {
	font-size: 20px;
}
.share-x {
	background: #111;
}
.share-x span,.share-x i,.share-line span,.share-line i{
    color: #fff;
}
.share-buttons span{
    margin-left: 5px;    
}
.share-line {
	background: #06c755;
}    
.share-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	opacity: 0.95;
}
.share-btn:active {
	transform: translateY(0);
	box-shadow: none;
	opacity: 0.9;
}
/*スターレーティング*/
.merchandise_detail_table tr th,.merchandise_detail_table tr td{
    width: 50%;
    text-align: justify;
    padding: 20px 10px 20px;
    box-sizing: border-box;
}
.merchandise_detail_table th.ce_th{
    width: 100%;
}
.merchandise_detail_tablee th.ce_th div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.merchandise_detail_table th.ce_th div span:nth-child(2){
    margin-left: 30px;
    font-size: 30px;
}
.merchandise_detail_table th.ce_th div span:nth-child(1){
    letter-spacing: 5px;
}
.merchandise_detail_table tr th{
    text-align: center;
}
.merchandise_detail_table .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 40px;
}
.merchandise_detail_table tr td:first-child{
    font-weight: 900;
}
.merchandise_detail_table .star5_rating:before,.merchandise_detail_table .star5_rating:after{
    content: '★★★★★';
}

.merchandise_detail_table .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.merchandise_detail_table .star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.merchandise_detail_table .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.merchandise_detail_table .star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.merchandise_detail_table .star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.merchandise_detail_table .star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.merchandise_detail_table .star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.merchandise_detail_table .star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.merchandise_detail_table .star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.merchandise_detail_table .star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.merchandise_detail_table .star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.merchandise_detail_table .star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */
.score{
    display: inline-block;
    margin-left: 40px;
    font-weight: bold;
    font-size: 20px;
}
/*////////////////////////////////////////////////////resp//////////////////////////////////////////////////////////*/
@media screen and (max-width: 1180px) {
    #archive_main_2b {
        width: 70%;
    }
    #sidebar{
        width: 26%;
    }
}
@media screen and (max-width: 1024px) {
    #sp_pankuzu_list{
        max-width: var( --contents-size2);
        margin-right: auto;
        margin-left: auto;
    }
    body#body_recommend #sidebar{
        max-width: var( --contents-size2);
    }
    #sidebar .freeword_form,body#body_recommend #sidebar{
        margin-left: auto;
        margin-right: auto;
    }
    #sidebar .freeword_form{
        text-align: right;
    }
    #sidebar input[type="submit"]{
        border-radius: 20px;
        width: 50%;
    }
    #single_main_2b{
        margin-left: auto;
        margin-right: auto;
    }
    #ms_wrapper{
        flex-wrap: wrap;
    }
    #archive_main_2b,#sidebar{
        width: 100%;
    }
    #side_unei_section_k{
        display: none;
    }
    #sidebar_wrap{
        max-width: 100%;
    }
    #ms_wrapper .blog_list_wrap{
        justify-content: space-around;
    }
    #sidebar{
        max-width: 728px;
        margin-top: var(--contents-margin);
        margin-left: auto;
        margin-right: auto;
    }
    #sidebar .side_banner_article .is-style-w335c{
        max-width: 100%;
    }
    #sidebar_wrap .sidebar_section:nth-child(2){
        margin-top: 0;
    }
    body#body_recommend #sidebar_wrap .sidebar_section:nth-child(2){
        margin-top: var(--inner-margin);
    }
    #side_unei_section_h{
        margin-bottom: var(--inner-margin);
    }
    .sidebar_blog_wrapper{
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 30px;
    }
    .side_blog_article{
        min-width: 335px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 840px) {
    .main_member_article h3 {
        width: 35%;
    }
    .member_right{
        width: 64%;
    }
    #header_page_induction_wrapper_page {
        width: 95%;
        left: 0;
    }
    #topmainimg_text_wrap {
        width: 70%;
    }
    #top_page_navi_list{
        justify-content: space-between;
    }
    #top_page_navi_list li{
        width: 49%;
    }
    #top_page_navi_list li a{
        width: 100%;
    }
    .ac_wrapper{
        flex-wrap: wrap;
    }
    .side_unei_article_main{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    #side_unei_section_k_main_contact{
        margin-top: var(--inner-margin);
    }
    .news_wrapper{
        flex-wrap: wrap;
    }
    .news_wrapper .cards{
        width: 100%;
    }
    .news_wrap_l .list-link-card__inner,.news_wrap_r{
        margin-top: var(--inner-margin);
    }
    .news_article{
        margin-top: 20px;
    }
    #footer_wrap{
        flex-wrap: wrap;
    }
    #footer_right_wrapper,#footer_page_navi{
        width: 100%;
    }
    #footer_h2_site{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .blog_lisut_default .blog_list_wrap{
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        padding-bottom: 30px;
    }
    .blog_article {
        width: auto;
        min-width: 335px;
    }
    #footer_page_navi{
        justify-content: center;
    }
    #footer_page_navi nav:last-child{
        margin-right: 0;
    }
    #footer_right_wrapper{
        margin-top: var(--inner-margin);
        text-align: center;
        max-width: 300px;
    }
    #footer_right_wrapper .topmainimg_nav ul li {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px){
  a.tel_link{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
    #ms_wrapper .blog_list_wrap {
        justify-content: space-between;
    }  
}
@media screen and (max-width: 728px) {
    .box_manu_list{
        justify-content: space-between;
    }
    .box_manu_list li {
        width: 49%;
        margin-right: 0;
    }
    .box_manu_list li:nth-child(3), .box_manu_list li:nth-child(4) {
        margin-top: 10px;
    }
    .recommendation_bc_title{
        border: 3px solid var(--color-accent);
    }
    .recommendation_bc_title span a{
        color: var(--color-catback);
    }
    .recommendation_bc_title span:first-child {
        background-color: var(--hero-bg, rgba(0, 0, 0, 0.5));
    }
    .line_wrap ul li:first-child{
        margin-top: 0;
    }
    .receptionist{
        margin-bottom: 30px;
    }
    .receptionist_tel {
        margin-bottom: 0;
    }
    .ban_table th,.ban_table td {
        padding: 0;
        padding-top: 50px;
    }
    .ban_table tr:first-child td {
        padding-top: 50px;
    }
    .ban_table th,.ban_table td{
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .merchandise_detail_table tr th,.merchandise_detail_table tr td {
        padding-left: 0;
        padding-right: 0;
    }
    .score{
        display: block;
        text-align: right;
        margin: 0 10px 0 0;
    }
    #single_m_h1{
        font-size: 22px;
    }
    #single_member_top_wrap,#single_member_top_section figure{
        width: 100%;
    }
    #single_member_top_section figure{
        display: flex;
        justify-content: center;
    }
    #single_member_top_section h2{
        text-align: center;
        margin-top: 20px;
    }
    .staff_sns_list{
        justify-content: center;
    }
    .share-buttons{
        justify-content: space-between;
    }
    .share-buttons li {
        margin-right: 0;
        width: 31%;
    }
    .share-buttons li a,.share-buttons li .share-btn{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .share-buttons span{
        font-size: 12px;
        margin-left: 0;
    }
    .share-buttons i{
        display: none;
    }
    #page_default_top {
        height: 240px;
    }
    #ms_wrapper .blog_article{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    #ms_wrapper .loop_contents img{
        width: 100%;
        height: auto;
        object-fit:none;
    }
    #ex_wrapper_m p br{
        display: none;
    }
    #breed_pagewithin_list li{
        width: 100%;
        margin-top: 40px;
    }
    #breed_pagewithin_list li:first-child{
        margin-top: 0;
    }
    .price_loop_wrapper figure,.price_loop_right,.merchandise_contents_warap,.merchandise_figure_warap,.merchandise_tp_list li {
        width: 100%;
    }
    .merchandise_tp_list{
        flex-wrap: wrap;
    }
    .merchandise_tp_list li:nth-child(2),.merchandise_figure_warap{
        margin-top: 20px;
    }
    .merchandise_arthicle .merchandise_contents_warap{
        order: 1;
    }
    .merchandise_arthicle .merchandise_figure_warap{
        order: 2;
    }
    .price_loop_wrapper figure{
        max-width: 335px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .fee_wrap h4{
        margin-top: 10px;
    }
    .fee_wrap p{
        padding-top: 10px;
    }
    .contact_order_list li a {
        padding: 10px 5px;
        font-size: 13px;
    }
    .price_loop_article h3{
        font-size: 16px;
        padding: 10px;
    }
    .price_loop_article h3 span:nth-child(2){
        margin-top: 0;
    }
    #pankuzu_wrapper #top_sns_nav {
        top: -15px;
    }
    #pankuzu_wrapper {
        padding: 35px 0 20px;
    }
    #pankuzuj_list {
        margin-left: 0;
        padding: 0 16px;
    }
    .transparent_bothends span strong {
        font-size: 21px;
    }
    .item_description_wrap::after{
        display: none;
    }
    .item_description_wrap{
        height: 500px;
    }
    .item_description_p{
        width: 90%;
    }
    .message_contents_comment{
        position: static;
        max-width: 100%;
        width: 100%;
        order: 2;
        padding: 16px;
    }
    .message_contents_img{
        width: 100%;
    }
    .message_contents_wrap{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .main_member_article{
        flex-wrap: wrap;
    }
    .main_member_article h3,.member_right{
        width: 100%;
    }
    .main_member_article h3{
        display: flex;
        justify-content: center;
    }
    .member_right{
        margin-top: 20px;
    }
    .main_member_name{
        text-align: center;
    }
    #taitle_catchphrase_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0; 
    }
    #header_page_induction_wrapper_page {
        width: 100%;
        top: 0;
        height: 100%;
        padding: 0 16px;
    }
    #page_header {
        height: 460px;
    }
    #header_vah_title {
        font-size: 22px;
        padding: 20px 0 10px;
    }
    #header_vah_title{
        width: 35%
    }
    #header_vah_description {
        width: 64%;
    }
    #header_breed_name{
        bottom: 35px;
    }
    #header_vah_description p {
        width: 100%;
    }
    #header_logo_none span{
        font-size: 13px;
    }
    #header_logo_none span:first-child {
        font-size: 15px;
        font-weight: bold;
    }
    #top_img_section {
        height: 350px;
    }
    .topmainimg_nav li:first-child{
        margin-top: 0;
    }
    #topmainimg_text p strong {
        font-size: 18px;
    }
    #topmainimg_text_wrap {
        width: 100%;
        height: 100%;
    }
    #topmainimg_text_wrap .topmainimg_nav ul li a{
        height: 40px;
    }
    #topmainimg_text_wrap .topmainimg_nav ul li a span{
        font-size: 13px;
    }
    .topmainimg_nav li {
        width: 100%;
    }
    .news_article{
        padding-left: 0;
    }
    .news_article a{
        font-size: 1rem;
    }
    [class^="tab_item"] {
        transition: all 0.2s ease;
        padding: 0;
        font-size: 13px;
        min-height: 45px;
        border-radius: 30px 30px 0 0;
    }
    .list_link_wrap a{
        width: 100%;
    }
    .blog_article,.side_blog_article  {
        min-width: 300px;
    }
    .loop_contents img{
        width: 100%;
        height: 200px;
    }
    .loop_contents_wrap .loop_contents_title {
        height: 120px;
    }
    #aside_tabs .tab_content{
        border-right: none;
        border-left: none;
    }
    .cat_tag_main_section h2,.cat_main_name a{
        font-size: 16px;
    }
    .cat_warpper {
        padding-left: 5px;
    }
    .cat_tag_main_section ul {
        padding-left: 5px;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0%;
    }
    .hb_nav_contents_wrapper{
        width: 100%;
    }
    #footer_page_navi nav li a {
        text-align: center;
        display: block;
    }
    #footer_wrap {
        padding: 70px 16px 50px;
    }
    #copywriter {
        padding: 20px 16px 20px;
    }
    #footer_page_navi nav {
        margin-right: 0;
        width: 100%;
    }
    #footer_page_navi nav:last-child {
        margin-top: 20px;
    }
    .side_unei_content_wrap{
        padding: 0 10px;
    }
    .line_rink_li a{
        height: 60px;
    }
    #main_overview_section table,
    #main_overview_section tr,
    #main_overview_section th,
    #main_overview_section td {
        display: block;
        width: 100%;
  }
    .main_overview_table td {
        padding-left: 10px;
    }
    #info_table_snslist li i {
        font-size: 25px;
    }
    .history_table th::after{
        display: none;
    }
    .history_table th,.history_table td{
        padding: 0;
    }
    .history_table td{
        margin-top: 30px;
    }
    #top_sns_nav li {
        margin-left: 20px;
    }
    #info_table_snslist li {
        margin-right: 25px;
    }
    #footer_sns_wrapper li {
        margin-left: 20px;
    }
    #top_sns_nav li a,#footer_sns_wrapper li a{
        width: 30px;
        height: 30px;
    }
    #sidebar input[type="submit"]{
        width: 100%;
        border-radius: 0;
    }
    .merchandise_detail_table .star5_rating{
        font-size: 22px;
    }
    .merchandise_detail_table tr td:first-child{
        font-size: 14px;
    }
    .staff_sns_list li {
        margin-left: 15px;
    }
}
@media screen and (max-width: 360px) {
    .box_manu_list li a,.box_manu_list li span{
        font-size: 10px;
    }
    #header_vah_title {
        font-size: 18px;
    }
    #h_description_p{
        font-size: 14px;
    }
    .blog_article,.side_blog_article {
        min-width: 275px;
    }
    .loop_contents img{
        height: 183px;
    }
    .loop_contents_wrap .loop_contents_title a {
        font-size: 14px;
    }
    .loop_contents_wrap .loop_contents_title {
        height: 100px;
    }
    [class^="tab_item"]{
        font-size: 11px;
        min-height: 45px;
    }
    .contact_order_list{
        flex-wrap: wrap;
    }
    .contact_order_list li{
        width: 100%;
    }
    .contact_order_list li:nth-child(2){
        margin-top: 30px;
    }
    #archive_main_2b h2{
        font-size: 16px;
    }
}
@media screen and (max-width: 355px) {
    .blog_article,.side_blog_article {
        min-width: 250px;
    }
    .loop_contents img{
        height: 166px;
    }
    #header_breed_name {
        bottom: 25px;
        font-size: 13px;
    }
    #cat_page_h1 span:last-child{
        font-size: 16px;
    }
    .side_blog_article{
        margin-right: 20px;
    }
    #sp_qa_section .qanda_sp_q span:first-child, #sp_qa_section .qanda_sp_a span:first-child {
        margin-right: 10px;
        font-size: 16px;
    }
    .staff_sns_list li a img {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 320px) {
    #page_header {
        height: 370px;
    }
    #h_description_p {
        font-size: 13px;
    }
    .merchandise_detail_table .star5_rating {
        font-size: 20px;
    }
    .merchandise_detail_table tr td:first-child {
        font-size: 12px;
    }
}
}