@charset "UTF-8";


/*
Theme Name: Brat Custom (v2)
Version: 2510B
*/


html {
	width: 100%;
	height: 100%;
	font-size: 20px;
    min-width: 360px;
}

body {
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#000;
    letter-spacing: 0.1em;

}
main {
	width:100%;
	overflow:hidden;
}
section {
    position: relative;
	
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
  }
  
.zen-kaku-gothic-new-black {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
    }


a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.brat-container {
    width: 90%;
    max-width: 1400px;
}

header {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 3rem;
}

.head-logo, .footer-logo {
    width: 140px;
    height: auto;
}

.head-contact img {
    width: auto;
    height: 3rem;
}
.head-contact {
    display: inline-block;
}
.head-contact:hover {
    transform: scale(1.05);
}
.hero-container {
    width: 100%;
    height: 50vw;
    position: relative;
    margin-bottom: 2rem;
}
.hero-bg {
    width: 95%;
    height: 50vw;
    background-image: url(image/hero_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 8vw;
    border-bottom-right-radius: 8vw;
    z-index: -1;
}
.hero-container h2 {
    font-size: clamp(1rem,8vw,112px);
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    padding-top: 3vw;
    letter-spacing: -0.15em;
}
.hero-vis {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
}
.hero-vehicle {
    width: 100vw;
    height: 50vw;
}

.slider img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
}

.slider, .slick-slider .slick-track, .slick-slider .slick-list {
    width: 100%;
    height: 100%;
}
.hero-manu {
    position: absolute;
    bottom: 3vw;
    color: #fff;
    width: 220px;
}
.manu-item div, .manu-item-b div {
    background-color: #fff;
    display: inline-block;
}
.manu-item img {
    width: 220px;
}
.manu-item {
    text-align: center;
}

h3 {
    font-size: clamp(1rem, 4vw, 56px);
    font-weight: bold;
    color: #f2c855;
}

