/*
Theme Name:  Okamura Child Theme. Child for Lightning.
Theme URI:  https://papas.jp
Description:  Theme to Okamura Site.
Author:  Okamura
Textdomain:  papas
Author URI:  https://papas.jp/
Template:  lightning
Version:  0.5
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

body {
	font-family: "Noto Sans Japanese";
	overflow: hidden;
	animation: fadein 3s forwards;
}

h2 { padding: 0; border: 0; }
p { line-height: 1.8; }
ul { list-style: none; padding: 0; }
ul li { line-height: 1.8; }
a { text-decoration: none!important; }

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.main-section--col--two { width: 100%; }
.sub-section--col--two { display: none; }

.home .site-body { padding-top: 0; padding-bottom: 0; }
.wp-block-cover { padding: 0; }

.page_top_btn {
	right: 10px;
    bottom: 10px;
	background: rgba(0,91,172,0.8);
    box-shadow: 0 0 0 0px rgb(255 255 255 / 80%), 0 0 0 0px rgb(0 0 0 / 80%);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
	:root{ --vk-width-container : 1240px; }
	.container { max-width: 1240px; }
}

/************************************** ヘッダー *************************************/

.site-body {
	padding: 3.5rem 0 0;
}

.site-header { position: absolute; background: none; box-shadow: none; }
.site-header-container {
	align-items: center;
    width: 100%;
    max-width: 100%!important;
    padding: 0;
}
.site-header-logo {
    margin-left: 0!important;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 0;
}
.site-header-logo a { display: inline-block; padding: 0 30px; }
.site-header-logo img {
    display: block;
	max-height: 80px;
    max-width: 100%;
    margin-left: 0!important;
}
.header-top { display: none; }

/*---------- グローバルナビゲーション ----------*/

.global-nav--layout--float-right { padding: 0; margin-right: 80px; }

.global-nav-list {
    justify-content: end;
	align-items: center;
	flex-shrink: 0;
}
.global-nav-list>li {
    height: 100%;
}
.global-nav-list>li:before { display: none; }
.global-nav-list>li>a {
	display: block;
	position: relative;
	justify-content: flex-start;
	padding: 10px 0!important;
    margin: 0 1.5em;
	height: auto!important;
    color: #fff;
	overflow: visible!important;
	transition: 0.3s;
	z-index: 50;
}
.global-nav-list>li>a:hover { color: #fd655c; }

.global-nav-list>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fd655c;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .5s;
}
.global-nav-list>li>a:hover::after {
	transform: scale(1,1);
}

.global-nav-list>li .global-nav-name { font-size: 1.3em; font-weight: 500; }

.global-nav-list .menu-item { position: relative; }
.global-nav-list .menu-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #009B4A;
}

.global-nav-list #menu-item-31 {
	width: 210px;
}
.global-nav-list #menu-item-31 a {
	display: block;
	position: relative;
	padding: 1em 1em 1em 3em!important;
	color: #fff;
	background: #1245a3;
	border: 1px #1245a3 solid;
	border-radius: 50px;
	transition: 0.3s;
}
.global-nav-list #menu-item-31 a:hover {
	color: #1245a3;
	background: #fff;
}
.global-nav-list #menu-item-31 a::before {
	content: "";
	position: absolute;
	top: 50%;
    left: 15%;
    transform: translateY(-50%);
	width: 20px;
	height: 16px;
	border-radius: 0;
	background: url(http://192.168.0.148/matusoku.co.jp/wp-content/uploads/2024/04/mail_icon.png) no-repeat;
	transition: 0.3s;
}
.global-nav-list #menu-item-31 a:hover::before {
	background: url(http://192.168.0.148/matusoku.co.jp/wp-content/uploads/2024/04/mail_icon_on.png) no-repeat;
}

.global-nav-list>li>ul.sub-menu { margin-top: 29px; }
.global-nav-list>li>ul.sub-menu li a {
	font-size: 1.2em;
    background-color: #1245a3;
	transition: 0.3s;
}
.global-nav-list>li>ul.sub-menu li a:hover {
	background-color: rgba(18, 69, 163, 0.5);
}
.global-nav-list>li.menu-item-has-children::after { display: none; }

.floating-button { position: fixed; top: 40%; right: 0; z-index: 100; }
.floating-button a { display: block; position: relative; padding: 3em 1em 1em 1em; writing-mode: vertical-rl; font-weight: 500; color: #fff; background: #298ed5; letter-spacing: 0.1em; transition: 0.3s; }
.floating-button a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
    transform: translateX(-50%);
	width: 26px;
	height: 20px;
	background: url(img/common/mail_icon.png) no-repeat;
	background-size: 26px;
	transition: 0.3s;
}
.floating-button a:hover { color: #298ed5; background: #fff; }
.floating-button a:hover::before { background: url(img/common/mail_icon_on.png) no-repeat; background-size: 26px; }

/*---------- バーガーメニュー ----------*/

.button__container {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: #fd655c;
	cursor: pointer;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 9999;
}
.button__container:hover {
	opacity: 1;
}
.button__container.active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	transform: translateY(6px) translateX(0) rotate(45deg);
	background: #fff;
}
.button__container.active .middle {
	opacity: 0;
	background: #fff;
}
.button__container.active .bottom {
	width: 50%;
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	background: #fff;
}

