@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Impact';
    src: 
         url('../fonts/impact.woff') format('woff'),
         url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.title-jp {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

.title-en {
    font-size: 70px;
    font-weight: 700;
    color: rgba(164, 164, 165, 1);  
    text-align: center;  
    font-family: "Impact", sans-serif;
}

/*=======  Common=========*/
.container {
    max-width: 1440px;
}

.w1100 {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.nav-btn {
    cursor: pointer;
}

.owl-nav {
    padding-bottom: 10px;
}

/*=======  Section Information =========*/
#information {
    padding: 80px 0;
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

.info-wrapper1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;  
    box-sizing: border-box; 
    margin-bottom: 20px;
}

.info-img {
    box-sizing: border-box;
    width: 30%;
}

.info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-details {
    box-sizing: border-box;
    width: 70%;
    background: #fff;    
    padding: 15px 30px;
}

.info-details a {
    color: #000;
    text-decoration: none;
}

.info-details a:hover {
    color: #000;
    text-decoration: none;
}

.info-date1 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}

.info-title1 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}




.info-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;   
}

.info-text {
    flex: 100%;
    max-width: calc(100% / 2);
    background: #fff;
    padding: 30px;
}

.info-video {
    flex: 100%;
    max-width: calc(100% / 2);   
    width: 100%;
}

.info-video p {
    margin-bottom: -5px;
}

/*======= Section Organization =========*/
#organization {
    padding: 80px 0;      
}

.organization-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.organization-item {
    flex: 100%;
    max-width: calc(100% / 3 - 40px); 
    margin: 0 40px 30px 0; 
    border: none;
    border-radius: 50px;
    background: #fff;     
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;   
    position: relative;
}

.organization-item::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    background: linear-gradient(to bottom, rgba(252, 210, 224, 1), rgba(249, 186, 254, 1));
    border-radius: 50px;
    z-index: -1;
}

.organization-item:last-child {
    margin: 0 0 30px 0;
}

.organization-item-text {
    background: transparent;
}

/*======= Section Service =========*/
#service {
    padding: 0 0 80px;      
}

.service-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    flex: 100%;
    max-width: calc(100% / 3 - 40px); 
    margin: 0 40px 30px 0; 
    border: none;   
    background: #fff;     
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;   
    position: relative;
}

.service-item::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    background: linear-gradient(to bottom, rgba(119, 192, 254, 1), rgba(255, 255, 255, 1),rgba(105, 166, 255, 1));    
    z-index: -1;
}

.service-item:last-child {
    margin: 0 0 30px 0;
}

.service-img {
    text-align: center;
    margin-top: 20px;
}

/*======= Section Greeting  =========*/
#greeting {
    padding: 80px 0;
    background: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

.greeting-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.greeting-img {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;    
}

.greeting-img img {
    width: 100%;
}

.greeting-text {
    flex: 100%;
    max-width: calc(100% / 2);
    margin: 0 0 30px 0; 
    background: #fff;
    padding: 20px;   
    position: relative;
}

.txt-sign {        
    position: absolute;
    bottom: 0;
    right: 20px;
}

/*======= Section Joint Sales =========*/
#joint-sales {
    padding: 80px 0;
}

.joint-sales-img {
    width: 100%;
}

.joint-sales-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.joint-sales-text {
    flex: 100%;
    max-width: calc(100% / 2 - 40px);
    margin: 0 40px 30px 0; 
}

.joint-sales-img {
    flex: 100%;
    max-width: calc(100% / 2);
    margin: 0 0 30px 0; 
}

.joint-sales-img img {
    width: 100%;
}

/*======= Section Products  =========*/
#products {
    padding: 80px 0;
    background: url(../images/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

.products-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px; 
    padding: 20px 0;
    box-sizing: border-box;    
}

.products-item { 
    width: calc((100% - 3 * 40px) / 4); /* 4 items per row, 3 gaps */
    text-align: center;
    box-sizing: border-box;
}

.products-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-name {
    text-align: center;
}

.txt-note {
    margin-top: -15px;
    margin-left: 20px;
}

.txt-insert {
    height: 330px;
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
    margin-top: 40px;
}

.txt-insert p {
    font-size: 16px;   
    font-family: "Inter", sans-serif;
}

/*======= Information Section 2 =========*/
#information2 {
    padding: 80px 0;     
}

.info-wrapper2 {    
    padding: 40px 20px 20px;
    border: 1px solid #000;
}

.info-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;  
    max-width: 80%;  
    margin: 0 auto;
}

