@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Antonio:wght@100..700&family=BIZ+UDPGothic:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* ==================================================
レスポンシブ
==================================================*/
/* -------------------- 基本設定 -------------------- */
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: auto!important;
}
body {
    background-color: #F9FCFF!important;
}
* {
    box-sizing: border-box;
}
main {
    padding-bottom: 180px;
}
.container {
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
}

.grecaptcha-badge {
    visibility: hidden !important;
    /* displayだと完全に消えるからcontactページで機能しない可能性あるし、Googleの利用規約違反 */
}
.page-id-203 .grecaptcha-badge {
    visibility: visible !important;
}


p,
dt,dd,
li,
a,
h1,h2,h3,h4 {
    color: #333;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

a {
    /* width: 100%; */
    /* height: 100%; */
    color: #333!important;
    text-decoration: none;
}
.news_title a:hover,
footer a:hover {
    text-decoration: underline;
}
.logo a:hover {
    opacity: 0.5;
}




.bg_gradation {
    width: 100%;
    background: url(img/bg_gradation.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg_gradation::before,
.bg_gradation::after {
    content: '';
    width: 700px;
    height: 700px;
    position: absolute;
    z-index: -1;
}
.bg_gradation::before {
    background: url(img/bg_blue.png) no-repeat center center;
    background-size: contain;
    top: 20%;
    right: -38%;
    transform: translate(0%, -50%);
}
.bg_gradation::after {
    background: url(img/bg_green.png) no-repeat center center;
    background-size: contain;
    left: 15%;
    bottom: 18%;
    transform: translate(-50%, 50%);
}



.bg_gradation_right,
.bg_gradation_left {
    position: relative;
    padding-bottom: 6rem;
}
.bg_gradation_right::before,
.bg_gradation_left::before {
    content: '';
    width: 80%;
    height: 93%;
    background: url(img/bg_gradation_lr.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.bg_gradation_right::before {
    top: 6rem;
    right: 0;
}
.bg_gradation_left::before {
    top: 6rem;
    left: 0;
}

.tire .bg_gradation_right::before,
.tire .bg_gradation_left::before,
.pipe .bg_gradation_right::before,
.pipe .bg_gradation_left::before {
    height: 80%;
}





.title_box {
    width: 100%;
    background: url(img/bg_titlebox.png) no-repeat left center;
    background-size: auto 100%;
    padding: 4rem 1rem 6rem;
}
.title_box h1 {
    font-size: 40px;
    padding: 2rem 0 10px;
    margin-top: 0!important;
    position: relative;
}
.post-type-archive-pallet .title_box h1::before {
    content: 'PALLET';
}
.post-type-archive-info .title_box h1::before {
    content: 'NEWS';
}
.tire .title_box h1::before {
    content: 'BRIDGESTONE';
}
.pipe .title_box h1::before {
    content: 'PIPE';
}
.page-id-112 .title_box h1::before {
    content: 'MESSAGE';
}
.page-id-114 .title_box h1::before {
    content: 'INFORMATION';
}
.page-id-110 .title_box h1::before {
    content: 'POLICY';
}
.page-id-108 .title_box h1::before {
    content: 'REGULATION';
}
.page-id-148 .title_box h1::before {
    content: 'FACTORY';
}
.page-id-203 .title_box h1::before {
    content: 'CONTACT';
}


.title_box h1::before {
    color: rgba(255, 255, 255, 0.1);
    font-size: 60px;
    font-family: "Antonio", sans-serif;
    font-weight: 400;
    letter-spacing: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title_box h1::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #E60012;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.title_mini,
.pallet .content > h2,
.postid-69 .other_last h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding-left: 12px;
    background: url(img/mini.png) no-repeat left center;
    background-size: 8px;
}
.pallet .title_mini,
.pallet .content > h2,
.postid-69 .other_last h2 {
    font-size: 18px;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}
.pallet .content > h2 {
    margin-top: 2.5rem;
}
.tire .title_mini {
    font-size: 20px;
    margin-top: 2.5rem;
    margin-bottom: 10px;
}

/* .pallet .title_mini:first-child {
    margin-top: 0;
} */

.btn_red,
.page-id-203 input[type="submit"] {
    color: #fff!important;
    background: url(img/btn_white.png) no-repeat right 24px center #000!important;
    background-size: 25px!important;
    padding: 8px 4.5rem 8px 1.5rem!important;
    display: inline-block!important;
    /* transition: all 0.3s; */
}
.point_box > a:hover p.btn_red,
.btn_red:hover,
.page-id-203 input[type="submit"]:hover {
    background: url(img/btn_white.png) no-repeat right 24px center, url(img/bg_btn.png) no-repeat center!important;
    background-size: 25px, cover!important;
}

.title_square {
    margin: 7rem auto 5rem;
}
.title_square > span,
.title_square > strong {
    color: #004289;
    font-size: 32px;
    position: relative;
}
.title_square > span::before,
.title_square > strong::before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(img/h2_left.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -24px;
    left: -30px;
    z-index: -1;
}
.title_square > span::after,
.title_square > strong::after {
    content: '';
    width: 52px;
    height: 52px;
    background: url(img/h2_right.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.title_line,
.page-id-148 h2 {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 2.5rem;
    padding-left: 16px;
    margin-top: 0!important;
    position: relative;
}
.page-id-148 h2 {
    margin-bottom: 1rem;
}
.title_line::before,
.page-id-148 h2::before {
    content: '';
    width: 5px;
    height: 26px;
    background-color: #E60012;
    position: absolute;
    top: 2.8rem;
    left: 0;
}











/* -------------------- ヘッダー -------------------- */
header {
    width: 100%;
}
.header_inner {
    height: 75px;
}

.logo {
    max-width: 180px;
    height: auto;
}
.logo a {
    display: inline-block;
    transition: all 0.3s;
}


#sp_btn {
    width: 75px;
    height: 75px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #004289;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
#sp_btn span,
#sp_btn span:before,
#sp_btn span:after {
    content: '';
    height: 2px;
    width: 42px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
#sp_btn span:before {
    bottom: 10px;
}
#sp_btn span:after {
    top: 10px;
}

.ham-open #sp_btn {
    background-color: #fff;
}
.ham-open #sp_btn span {
    background-color: rgba(255, 255, 255, 0);
}
.ham-open #sp_btn span::before {
    left: 10%;
    bottom: 0;
    background-color: #004289;
    transform: rotate(-45deg);
}
.ham-open #sp_btn span::after {
    left: 10%;
    top: 0;
    background-color: #004289;
    transform: rotate(45deg);
}

/* #sp_btn p {
    font-size: 13px;
    position: absolute;
    bottom: 8px;
}
#sp_btn p#sp_btn_menu {
    color: #fff;
}
#sp_btn p#sp_btn_close {
    color: #004289;
}
#sp_btn_close,
.ham-open #sp_btn_menu {
    display: none;
}
.ham-open #sp_btn_close {
    display: block;
} */


#ham_nav {
    width: 100%;
    height: 100vh;
    background-color: #004289;
    padding: 100px 3rem 1.5rem;
    display: none;
    overflow-y: auto;
    z-index: 99;
    position: fixed;
    top: 0;
    /*left: 100%;*/
    transform: translateX(100%);
    transition: 1s;
}
#ham_nav.ham-open  {
    display: block;
    right: 0;
    transform: translateX(0%);
    transition: 1s;
}
#ham_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#ham_nav ul li a {
    color: #fff!important;
    border-bottom: 1px solid #fff;
    background: url(img/btn_wb.png) no-repeat right 6px center;
    background-size: 25px;
    padding: 1rem 2rem 1rem 0;
    display: block;
    position: relative;
    transition: all 0.3s;
}
#ham_nav ul li a::before {
    content: '';
    width: 100%;
    height: 1px;
    /* background-color: #E60012; */
    background-image: linear-gradient(to right, #E60012 0%, #E60012 50%, #fff 50%, #fff 100%);
    background-position: 70% 0;
    background-size: 200% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}