.btn-g a:link, .btn-g a:visited {
    background-color: #00a848;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 1.5rem;
    border-radius: 100vh;
    text-decoration: none;
}
.btn-g a::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(image/icon_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.btn-g a:hover {
    transform: scale(1.1);
}

.btn-y a:link, .btn-y a:visited {
    background-color: #c99a18;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 1.5rem;
    border-radius: 100vh;
    text-decoration: none;
}
.btn-y a::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(image/icon_arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.btn-y a:hover {
    transform: scale(1.1);
}
.topbtn {
    min-width: 17vw;
}
.bg-green-top {
    width: 100%;
    position: absolute;
    z-index: -2;
    bottom: -2px;
    left: 0;
}
.topcon {
    min-height: 30vw;
    font-size: clamp(1rem, 1.25vw, 17px);
}
.logo-all {
	pointer-events: none;
}
.green-bg {
    background-color: #488158;
    color: #fff;
    position: relative;
    font-size: clamp(1rem, 1.5vw, 20px);
}

.parts01 {
    width: 50vw;
    max-width: 700px;
    position: absolute;
    top: 1.2vw;
    left: 0;
}
.parts02 {
    width: 27vw;
    max-width: 378px;
    position: absolute;
    top: 448px;
    left: 378px;
    z-index: 2;
}
.parts03 {
    width: 27vw;
    max-width: 378px;
    position: absolute;
    top: 560px;
    left: -14px;
    z-index: 2;
}
.green-bg h3 {
    font-size: clamp(1rem, 5.5vw,77px);
    letter-spacing: -0.05em;
}
.green-bg-text {
    font-weight: bold;
    padding-left: 3vw;
    position: relative;
}

.yellow-bg {
    background-color: #ca993f;
    padding-top: 10vw;
    color: #fff;
    position: relative;
    font-size: clamp(1rem, 1.5vw, 20px);
	
}
.yellow-bg h3 {
    color: #f9e5ad;
    font-size: clamp(1rem, 7vw,97px);
    letter-spacing: -0.05em;
    line-height: 90%;
    margin-bottom: 3rem;
}
.yellow-bg p {
    font-weight: bold;
}
.parts-pb {
    position: absolute;
    top: 5vw;
    left: 60%;
    width: 50%;
    max-width: 760px;
    transform: none;
    pointer-events: none;
}
.point-point {
    display: inline-block;
    position: relative;
}
.point-cool {
    position: relative;
}
.point-cool::before {
    content: '';
    display: block;
    background-image: url(image/cp_cool.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 16vw;
    max-width: 224px;
    height: 10vw;
    max-height: 140px;
    position: absolute;
    top: -8vw;
    left: -3vw;
}
.point-point::before {
    content: '';
    display: block;
    background-image: url(image/cp_point.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18vw;
    max-width: 252px;
    height: 10vw;
    max-height: 140px;
    position: absolute;
    top: -10vw;
    right: -6vw;
}
.white-container h3 {
    color: #c99a18;
    text-align: center;
    font-size: 3rem;
}
.white-container h3 span {
    display: block;
    color: #488158;
    font-size: 1rem;
}
.gallery-item .img-container43 {
    margin: 0;
}
.gallery-item .aspfix img{

    border-radius: 1rem;
}
.gallery-btn {
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}
.gallery-item a:link, .gallery-item a:visited{
	
}
.gallery-item a:hover {
	opacity:0.7;
}
.contact-us {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contact-us a {
    display: block;
}
.contact-us a:hover {
    transform: scale(1.05);
    opacity: 0.8;
}
.footer-top {
    pointer-events: none;
    width: 100%;
    margin-bottom: -1px;
}
.footer-container {
    background-color: #488158;
    padding-bottom: 4rem;
}
footer nav ul{
    display: flex;
    justify-content: flex-end;
    column-gap: 1.5rem;
}
footer nav ul a:link, footer nav ul a:visited {
    color: #fff;
    text-decoration: none;
}
footer nav ul a:hover {
    opacity: 0.7;
}
footer nav ul li:last-child {
    padding-left: 1.5rem;
    border-left: 1px solid #fff;
}
.single-container {
	width:80%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.eyecatch-single img {
	width:100%;
}
.single-container img {
	border-radius: 0.5rem;
}









/*store*/

.privacy {
	padding-top:120px;
}

.privacy h3 {
	font-size:1.25rem;
	margin-top:3.5rem;
}

.googlemap iframe {
	width:100%;
}


.linebtn a:link, .linebtn a:visited {
    background-color: #07C555;
    color: #fff;
    display: block;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    margin: 1rem 1rem;
}
.linebtn a:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.linebtn {
	display:none;
}
.shopbtn a:link, .shopbtn a:visited {
    background-color: #c99a18;
    color: #fff;
    display: block;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    margin: 1rem 1rem;
}
.shopbtn a:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.objpos-btm img{
	object-position:center;
}

.sec-07 {
}

.sec-07 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}
.sec-07 ul li {
	width: 50%;
	margin-bottom: 0.75rem;
	font-weight: bold;
    letter-spacing: 0em;
}
.sec-07 ul li label{
	background-color: #488158;
	color: #fff;
	border: 2px solid #488158;
	padding: 0.75rem 0.5rem;
	width: 94%;
	outline: none;
	transition: 0.3s ease;
    border-radius: 5px;
}
.sec-07 ul li label:hover{
	background-color: #c99a18;
	color: #fff;
	border: 2px solid #c99a18;
	cursor:pointer;
}

.storeList {
    display: none;
}
.storeList:checked+.storeLabel {
	background-color: #c99a18;
	color: #fff;
	border: 2px solid #c99a18;
}


.store_pic img {
	width: 100%;
}

.spstorelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.spstorelist li {
	width: 50%;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.spstorelist li a:link, .spstorelist li a:visited {
	background-color: #488158;
	color: #fff;
	border: 2px solid #488158;
	padding: 0.75rem 1rem;
	width: 94%;
	outline: none;
	transition: 0.3s ease;
    border-radius: 5px;
	display: block;
    margin: 0 auto;
}
.spstorelist li a:hover{
	background-color: #c99a18;
	color: #fff;
	border: 2px solid #c99a18;
}


.store-detail,.store-detailsp {
    background-color:#e8f7fe;
	color:#1d2f70;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}
.store-detailsp {
    
    margin-bottom: 7rem;
}
.store-detail h3,.store-detailsp h3{
    background-color: #c99a18;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    margin: 0;
    font-size: 1.5rem;
}

.store-detail table,.store-detailsp table {
    margin: 1rem;
    width: calc(100% - 2rem);
}
.store-detail tr,.store-detailsp tr {
    height: 2.5rem;
}
.store-detail tr+tr,.store-detailsp tr+tr {
    border-top: 1px solid #b2d9eb;
}
.store-detail th,.store-detailsp th {
    width: 5rem;
    padding:0.25rem  1rem 0.25rem 0;
}

.parts-manu-list {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 2vw;
    margin-bottom: 1rem;
}

.parts-manu-list img {
    width: auto;
    height: 6vw;
    max-width: inherit;
    max-height: 84px;
}

.parts-manu-list a:hover{
    opacity:0.7;
}




/*pagenavi*/

.wp-pagenavi {
	color: #488158;
	font-size:1.5rem;
	display:flex;
	justify-content:center;
	line-height:100%;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	color:#488158;
	text-decoration:none;
	display:inline-block;
	transition:ease 0.3s;
}
.wp-pagenavi a:hover {
	text-decoration:none;
	background-color:#488158;
	color:#fff;
}
.pages {
	display:none;
}
.current {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	background-color:#c99a18;
	color:#fff;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
}
.page {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	color:#488158;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
	border:1px solid #488158;;
	
}
.nextpostslink,.previouspostslink {
	font-size:2rem;
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	margin:0 0.25rem;
	color:#488158;
	border-radius:0.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.25rem;
}
.topics-container img {
	border-radius:0.5rem;
}
.wp-element-caption {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px!important;
}



