@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto:ital,wght@0,900;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&amp;display=swap')


/*------------------- 全体 -------------------*/
body {
　　color: #333!important;
        font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif!important;
}

h1,h2,h3,h4,h5,p,th,td,dt,dd,li,div{
	color:#373636;
	line-height: 1.9;
        letter-spacing: .06em;
        font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif!important;
}

p,th,td,dt,dd,li,div{
        font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif!important;
}

h1, h2, h3, h4, h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
    font-weight: bold!important;
}

p,th,td,dt,dd,li,a,div{
	font-weight: 500;
}

@media (max-width:640px) {
p,th,td,dt,dd,li,a,div{
	font-size: 14px;
}
}

.siteHeader_logo a {
    color: #009844;
}

@media (max-width: 991.98px){
.site-header-logo img {
    margin-left: 0;
    max-height: 28px;
}
.site-header-container {
    padding: 4px 10px;
    text-align: center;
}
}

/*------------------- 見出し -------------------*/

.mainSection-title, h2 {
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: bold!important;
    font-size: 1.75em;
    letter-spacing: 0.04em;
    position: relative;
    margin-top: 2em;
    line-height: 1.5;
    padding-bottom: 0.5em;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #209345;
  bottom: -1px;
  width: 20%;
}

h3 {
    letter-spacing: 0.04em;
	  font-weight: bold;
}

h4{
	  font-weight: bold;
}

dt,dd {
    border-left: none;
}

h4.wp-block-heading.feature_ttl {
    background: none;
}

span.entry-meta-item.entry-meta-item-author {
    display: none;
}

.leftline_ttl {
	position: relative;
	display: table-cell;
    padding-left: 1.5em;

}
.leftline_ttl:before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    width: 0.8em;
    left: 0;
    height: 3px;
    background: #04A562;
    top: 56%;
    transform: translateY(-56%);
}


/*ロゴ*/

@media (max-width: 991.98px){
.site-header-logo img {
    max-height: 32px;
}
}
@media (min-width: 992px){
.site-header-logo img {
}
}


/*改行*/
@media (max-width:640px) {
	.pc_br {
		display: none;
	}
}
@media (min-width:641px) {
	.sp_br {
		display: none;
	}
}



/*見出し 英語*/
.ttl_en {
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #009844!important;
}


/*------------------- メニュー -------------------*/

#global-nav #menu-item-1343 {
    background: linear-gradient(110.85deg, #13b370 0%, #04a562 178.19%);
    border-radius: 3px;
    margin-left: 1em;
}

#global-nav #menu-item-1343 a {
    color: #fff;
    letter-spacing: 0.2em;
}

nav#global-nav {
    margin: 0.8em auto;
}

#gMenu_outer #menu-item-1343 {
    background: #009844;
    margin-left: 1.5em;
    padding: 0 2em 0 1.5em;
    border-radius: 1px;
}

#gMenu_outer #menu-item-1343 a{
    color: #fff;
}

.gMenu > #menu-item-1343:before, .gMenu > #menu-item-1343.menu-item-has-children::after {
    border: none;
}

.device-pc .gMenu>li>a {
    padding: 1.2em 2em;
}

.vk-menu-acc ul.sub-menu li a {
    font-size: 13px;
}


/*パンくず*/
.breadSection .breadcrumb li {
    line-height: 1.9;
}

/*ヘッダー*/
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 1.6em 0;
}