#ham_nav ul li a:hover {
    background: url(img/btn_bb.png) no-repeat right 6px center;
    background-size: 25px;
}
#ham_nav ul li a:hover:before {
    background-position: 0 0;
}









/* -------------------- フッター -------------------- */
footer {
    border-top: 2px solid #004289;
    background-color: #F9FCFF;
    padding: 3rem 0 0;
}
.footer_address {
    margin: 2rem 0 3rem;
}
.footer_address > div {
    margin-bottom: 20px;
}
.footer_address dt {
    width: 8rem;
}

.copyright {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    background-color: #004289;
    padding: 12px 0;
}












/* -------------------- ニュース -------------------- */
.news_box {
    font-size: 14px;
}
.news_box ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-type-archive-info .news_box ul {
    margin: 2rem auto 0;
}
.news_box ul li {
    padding: 20px 0;
    border-bottom: 1px solid #A0A0A0;
}
.news_box ul li > span {
    width: 100%;
    display: block;
}
.news_tag {
    color: #0055AF;
    font-size: 12px;
    border: 1px solid #0055AF;
    border-radius: 50px;
    padding: 2px 1rem;
    margin: 0 0 0 20px;
}





















/* ==================================================
レスポンシブ　sm 576px
==================================================*/
@media screen and (min-width: 576px) {
/* -------------------- メイン -------------------- */
main h1 {
    font-size: 2rem;
}
main::before {
    width: 40%;
    right: 3rem;
    top: 60%;
}
}