.info-date {
    flex: 100%;
    max-width: calc(15% - 20px);
    margin: 0 20px 20px 0;
}

.info-title {
    flex: 100%;
    max-width: calc(85% - 20px);
    margin: 0 20px 20px 0;
    color: #000;
}

.info-title:hover {
    color: #000;
    text-decoration: none;
}

/*======= Section Comapny  =========*/
#company {
    padding: 80px 0;
    background: url(../images/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

table.tbl-company {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-company tr td {
    padding: 20px;
    border: 1px solid #000;
    line-height: 2.4em
}

table.tbl-company tr td:first-child {
    background: #000;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-weight: 700;
}

table.tbl-company tr td:last-child {
    background: #fff;
}

table.tbl-company tr td a {
    color: #000;
    text-decoration: none;
}

table.tbl-company tr td a:hover {
    color: #000;
    text-decoration: none;
}

/* Employee Table Styles */
.employee-table {
    width: 100%;
    border-collapse: collapse;
}

.employee-column {
    width: 50%;
    vertical-align: top;
    text-align: left!important;
    color: #000!important;
    background: #fff!important;
    border: none!important;
    font-size: 16px!important;
    font-weight: 400!important;
}

/*======= Section Message =========*/
#message {
    padding: 80px 0;    
}

.message-wrapper {
    background: rgba(217, 217, 217, 1);
    padding: 40px 60px;
    position: relative;
}

.txt-msg {
    margin-bottom: 0;
}

.txt-msg-sign {
    position: absolute;
    bottom: 0;
    right: 60px;
    background: #fff;
    padding: 5px 10px;        
}


/* ========== Section Contact=========== */
#contact {
    padding: 80px 0;  
    background: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%;    
}

.contact-form {
    width: 100%;
    margin: 40px auto 0;    
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(24, 119, 242, 1);
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 40px;
    float: left;
    margin-right: 10px;
}

.form-group .norequired {
    color: #000;
    background: #fff;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 40px;
    float: left;
    border: 1px solid #000;
    margin-right: 10px;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group2 p .wpcf7-form-control-wrap {
    border: none;
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: rgba(24, 119, 242, 1);
    color: #fff;   
    font-weight: 700;
    padding: 10px 100px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

.btn-submit:hover {
    color: #fff!important;
    text-decoration: none;
}

.btn-submit img {
    margin-left: 20px;
}

input.form-control3 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.wpcf7-list-item {
    margin: 0!important;
}

/*======= Section link =========*/
#link {
    padding: 80px 0;
}

.link-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link-item {
    flex: 100%;
    max-width: calc(100% / 3 - 40px);
    margin: 0 40px 30px 0;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    color: #000;
}

.link-item:hover {
    color: #000;
    text-decoration: none;
}

.link-item:last-child {
    margin-right: 0;
}

/*======= Footer Section =========*/
footer {
    background: url(../images/bg-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%;  
    padding: 20px 0;
}

.footer-wrap {    
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}

.footer-left {
    flex: 100%;
    max-width: calc(50% - 30px);
    margin: 0 30px 30px 0;
}

.footer-left a {
    color: #000;
}

.footer-left a:hover {
    color: #000;
    text-decoration: none;
}

.footer-right {
    flex: 100%;
    max-width: 50%;
    margin: 0 0 30px 0;
    padding-right: 10px;
    border-left: 4px solid #000;
    padding-left: 40px;
}

.ft-name {
    font-size: 20px;   
    font-weight: 400;
    margin-bottom: 40px;
}

.ft-info {    
    margin-bottom: 0;
}

.ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;   
}

.ft-nav ul li {
    margin: 0;
    line-height: 2.0em;
}

 .ft-nav ul li a {
    text-decoration: none;   
    color: #000;
}

.ft-nav ul li a.active {
    color: rgba(24, 119, 242, 1);
}

.ft-nav ul li a:hover {
    color: rgba(24, 119, 242, 1);
    text-decoration: none;
}

.copyright {
    background: rgba(86, 121, 204, 1);
    color: #fff;
    padding: 10px 0;   
    text-align: center;
}

/* ========== Page Thanks =========== */
#thanks {
    padding: 100px 0 80px;
}

/*=======  Page Products =========*/
/*=======  Section Products =========*/
#products {
    padding: 80px 0;
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}


.products-btn-wrapper {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;     
    box-sizing: border-box;
    margin: 0 auto;
}

.products-btn {
    width: calc((100% - 2 * 30px) / 3); /* 4 items per row, 3 gaps */
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    padding: 10px;    
    text-decoration: none;    
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.products-btn:hover {
    color: #000;
    text-decoration: none;
}

ul.my-product-list {
   padding-left: 0;
}

ul.my-product-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ul.my-product-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #000;
}

