@charset "utf-8";


/* ============================
デフォルト設定
============================ */


html {
    max-width: 100%;
    /* nav要素が右スクロールで見えてしまう現象を解決 */
    overflow-x: hidden;
}

body {
    /* font-family: 'Noto Sans JP', "Helvetica Neue",
     "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "Arial", "Yu Gothic", "Meiryo", sans-serif; */
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
}

img {
    width: 100%;
    height: auto;
}

dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0;
}

figure,
figcaption {
    margin: 0;
}

/* h2,
h3,
h4,
img,
a,
dt,
dd,
p {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateX(-50px);
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
transition: left 0.5s ease;
}

dt,
dd {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateX(100px);
}

.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
} */


.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.section {
    /* max-width: 1100px; */
    padding: 2rem;
    margin: 0 auto;
    background-color: #fff;
}

.section.color-black {
    color: #383b4e;
}

.section.color-black {
    color: #383b4e;
}

.section-headline {
    margin-top: 3rem;
    margin-bottom: 3rem;

    >br {
        display: block;
    }
}

.section-paragraph {
    >span {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 600px) {
    .section {
        padding: 1rem;
    }

    .section.color-black {
        color: #383b4e;
    }

    .section.color-black {
        color: #383b4e;
    }

    .section-headline {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;

        >br {
            display: block;
        }
    }

    .section-paragraph {
        text-align: left;
    }

}


/* ============================
フォントサイズ設定
============================ */

h1 {
    font-size: clamp(32px, 5vw, 40px);
}

h2 {
    font-size: clamp(24px, 3vw, 32px);
    margin: 0;
}

h3 {
    font-size: clamp(18px, 2.2vw, 24px);
}

h4 {
    font-size: clamp(17px, 1.8vw, 20px);
}

p {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: bold;
}



/* ============================
ヘッダー
============================ */

.header {
    margin: 0px;
    padding: 1% 2%;
    background-color: #004098;
    /* position: fixed; */
    border-top: 1px solid #004098;
    top: 0;
    right: 0;
    left: 0;
    /* z-index: 10; */
    height: 75px;
}

.header-wrapper {
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.header-h1 {
    margin: 0px;
    align-items: center;
    width: 18%;
}

.header-image {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .header-h1 {
        width: 35%;
    }
}

/* ============================
ヒーロー
============================ */
.hero-wrapper {
    position: relative;
    /* z-index: 9; */
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    /* left: 0; */
    /* top: 0; */
    /* z-index: 1; */
    background: url(../img/hero-image.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 6rem;
}

.hero-description {}

.hero-headline {
    font-size: clamp(65px, 5vw, 150px);
    position: absolute;
    width: 100%;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: #111 3px 3px 3px;
    letter-spacing: 0.2em;

    >br {
        display: none;
    }
}

.hero-image {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    max-width: 1000px;
    min-width: 700px;
}

@media screen and (max-width: 600px) {

    .hero-headline {
        font-size: clamp(50px, 5vw, 60px);
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateX(-50%);

        >br {
            display: block;
        }
    }

    .hero {
        background: url(../img/hero-image_sp.jpg);
        background-size: cover;
        background-position: center;
        margin-bottom: 3rem;
    }

    .hero-image {
        position: absolute;
        bottom: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        max-width: 1000px;
        min-width: 300px;
    }
}

/* ============================
横書きの部分
============================ */

/* .main {
    margin: 0 auto;
    background: url(../img/image01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 100vh;
} */

.main {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* 背景関連のプロパティを here から削除 */
}

/* スマホでも綺麗に固定される背景用レイヤー */
.main::before {
    content: "";
    position: fixed;
    /* これで要素自体を画面全体に固定します */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* スマホのツールバーの変動を考慮するなら 100vh でもOK */

    /* 背景画像の指定 */
    background: url(../img/image01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* コンテンツの下に回り込ませる */
    z-index: -1;

    /* 👇 Webkit/iOS用のバグ防止おまじないを追加 */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main>* {
    position: relative;
    z-index: 1;
    /* 背景（z-index: -1）より手前に表示させる */
}

.section-tate {
    position: relative;
    min-height: 80vh;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
}

.tate-wrapper {
    width: 100%;
    /* writing-mode: vertical-rl; */
    max-height: 80%;
    text-shadow: #000 3px 3px 5px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10%;
    background-color: none;
}

.section-headline.tate {
    font-size: clamp(40px, 5vw, 50px);
    font-weight: lighter;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 0;

    >span br {
        display: none;
    }
}

.section-paragraph.tate {
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: lighter;
    line-height: 2.8;
    /* padding-top: 3rem; */
}

@media screen and (max-width: 600px) {
    /* .main {
        margin: 0 auto;
        background: url(../img/image01_sp.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        min-height: 100vh;
    } */

    .main {
        /* PC用の背景指定をここで完全にリセット（打ち消し）します */
        background: none !important;
        background-image: none !important;
    }

    /* スマホの時だけ、この疑似要素に背景を任せる */
    .main::before {
        content: "";
        position: fixed;
        /* 画面全体に固定 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        /* スマホのアドレスバー対策 */
        background: url(../img/image01.jpg) no-repeat center / cover;
        z-index: -1;
        /* 文字の後ろへ */

        /* スマホ/iOS用のバグ防止 */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .section-tate {
        position: relative;
        min-height: 80vh;
        padding: 2rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .tate-wrapper {
        width: 100%;
        /* writing-mode: vertical-rl; */
        max-height: 80%;
        text-shadow: #000 3px 3px 5px;
        text-align: start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 1rem;
    }

    .section-headline.tate {
        font-size: clamp(23px, 5vw, 40px);
        font-weight: lighter;
        line-height: 1.8;
        margin-bottom: 0;

        >span br {
            display: block;
        }
    }

    .section-paragraph.tate {
        font-size: clamp(15px, 1.8vw, 20px);
        font-weight: lighter;
        line-height: 2.1;
    }
}

/* ============================
CNC加工
============================ */

.cnc {
    margin-bottom: 4rem;
}

.cnc-image {
    width: 60%;
    margin-bottom: 3rem;
}

/* .cnc-caption {} */

@media screen and (max-width: 600px) {
    .cnc {
        margin-bottom: 1.5rem;
    }

    .cnc-image {
        width: 95%;
        margin-bottom: 1.5rem;
    }
}


/* ============================
エアフォージドアイアン1
============================ */

.gradation-white {
    background-image: linear-gradient(45deg, #fff, #f2f3fb);
}

.forged-iron {
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.forged-iron-image {
    width: 90%;
}

.air-forged-caption {
    text-align: left;
    padding: 2rem 0;
}

.headline-logo {
    width: 40%;
    /* margin-bottom: 2rem; */
}

@media screen and (max-width: 600px) {

    .forged-iron {
        flex-direction: column;
        gap: 0;
    }

    .forged-iron-image {
        width: 100%;
    }

    .air-forged-caption {
        text-align: left;
        padding: 1rem 0;
    }

    .headline-logo {
        width: 70%;
        /* margin-bottom: 2rem; */
    }
}

/* ============================
エアフォージドアイアン2
============================ */

.gradation-black {
    background-image: linear-gradient(45deg, #333, #000);
}

.forged-iron.reverse {
    flex-direction: row-reverse;
}

.air-forged-caption.reverse {
    text-align: right;
    padding: 2rem 0;
}

@media screen and (max-width: 600px) {
    .forged-iron.reverse {
        flex-direction: column;
        gap: 0;
    }

    .air-forged-caption.reverse {
        text-align: left;
        padding: 1rem 0;
    }
}

/* ============================
大きさと形状
============================ */

.fuction {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fuction.back-white {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 3rem;
}

.funciton-image {
    width: 50%;
}

.function-caption {
    width: 50%;
    padding-left: 1rem;
    text-align: left;
}

.fuction.reverse {
    flex-direction: row-reverse;
}

.function-caption.reverse {
    text-align: left;
    padding-left: 0;
    padding-right: 1rem;
}

@media screen and (max-width: 600px) {
    .fuction {
        flex-direction: column;
    }

    .fuction.back-white {
        padding: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .funciton-image {
        width: 100%;
    }

    .function-caption {
        width: 100%;
        padding-left: 0;
    }

    .fuction.reverse {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .function-caption.reverse {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
}

/* ============================
仕様
============================ */

.iron {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.iron-name {
    width: 33.3%;
    /* text-align: left; */
}

.iron-image {
    width: 33.3%;
}

table {
    width: 100%;
    margin: 4rem auto;
}

tbody,
tr,
th,
td {
    font-size: clamp(9px, 1.5vw, 15px);
    border: #cecece solid 1px;
    padding: 3px;
}

tr:first-child {
    color: #111;
    background-color: #9c9b9b;
}


@media screen and (max-width: 600px) {
    .iron {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .iron-name {
        width: 90%;
        text-align: center;
    }

    .iron-image {
        width: 48%;
    }

    .iron.reverse {
        flex-direction: column-reverse;
        margin-top: 1rem;
    }

    /* .iron-name.reverse {
        text-align: right;
    } */

    table {
        width: 100%;
        margin: 1.5rem auto;
    }

    tbody,
    tr,
    th,
    td {
        font-size: clamp(9px, 1.5vw, 15px);
        border: #333 solid 1px;
        padding: 3px;
    }

    tr:first-child {
        background-color: #cecece;
    }
}


/* ============================
参考仕様
============================ */

.background-color-pink {
    background-color: #f5f3f2;
}

.spec-wrap {
    padding: 2rem;
    background-color: #fff;
}

/* .spec-name {} */

.spec-image {
    width: 40%;
}

.spec {
    margin: 1rem auto;
}

.careful {
    font-size: 0.7em;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .spec-wrap {
        padding: 0.5rem;
    }

    .spec-name {
        margin: 0.5rem auto;
    }

    .spec-image {
        width: 80%;
    }

    .spec {
        margin: 1rem auto 0.5rem;
    }

    .careful {
        margin: 0 auto 0.5rem;
        font-size: 0.7em;
        text-align: left;
    }
}

/* ============================
価格
============================ */

.price {
    margin: 1rem auto;
}

.price-sub {
    background-color: #9c9b9b;
}

.price-image {
    >img {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .price {
        margin: 1rem auto 0.5rem;
    }

    .price-image {
        >img {
            width: 90%;
        }
    }
}

/* ============================
ラインナップ
============================ */

.line-up-logo {
    margin: 4rem auto 2rem;
    width: 70%;
}

.line-up-list {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.line-up-item {
    width: 50%;
}

.line-up-link {
    transition: opacity 0.3s;
}

.line-up-link:hover {
    opacity: 0.7;
}

.line-up-image {
    box-shadow: #fff 0px 0px 5px;
}

@media screen and (max-width: 600px) {
    .line-up-logo {
        margin: 1rem auto 0;
        width: 80%;
    }

    .line-up-list {
        margin: 2rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
    }

    .line-up-item {
        width: 80%;
    }

    .line-up-link {
        transition: opacity 0.3s;
    }

    .line-up-link:hover {
        opacity: 0.7;
    }

    .line-up-image {
        box-shadow: #fff 0px 0px 5px;
    }

}

/* =================
藤本技工
================= */

.fujimoto {
    text-align: center;
    background-color: #fff;
    /* clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%); */
    /* 調整が必要であれば、10%や90%の値を変更してください */
}

.fujimoto-header {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fujimoto-logo {
    width: 49%;
}

.f-logo-image {
    width: 50%;
}

.fujimoto-headline {
    width: 49%;
    margin: 0;
}

.fujimoto-figure {
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.figure-image {
    width: 48%;

}

.fujimoto-image {
    width: 100%;
    object-fit: cover;
}

.fujimoto-caption {
    margin-top: 0px;
    width: 49%;
}

.fujimoto-description {
    margin-top: 0px;
    text-align: left;
}

.fujimoto-link {
    margin-top: 10px;
    display: inline-block;
    width: 80%;
    padding: 4px;
    color: #333;
    text-decoration: none;
    border: #333 solid 1px;
}

.fujimoto-link:hover {
    color: #fff;
    background-color: #333;
}

@media screen and (max-width: 880px) {
    /* .fujimoto {} */

    .fujimoto-header {
        margin-bottom: 10px;
        justify-content: center;
    }

    .fujimoto-logo {
        width: 50%;
    }

    .f-logo-image {
        width: 90%;
    }

    .fujimoto-headline {
        font-size: 1.2em;
        width: 50%;
    }

    .fujimoto-figure {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }

    .figure-image {
        margin: 0 auto;
        width: 100%;
    }

    .fujimoto-caption {
        width: 100%;
    }

    .fujimoto-description {
        margin-top: 15px;
    }
}

@media screen and (max-width: 428px) {

    .fujimoto-headline {
        font-size: 0.9em;
    }
}



/* ============================
フッター
============================ */

.footer {
    padding: 4rem 1rem;
    color: #fff;
    background-color: #00204f;
}

.footer-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-list.sp {
    display: none;
}

.footer-item {
    width: 20%;
}

.footer-link {
    display: block;
    color: #fff;
    border-bottom: #fff 1px solid;
    padding: 0.5rem 0;
    transition: color 0.3s,
        background-color 0.3s;
}

.footer-link:hover {
    color: #00204f;
    background-color: #fff;
}

/* .small {} */



@media screen and (max-width: 600px) {
    .footer-list.sp {
        display: block;
    }

    .footer-list {
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 3rem;
    }

    .footer-item {
        width: 48%;
    }
}