/* ==================================================
レスポンシブ　md 768px
==================================================*/
@media screen and (min-width: 768px) {

/* -------------------- メイン -------------------- */
main h1 {
    font-size: 42px;
}
.top main p,
.sukedachi main p {
    font-size: 1.2rem;
}


.bg_gradation::before {
    background: url(img/bg_blue.png) no-repeat center center;
    background-size: contain;
    top: 20%;
    right: -15%;
    transform: translate(0%, -50%);
}





.title_box {
    padding: 3rem 1rem 6rem;
}
.title_box h1 {
    font-size: 52px;
    padding: 5rem 0 20px;
}
.title_box h1::before {
    font-size: 122px;
    letter-spacing: 12.2px;
}



.title_square > span,
.title_square > strong {
    font-size: 38px;
}
.title_square > span::before,
.title_square > strong::before {
    width: 92px;
    height: 92px;
    top: -40px;
    left: -60px;
}




}









/* ==================================================
レスポンシブ　lg 992px
==================================================*/
@media screen and (min-width: 992px) {
/* -------------------- 基本設定 -------------------- */
.container {
    max-width: 1080px;
    padding: 0 20px;
}

.title_mini,
.pallet .content > h2,
.postid-69 .other_last h2 {
    font-size: 14px;
    padding-left: 1rem;
    background: url(img/mini.png) no-repeat left center;
    background-size: 10px;
}
.pallet .title_mini,
.pallet .content > h2,
.postid-69 .other_last h2 {
    font-size: 20px;
    margin-top: 2rem;
}
.pallet .content > h2 {
    margin-top: 3rem;
}
.tire .title_mini {
    font-size: 24px;
    margin-top: 5rem;
    margin-bottom: 16px;
}

.title_line,
.page-id-148 h2 {
    font-size: 38px;
    padding-top: 5rem;
    padding-left: 28px;
    margin-top: 0!important;
    position: relative;
}
.page-id-148 h2 {
    margin-bottom: 1.5rem;
}
.title_line::before,
.page-id-148 h2::before {
    width: 8px;
    height: 40px;
    top: 86px;
}



.btn_red,
.page-id-203 input[type="submit"] {
    background: url(img/btn_white.png) no-repeat right 24px center #000!important;
    background-size: 25px!important;
    padding: 8px 4.5rem 8px 1.5rem!important;
}
.point_box > a:hover p.btn_red,
.btn_red:hover,
.page-id-203 input[type="submit"]:hover {
    background: url(img/btn_white.png) no-repeat right 24px center, url(img/bg_btn.png) no-repeat center!important;
    background-size: 25px, cover!important;
}







/* -------------------- ヘッダー -------------------- */
.header_inner {
    height: 100px;
}
.logo {
    max-width: 245px;
}
#sp_btn {
    display: none;
}