.button__container .menu-txt {
	position: absolute;
	bottom: -40px;
	font-size: .9em;
	color: #fff;
	letter-spacing: .1em;
}
.button__container .menu-txt.change-color { color: #111; }

.button__container span {
	background: #fff;
	border: none;
	height: 2px;
	width: 50%;
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	margin-left: 25%;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button__container span:nth-of-type(2) { top: 25px; }
.button__container span:nth-of-type(3) { top: 33px; width: 25%; }

.button__container:hover span:nth-of-type(1) { top: 20px; }
.button__container:hover span:nth-of-type(3) { top: 31px; }

.button__container:hover.active .top { top: 18px; }
.button__container:hover.active .bottom { top: 33px; }

.overlay {
	display: block;
	position: fixed;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 5000;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 5000;
}

.overlay .link-nav_inr { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
.overlay .link-nav_inr figure {
	position: relative;
	height: 100vh;
	width: 35%;
	background: url();
	background-size: cover;
}
.overlay .link-nav_inr figure img { height: 100vh; object-fit: cover; }

.overlay .link-area {
	width: 55%;
	display: flex;
	flex-direction: column;
	/*height: 100vh;*/
	/*padding: 7em 0;*/
	margin-left: 10%;
	/*overflow-x: auto;*/
}
.overlay .link-area nav { margin-bottom: 40px; }
.overlay .link-area nav .link-list { display: flex; flex-wrap: wrap; margin: 0; padding: 0 0 0; }
.overlay .link-area nav .link-list > li {
	width: 30%;
	margin-bottom: 12px;
	padding-left: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}
.overlay .link-area nav .link-list > li:nth-child(1) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(2) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(3) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(4) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(5) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(6) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(7) { transition-delay: 0.4s; }
.overlay .link-area nav .link-list > li:nth-child(8) { transition-delay: 0.4s; }

.overlay .link-area nav .link-list > li ul { padding: 0; margin-top: 10px; margin-bottom: 0; }
.overlay .link-area nav .link-list > li ul li { padding: 0; margin-top: 5px; }
.overlay .link-area nav .link-list > li ul li a { position: relative; padding-left: 30px; font-size: 1.1rem; font-weight: 500; }

.overlay .link-area nav .link-list > li ul li a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #1245a3;
	border-right: 2px solid #1245a3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .link-area nav .link-list > li {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.5s ease, opacity 0.9s ease;
}

.overlay .link-area nav .link-list > li p {
	position: relative;
	padding-left: 18px;
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.overlay .link-area nav .link-list > li p::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 3px;
    height: 16px;
    background: #fd655c;
    transform: skewX(-0.05turn);
}

.overlay .link-area nav .link-list > li a {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	transition: .4s;
}
.overlay .link-area nav .link-list > li a:hover {
	opacity: .7;
}

.overlay .link-area nav .link-list > li a span {
	position: relative;
	display: block;
	margin: 0;
	font-size: 2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	color: #fd655c;
	line-height: 1.3;
}
.overlay .link-area nav .link-list > li a span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.overlay .link-area nav .link-list .space { width: 100%; }

.overlay .link-area nav .link-list > li > .menu-sub { display: block; }
.overlay .link-area nav .link-list > li > .menu-sub { padding: 0; margin: 0; list-style: none; }
.overlay .link-area nav .link-list > li > .menu-sub > li { padding: 0; margin-bottom: 5px; }
.overlay .link-area nav .link-list > li > .menu-sub > li a { font-size: .8em; font-weight: 400; }
.overlay .link-area nav .link-list > li > .menu-sub > li a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0a50a1;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .4s;
}
.overlay .link-area nav .link-list > li > .menu-sub > li a:hover::after {
	transform: scale(1,1);
}

.overlay .link-area .link-data {
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}
.open .link-area .link-data {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.5s ease, opacity 0.9s ease;
}
.overlay .link-area .link-data { transition-delay: 0.4s; }

.overlay .link-area .link-logo { margin-right: 10%; }
.overlay .link-area .link-logo img { width: 230px; }

.open .link-area .link-logo {
	margin-bottom: 20px;
	transform: translateY(0);
	transition: transform 0.5s ease, opacity 0.9s ease;
	transition-delay: 1.30s;
	opacity: 1;
}

.overlay .link-area .link-add { display: block; }
.overlay .link-area .link-add .add { margin-bottom: 0; color: #222; }
.overlay .link-area .link-add .tel { margin-bottom: 0; color: #222; }
.overlay .link-area .link-add .tel span { margin-right: 20px; font-weight: 600; }
.overlay .link-area .link-add .time { margin-bottom: 5px; color: #222; }
.overlay .link-area .link-add .sns-icon { margin-top: 40px; }

/************************************* スライダー ************************************/

.n2-section-smartslider { position: relative; overflow: hidden; height: 100vh; /*height: calc(100vh - 80px);*/ }

.n2-ss-slider .n2-ss-section-main-content { }
.n2-ss-slider .slide-caption01 div {
	margin-bottom: 20px;
	font-size: 4em!important;
	font-family: "source-han-sans-japanese", sans-serif!important;
	font-weight: 700;
	letter-spacing: 0.1em!important;
}
.n2-ss-slider .slide-caption02 p { letter-spacing: 0.1em!important; }

#main-visual { position: relative; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
#main-visual::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 80px;
    background: url(img/common/mv_under.png) no-repeat;
    background-size: 100vw;
    background-position: bottom;
}
#main-visual p { display: none; }
#main-visual .main-visual__caption { position: absolute; top: 50%; left: 10%; transform: translateY(-50%); }
#main-visual .main-visual__caption .caption01 { margin-bottom: 10px; font-size: 3.5rem; font-weight: 600; color: #fff; line-height: 1.2; }
#main-visual .main-visual__caption .caption01 span:nth-child(1) { display: block; }
#main-visual .main-visual__caption .caption01 span:nth-child(2) { display: block; margin-left: 40px; }
#main-visual .main-visual__caption .caption02 { margin-bottom: 10px; font-size: 2.5rem; font-weight: 600; color: #fff; line-height: 1.2; }
#main-visual .main-visual__caption .caption02 span:nth-child(1) { color: #2f85d8; }
#main-visual .main-visual__caption .caption02 span:nth-child(2) { color: #ffd711; }
#main-visual .main-visual__caption .caption02 span:nth-child(3) { color: #fe0000; }
#main-visual .main-visual__caption .caption02 span:nth-child(4) { color: #ff9000; }
#main-visual .main-visual__caption .caption02 span:nth-child(5) { color: #fe0070; }

#main-visual .n2-ss-slider { height: 100vh; }
#main-visual .n2-ss-layer { padding: 0!important; }


/* スクロール */

.scroll-Block { position: absolute; bottom: 10%; right: 0px; z-index: 5; }
.scroll-Block .Txt {
    display: block;
	position: relative;
	bottom: 1.7rem;
	right: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: .8em;
	font-weight: 500;
    line-height: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-Block .Txt a { color: #fff; text-decoration: none; letter-spacing: .1em; }
.scroll-Block .Line {
    position: relative;
    margin: 50px 0 0 55px;
    width: 2px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
}
.scroll-Block .Line:after, .scroll-Block .Line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
}
.scroll-Block .Line:before {
    background: #FFF;
    z-index: 10;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .Line:after {
    background: transparent;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
	}
	15% {
		-webkit-transform: translate3d(0,-98%,0);
	}
	85% {
		-webkit-transform: translate3d(0,98%,0);
	}
	100% {
		-webkit-transform: translate3d(0,100%,0);
	}
}

/************************************** フッター *************************************/

.site-footer { position: relative; border-top: 0px; background: url(img/common/footer_back_img.jpg) no-repeat; background-size: cover; }

.site-footer .container { max-width: 90%; padding: 50px 0; }
.site-footer .container .row { margin: 0; }
.site-footer .footer-nav { display: none; }

.site-footer .wp-block-image img { width: 230px; }
.site-footer .widget_media_image { margin-bottom: 20px; }

.site-footer .col-lg-4:nth-child(1) { flex: 0 0 28%; max-width: 28%; padding: 0; }
.site-footer .col-lg-4:nth-child(1) .site-footer__sns { margin-top: 30px; }
.site-footer .col-lg-4:nth-child(1) .site-footer__sns i { margin-right: 10px; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data { margin-top: 20px; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p { margin: 0; font-size: 0.9rem; color: #222; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) { font-family: 'Roboto', sans-serif; font-weight: 600; color: #fd655c; line-height: 1.5; letter-spacing: 0.05em; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) span { font-size: 2rem; color: #222; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(2) { font-family: 'Roboto', sans-serif; font-weight: 600; color: #fd655c; line-height: 1.5; letter-spacing: 0.05em; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(2) span { color: #222; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(3) { margin-top: 10px; text-indent: -7px; }
.site-footer .col-lg-4:nth-child(1) .site-footer__data p span { font-size: 1.3rem; font-weight: bold; }

.site-footer .col-lg-4:nth-child(2) { display: none; }

.site-footer .col-lg-4:nth-child(3) { display: flex; justify-content: flex-end; flex: 0 0 65%; max-width: 730px; margin-left: auto; padding: 0; }
.site-footer .col-lg-4:nth-child(3) .widget_block { width: 100%; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav { width: 100%; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu { display: flex; justify-content: space-between; margin: 0; padding: 0; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li { position: relative; width: 32%; margin: 0; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a {
	display: block;
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #222;
	border-bottom: 3px #222 solid;
}
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a::before {
	content: "";
	position: absolute;
	top: 9px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    background: none;
    border-radius: 0;
    transform: rotate(45deg);
}

.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; padding: 0; }

.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul { padding: 0; margin-top: 10px; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul li { position: relative; padding-left: 15px; margin: 2px 0; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul li a { position: relative; font-size: 0.85rem; color: #222; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul li::before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
	height: 1px;
	background: #222;
}

.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu { display: flex; justify-content: flex-end; margin: 30px 0 0; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li { position: relative; margin: 3px 0 3px 20px; padding-left: 15px; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li a { position: relative; font-size: 0.85rem; color: #222; }
.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li::before {
	content: "";
	position: absolute;
	top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    background: none;
    border-radius: 0;
    transform: rotate(45deg);
}

.site-footer .widget_nav_menu { margin-bottom: 0; padding-bottom: 20px; }

.site-footer-copyright { padding-top: 0!important; }
.site-footer-copyright p { margin: 0; font-size: 0.85rem; text-align: left; }

/************************************ トップページ ***********************************/

/* 会社案内 */

.top-about { position: relative; min-height: auto!important; padding: 5em 0; }
.top-about .wp-block-cover__inner-container { position: static; }
.top-about .wp-block-cover__inner-container .top-about__back-en {
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
	font-family: 'Roboto', sans-serif;
	font-size: 8rem;
	font-weight: 800;
	color: #ededed;
	line-height: 0.9;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}
.top-about .wp-block-cover__inner-container .top-about__back-en span { color: #fd655c; }

.top-about .flex-box { position: relative; z-index: 50; align-items: center!important; }
.top-about .flex-box .Box01 { position: relative; }
.top-about .flex-box .Box01 h2 { position: relative; padding-bottom: 50px; font-size: 2.7rem; font-weight: 800; letter-spacing: 0.05em; color: #fd655c; }
.top-about .flex-box .Box01 h2:after, .top-about .flex-box h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 5px;
}
.top-about .flex-box .Box01 h2:before {
	width: 160px;
    background-color: #ddd;
}
.top-about .flex-box .Box01 h2:after {
    width: 80px;
    background-color: #fd655c;
}

.top-about .flex-box .Box01 h3 { line-height: 1.6; letter-spacing: 0.05em; border-bottom: 0px; }
.top-about .flex-box .Box01 h3::after { display: none; }

.top-about .flex-box .Box02 { padding-left: 2em; }

/* ボタン */

.link-btn01 { display: table; position: absolute; bottom: -40px; right: 0; margin: 0 auto; z-index: 10; }
.link-btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 80px;
	color: #222;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}
.link-btn01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #222;
    border-radius: 50%;
	transition: .3s;
}
.link-btn01 a:hover { padding-right: 92px; color: #fd655c; }
.link-btn01:hover::after { background-color: #fd655c; }

.link-btn01-sp { display: none; }

.link-btn02 { display: table; position: relative; right: 0; left: 0; margin: 0 auto; z-index: 10; }
.link-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 80px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}
.link-btn02 a:hover { padding-right: 92px; }
.link-btn02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
	transition: .3s;
}

.button01::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
.button01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 50%;
	transition: .3s;
}
.button01:hover::before { right: 32px; background-color: #fd655c; }
.button01:hover::after { width: 50px; height: 50px; right: -7px; border: 1px solid #fd655c; }

.button02::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
.button02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
	transition: .3s;
}
.button02:hover::before { right: 32px; background-color: #fff; }
.button02:hover::after { width: 50px; height: 50px; right: -7px; border: 1px solid #fff; }

/* 事業案内 */

.top-paint01 { position: relative; width: auto; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: var(--vk-width-full); }
.top-paint01::before {
	content: "";
	position: absolute;
	top: -170px;
	left: 0;
	width: 300px;
	height: 337px;
	background: url(img/common/top_paint_img01.png) no-repeat;
	background-size: 300px 337px;
	z-index: 50;
}

.top-business { position: relative; min-height: auto!important; padding: 7em 0; }

.top-business .wp-block-cover__inner-container { position: static; }
.top-business .wp-block-cover__inner-container .top-business__en {
	position: absolute;
	top: 0;
    right: 0%;
	font-family: 'Roboto', sans-serif;
	font-size: 8rem;
	font-weight: 800;
	color: #ededed;
	line-height: 0.75;
	letter-spacing: 0.05em;
	opacity: 0.5;
}

.top-business h2 { position: relative; padding-bottom: 50px; font-size: 2.7rem; font-weight: 800; color: #fff; letter-spacing: 0.05em; text-align: center; }
.top-business h2:before {
    content: "";
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 5px;
    background-color: #fff;
}

.top-business p {
	position:relative;
	margin-bottom: 60px !important;
    font-size: 1rem;
    text-align: center;
}

/* 取扱商品 */

.top-paint02 { position: relative; width: auto; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: var(--vk-width-full); }
.top-paint02::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -7vw;
	width: 300px;
	height: 337px;
	background: url(img/common/top_paint_img02.png) no-repeat;
	background-size: 300px 337px;
	z-index: 50;
}

.top-products { position: relative; min-height: auto!important; padding: 5em 0 0; }

.top-products .wp-block-cover__inner-container { position: static; }
.top-products .wp-block-cover__inner-container .top-products__en {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
	font-family: 'Roboto', sans-serif;
	font-size: 8rem;
	font-weight: 800;
	color: #ededed;
	line-height: 0.75;
	letter-spacing: 0.05em;
}
.top-products .wp-block-cover__inner-container .top-products__en span { color: #fd655c; }

.top-products h2 { position: relative; padding-bottom: 50px; margin-top: 50px; font-size: 2.7rem; font-weight: 800; color: #fd655c; letter-spacing: 0.05em; text-align: center; }
.top-products h2:before {
    content: "";
	display: table;
    position: absolute;
    bottom: 0;
    left: 80px;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 5px;
    background-color: #ddd;
}
.top-products h2:after {
	content: "";
	display: table;
    position: absolute;
    bottom: 0;
    left: -40px;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 5px;
    background-color: #fd655c;
}

.top-products p {
	position:relative;
	margin-bottom: 60px !important;
    font-size: 1rem;
    text-align: center;
}

.top-products__listBox { width: auto; margin-left: calc(50% - 50vw)!important; margin-right: calc(50% - 50vw)!important; max-width: var(--vk-width-full); }
.top-products__listBox .listBox__inner {
	position: relative;
    width: 90%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;
}
.top-products__listBox .listBox__inner .item01 { width: 100%; margin-bottom: 25px; background: #fff; }
.top-products__listBox .listBox__inner .item01 a {
	display: block;
	position: relative;
	padding: 2em;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: url(img/common/top_products_button_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}
.top-products__listBox .listBox__inner .item01 a:hover, .top-products__listBox .listBox__inner .item02 a:hover, .top-products__listBox .listBox__inner .item03 a:hover,
.top-products__listBox .listBox__inner .item04 a:hover, .top-products__listBox .listBox__inner .item05 a:hover { opacity: 0.7; }

.top-products__listBox .listBox__inner .item01 a::after, .top-products__listBox .listBox__inner .item02 a::after, .top-products__listBox .listBox__inner .item03 a::after,
.top-products__listBox .listBox__inner .item04 a::after, .top-products__listBox .listBox__inner .item05 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fd655c;
    z-index: 20;
    transition: 0.3s;
}
.top-products__listBox .listBox__inner .item01 a::before, .top-products__listBox .listBox__inner .item02 a::before, .top-products__listBox .listBox__inner .item03 a::before,
.top-products__listBox .listBox__inner .item04 a::before, .top-products__listBox .listBox__inner .item05 a::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: url(img/common/arrow_white.png) no-repeat;
    background-size: 10px;
    z-index: 30;
    transition: 0.3s;
}

.top-products__listBox .listBox__inner .item-flexBox { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.top-products__listBox .listBox__inner .item-flexBox .item02, .top-products__listBox .listBox__inner .item-flexBox .item03 { width: 49%; margin-bottom: 25px; background: #fff; }
.top-products__listBox .listBox__inner .item-flexBox .item02 a, .top-products__listBox .listBox__inner .item-flexBox .item03 a {
	display: block;
	position: relative;
	padding: 2em;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #bbb;
	transition: 0.3s;
}
.top-products__listBox .listBox__inner .item-flexBox .item02 a { background: url(img/common/top_products_button_img02.jpg) no-repeat; background-size: cover; background-position: center; }
.top-products__listBox .listBox__inner .item-flexBox .item03 a { background: url(img/common/top_products_button_img03.jpg) no-repeat; background-size: cover; background-position: center; }

.top-products__listBox .listBox__inner .item-flexBox { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.top-products__listBox .listBox__inner .item-flexBox .item04, .top-products__listBox .listBox__inner .item-flexBox .item05 { width: 49%; background: #fff; }
.top-products__listBox .listBox__inner .item-flexBox .item04 a, .top-products__listBox .listBox__inner .item-flexBox .item05 a {
	display: block;
	position: relative;
	padding: 2em;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #bbb;
	transition: 0.3s;
}
.top-products__listBox .listBox__inner .item-flexBox .item04 a { background: url(img/common/top_products_button_img04.jpg) no-repeat; background-size: cover; background-position: center; }
.top-products__listBox .listBox__inner .item-flexBox .item05 a { background: url(img/common/top_products_button_img05.jpg) no-repeat; background-size: cover; background-position: center; }

.top-products__listBox .listBox__back {
	position: relative;
    width: auto;
	height: 580px;
	margin-top: -500px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw;
    background: url(img/common/top_products_back_img.jpg) no-repeat;
    background-size: cover;
    z-index: 0;
}

/* お知らせ */

.top-news { position: relative; padding: 5em 0; }
.top-news .wp-block-cover__inner-container { position: static; }
.top-news .wp-block-cover__inner-container .top-news__back-en {
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
	font-family: 'Roboto', sans-serif;
	font-size: 8rem;
	font-weight: 800;
	color: #ededed;
	line-height: 0.9;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}
.top-news .wp-block-cover__inner-container .top-news__back-en span { color: #298ed5; }

.top-news h2 {
    position: relative;
    padding-bottom: 50px;
    font-size: 2.7rem;
    font-weight: 800;
    color: #298ed5;
    letter-spacing: 0.05em;
    text-align: center;
}
.top-news h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 5px;
    background-color: #298ed5;
}

.top-news .item-list { position: relative; margin-bottom: 60px; z-index: 50; }
.top-news .item-list .item { position: relative; width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px #ddd solid; }
.top-news .item-list .item::before {
	content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
	width: 70px;
	border-bottom: 1px solid #298ed5;
	transition: 0.4s;
}
.top-news .item-list .item:hover::before {
	width: 100%;
}
.top-news .item-list .item::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #298ed5;
    border-right: 2px solid #298ed5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.3s;
}
.top-news .item-list .item:hover::after {
	right: 15px;
}
.top-news .item-list .item time { margin-right: 20px; font-weight: normal; color: #999; letter-spacing: 0.05em; }
.top-news .item-list .item span { display: inline-block; padding: 0.3em 1em; margin-right: 20px; font-size: 0.8em; color: #fff!important; line-height: 1em; }
.top-news .item-list .item a { display: flex; align-items: center; font-weight: 500; transition: .3s; }
.top-news .item-list .item a:hover { color: #298ed5; }

.link-btn03 { display: table; position: relative; right: 0; left: 0; margin: 0 auto; z-index: 10; }
.link-btn03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 80px;
	color: #222;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}
.link-btn03 a:hover { padding-right: 92px; color: #298ed5; }
.link-btn03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #222;
    border-radius: 50%;
	transition: .3s;
}
.link-btn03:hover::after { background-color: #298ed5; }

.button03::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #222;
	transition: .3s;
}
.button03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 50%;
	transition: .3s;
}
.button03:hover::before { right: 32px; background-color: #298ed5; }
.button03:hover::after { width: 50px; height: 50px; right: -7px; border: 1px solid #298ed5; }

.top-news br { display: none; }

/* お問い合わせ */

.top-contact {
	position: relative;
	width: auto!important;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 100vw!important;
	padding: 3em 0;
	min-height: auto!important;
}
.top-contact__paint-icon { position: relative; margin: 0 auto -40px; z-index: 50; }
.top-contact__paint-icon img { width: 200px; }

.top-contact .ct-flexBox {}
.top-contact .ct-flexBox h2 { margin-bottom: 10px; }
.top-contact .ct-flexBox .flexBox01 { position: relative; }
.top-contact .ct-flexBox .flexBox01::after {
	content: "";
	position: absolute;
	bottom: 0;
    right: -2%;
	width: 1px;
	height: 90%;
	background: #ccc;
}

.ct-flexBox .flexBox01 .link-button { border-radius: 50px; transition: 0.4s; }
.ct-flexBox .flexBox01 .link-button:hover { background-color: #fff!important; }
.ct-flexBox .flexBox01 .link-button a {
	position: relative;
	width: 220px;
    padding: 0.7em 1.5em 0.7em 2em;
	font-weight: 500;
	color: #fff;
	text-align: center;
    border-radius: 50px;
    background: #fd655c;
	transition: 0.3s;
}
.ct-flexBox .flexBox01 .link-button a:hover { color: #fd655c; background: #fff; }
.ct-flexBox .flexBox01 .link-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    border-radius: 0;
    background: url(img/common/mail_icon.png) no-repeat;
    background-size: 20px;
    transition: 0.3s;
}
.ct-flexBox .flexBox01 .link-button a:hover::before {
	background: url(img/common/mail_icon_on_red.png) no-repeat;
    background-size: 20px;
}

.ct-flexBox .flexBox02 {}
.ct-flexBox .flexBox02 p:last-of-type { font-family: 'Roboto', sans-serif; font-size: 1.2rem; font-weight: 600; color: #fd655c; letter-spacing: 0.05em; }
.ct-flexBox .flexBox02 p:last-of-type strong { font-size: 2.5rem; color: #222; line-height: 1.2; }

/**************************************** 共通 ***************************************/

.page-header {
	position: relative;
	min-height: 30rem;
	text-align: left;
	z-index: 50;
}
.page-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 80px;
	background: url(img/common/mv_under.png) no-repeat;
	background-size: 100vw;
	background-position: bottom;
}

.page-header-inner { width: 100%; max-width: 100vw; margin-left: calc(50% - 40vw); margin-right: calc(50% - 40vw); }

.page-header h1, .page-header .page-header-title {
	position: relative;
	margin-top: 100px;
	padding: 0 0 0 25px;
    font-size: 1.3em;
    color: #fff;
}
.page-header .page-header-title::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 20px;
	background: #fd655c;
	transform: skewX(-0.05turn);
}

.page-header h1.page-header-title::before,
.page-header .page-header-title::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
    font-size: 3.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 10;
}

.breadcrumb { border-bottom: 0; }
.breadcrumb-list { padding: 20px 0; }
.breadcrumb-list i { display: none; }
.breadcrumb-list a { text-decoration: none; }

h2.heading {
	position: relative;
	font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-style: italic;
	color: #1245a3;
	line-height: 1.5;
}

h3.sub-heading {
	position: relative;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #111;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    border: 0;
}
h3.sub-heading::after { display: none; }

h2.title {
	position: relative;
	padding-bottom: 25px;
	margin-top: 50px;
	font-size: 2rem;
}
h2.title:after, h2.title:before {
	content: "";
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
    height: 5px;
}
h2.title:before {
    background-color: #ddd;
    width: 100%;
}
h2.title:after {
	width: 80px;
    background-color: #fd655c;
}

h3.sub-title { margin-top: 45px; }
h3.sub-title::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px #fd655c solid;
}

/************************************** 事業案内 *************************************/

.post-name-business .page-header { background: url(img/business/page_head_mv.jpg) no-repeat; background-size: cover; background-position: center; }
.post-name-business h1.page-header-title::before { content: "BUSINESS"; }

.business__title {}
.business__sub-title {
	position: relative;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 0!important;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	border-bottom: 0;
}
.business__sub-title::before {
	content: "";
    display: block;
    width: 64px;
    height: 5px;
    background-color: #fd655c;
    margin-bottom: 0.5em;
}
.business__sub-title::after { display: none; }
.business__sub-title-en {
	margin-bottom: 20px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fd655c !important;
    letter-spacing: 0.05rem;
}
.business__heading { margin-bottom: 25px!important; font-size: 1.7rem; line-height: 1.5; }

.business-leadBox { padding: 100px 0; }
.business-leadBox .wp-block-column:nth-child(1) p { font-size: 2.6rem; font-weight: 600; line-height: 1.5; }
.business-leadBox .wp-block-column:nth-child(2) { width: 60%!important; max-width: 60%!important; flex-basis: auto; }
.business-leadBox .wp-block-column:nth-child(2) p { margin-top: 10px; }

.business-cate {
	margin: 0 calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 1em 0;
}

.business-cate .cate__flexBox { align-items: center!important; gap: 50px; margin-top: 50px; }
.business-cate .cate__flexBox:nth-child(1) { margin-top: 0; }
.business-cate .cate__flexBox .flexBox02 { position: relative; }
.business-cate .cate__flexBox .flexBox02 .link-btn01 { bottom: 0; }
.business-cate .cate__flexBox .flexBox02 p { margin-bottom: 50px; }

.area-flexBox { align-items: center!important; }
.area-flexBox img { width: 100%; }

.business__table-item table tr td { padding: 1.5em 1em; line-height: 1.8; border-left: 0; border-right: 0; }
.business__table-item table tr:nth-child(1) td { font-weight: bold; border-left: 0; background: #f8f8f8; }

/*************************************** 会社案内 *************************************/

.page-header::before { background-color: #111; opacity: 0.5; }

.post-name-company .page-header { background: url(img/company/page_head_mv.jpg) no-repeat; background-size: cover; background-position: center; }
.post-name-company h1.page-header-title::before { content: "COMPANY"; }

.post-name-company .greetingBox { display: flex; }
.post-name-company .greetingBox .president-mes {
	position: relative;
    width: 40vw;
    max-width: 760px;
	/*margin-right: calc(50% - 45vw);*/
	/*margin-left: calc(50% - 10vw);*/
	margin-left: auto;
	margin-top: 80px;
    padding: 2em 2.5em;
    color: #fff;
    background: rgba(18,69,163,0.9);
	z-index: 20;
}

.post-name-company .co-profile-img {
	position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 10;
}

.post-name-company .table-item table tr td { padding: 1.5em 1em; }
.post-name-company .table-item table tr td:nth-child(1) { width: 20%; font-size: 1rem; font-weight: bold; border-left: 0; border-right: 0; background: #f8f8f8; }
.post-name-company .table-item table tr td:nth-child(2) { padding: 1.5em 1.5em; font-size: 1rem; border-left: 0; border-right: 0; }

/********************************* 取扱商品 ********************************/

.post-name-products .page-header { background: url(img/products/page_head_mv.jpg) no-repeat; background-size: cover; background-position: center; }
.post-name-products h1.page-header-title::before { content: "PRODUCTS"; }

.post-name-products .item-list { display: flex; flex-wrap: wrap; margin-bottom: 0; }
.post-name-products .item-list li { width: 24%; padding-bottom: 15px; margin-top: 0; margin-bottom: 15px; margin-right: 1.33333%; border-bottom: 1px #ccc dashed; }
.post-name-products .item-list li:nth-child(4n) { margin-right: 0; }

.post-name-products .maker-list { margin-bottom: 0; }
.post-name-products .maker-list li { width: 100%; padding: 0 0 15px 0; margin-top: 0; margin-bottom: 15px; margin-right: 0; border-bottom: 1px #ccc dashed; }
.post-name-products .maker-list li a { color: #fd655c; text-decoration: underline!important; transition: 0.3s; }
.post-name-products .maker-list li a:hover { color: #298ed5; }

/******************************* 主要仕入先 ********************************/

.post-name-supplier .page-header { background: url(img/supplier/page_head_mv.jpg) no-repeat; background-size: cover; background-position: center; }
.post-name-supplier h1.page-header-title::before { content: "SUPPLIER"; }

.post-name-supplier .supplier-company-list01 { margin-bottom: 15px; }
.post-name-supplier .supplier-company-list01 ul { display: flex; flex-wrap: wrap; margin: 0; }
.post-name-supplier .supplier-company-list01 ul li { width: 32%; margin-right: 2%; background: #fff; }
.post-name-supplier .supplier-company-list01 ul li:nth-child(3n) { margin-right: 0; }

.post-name-supplier .supplier-company-list01 ul li a { display: block; padding: 2em; border: 5px #efefef solid; transition: 0.3s; }
.post-name-supplier .supplier-company-list01 ul li a:hover { color: #222; opacity: 0.5; }

.post-name-supplier .supplier-company-list01 ul li p { display: table; position: relative; padding-left: 23px; margin: 10px auto 0; }
.post-name-supplier .supplier-company-list01 ul li p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(img/common/external_link_icon.png) no-repeat;
	background-size: 15px;
}

.post-name-supplier .supplier-company-list02 { margin-bottom: 15px; }
.post-name-supplier .supplier-company-list02 ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; }
.post-name-supplier .supplier-company-list02 ul li { width: 32%; margin-right: 2%; background: #fff; }
.post-name-supplier .supplier-company-list02 ul li:nth-child(2n) { margin-right: 0; }

.post-name-supplier .supplier-company-list02 ul li a { display: block; padding: 2em; border: 5px #efefef solid; transition: 0.3s; }
.post-name-supplier .supplier-company-list02 ul li a:hover { color: #222; opacity: 0.5; }

.post-name-supplier .supplier-company-list02 ul li p { display: table; position: relative; padding-left: 23px; margin: 10px auto 0; }
.post-name-supplier .supplier-company-list02 ul li p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(img/common/external_link_icon.png) no-repeat;
	background-size: 15px;
}

/******************************* インボイス ********************************/

.post-name-invoice h1.page-header-title::before { content: "INVOICE SYSTEM"; }

/**************************** 個人情報保護方針 *****************************/

.privacy-policy h1.page-header-title::before { content: "PRIVACY POLICY"; }

.privacy__list { padding: 1em 1em 1em 3em; background: #efefef; border-radius: 7px; }

/******************************* お問い合わせ ******************************/

.post-name-contact h1.page-header-title::before { content: "CONTACT US"; }
.post-name-contact p.contact-message { margin-top: 50px; }
.post-name-contact p.contact-tel { margin-bottom: 5px; line-height: 1.2; }
.post-name-contact p.contact-tel b { font-size: 1.5rem; font-weight: 600; color: #fd655c; }

.post-name-contact form { margin-top: 50px; }
.post-name-contact form p { line-height: 1em; }
.post-name-contact form label strong { display: block; margin-bottom: 0; font-weight: normal; }
.post-name-contact form label strong span { padding: 0.1em 0.5em; margin-left: 15px; font-size: 0.8em; color: #fff; background: #fd655c; border-radius: 3px; }

.post-name-contact form input[type=text], .page-id-8 form input[type=email],
.post-name-contact form input[type=tel], .page-id-8 form textarea { border: 0; background: #d7e9f4; border-radius: 0; }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { border-radius: 0; }
.wpcf7 input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea { border-radius: 0; }

.post-name-contact .wpcf7-form .submit-button { text-align: center; }
.post-name-contact .wpcf7-form .submit-button span { display: none; }
.post-name-contact input[type=submit] { width: 250px; padding: 1em 2em; background: #298ed5; border: 1px #298ed5 solid; border-radius: 0; transition: 0.3s; }

.post-name-contact .contact__txt a { color: #009B4A; text-decoration: underline; }

.post-name-contact_confirm h1.page-header-title::before { content: "CONTACT US"; }
.post-name-contact_confirm form .txt p { text-align: center; }
.post-name-contact_confirm form { padding: 3em 0; }
.post-name-contact_confirm form label {
    display: flex;
	flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.post-name-contact_confirm form label br { display: none; }
.post-name-contact_confirm form label strong { display: block; margin-bottom: 15px; }
.post-name-contact_confirm form label strong span { padding: 0.1em 0.5em; margin-left: 15px; font-size: 0.8em; color: #fff; background: #fd655c; }

.post-name-contact_confirm .contact_btn_inner { display: flex; justify-content: center; margin: 50px auto 0; }

.post-name-contact_confirm .contact_btn_inner { text-align: center; }
.post-name-contact_confirm .contact_btn_inner span { display: none; }
.post-name-contact_confirm .contact_btn_inner input[type=button] {
	width: 250px;
    padding: 1em 2em;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background: #999;
	border: 1px #999 solid;
	border-radius: 0;
	transition: 0.2s;
}
.post-name-contact_confirm .contact_btn_inner input[type=button]:hover { color: #999; background: #fff; }
.post-name-contact_confirm .contact_btn_inner input[type=submit] {
	width: 250px;
    padding: 1em 2em;
	margin: 0 10px;
	font-size: 1rem;
	font-weight: 500;
	background: #298ed5;
	border: 1px #298ed5 solid;
	border-radius: 0;
	transition: 0.2s;
}
.post-name-contact_confirm .contact_btn_inner input[type=submit]:hover { color: #298ed5; background: #fff; }

.post-name-contact_posted h1.page-header-title::before { content: "CONTACT US"; }
.post-name-contact_posted .contact__posted-box .posted-box__txt01 { font-size: 1.5em; font-weight: bold; }

/******************************* サイトマップ ******************************/

.post-name-sitemap h1.page-header-title::before { content: "SITEMAP"; }
.post-name-sitemap .sitemap-flexBox h4 { position: relative; padding: 10px 0 10px 20px; background: none; border-bottom: 1px #ddd solid; border-radius: 0; }
.post-name-sitemap .sitemap-flexBox h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 7px;
    height: 25px;
	background: #fd655c;
}
.post-name-sitemap .sitemap-flexBox h4 a { transition: 0.3s; }
.post-name-sitemap .sitemap-flexBox h4 a:hover { color: #111; opacity: 0.4; }

.post-name-sitemap .sitemap-flexBox ul { list-style: none; }
.post-name-sitemap .sitemap-flexBox ul li a { position: relative; padding-left: 20px; text-decoration: underline; transition: 0.3s; }
.post-name-sitemap .sitemap-flexBox ul li a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fd655c;
    border-right: 2px solid #fd655c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-name-sitemap .sitemap-flexBox ul li a:hover { text-decoration: none; opacity: 0.4; }

/********************************* お知らせ ********************************/

.post-type-news .page-header { background: url(img/news/page_head_mv.jpg) no-repeat; background-size: cover; background-position: center; }
.post-type-news h1.page-header-title {
	position: relative;
    margin-top: 100px;
	padding: 0 0 0 25px;
    font-size: 1.3em;
    color: #fff;
}
.post-type-news h1.page-header-title::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 20px;
	background: #fd655c;
	transform: skewX(-0.05turn);
}
.post-type-news h1.page-header-title::before {
    content: "NEWS";
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
    font-size: 3.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 10;
}

.post-type-news .post-list { margin: 50px 0 100px!important; }
.post-type-news .item-list { padding: 0; }
.post-type-news .item-list .item { position: relative; width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px #ddd solid; }
.post-type-news .item-list .item::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #298ed5;
    border-right: 2px solid #298ed5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.3s;
}
.post-type-news .item-list .item:hover::after {
	right: 15px;
}

.post-type-news .item-list .item .item-data { display: flex; align-items: center; }
.post-type-news .item-list .item time { margin-right: 20px; font-weight: normal; color: #999; letter-spacing: 0.05em; }
.post-type-news .item-list .item span { display: inline-block; }
.post-type-news .item-list .item span a { display: block; padding: 0.3em 1em; font-size: 0.8em; color: #fff!important; line-height: 1em; }
.post-type-news .item-list .item div { margin-top: 10px; }
.post-type-news .item-list .item a { display: block; font-weight: 500; transition: .3s; }
.post-type-news .item-list .item a:hover { color: #298ed5; }

.post-type-news h1.archive-header-title { position: relative; padding-bottom: 25px; margin-top: 50px; font-size: 2rem; }
.post-type-news h1.archive-header-title:after, .post-type-news h1.archive-header-title:before {
	content: "";
	position: absolute;
    bottom: 0;
	left: 0;
    display: block;
    height: 3px;
}
.post-type-news h1.archive-header-title:before {
    background-color: #ddd;
    width: 100%;
}
.post-type-news h1.archive-header-title:after {
	width: 80px;
    background-color: #298ed5;
}

.single-news .page-header-title {
	position: relative;
    margin-top: 100px;
	padding: 0 0 0 25px;
    font-size: 1.3em;
    color: #fff;
}
.single-news .page-header-title::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 20px;
	background: #fff;
	transform: skewX(-0.05turn);
}
.single-news .page-header-title::before {
    content: "NEWS";
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
    font-size: 3.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 10;
}

.single-news .main-section { margin: 0 0 0!important; }

.single-news .entry-meta { margin-top: 20px; text-align: right; }
.single-news .entry-meta-item { margin: 0; }
.single-news .entry-meta-item i { display: none; }
.single-news .entry-meta-item:nth-child(2),
.single-news .entry-meta-item:nth-child(3) { display: none; }

.single-news .entry-title {
	position: relative;
    padding-bottom: 25px;
    margin-top: 20px;
    font-size: 1.6rem;
}
.single-news .entry-title:after, .single-news .entry-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 5px;
}
.single-news .entry-title:before {
    background-color: #dde4eb;
    width: 100%;
}
.single-news .entry-title:after {
    width: 80px;
    background-color: #006fb9;
}

.single-news .entry-body h2 { font-size: 1.4rem; }
.single-news .entry-body h3 { font-size: 1.2rem; }

.single-news .entry-footer { display: none; }

.vk_posts.next-prev { display: none; }
.entry-meta-data-list--news__category { padding-top: 20px; }
.entry-meta-data-list--news__category dt { border-radius: 0; }

/*************************************** SWIPER **************************************/

.swiper {
	width: auto;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    max-width: 100vw;
}
.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 100% !important;
}

.swiper-slide {
	color: #111;
	width: 100%;
	height: 100%;
	align-items: start;
	justify-content: start;
}
.swiper-slide img {
	border-radius: 15px;
}
.swiper-slide p { margin-top: 10px; }

.swiper-slide .category { margin: -20px 0 10px 15px; padding: 0.1em 0.5em; font-size: 0.8em; color: #fff; background: #5fabdf; border-radius: 5px; }

.swiper-slide h2.tit { margin-bottom: 0; font-size: 0.85em; font-weight: normal; letter-spacing: 0; }
.swiper-slide h2.tit a { display: flex; align-items: center; color: #111; text-align: left; }
.swiper-slide h2.tit span:nth-child(2) { display: none; }

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	background: #fff;
}
.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}

.swiper.margin { margin: 100px 0; }
.swiper.margin-up { margin-top: -100px; }

/****************************** スクロールアニメーション *****************************/

.border_h2 { position: relative; }
.border_h2 span {
	position: relative;
	display: inline-block;
	padding: 0.3vw 1vw 0.3vw;
}
.border_h2 span .border_x_left,
.border_h2 span .border_x_right,
.border_h2 span .border_y_top,
.border_h2 span .border_y_bottom {
	transition-delay: 0.3s;
}

.img_anim { overflow: hidden; }
.img_anim img { opacity: 0; transform: translateZ(0) scale(1.1); }
.img_anim.on img {
	opacity: 1;
	transition: transform 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, opacity 1s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s;
	transform: translateZ(0) scale(1);
}

.text_b { filter: blur(20px); opacity: 0; }
.text_b.on {
	filter: blur(0);
	opacity: 1;
	transition: filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fade_y, .text {
	transform: translateY(10%);
	opacity: 0;
}
.fade_y.on, .text.on {
	opacity: 1;
	transform: translateY(0%);
	transition: 0.5s;
}

.fade_x {
	transform: translateX(10%);
	opacity: 0;
}
.fade_x.on {
	opacity: 1;
	transform: translateX(0%);
	transition: 0.4s;
}

.border_y_top {
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	background: #2f3739;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_y_bottom {
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	background: #2f3739;
	transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_left {
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: #2f3739;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}
.border_x_right {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: right;
	background: #2f3739;
	transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
	z-index: 1;
}

.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;  
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 0.2s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*左から右*/
.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
	z-index: 20;
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(1);
	}
	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
	/*50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
    	transform: scaleX(0);
	}*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger { padding: 0; }
.bgappearTrigger,
.bgLRextendTrigger { opacity: 0; }

/* 横無限スクロール */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity { margin: 80px 0 0; }
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 30s infinite linear 0.1s both;
}
.scroll-infinity__item {
	width: calc(100vw / 5);
	margin: 0 10px;
}
.scroll-infinity__item>img {
	width: 100%;
	border-radius: 15px;
}

#bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 7px;
	background-color: #fd655c;
	z-index: 9999;
}
#bar.blue {
	background-color: #fd655c;
}

.page_top_btn {
    right: 10px;
    bottom: 10px;
    background: #fd655c;
    box-shadow: 0 0 0 0px rgb(255 255 255 / 80%), 0 0 0 0px rgb(0 0 0 / 80%);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 50%;
}

/********************************** レスポンシブCSS **********************************/

@media only screen and (max-width: 1366px){
	
	.device-mobile .global-nav-list>li { padding: 0 !important; margin: 0 !important; }
	.device-mobile .global-nav-list>li .global-nav-name { font-size: 1.2em; }
	.device-mobile .global-nav-list>li>a { margin: 0 1.2em; }
	
	/*--------------- トップ ---------------*/
	
	#main-visual .main-visual__caption { left: 7%; }
	#main-visual .main-visual__caption .caption01 { font-size: 3rem; }
	
	.wp-block-cover__inner-container { width: 90%; max-width: 1100px !important; }
	
	/* 会社案内 */
	.top-about { padding: 4em 0; }
	.top-about .wp-block-cover__inner-container .top-about__back-en { font-size: 7rem; line-height: 0.8; }
	.top-about .flex-box .Box01 h2 { padding-bottom: 40px; font-size: 2.4rem; }
	.top-about .flex-box .Box01 h3 { font-size: 1.4rem; }
	.top-about .flex-box .Box01 p { font-size: 0.9rem; }
	
	.top-paint01::before { top: -170px; width: 250px; height: 267px; background-size: 250px 267px; }
	
	/* 事業案内 */
	.top-business { padding: 6em 0; }
	.top-business .wp-block-cover__inner-container .top-business__en { font-size: 7rem; }
	.top-business h2 { font-size: 2.4rem; }
	.top-business p { margin-bottom: 50px !important; font-size: 0.9rem; }
	
	/* 取扱商品 */
	.top-products { padding: 4em 0 0; }
	.top-products .wp-block-cover__inner-container .top-products__en { font-size: 7rem; }
	.top-products__listBox .listBox__inner { max-width: 1100px; }
	.top-products h2 { padding-bottom: 40px; font-size: 2.4rem; }
	.top-products p { margin-bottom: 50px !important; font-size: 0.9rem; }
	
	.top-paint02::before { top: -50px; right: -5vw; width: 250px; height: 267px; background-size: 250px 267px; }
	
	.top-products__listBox .listBox__inner .item01 a { font-size: 1.6rem; }
	.top-products__listBox .listBox__inner .item-flexBox .item02 a, .top-products__listBox .listBox__inner .item-flexBox .item03 a { font-size: 1.6rem; }
	.top-products__listBox .listBox__inner .item-flexBox .item04 a, .top-products__listBox .listBox__inner .item-flexBox .item05 a { font-size: 1.6rem; }
	
	.top-products__listBox .listBox__back { height: 480px; margin-top: -400px; }
	
	/* お知らせ */
	.top-news { padding: 4em 0; }
	.top-news .wp-block-cover__inner-container .top-news__back-en { font-size: 7rem; line-height: 0.8; }
	.top-news h2 { padding-bottom: 40px; font-size: 2.4rem; }
	.top-news .item-list .item a div { font-size: 0.9rem; }
	.top-news .item-list .item::after { top: 10px; }
	
	/* お問合せ */
	.top-contact__paint-icon { margin: 0 auto -35px; }
	.top-contact__paint-icon img { width: 170px; }
	
	.top-contact .ct-flexBox h2 { font-size: 1.5rem; }
	
	/* フッター */
	.site-footer .container { padding: 50px 0 20px; }
	
	.site-footer .col-lg-4:nth-child(3) { max-width: 560px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p { font-size: 0.85rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) { font-size: 0.95rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(2) { font-size: 0.95rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(3) { font-size: 0.85rem; }
	
	.site-footer-copyright { margin-bottom: 20px; }
		
}

@media only screen and (max-width: 1280px){
	
	/*--------------- トップ ---------------*/
	
	.wp-block-cover__inner-container { width: 90%; max-width: 1000px !important; }
	
}

@media only screen and (max-width: 1024px){
	
	/*---------------- ヘッダー ----------------*/
	
	#site-header { padding: 10px 0; }
	#global-nav { display: none!important; }
	
	/*---------------- トップ ------------------*/
	
	.n2-section-smartslider { height: 60vh; }
	div#n2-ss-2 .n2-ss-slide { height: 60vh!important; }
	div#n2-ss-2 .n2-ss-slider-3 { height: 60vh; }
	
	#main-visual .main-visual__caption .caption01 { font-size: 2.7rem; }
	.floating-button { top: 20%; }
	
	/* 会社案内 */
	.top-about .wp-block-cover__inner-container .top-about__back-en { font-size: 5.5rem; }
	
	.top-about { padding: 3em 0 0; }
	.top-about .flex-box { flex-direction: column; width: 90%; max-width: 850px; margin-bottom: 50px; }
	.top-about .flex-box .Box02 { width: 450px; padding-left: 0; margin-top: 20px; }
	
	.top-about .flex-box .Box01 h2 { font-size: 2.4rem; text-align: center; }
	.top-about .flex-box .Box01 h2::before { display: table; left: 80px; right: 0; margin: 0 auto; width: 80px; }
	.top-about .flex-box .Box01 h2::after { display: table; left: -40px; right: 0; margin: 0 auto; }
	.top-about .flex-box .Box01 h3 { text-align: center; padding: 0; margin-bottom: 0; }
	
	.top-paint01::before { top: -130px; width: 200px; height: 210px; background-size: 200px 210px; }
	
	.link-btn01 { display: none; }
	.link-btn01-sp { display: table; position: relative; bottom: 0; right: 0; left: 0; margin: 0 auto; z-index: 10; }
	.link-btn01-sp a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding-right: 80px;
		color: #222;
		font-size: 1rem;
		font-weight: 600;
		text-decoration: none;
		transition: 0.3s;
	}
	.link-btn01-sp::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
		width: 10px;
		height: 10px;
		background-color: #222;
		border-radius: 50%;
		transition: .3s;
	}
	.link-btn01-sp a:hover { padding-right: 92px; color: #fd655c; }
	.link-btn01-sp:hover::after { background-color: #fd655c; }
	
	/* 事業案内 */
	.top-business { padding: 4em 0; }
	.top-business .wp-block-cover__inner-container .top-business__en { font-size: 5.5rem; }
	.top-business h2 { padding-bottom: 40px; }
	
	/* 取扱商品 */
	.top-products .wp-block-cover__inner-container .top-products__en { font-size: 5.5rem; }
	.top-products__listBox .listBox__inner { max-width: 850px; }
	.top-products h2 { margin-top: 30px; }
	
	.top-paint02::before { top: -30px; right: 0; width: 200px; height: 210px; background-size: 200px 210px; }
	
	/* お知らせ */
	.wp-block-cover__inner-container { max-width: 850px !important; }
	.top-news .wp-block-cover__inner-container .top-news__back-en { font-size: 5.5rem; }
	
	.site-footer .container { padding-left: 0; padding-right: 0; }
	.site-footer .container .row { flex-direction: column; }
	.site-footer .col-lg-4:nth-child(1) { flex: 0 0 100%; max-width: 100%; padding: 0; }
	.site-footer .col-lg-4:nth-child(3) { flex: 0 0 100%; max-width: 100%; padding: 0; margin-top: 30px; }
	
	/*---------------- 事業案内 ----------------*/
	
	.post-name-business .wp-block-cover__inner-container { max-width: 90% !important; }
	
	.post-name-business .business-cate .cate__flexBox .flexBox02 p { margin-bottom: 0; }
	.post-name-business .business__sub-title { font-size: 1.7rem; }
	
	/*---------------- 会社案内 ----------------*/
	
	.post-name-company .greetingBox { flex-direction: column; }
	.post-name-company .greetingBox .president-mes {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		order: 2;
	}
	
	.post-name-company .table-item-unique table tr td.item-sub.qualification { width: 70%; }
		
}

@media only screen and (min-width: 992px){
	
	/*---------------- ヘッダー ----------------*/
	
	.site-header--layout--nav-float .site-header-logo { margin-right: 0!important; }
	
	#vk-mobile-nav-menu-btn { display: none!important; }
	
}

@media only screen and (max-width: 992px){
	
	/*---------------- ヘッダー ----------------*/
	
	#vk-mobile-nav-menu-btn { display: none!important; }
	
	.overlay .link-area nav .link-list > li { width: 48%; }
	.overlay .link-area nav .link-list > li a span { font-size: 1.8em; }
	
	.site-header-logo { text-align: left; }
	
	/*----------------- トップ -----------------*/
	
	#main-visual .main-visual__caption .caption01 { font-size: 3rem; }
	
	/* 会社案内 */
	.top-about { padding: 3em 0 0; }
	.top-about .flex-box { flex-direction: column; gap: 10px; width: 100%; }
	.top-about .flex-box .Box01 h2 { padding-bottom: 30px; }
	.top-about .flex-box .Box01 p { width: 100%; margin: 0 auto 30px; }
	.top-about .flex-box .Box02 { width: 360px; }
	
	/* 事業案内 */
	.top-business h2 { padding-bottom: 30px; }
	
	/* 取扱商品 */
	.top-products h2 { padding-bottom: 30px; }
	.top-products__listBox .listBox__back { height: 420px; margin-top: -350px; }
	.top-paint02::before { right: -10%; }
	
	/* お知らせ */
	.wp-block-cover__inner-container { width: 80% !important; }
	.top-news { padding: 3em 0; }
	.top-news h2 { padding-bottom: 30px; }
	.top-news .item-list .item { padding-bottom: 12px; margin-bottom: 12px; }
	.top-news .item-list .item a { flex-wrap: wrap; }
	.top-news .item-list .item a div { width: 100%; margin-top: 10px; }
	.top-news .item-list .item::after { top: 20px; }
	
	.top-contact { padding: 4em 0 2em; }
	.top-contact .ct-flexBox { flex-direction: column; gap: 10; }
	.top-contact .ct-flexBox .flexBox01::after { display: none; }
	.top-contact .ct-flexBox h2 { margin-bottom: 5px; }
	.top-contact .ct-flexBox .flexBox01 p,
	.top-contact .ct-flexBox .flexBox02 p { margin-bottom: 7px; }
	.top-contact .ct-flexBox .flexBox02 p:last-of-type { margin: 0; }
	.top-contact .ct-flexBox .flexBox02 { position: relative; padding-top: 20px; }
	.top-contact .ct-flexBox .flexBox02::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
	}
	
	.main-section { margin-bottom: 0; }
	
	.site-footer .container .row { flex-direction: column; }
	.site-footer .col-lg-4:nth-child(1) { flex: 0 0 100%; max-width: 100%; }
	
	/*------------------ 共通 ------------------*/
	
	.site-body { padding: 3rem 0 0; }
	.breadcrumb-list { display: none; }
	
	.page-header { min-height: 23em; }
	.page-header h1, .page-header .page-header-title { margin-top: 100px; }
	.page-header h1.page-header-title::before, .page-header .page-header-title::before { top: -50px; font-size: 2.5em; }
	.page-header .page-header-title::after { top: 2px; }
	
	h2.title { margin-top: 30px; padding-bottom: 20px; font-size: 1.8rem; }
	
	h2.heading { font-size: 3.5em; margin-bottom: 30px; }
	h3.sub-heading { margin-top: 30px; }
	
	.single-news .page-header-title { margin-top: 150px; }
	
	/*---------------- 事業案内 ----------------*/
	
	.post-name-business .wp-block-cover__inner-container { width: 100% !important; }
	.site-body-container { padding-left: 0!important; padding-right: 0!important; }
	.business-cate .cate__flexBox { gap: 30px; margin-top: 30px; }
	.area-flexBox { margin-top: 20px; }
	
	/*---------------- 会社案内 ----------------*/
	
	.post-name-company .table-item-unique table tr td { padding: 1em 1em; }
	.post-name-company .table-item-unique table tr td.item-sub { width: 30%; padding: 1em 1em; }
	.post-name-company .table-item table tr td { padding: 1em 1em; }
	.post-name-company .table-item table tr td:nth-child(2) { padding: 1em 1em; }
	
	.post-name-company iframe { height: 350px!important; }
	
	/*---------------- 取扱商品 ----------------*/
	
	.post-name-products .margin-top { margin-top: 25px!important; }
	
	/*--------------- 主要仕入先 ---------------*/
	
	.post-name-supplier .supplier-company-list01 ul li a { padding: 1em; }
	.post-name-supplier .supplier-company-list02 ul li a { padding: 1em; }
		
}

@media only screen and (max-width: 640px){
	
	#site-header { padding: 10px 0; }
	
	.site-header-logo a { padding: 0 10px; }
	.site-header-logo img { max-height: 50px; }
	.site-body-container { width: 90%; }
	
	.scroll-Block { display: none; }
	
	.overlay .link-area nav { margin-bottom: 20px; }
	.overlay .link-nav_inr figure { display: none; }
	.overlay .link-area { width: 80%; margin: 10vh auto 0; }
	
	.open .link-area .link-logo { margin-bottom: 10px; }
	.overlay .link-area .link-logo { margin-right: 5%; }
	.overlay .link-area .link-logo img { width: 180px; }
	.overlay .link-area .link-add { font-size: 0.9rem; }
	.overlay .link-area nav .link-list > li { margin-bottom: 5px; }
	.overlay .link-area nav .link-list > li a span { font-size: 1.3em; }
	
	/*----------------- トップ -----------------*/
	
	#main-visual .main-visual__caption .caption01 { font-size: 1.6rem; }
	.floating-button { display: none; }
	
	.wp-block-cover__inner-container { width: 90% !important; }
	
	/* 会社案内 */
	.top-about { padding: 2em 0 0; }
	.top-about .flex-box { margin-bottom: 40px; }
	.top-about .flex-box .Box01 h2 { padding-bottom: 25px; font-size: 1.6rem; font-weight: 600; letter-spacing: 0; }
	.top-about .flex-box .Box01 h2::before { left: 50px; width: 50px; }
	.top-about .flex-box .Box01 h2::after { left: -20px; width: 50px; }
	.top-about .flex-box .Box01 h3 { font-size: 1.15rem; letter-spacing: 0; }
	.top-about .flex-box .Box01 p { margin: 0 auto 20px; }
	.top-about .flex-box .Box02 { width: 80%; }
	.top-about .wp-block-cover__inner-container .top-about__back-en { font-size: 4rem; opacity: 0.4; }
	
	.top-paint01::before { top: -70px; width: 100px; height: 110px; background-size: 100px 110px; }
	
	/* 事業案内 */
	.top-business .wp-block-cover__inner-container .top-business__en { display: table; font-size: 4rem; left: 0; right: 0; margin: 0 auto; }
	
	.top-business { padding: 3.5em 0 3em; }
	.top-business h2 { padding-bottom: 25px; font-size: 1.6rem; font-weight: 600; letter-spacing: 0; }
	.top-business p { margin-bottom: 30px !important; }
	
	/* 取扱商品 */
	.top-products { padding: 1.5em 0 0; }
	.top-products .wp-block-cover__inner-container .top-products__en { font-size: 4rem; }
	
	.top-products h2 { padding-bottom: 25px; font-size: 1.6rem; font-weight: 600; letter-spacing: 0; }
	.top-products h2::before { left: 50px; width: 50px; }
	.top-products h2::after { left: -20px; width: 50px; }
	.top-products p { margin-bottom: 25px !important; }
	
    .top-paint02::before { top: -15px; right: -5%; width: 100px; height: 110px; background-size: 100px 110px; }
	
	.top-products__listBox .listBox__inner .item01 { margin-bottom: 10px; }
	.top-products__listBox .listBox__inner .item01 a { padding: 1.5em; font-size: 1.35rem; }
	.top-products__listBox .listBox__inner .item-flexBox .item02, .top-products__listBox .listBox__inner .item-flexBox .item03 { width: 100%; margin-bottom: 10px; }
	.top-products__listBox .listBox__inner .item-flexBox .item02 a, .top-products__listBox .listBox__inner .item-flexBox .item03 a { padding: 1.5em; font-size: 1.35rem; }
	.top-products__listBox .listBox__inner .item-flexBox .item04, .top-products__listBox .listBox__inner .item-flexBox .item05 { width: 100%; margin-bottom: 10px; }
	.top-products__listBox .listBox__inner .item-flexBox .item04 a, .top-products__listBox .listBox__inner .item-flexBox .item05 a { padding: 1.5em; font-size: 1.35rem; }
	
	.top-products__listBox .listBox__inner .item01 a::after, .top-products__listBox .listBox__inner .item02 a::after, .top-products__listBox .listBox__inner .item03 a::after,
	.top-products__listBox .listBox__inner .item04 a::after, .top-products__listBox .listBox__inner .item05 a::after { width: 30px; height: 30px; }
	.top-products__listBox .listBox__inner .item01 a::before, .top-products__listBox .listBox__inner .item02 a::before, .top-products__listBox .listBox__inner .item03 a::before,
	.top-products__listBox .listBox__inner .item04 a::before, .top-products__listBox .listBox__inner .item05 a::before { bottom: 10px; right: 10px; }
	
	.top-products__listBox .listBox__back { height: 460px; margin-top: -430px; }
	
	/* お知らせ */
	.top-news .wp-block-cover__inner-container .top-news__back-en { font-size: 4rem; opacity: 0.5; }
	
	.top-news h2 { padding-bottom: 25px; font-size: 1.6rem; }
	.top-news .item-list { margin-bottom: 40px; }
	.top-news .item-list .item time { margin-right: 10px; }
	.top-news .item-list .item div { font-size: 1.1rem; }
	
	.top-contact { padding: 4em 0 2em; }
	.top-contact .ct-flexBox h2 { font-size: 1.4rem; }
	.top-contact .ct-flexBox .flexBox01 p, .top-contact .ct-flexBox .flexBox02 p { font-size: 0.9rem; margin-bottom: 10px; }
	.top-contact .ct-flexBox .flexBox02 p:last-of-type { font-size: 1.3rem; line-height: 0.7; }
	.top-contact .ct-flexBox .flexBox02 p:last-of-type strong { font-size: 1.7rem; line-height: 0.7; }
	
	.site-footer { background-position: bottom; }
	.site-footer .container { padding: 2.5em 0; }
	.site-footer .container .row { display: block; margin: 0; }
	.site-footer .wp-block-image img { width: 180px; }
	
	.site-footer .widget_nav_menu { padding-bottom: 0; }
	
	.site-footer .col-lg-4 .widget_media_image { margin-bottom: 10px; }
	.site-footer .col-lg-4 figure { margin-bottom: 0; }
	.site-footer .col-lg-4:nth-child(1) .footer__company p { font-size: 0.9rem; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data { margin-top: 10px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) { line-height: 1; margin-bottom: 5px; }
	.site-footer .col-lg-4:nth-child(1) .site-footer__data p:nth-child(1) span { font-size: 1.3rem; }
	
	.site-footer .col-lg-4:nth-child(3) { max-width: 100%; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li { width: 100%; margin: 0 0 5px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a { border-bottom: 2px #222 solid; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu>li>a::before { top: 7px; width: 7px; height: 7px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.menu li ul { margin-bottom: 10px; }
	
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu { justify-content: space-between; padding-left: 0; margin: 15px 0 0; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li { margin: 3px 7px 3px 0; padding-left: 13px; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li:nth-child(3) { margin: 3px 0px 3px 0; }
	.site-footer .col-lg-4:nth-child(3) .site-footer__nav ul.sub-menu li::before { top: 7px; left: -2px; width: 7px; height: 7px; }
	
    .site-footer-copyright { margin-bottom: 0; }
	
	/*------------------ 共通 ------------------*/
	
	.site-body { padding: 1rem 0 0; }
	
	.page-header { min-height: 15em; }
	.page-header-inner { margin: 0 auto; margin-left: calc(50% - 45vw); margin-right: calc(50% - 45vw); }
    .page-header h1, .page-header .page-header-title { margin-top: 90px; font-size: 1.1em; }
	.page-header h1.page-header-title::before, .page-header .page-header-title::before { top: -40px; font-size: 2em; }
	
	h2.title { margin-top: 20px; padding-bottom: 15px; font-size: 1.35rem; }
	
	/*---------------- 事業案内 ----------------*/
	
	.page-id-64 .vk_block-margin-xl--margin-top { margin-top: 30px!important; }
	.page-id-64 .vk_block-margin-lg--margin-top { margin-top: 10px!important; }
	
	.post-name-business .business__sub-title { font-size: 1.3rem; }
	.post-name-business .business-cate .cate__flexBox .flexBox02 p { font-size: 0.9rem; }
	.post-name-business .area-flexBox p { font-size: 0.9rem; }
	
	.business__sub-title { font-size: 1.5rem; letter-spacing: 0.1rem; }
	.business__sub-title::before { margin-bottom: 1em; }
	.business__sub-title-en { margin-bottom: 15px!important; }
	
	/*---------------- 会社案内 ----------------*/
	
	.post-name-company .company-greeting { font-size: 0.9rem; }
	
	.post-name-company .table-item table tr { width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; }
	.post-name-company .table-item table tr td { width: 100%; font-size: 0.9rem; border-top: 0; }
	.post-name-company .table-item table tr td:nth-child(1) { display: block; width: 100%; border-bottom: 0; }
	.post-name-company .table-item table tr:first-of-type td:nth-child(1) { border-top: 1px #ededed solid; }
	.post-name-company .table-item table tr td:last-of-type { width: 100%; }
	
	.post-name-company .table-item-unique table tr td { padding: 0.5em; font-size: 0.875rem; }
	.post-name-company .table-item-unique table tr td.item { text-align: center; }
	.post-name-company .table-item-unique table tr td.item-sub.qualification { width: 65%; }
	.post-name-company .table-item-unique table tr td.qualification-np { width: 35%; }
	
	.vk_block-margin-md--height { height: 15px; }
	.vk_block-margin-xl--height { height: 30px; }
	
	/*---------------- 取扱商品 ----------------*/
	
	h3.sub-title { margin-top: 25px; font-size: 1.2rem; }
	
	.post-name-products .item-list li { width: 49%; padding-bottom: 10px; margin-bottom: 10px; margin-right: 2%; font-size: 0.9rem; }
	.post-name-products .item-list li:nth-child(2n) { margin-right: 0; }
	.post-name-products .maker-list li { font-size: 0.9rem; }
	
	.post-name-products p { font-size: 0.9rem; }
	
	.vk_block-margin-lg--height { height: 30px; }
	
	/*--------------- 主要仕入先 ---------------*/
	
	.post-name-supplier .supplier-company-list01 { margin-bottom: 0; }
	.post-name-supplier .supplier-company-list01 ul li { width: 100%; margin-right: 0; }
	.post-name-supplier .supplier-company-list01 ul li img { width: 100%; }
	.post-name-supplier .supplier-company-list02 { margin-bottom: 0; }
	.post-name-supplier .supplier-company-list02 ul li { width: 100%; margin-right: 0; }
	.post-name-supplier .supplier-company-list02 ul li img { width: 100%; }
	
	/*---------------- お知らせ ----------------*/
	
	.post-type-news .post-list { margin: 20px 0 20px !important; }
	
	/*--------------- インボイス ---------------*/
	
	.post-name-invoice p { text-align: left; }
	
	/*-------------- お問い合わせ --------------*/
	
	.post-name-contact { font-size: 0.9rem; }
	
	/*---------- プライバシーポリシー ----------*/
	
	.page-id-3 p { font-size: 0.9rem; }
	
	/*-------------- サイトマップ --------------*/
	
	.post-name-sitemap .sitemap-flexBox { gap: 10px; margin-bottom: 10px; }
	.post-name-sitemap .sitemap-flexBox h4 { padding: 10px 0 10px 15px; font-size: 1rem; }
	.post-name-sitemap .sitemap-flexBox h4::before { width: 5px; height: 20px; }
	
	.post-name-sitemap .sitemap-flexBox ul li { margin-top: .1em; margin-bottom: .1em; }
	.post-name-sitemap .sitemap-flexBox ul li a { padding-left: 15px; font-size: 0.9rem; }
	.post-name-sitemap .sitemap-flexBox ul li a::before { top: 6px; }
	
}