.products-img-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;     
    box-sizing: border-box;    
}

.products-img {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;
    text-align: center;
}

.products-img2a {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 630px;
}

.products-img2b {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 630px;
}

.products-img2a img {
    width: 450px;
    height: 600px;
    object-fit: cover;
    margin-top: auto;
}

.products-img2b img {
    width: 500px;
    height: 350px;
    object-fit: cover;
    margin-top: auto;
}

.products-img3 {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;
    text-align: center;
    position: relative;
}


.products-img3 img {
    width: 450px;
    height: 350px;
    object-fit: cover;    
}

.img-label {
    position: absolute;    
    left: 100px;
    bottom: 40px;
}

.img-label2 {
    position: absolute;    
    left: 100px;
    bottom: 40px;
    color: #fff;
}

.products-img p.products-img-text1 {
    text-align: left;
    padding-left: 10px;
    min-height: 72px;
    display: flex;
    align-items: flex-end;
}

.products-img p.products-img-text2 {
    text-align: left;
    padding-left: 10px;   
    display: flex;
    align-items: flex-end;
    min-height: 47px;
}

.products-img-text3 {
    text-align: left;
    padding-top: 4%;
}

.products-img img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.products-img2a img {
    width: 450px;
    height: 600px;
    object-fit: cover;
    margin: 0 auto;
}

.products-img2b img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.products-img4 {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;   
    position: relative;
    text-align: center;
}

.products-img6 {
    width: calc((48% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;   
    position: relative;
    text-align: center;
}

.products-img6 img {
    height: 220px;
    object-fit: cover;
}

.products-img4 img {
    width: auto;
    height: 230px;
    object-fit: cover;
}

.products-img5 {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;   
    position: relative;
    text-align: center;
}

.products-img5 img {
    width: 230px;
    height: 200px;
    object-fit: cover;
}

.products-img5-txt {
    font-weight: 700;
}

.img-6b {
    width: auto!important;
    height: 230px;
    object-fit: cover;
}

.bg-beige {
    background: rgba(253, 237, 198, 1);
    padding: 5px 10px;
    border: 1px solid #000;
    font-size: 12px;
    margin-right: 10px;
}

.bg-black {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #000;
    font-weight: 700;
    font-size: 12px;
}

.product-note {
    padding-left: 8%;
    margin-top: 30px;
}

table.tbl-data tr td {
    vertical-align: top;
}

.txt-data {
    margin-bottom: 0;
}

#products2 {
    padding: 80px 0;
}

.products-desc-img {
    position: relative;
}

.products-desc-img-txt {
    position: absolute;
    bottom: 20px;
    right: 60px;
    color: #fff;
    text-align: right;
}

.products-desc-img-txt span {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 4px 4px rgba(234, 255, 0, 1);   
    display: block;
}


.products-txt-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;     
    box-sizing: border-box;    
}

.products-txt-content {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box; 
    text-align: center;
}

.products-txt-bubble {
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    
    margin: 0 auto 20px;
    width: 460px;
}

.products-img4-img {
    width: 450px!important;
    height: 250px!important;
    object-fit: cover;
}

.products-img5-img {
    width: 250px!important;
    height: 250px!important;
    object-fit: contain!important;
}

.txt-red-highlight {
    color: #000;
    text-shadow: 0 4px 5px rgba(248, 152, 255, 1);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.txt-f24 {
    font-size: 24px;    
    text-align: center;
    line-height: 1.0em;
}

.txt-bold {
    font-weight: 700;
}

#products3 {
    padding: 80px 0;
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.products-desc-img2 {
    position: relative;   
}

.products-desc-img2 img {
    width: 100%;
}

.products-desc-img-txt2 {
    position: absolute;
    bottom: 20px;
    left: 60px;
    color: #fff; 
    font-size: 24px;
}

.products-desc-img-txt2 span {
    font-size: 30px;
    font-weight: 700;       
    display: block;
    margin-bottom: 80px;
}

.content40 {
    width: calc(40% - 40px); /* 40% width with 40px gap */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;    
}

.content50 {
    width: calc(50% - 40px); /* 40% width with 40px gap */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: flex-start;        
}

.content60 {
    width: 60%; /* 60% width with 40px gap */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.img-product3-1 {
    width: 100%;   
}

.img-product3-0 {
    width:470px;
    height: 350px;
    object-fit: cover;   
}

.img-product3 {
    width: 470px;
    height: 350px;
    object-fit: cover;    
}

.txt-red-highlight span {
    text-shadow: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-left: 20px;
}

#products4 {
    padding: 80px 0;
}

.img-product4-1 {
    width: 470px;
    height: 350px;
    object-fit: cover;
}

.img-product4-2 {
    width: 470px;
    height: 350px;
    object-fit: cover;
}

.product4-2 {
    text-align: right;
}

.txt-f30 {
    font-size: 30px;
    font-weight: 700;    
    text-align: center;
}

.txt-f24 {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
}

.txt-f16 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
}