h1.page-header_pageTitle:before {
    position: absolute;
    content: "";
    top: -100%;
    top: -60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

h1.page-header_pageTitle {
    position: relative;
}

.page-header {
    background: url(https://senko-shoji.com/wp-content/uploads/2023/07/header_background.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 15rem;
    padding-top: 4em;
}

.page-header:before {
    background-color: rgb(0 12 4 / 82%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

h1.page-header-title,.page-header-title {
    color: #ffffff;
    letter-spacing: 0.12em;
}

.device-pc .global-nav-list>li>a {
    position: relative;
}

.device-pc .global-nav-list>li>a:hover {
    color: #2f2f2f;
}

.device-pc .global-nav-list>li>a:hover:after {
    content: "";
    background: #04936a;
    height: 1px;
    width: 18px;
    bottom: 4px;
    font-size: 9px;
    position: absolute;
}

#global-nav #menu-item-1343 a:hover:after {
    content: initial;
}

.global-nav-list>li .global-nav-name {
    font-size: 14px!important;
    letter-spacing: 0.08em;
}

#global-nav .fa-solid.fa-envelope {
    font-size: 1.2em;
}

.site-header {
    position: absolute;
    background: rgb(255 255 255 / 81%);
}

/*------------------- フッター -------------------*/

.site-footer-copyright p:nth-child(2) {
    display:none;
}

h2.footer_contact {
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 1em;
}

a.footer_tel {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

.footer_contact_btn a {
    font-weight: bold;
    font-size: 1.2em;
}

.footer_tel_num {
    text-align: center;
}

.footer_contact .is-layout-flex.wp-container-7.wp-block-columns {
    max-width: 700px;
    margin: 0 auto;
}

.footer_contact_btn a {
    width: 300px;
}

.wp-block-cover.aligncenter.footer_contact {
    padding: 1em 2em 3em;
    margin-bottom: 3em;
}

.wp-block-button.footer_contact_btn a:hover {
    color: #fff!important;
    border: 1px solid #fff;
}

.footer_contact .fa-regular.fa-envelope {
    padding: 0 1em 0 0;
}

.site-footer-copyright p {
    margin: 0;
}

.footer-nav li {
    padding: 0 1.2em;
    font-size: 1.2em!important;
    font-weight: bold!important;
}

footer.site-footer {
    background: #1e1e1e;
    padding-top: 3em;
}

.footer-nav {
    text-align: center;
}

.footer-nav .nav li a,
.site-footer-copyright p {
    color: #fff!important;
}

@media (max-width: 767.98px){
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav-list li {
    padding:0;
    font-size: 0.3em;
    width: calc(50% - 5px);
    text-align: left;
}
.footer-nav-list  .fa-solid.fa-envelope {
    display: none;
}
.footer-nav-list li a {
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
footer.site-footer {
    padding-top: 2em;
}
.footer-nav {
    margin-bottom: 1em;
}
}

/*各ページ*/



.entry-body {
    margin: 0 auto;
}

.wp-block-cover, .wp-block-cover-image {
    padding: 0;
}

.slide-text-caption {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px #444!important;
}

.sectionBox {
    padding-top: 1em;
    padding-bottom: 1em;
}

.copySection p:nth-child(2){ display:none !important;
}

@media screen and (max-width:750px) {
.entry-body h3 {
    margin-top: 1.8em!important;
}
}

/*見出し*/

h1.page-header_pageTitle {
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 2.3em!important;
    font-weight: 600;
}

h3.slide-text-title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 0 0 5px #444!important;
}



h4.wp-block-heading {
    margin-bottom: 0.4em;
}

/*カラム（カテゴリ）*/
.sub-section-title {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 0.4em!important;
    padding-bottom: 0.4em;
}


/*お知らせページ*/
.page-header_pageTitle {
    letter-spacing: 0.15em;
    font-size: 2.3em!important;
    font-weight: 600;
}

span.entry-meta-item.entry-meta-item-updated {
    display: none;
}

.vk_posts.next-prev .vk_post .vk_post_title {
    margin-top: 0;
}

.vk_posts.next-prev .vk_post_date.card-date.published{
    display: none;
}

.entry-footer {
    margin-top: 70px;
}

a.btn.btn-sm.btn-primary.vk_post_btn {
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif!important;
    font-weight: 500;
    border: none;
    padding: 0.6em 1.6em;
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

/*--------------商品情報（全体）--------------*/
.vk_post_date.media-date.published {
    display: none;
}

.vk_post_title_new{
    display: none;
}

.single-products .vk_posts.next-prev {
    display: none;
}

.post-type-products li.cat-item a:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0.8em;
    color: #04A562;
}


/*--------------商品情報一覧（投稿アーカイブ）--------------*/
.post-type-archive-products .vk_post.media {
    margin: 15px 21px;
    flex-direction: column; 
    width: 42%;
}

.post-type-archive-products .vk_post .media-img,.vk_post .media-body {
    width: 100%;
}

.post-type-archive-products .vk_post .vk_post_title {
    margin-top: 1em;
}


.post-type-archive-products .vk_post_imgOuter_singleTermLabel {
    display: none;
}

.post-type-products .vk_post_btn {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    background: none;
}

.post-type-products .vk_post_btn::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 7%;
    width: 93%;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.post-type-products .vk_post_btn:after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 9px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}

@media screen and (max-width:524px) {
.post-type-archive-products .vk_post.media {
    width: 100%;
}
}

/*--------------商品情報一覧＆新着情報（投稿アーカイブ）--------------*/

.vk_post_title.media-title a {
    font-size: 1.0em;
    font-weight: 600;
    letter-spacing: 0em;
}

@media (min-width: 992px){
.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_title, .main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title {
    font-size: 18px;
}
}

/*--------------商品ページ--------------*/
.entry-meta-data-list dt {
    line-height: 2em;
}

.products-template-default.single.single-products .entry-meta-item {
    display: none;
}

.entry-meta-data-list dt {
    background: linear-gradient(110.85deg, #1492af 0%, #59cfa4 100.19%)!important;
}

.single-products .entry-meta {
    display: none!important;
}

/*DLボタン*/
a.download_btn {
    background: linear-gradient(110.85deg, #0fb3bb 0%, #04a562 100.19%);
}


/*----------- 問い合わせ -----------*/
h2#vk-htags-58ac9426-8c53-49a6-83c1-862717888fdb {
    font-size: 1.1em;
    letter-spacing: 0.12em;
}

.contact_btn a {
    width: 315px!important;
    padding: 1em;
    font-weight: bold;
    font-size: 1.15em;
    letter-spacing: 0.12em;
    background: linear-gradient(110.85deg, #1492af 0%, #11af75 100.19%);
    position: relative;
    transition: 0.4s;
}

.wp-block-button__link:hover {
    filter: none;
}

.contact_ttl:after {
    display: none;
}

aside#block-12 {
    margin-bottom: inherit;
}

/* 矢印が右に移動 */

.contact_btn a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .3s;
    content: '\f105';
    margin-left: 0.8em;
    position: absolute;
    right: 0.9em;
}

.contact_btn a:hover {
    opacity: 0.9;
}

span.contact_bt_txt {
    font-weight: bold;
}

.contact_ttl, .contact_txt {
    color: #fff!important;
}

h2.contact_ttl {
    margin-top: 0;
    font-size: 2.6em;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*-----------ヘッダータイトル---------*/
.products-template-default .page-header-title,
.tax-product_category .page-header-title {
    position: relative;
}
.products-template-default .page-header-title:before,
.tax-product_category .page-header-title:before  {
    content: "PRODUCTS";
    font-size: 0.45em;
    position: absolute;
    top: -80%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    font-weight: 600;
}

/*-----------Q&amp;A---------*/
.vk_faq .vk_faq_title:before{
    content: "Q";
    color: #fff;
    border: 1.5px solid #04a562;
    border-radius: 4px;
    font-family: 'Secular One', sans-serif;
    background: #04a562;
    font-family: 'Secular One', sans-serif;
}
.vk_faq .vk_faq_content:before {
    content: "A";
    color: #04a562!important;
    border: 1.5px solid #04a562;
    border-radius: 4px;
    font-family: 'Secular One', sans-serif;
    background: #fff!important;
}

.wp-block-vk-blocks-faq2.vk_faq.is-style-vk_faq-bgfill-rounded {
    padding-bottom: 0em;
    margin-bottom: 0.5em;
}

@media (min-width: 768px){
.vk_faq .vk_faq_title {
    font-size: 16px;
}
}


/*-----------サイドバー---------*/
.p-contactNavi_btn--mail a {
    background: #2d1176;
    background: -webkit-linear-gradient(120deg, #04a562 0%, #0fb3bb 100%);
    background: linear-gradient(120deg, #04a562 0%, #0fb3bb 100%);
    color: #fff;
    background-position: 0% 50%;
    background-size: 200% auto;
}
.p-contactNavi_btn--mail a:hover {
    background-position: 100% 50%;
}

.p-contactNavi_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 30px;
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    border-radius: 3px;
}
.p-contactNavi_btn_txt span {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.0;
}
.p-contactNavi_btn_txt small {
    display: block;
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 1;
}
.p-contactNavi_btn_icon {
    width: 35px;
    height: 35px;
}
p.p-contactNavi_btn_txt {
    color: #fff;
    margin-bottom: 0;
}
i.fa-regular.fa-envelope {
    font-size: 2.5em;
    color: #fff;
font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
}
aside#wp_widget_vk_taxonomy_list-2 {
    margin-bottom: 1em;
}

@media screen and (max-width:750px) {
.sub-section.sub-section--col--two {
    margin: 5em 0px 3em;
}
}


/*-----------ダウンロードボタン---------*/
a.wp-block-button__link.wp-element-button.dl_btn:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: '\f56d';
    font-weight: bold;
    padding-left: 1em;
}

.catalog-template-default .fa-calendar-alt:before, .fa-calendar-days:before {
    content: "更新日";
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 600;
    color: #555;
}

i.fa-solid.fa-angles-down {
    padding-left: 1em;
}

.post-type-archive-catalog .vk_post_imgOuter.media-img {
    height: 315px;
}

.download_btn .vk_button_link_caption {
    color: #fff;
    font-size: 0.8em!important;
    padding: 0 0.8em!important;
    letter-spacing: 0.1em;
}
a.vk_button_link.btn.has-background.has-vk-color-primary-background-color.btn-lg {
    background: linear-gradient(110.85deg, #0fb3bb 0%, #04a562 100.19%)!important;
}

.download_btn {
    text-align: center;
}

.download_btn a {
    width: 320px;
}

.download_btn .fa-solid.fa-circle-down {
    margin-left: 8px;
}

/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #333;
    color: #fff;
    padding: 13px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*-----------MRCフォーム---------*/
.mrc_webform_modal .mrc_webform_modal_header h4 {
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif!important;
    font-weight: bold!important;
    color: #5b5b5b;
}

/*フォーム入力*/
.mrc_webform_a a {
    color: #333333;
    text-decoration: underline;
}


/*その他*/
p.has-text-align-right.image_expansion {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 0.8em;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: var(--vk-color-primary);
    box-shadow: none;
}

/*リキャプチャボタン非表示*/
.grecaptcha-badge {
    display: none!important;
}

/*広告*/

.mrc_popup_close_button > img {
    background-color: #9d9d9d!important;
}
.mrc_popup_frame {
    border: 2px solid #9d9d9d!important;
    height: 300px;
}
@media screen and (max-width:1050px) {
.mrc_popup {
    display: none;
}
}

/*-----------ローディングアニメーション---------*/
/* 全体 */
#loader_wrap {
	z-index: 999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #fff;
	pointer-events: none;
	transition: all 0.4s;
}
/* ぐるぐる */
.loader-rotate {
 	width: 40px;
 	height: 40px;
	margin: 0 auto;
 	border-radius: 50%;
 	border: solid 4px;
 	border-color: #4c6d70 #00000010 #00000010;
 	position: relative;
 	animation: spin 1s infinite linear;
}