#ham_nav {
    width: auto;
    height: 100%;
    background-color: transparent;
    padding: 0;
    display: block;
    position: initial;
    transform: translateX(0%);
}
#ham_nav ul {
    list-style: none;
    margin: 0;
}
#ham_nav ul li {
    margin-left: 20px;
}
#ham_nav ul li a {
    color: #333!important;
    border: none;
    background: none;
    padding: 0;
    display: inline-block;
}
#ham_nav ul li a::before {
    display: none;
}
#ham_nav ul li a:hover {
    background: none;
}
#ham_nav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #F9BFC4;
    display: block;
    margin: 5px 0 0 0;
}
.home #ham_nav ul li:nth-child(1) a::after,
.post-type-archive-info #ham_nav ul li:nth-child(1) a::after,
.single-info #ham_nav ul li:nth-child(1) a::after,
#sukedachi  #ham_nav ul li:nth-child(1) a::after,
.page-id-112 #ham_nav ul li:nth-child(2) a::after,
.page-id-114 #ham_nav ul li:nth-child(2) a::after,
.page-id-110 #ham_nav ul li:nth-child(2) a::after,
.page-id-108 #ham_nav ul li:nth-child(2) a::after,
.page-id-116 #ham_nav ul li:nth-child(3) a::after,
.post-type-archive-pallet #ham_nav ul li:nth-child(4) a::after,
.single-pallet #ham_nav ul li:nth-child(4) a::after,
.page-id-118 #ham_nav ul li:nth-child(5) a::after,
.page-id-148 #ham_nav ul li:nth-child(6) a::after,
.page-id-203 #ham_nav ul li:nth-child(7) a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #E60012;
    display: block;
    margin: 5px 0 0 0;
}








/* -------------------- フッター -------------------- */
footer {
    padding: 3.5rem 0 0;
}
.footer_address {
    margin: 2rem 0 4rem;
}
.footer_address > div {
    margin-bottom: 20px;
}
.footer_address dt {
    width: 8rem;
}

.footer_nav > div {
    margin-left: 1.5rem;
}
.footer_nav > div > p {
    line-height: 1.3;
    margin-bottom: 20px;
}
.footer_nav .indent {
    text-indent: 1rem;
}
.footer_nav .fw-bold {
    font-size: 18px;
}

.copyright {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    background-color: #004289;
    padding: 12px 0;
}
}














/* ==================================================
レスポンシブ　xl 1200px
==================================================*/
@media screen and (min-width: 1200px) {
/* -------------------- メイン -------------------- */
.top main h1,
.sukedachi main h1 {
    max-width: 1200px;
    margin: 0 auto 50px;
}
main p {
    max-width: 1200px;
    margin: 0 auto;
}
main::before {
    max-width: 620px;
}

.bg_gradation::before {
    background: url(img/bg_blue.png) no-repeat center center;
    background-size: contain;
    top: 20%;
    right: -8%;
    transform: translate(0%, -50%);
}


.title_box {
    background: url(img/bg_titlebox.png) no-repeat left center;
    background-size: cover;
}







/* -------------------- フッター -------------------- */
.footer_nav > div {
    margin-left: 2rem;
}



}