.products-desc-img-txt3 {
    position: absolute;
    bottom: 80px;
    left: 120px;
    color: #fff; 
    font-size: 24px;
    font-weight: 700;
}

.products-desc-img-txt3 span {
    font-size: 30px;
    font-weight: 700;    
    text-shadow: 0 4px 4px rgba(234, 255, 0, 1);   
    display: block;
    margin-bottom: 40px;
}

.img-product4 {
    width: 470px;
    height: 350px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

#products5 {
    padding: 80px 0;
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

table.tbl-data2 tr td {
    vertical-align: top;
}

.img-product5 {
    width: 550px!important;
    height: 400px!important;
    object-fit: cover;
}

.txt-f30b {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.txt-f30b span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}

.img-product6 {
    width: 470px!important;
    height: 300px!important;
    object-fit: cover;
}

#products6 {
    padding: 80px 0;
	background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.txt-f24b {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.txt-inter {
    font-family: "Inter", sans-serif;
}

.products-desc-img-txt4 {
    position: absolute;
    width: 100%;
    top: 80px;  
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.img-product7 {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.products-light-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;     
    box-sizing: border-box;   
    margin-bottom: 20px; 
}

.products-light {
    width: calc((100% - 1 * 20px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;
    text-align: center;
}

.light-label {
    text-align: center;
    margin-bottom: 20px;
}

.img-product9 {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.img-product9b {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#products7 {
    padding: 80px 0;
/*     background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%; */
}

.img-product10 {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.txt-red {
    color: rgba(255, 2, 2, 1);
}

.btn-products {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    background: #fff;
    padding: 5px 30px;
    border: 1px solid #000;      
}

.btn-products:hover {  
    color: #000; 
    text-decoration: none;
}

.txt-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
}

.img-product11 {
    position: relative;
}

.txt-label {
    position: absolute;
    top: 40px;
    left: 80px;
    color: #fff;
    font-size: 24px;
}

.txt-f24c {
    font-size: 24px;
}

#products8 {
    padding: 80px 0;
	background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;     
    box-sizing: border-box;
}

.gallery-item {
    width: calc((100% - 3 * 20px) / 4); /* 4 items per row, 3 gaps */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gallery-item img {
    width: 230px;
    height: 195px;
    object-fit: cover;
}

.product-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;     
    box-sizing: border-box;
}

.product-img-item {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.product-img-item img {
    width: 450px;
    height: 500px;    
}

#main-lower img {
    width: 100%;
}

.page-product .container {
    max-width: 1100px;
    margin: 0 auto;
}

.sticky-btn {
    display: none;
}

.f16 {
    font-size: 16px;
    font-weight: 400;
}

.products-img5-new {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    box-sizing: border-box;   
    position: relative;
    text-align: center;
    display: flex;
    gap: 20px;
}

.products-img5-sub {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-img5-sub img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    top: -40px;
}

.products-img5-sub p {
    text-align: left;
    margin: 0;
    position: relative;
    top: -100px;
}

.space-between {
    justify-content: space-between;
}

img.img-product3-2 {
    width: 470px;
    height: 350px;
    object-fit: cover;
    text-align: right;
    display: block;
    margin-left: auto;
}

#products9 {
    padding: 80px 0;
}

.al-gallery-img {
    display: flex;
    justify-content: space-around;
    margin: 60px 0 0;
}

.al-gallery-img .col-md4 {
    width: calc(100% / 3 - 20px);
}

.al-gallery-img img {
    width: 350px;
    height: 245px;
    object-fit: cover;
}

#products9 .gallery-item img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.al-gallery-subtitle.f-24 {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px;
}

.material-items {
    display: flex;
	width: 100%;
}

.material-items img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.material-subtitle {
    display: block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 30px;
}

.material-subtitle__cont {
    max-width: 513px;
    margin: 40px auto 0 auto;
}

span.mgt-30 {
	margin-top: 30px;
	display: block;
}

.material-subtitle__cont.subtitle-2 {
    margin: 40px 70px 30px;
    text-align: center;
}

.material-subtitle__cont.subtitle-2 .f-24 {
    font-size: 24px;
    margin: 0 30px 0 0;
    font-weight: 700;
}

.al-desc {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.al-banner-text {
    position: absolute;
    display: block;
    top: 20%;
    right: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    left: 60%;
}

.thanks-cont {
    margin: 30px auto 0;
    text-align: center;
}

#thank-you {
    padding: 80px 0;
    background: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

/*======== Hydrogen Products ========*/
#main-lower2 {
    margin-top: 70px;
}

#hydrogen-products {
    padding: 80px 0;
    background: url(../images/hydrogen/bg-hydrogen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    height: 100%;
    width: 100%; 
}

.hydrogen-products-menu {
    text-align: center
}

.hydrogen-products-menu-item img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    /* margin: 0 auto; */
    border: 10px solid rgba(119, 192, 254, 1)
}

.hydrogen-products-menu-item-text {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #000;
}

.hydrogen-products-menu-item:hover {
    text-decoration: none;
    color: #000;
}

.hydrogen-products-content-banner {
   text-align: center;
}

.hydrogen-products-content-banner img {
    max-width: 100%;
}

.hydrogen-products-content-image {
    margin-top: 40px;
}

.hydrogen-products-content-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.hydrogen-products-wrapper {
    width: 100%;
    margin: 40px auto 0;    
}

.hydrogen-products-row {
    display: flex;
    width: 100%;   
}

/* Reverse every even row */
.hydrogen-products-row:nth-child(even) {
    flex-direction: row-reverse;
}

.hydrogen-products-image {
    width: 50%; 
    background: url(../images/hydrogen/bg-grey.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.hydrogen-products-text {
    width: 50%;
    background: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; 
    align-self: stretch;
    padding: 15px;
}

.hydrogen-products-image img {
    width: 100%;
}

.explanation-title {
    font-size: 30px;
    font-weight: 700;
    color: rgba(250, 182, 56, 1);
}

.explanation-item-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.explanation-item-text {
    margin-top: 20px;
}

.machine-img {
    text-align: center;
}

.machine-img img {
    width: 400px;
    height: 400px;
    object-fit: contain;
    background: #fff;
}

.hydrogen-product-note {   
    margin: 0 auto;
    max-width: 950px;
}

.hp-btn__cont {
    text-align: right;
	max-width: 1000px;
    padding-right: 12%;
}

.hp-btn__cont2 {
    padding-right: 6%;
}

.hp-btn__cont a {
    background-color: rgba(24, 119, 242, 1);
    color: #fff;
    padding: 15px 5px 15px 25px;
    text-align: center;
    border-radius: 10px;
    font-size: 24px;
}

.hp-btn__cont a:hover {
    background-color: rgba(24, 119, 242, 0.7);
    text-decoration: none;
}

.hp-btn__cont.btn_adj {
    max-width: 1170px;
}

.note-title1 {
    font-size: 24px;
} 

.note-title2 {
    width: fit-content;
    padding:5px 120px;
    background: #fff;
    border: 1px solid #000;
    font-size: 24px;
    font-weight: 400;
}

ul.my-note2 {
    font-size: 24px;
}

.hydrogen-product-subtitle {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.hydrogen-product-subtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}


.products-table-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0;
    gap: 40px;
}

.products-table-item {
    width: calc((100% - 1 * 40px) / 2);
}

table.products-table {
    width: 100%;
    border-collapse: collapse;
}

table.products-table tr th {
    background: rgba(164, 164, 165, 1);
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
}

table.products-table tr th:first-child {
    width: 20%;    
}

table.products-table tr td {
    padding: 5px;
    border: 1px solid rgba(164, 164, 165, 1);
    background: #fff;
}

#hydrogen-products2 {
    padding: 80px 0;
}

.product2-desc {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}

.gas-generator-wrapper {
    display: flex;
    width: 100%;
    gap: 40px;
}

.gas-generator-item {
    width: calc((100% - 1 * 40px) / 2);
}

.gas-generator-item-title {
    font-size: 24px;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    background: #fff;
}

ul.my-note {
    font-size: 24px;
    list-style: none;
    padding: 0;
}

table.products-table2 tr th:first-child {
    width: 35%;    
}

p.products-table-note {
    margin: 20px 0 0;
}

#main-lower2 .owl-carousel .owl-item img {
    width: 1440px;   
    height: 700px;
    object-fit: contain;
    margin: 0 auto;
}

.sp-show {
    display: none!important;
}

.sp-none {
    display: inline-block!important;
}