.mark {
    background: none
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    padding: 0
}

.container {
    max-width: 100%;
    box-sizing: border-box
}

.container-small {
    width: 1000px
}

@media(max-width: 768px) {
    .container {
        padding: 0 30px
    }
}

@media(min-width: 769px) {
    .pc {
        display: block
    }

    .sp {
        display: none
    }

    .pc-in {
        display: inline
    }

    .sp-in {
        display: none
    }

    br.pc {
        display: inline
    }
}

@media(max-width: 768px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }


    .sp-in {
        display: inline
    }

    .pc-in {
        display: none
    }


    br.sp {
        display: inline
    }
}

.h2-center {
    font-size: 2rem;
    margin-bottom: 1em;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    color: #2f1b04;
    line-height: 1.5
}



@media(max-width: 768px) {
    .h2-center {
        font-size: 1.5rem
    }

    .h2-center small {
        font-size: 16px
    }
}

.h3 {
    font-size: 26px;
    font-weight: bold;
    background: #ffebd3;
    padding: 10px 20px;
    color: #2f1b04;
    margin-bottom: 30px;
    text-align: left
}

@media(max-width: 768px) {
    .h3 {
        font-size: 18px;
        padding: 8px 10px;
        margin-bottom: 20px
    }
}

.desc {
    font-size: 1.6rem;
    text-align: center
}

@media(max-width: 768px) {
    .desc {
        font-size: 1.4rem;
        text-align: justify;
        max-width: 510px;
        display: block;
        margin: 0 auto
    }

    .desc br {
        display: none
    }
}

.price {
    font-size: 3.5rem;
    margin-top: 1em;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: -0.8rem;
    margin-left: 10px;
}

.price .mark {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff
}

.price .more {
    font-size: 1.8rem;
    margin-left: 0rem;
    vertical-align: 0px;
    font-weight: bold
}

.price .tax {
    font-size: 1rem;
    margin: 0;
    /* マージンをリセット */
    vertical-align: 0;
    font-weight: bold;
    position: absolute;
    /* 追加 */
    top: 1em;
    /* 円マークの上部に配置 */
    left: 7em;
}


@media(max-width: 768px) {
    .price {
        font-size: 3rem;
        margin-top: 0em;
    }

    .price .mark {
        font-size: 1rem;
        font-weight: bold;
    }

    .price .more {
        font-size: 1rem;
        margin-left: 0rem;
        vertical-align: 0px;
        font-weight: bold
    }

    .price .tax {
        font-size: .55rem;
        margin: 0 0 0 0;
        vertical-align: 0;
        font-weight: bold;
        position: absolute;
        /* 追加 */
        top: 7px;
        /* 円マークの上部に配置 */
        left: 65px;
    }
}

#mv {
    position: relative;
    height: 100vh;
    overflow-x: hidden
}

#mv .detail {
    position: absolute;
    top: 27%;
    left: 10%;
    text-align: left;
    margin: 0;
    max-width: 800px;
    color: #fff;

}

#mv .detail2nd {
    position: absolute;
    top: 70%;
    left: 11%;
    text-align: left;
    margin: 0;
    max-width: 800px;
    color: #fff;

}

#mv .detail h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 14px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /* 黒の光彩を追加 */
}

#mv .detail .detail-h1 {
    display: block;
    width: 220px;
    margin: 30px 0 10px
}

#mv .detail .detail-p {
    font-size: 1.2rem;
    margin-left: -10px;
    line-height: 80px;
}

#mv .detail .detail-c-wrapper {
    display: block;
    /* spanをブロックレベル要素にする */
    line-height: 0.5;
    /*  detail-c の line-height を調整 */
    margin-top: -0.5rem;
    /* 上の余白を詰める (必要に応じて調整) */
}

#mv .detail .detail-c {
    font-size: 2rem;
    margin-left: 5px;
    /* line-height: 50px;  不要 */
}

.detailBtn a {
    text-align: center;
    display: block;
    margin: 15px 0 0;
    width: 400px;
    max-width: 350px
}

.detailBtn.cvBtn a {
    width: 400px;
    background: #ececec;
    /* 赤色の半透明背景 */
    /* ここから追加 */
    border: 3px solid #1E0000;
    /* 枠線の追加 */
    border-radius: 5px;
    /* 角丸の追加 */
    font-size: 24px;
    /* フォントサイズの調整 */
    font-weight: bold;
    /* フォントの太字化 */
    padding: 10px 15px;
    /* パディングの調整 */
    text-align: center;
    /* テキストのセンタリング */
    text-decoration: none;
    /* 下線の削除 */
    color: #1E0000;
    /* テキストカラーの変更 */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    /* 影の追加 */
    opacity: 0.9;
    /* ここまで追加 */
}


.detailBtn.cvBtn a:hover {
    opacity: 1;
    background: #1E0000;
    border-color: #ececec;
    /* 枠線の追加 */
    color: #ececec;
    /* テキストカラーの変更 */
}

#mv .detail .detailBtn a {
    margin-right: auto;
    width: 400px;
    margin-top: 5px;
    margin-left: 10px;
}

.price-container {
    /* 親要素に適切なクラス名を付けてください */
    display: flex;
    flex-direction: column;
    /* 子要素を縦に並べる */
    align-items: flex-start;
    /* 子要素を左揃えにする (必要に応じて) */
}

.pretax {
    font-size: 1rem;
    margin-left: 10px;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}



.adver {
    font-size: 1.4rem;
    margin-left: 11px;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.adver .lot {
    color: #df0000;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.pc-only {
    display: none;
}

/* PC表示用 */



#mv .video {
    width: 100%;
    height: 100vh;
    position: relative;
    /* position: relative; を追加 */
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

/*
#mv .video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
  }
*/
#mv .video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

#mv .video img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    object-position: right;
    /* 画像を右基準に配置 */
}

.sec-megaview {
    padding: 50px 0;
}

.sec-megaview .wrapper {
    width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-break: keep-all;
}

.wrapper {
    max-width: 100%;
}

.sec-megaview .wrapper .block-text-top {
    text-align: center;
}

.block-text .sup {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #F9921A;
    white-space: pre-wrap;
}

.block-text .title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #242424;
    white-space: pre-wrap;
}

.block-text .desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #242424cc;
    white-space: pre-wrap;
    text-align: center;
}

.sec-megaview .note {
    margin-top: 12px;
    text-align: center;
}

.note {
    font-size: 12px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.3);
    letter-spacing: 0.02em;
}

.sec-megaview .wrapper-block-video {
    margin: 5% 5%;
    position: relative;
}

.block-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    z-index: 0;
}

@media(max-width: 768px) {
    #mv .video {
        width: 100%;
        height: 100vh;
    }

    #mv .video img {
        object-position: center;
        /* 画像を右基準に配置 */
    }

    #mv .detail {
        display: flex;
        flex-direction: column;
        /* 縦方向に要素を並べる */
        align-items: center;
        /* 水平方向の中央寄せ */
        justify-content: flex-start;
        /* 垂直方向の上寄せ */
        position: absolute;
        /* absolute positioning を追加 */
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0%);
        /* 中央に配置するための transform */
        width: 100%;
        /* 必要に応じて幅を調整 */
    }

    #mv .detail2nd {
        display: flex;
        flex-direction: column;
        /* 縦方向に要素を並べる */
        align-items: center;
        /* 水平方向の中央寄せ */
        justify-content: flex-end;
        /* 垂直方向の上寄せ */
        position: absolute;
        /* absolute positioning を追加 */
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 0%);
        /* 中央に配置するための transform */
        width: 100%;
        /* 必要に応じて幅を調整 */
    }

    #mv .detail h1 {
        font-size: 40px;
        line-height: 0.8;
        margin-top: 40px;

    }

    #mv .detail .detail-h1 {
        width: 130px;
        margin: 20px 0 10px
    }

    #mv .detail .detail-p {
        font-size: 10px;
        line-height: 3;
        letter-spacing: 0px;
        margin-left: -10px;

    }

    #mv .detail h1 {
        text-align: center;
    }

    #mv .price {
        font-size: 30px;
    }

    #mv .mv-img {
        margin-top: 20px
    }



    .detailBtn.cvBtn a {
        width: 160px;
        background: #1E0000;
        border: 2px solid #ececec;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 7px;
        text-decoration: none;
        color: #ececec;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        opacity: 0.9;
    }

    .detailBtn.cvBtn a:hover {
        opacity: 1;
        background: #ececec;
        border-color: #1E0000;
        /* 枠線の追加 */
        color: #1E0000;
        /* テキストカラーの変更 */
    }

    .detail2nd .detailBtn a {
        margin-right: auto;
        width: 250px
    }

    #mv .detail .detail-c-wrapper {
        margin-top: 0.5rem;
        /* 上の余白を詰める (必要に応じて調整) */
    }

    .detail .detail-c {
        font-size: 1rem;
        margin-left: 0px;
    }

    .space {
        display: inline-block;
        /* インライン要素をブロック要素のように扱う */
        margin: 150px;
        /* 右側に10pxのスペースを追加 */
    }

    .detailBtn a {
        position: relative !important;
    }

    .pretax {
        font-size: 0.6rem;
        margin-top: 5px;
    }

    .adver {
        font-size: 0.8rem;
        margin-left: -20px;
    }

    .price-container {
        margin-left: 20px;
    }

    .sp-only {
        display: none;
    }

    .block-text .title {
        font-size: 30px;
        line-height: 35px;
    }

    .block-text .desc {
        margin-top: 10px;
    }
}

.trouble {
    background: #ffebd3;
    padding: 100px 0 180px
}

.trouble-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.trouble-list li {
    width: 320px;
    padding: 50px 40px;
    background: url(../img/bg-balloon-1.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 30px 30px
}

.trouble-list li .name {
    text-align: right;
    margin-top: 1em;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .trouble {
        padding: 50px 0 80px
    }

    .trouble-list {
        display: block
    }

    .trouble-list li {
        width: 100%;
        padding: 50px 40px;
        font-size: 16px;
        margin: 0 0 30px
    }

    .trouble-list li:nth-child(2n) {
        background: url(../img/bg-balloon02-1.png) no-repeat;
        background-size: 100% 100%
    }

    .trouble-list li .name {
        font-size: 14px
    }
}

#videoModal .modal-content {
    display: flex;
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
}

.player-wrapper {
    border-radius: 20px;
    /* 角丸の半径 (必要に応じて調整) */
    overflow: hidden;
    /* 角丸からはみ出す部分を非表示にする */
}

#videoModal .modal-content {
    display: flex;
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    border-radius: 21px;
    /* 角丸の半径 (必要に応じて調整) */
}



.playlist-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.playlist-slider {
    display: flex;
    align-items: center;
    /* 垂直方向の中央揃え */
    overflow-x: hidden;
    /* 横スクロールバーを非表示 */
    white-space: nowrap;
    /* アイテムを横並びに */
    user-select: none;
    /* ドラッグ中のテキスト選択を防ぐ */
    cursor: grab;
    /* ドラッグ可能なことを示すカーソル */
    scroll-snap-type: x mandatory;
    /* 横方向にスナップスクロールを有効化 */
    overflow: hidden;
}

.playlist-item {
    /* サムネイルの幅 */
    flex-grow: 1;
    /* 余白を埋めるように拡大 */
    flex-shrink: 0;

    margin: 0 0%;
    /* 左右に20pxの余白を追加 */
    position: relative;
    /* 追加 */
}


.playlist-item img {
    /* 必要に応じて object-fit プロパティで画像の表示方法を調整 */
    object-fit: cover;
    transform-origin: center center;
    /* 拡大・縮小の中心点を設定 */
    border: 5px solid #ccc;
    /* 枠線の太さ、種類、色 */
    border-radius: 20px;
    /* 角丸の半径 */
}



.playlist-item img.enlarged {
    transform: scale(1.1);
    /* 拡大率を調整 */
}



.playlist-section {
    margin-bottom: 20px;
    /* セクションの下余白 */
    background-color: #ffeed8;
    position: relative;
}


.scroll-button {
    color: rgba(0, 0, 0, 0.5);
    /* 文字色をグレーに */

    background-color: rgba(255, 255, 255, 0.8);
    /* 背景色を白の半透明に */
    cursor: pointer;
    z-index: 1;
    border-radius: 0px;
    /* 角丸の半径 */
    position: absolute;
    /* 絶対配置にする */
    bottom: 0;
    /*top: 55%; /* 上端から50%の位置に配置 */
    /*transform: translateY(-50%); /* 上下方向に中央揃え */
}


.scroll-button i {
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.5);
    /* アイコンの色をグレーに */
    font-size: 1.5em;
}

.scroll-button.prev i {
    transform: rotate(90deg);
    /* prevボタンのアイコンを-90度回転 */
}

.scroll-button.prev {
    left: 0px;
}

.scroll-button.next {
    right: 0px;
}

.video-title {
    text-align: center;
    max-width: 100%;
    /* 追加 */
    position: absolute;
    /* 追加 */
    bottom: 5px;
    /* 追加 */
    left: 0;
    /* 追加 */
    width: 100%;
    /* 追加 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 追加: 背景色を半透明の黒に */
    color: white;
    /* 追加: 文字色を白に */
    padding: 0px;
    /* 追加: 上下左右にパディングを追加 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    /* 単語の途中で改行を許可 */
    word-break: keep-all;
    border-radius: 17.5px;
    /* 角丸の半径 */
    left: 50%;
    /* 親要素の左端から50%の位置に配置 */
    transform: translateX(-50%);
    /* 左方向に自身の幅の50%分移動 */

}

.section-title {
    text-align: center;
    /* タイトルを中央寄せ */
    font-size: 24px;
    /* タイトルのフォントサイズ */
    margin-bottom: 10px;
    /* タイトルの下余白 */
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    background-color: #fefefe;
    padding: 0.4%;
    border: 1px solid #888;
    position: absolute;
    /* 絶対位置指定 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 中央に配置 */

}

.close-button {
    color: #444444;
    float: right;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: 98.5%;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.qa-head {
    font-weight: bold;
    padding: 60px 10px 30px;
    position: relative;
    background: url(../img/bg-q-head-1.png) no-repeat;
    background-size: cover;
    border: 2px solid #2c7293;
    border-radius: 20px;
    margin-bottom: 60px
}

.qa-head h2 {
    font-size: 32px;
    line-height: 1.8
}

.qa-head .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -62px;
    text-align: center
}

@media(max-width: 768px) {
    .qa-head {
        padding: 40px 10px 30px;
        background: url(../img/bg-q-head-sp-1.webp) no-repeat;
        background-size: cover;
        margin-bottom: 30px
    }

    .qa-head h2 {
        font-size: 21px
    }

    .qa-head .icon {
        width: 80px;
        top: -42px
    }
}

.detailBtn a {
    border-radius: 5px;
    background: linear-gradient(to bottom, #ececec, #e0e0e0);
    font-size: 23px;
    color: #2f1b04;
    font-weight: 700;
    display: block;
    border: 1px solid #311803;
    padding: 20px;
    text-align: center;
    position: absolute;
    transition: .3s;
    max-width: 300px;
    margin: 0 auto
}

/*
.detailBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(../../../common/img/icon-arrow02-1.png);
    background-size: 100% 100%;
    right: 20px
}
    */

@media(max-width: 768px) {
    .detailBtn a {
        padding: 1em;
        display: block;
        text-align: center;
        font-size: 23px
    }
}

.video {
    padding: 140px 0 200px
}

.video h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

@media(max-width: 768px) {
    .video {
        padding: 60px 0 100px
    }

    .video h3 {
        display: block;
        margin: 16px 0 30px;
        text-align: left
    }
}

#video .y_tmb {
    width: 100%;
    height: auto
}

#video .y_play {
    transition: .4s;
    position: absolute;
    width: 70px
}

#video a:hover .y_play {
    opacity: 50%
}

#video .procedure-el .flex {
    position: relative;
    align-items: center
}

@media(max-width: 768px) {
    #video h2 {
        font-size: 4.8vw
    }
}

@media(max-width: 768px)and (max-width: 1300px) {
    #video h2 {
        font-size: 5.76vw
    }
}

@media(max-width: 768px) {
    #video .detail-video {
        margin: 0 auto 20px
    }
}

.question {
    padding: 160px 0 200px;
    background: #ececec
}

.question li {
    padding: 40px 0
}

.question li+li {
    border-top: 1px solid #707070
}

.question h3 {
    color: #2f1b04;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1em;
    text-align: left
}

.question h3 p {
    font-size: 18px
}

.question .detailBtn {
    text-align: center;
    margin-top: 50px
}

@media(max-width: 768px) {
    .question {
        padding: 60px 0 100px
    }

    .question li {
        padding: 25px 0
    }

    .question li+li {
        border-top: 2px solid #fff
    }

    .question h3 {
        color: #2c7293;
        font-size: 16px;
        margin: 0 0 1em
    }

    .question h3 p {
        font-size: 14px
    }

    .question .detailBtn {
        margin-top: 30px
    }
}


.qa-title {
    /* タイトルのスタイル */
    text-align: center;
    margin: 30px;
}

.qa-item {
    border: none;
    margin-bottom: 10px;

}

.qa-question {
    cursor: pointer;
    margin: 0;
    padding: 5px;
    /* ボタンのサイズを小さく */
    position: relative;
    background-color: #fff;
    /* 背景色を白に */
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    /* 文字サイズを小さく */
    width: 90%;
    max-width: 1100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.qa-question:hover {
    background-color: #f0f0f0;
}

.qa-answer {
    /* display: none; を削除し、以下のアニメーション用プロパティに変更 */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10;
    transition: all 0s ease-out;
    /* ← ここで0.2秒の動きを指定 */

    /* 元のスタイルから位置や幅に関するものは維持 */
    border-bottom: 1px solid #ddd;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 0%;
    width: 92%;
    max-width: 1100px;
}

/* JavaScriptによって追加される、開いた状態のスタイル */
.qa-answer.is-open {
    max-height: 500px;
    /* 回答の高さより大きい値を指定 */
    opacity: 1;
    padding: 10px;
    margin-top: 10px;
    transition: all 0.2s ease-out;
}

.qa-answer h4 {
    font-size: 1.1rem;
    margin-left: 1%;
    margin-bottom: 10px;
    /* 左右にスペースを追加 */
    position: relative;
}

.qa-answer h4::before {
    content: "";
    display: block;
    width: 98%;
    height: 3px;
    background-color: #cecece;
    /* アンダーラインの色 */
    position: absolute;
    bottom: -7px;
    margin-right: 1%;
}


.qa-answer p {
    font-size: 1rem;
    margin-left: 2%;
    /* 左右にスペースを追加 */
    position: relative;
    color: #777777;
    width: 98%;

}


.icon {
    position: absolute;
    left: 10px;
    /* アイコンの位置を調整 */
    top: 50%;
    transform: translateY(-50%);
    color: orange;
    /* +の色をオレンジに */
    font-size: 25px;
}



/* 新デザインの製品紹介セクション (box1スタイル) */
.box1 {
    position: relative;
    color: #fff;
    padding: 5vw 5vw;
    margin: 5vw 3vw;
    overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    /* ▼ スマホ表示の時に角丸を適用 ▼ */
}

.box1.welder-section {
    background: linear-gradient(135deg, #f7a18c, #8c2a2a);
}

.box1.press-brake-section {
    background: linear-gradient(135deg, #f1b65d, #d35400);
}

.box1 a {
    color: inherit;
}

.box1 .text {
    margin-bottom: 3rem;
}

.box1 .text .product-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin: -2vw 0 1.5rem;
    line-height: 1;
}

.box1 .price-container-box1 {
    text-align: left;
    margin-bottom: 2rem;
}

.box1 .price-container-box1 .price {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* 「万円」のスタイルを修正 */
.box1 .price-container-box1 .price .mark {
    font-size: 1.7rem;
    position: relative;
    /* (税抜)を配置する際の基準点にする */
    margin-right: 5em;
    /* (税抜)が入るためのスペースを右側に確保 */
}

/* 「(税抜)」のスタイルを修正 */
.box1 .price-container-box1 .price .tax {
    font-size: 1rem;
    margin: 12px;
    position: absolute;
    /* 親要素(.mark)を基準に配置 */
    right: 0;
    /* .markの右端を基準にする */
    bottom: 0.1em;
    /* .markのベースラインからの位置を調整 */
    /* topとleftの指定は削除 */
}

.box1 .price-container-box1 .price .more {
    font-size: 1.7rem;
    margin-left: -8.5rem;
}

.box1 .price-container-box1 .pretax {
    font-size: 1rem;
    display: block;
    margin: -0.5rem 0 0.5rem;
    text-shadow: none;
}

.box1 .price-container-box1 .adver {
    font-size: 1.1rem;
    margin-left: 0px;
}

.box1 h2 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.box1 h2.no-line span.sub-text {
    border: none;
    padding-top: 0;
}

.box1 h2 span.sub-text {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    opacity: 0.7;
    letter-spacing: 0.1rem;
    padding-top: 1rem;
}

/* ▼▼▼ ボタンのスタイル変更箇所 ▼▼▼ */
/* ボタンの共通スタイル */
.box1 .btn1 a {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    /* 文字を太く */
    text-align: center;
    letter-spacing: 0.1em;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    /* 枠線を透明に */
    border-radius: 50px;
    /* 角を丸くする */
    transition: all 0.3s ease;
    text-shadow: none;
}

/* 溶接機セクションのボタンスタイル */
.welder-section .btn1 a {
    background: #fff;
    color: #8c2a2a;
    /* 背景の濃い赤色に合わせる */
}

.welder-section .btn1 a:hover {
    background: #8c2a2a;
    color: #fff;
    border-color: #fff;
    /* ホバー時に白い枠線を表示 */
}

/* プレスブレーキセクションのボタンスタイル */
.press-brake-section .btn1 a {
    background: #fff;
    color: #d35400;
    /* 背景の濃いオレンジ色に合わせる */
}

.press-brake-section .btn1 a:hover {
    background: #d35400;
    color: #fff;
    border-color: #fff;
}

/* ▲▲▲ ここまで ▲▲▲ */

.box1 .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1 .image-showcase {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin-bottom: 25px;
}

.box1 .image-showcase img {
    border-radius: 5px;
    display: block;
}

/* product-name内の2行目テキストのスタイル */
.product-name .sub-line {
    font-size: 0.7em;
    /* 親要素の70%のサイズにする */
    font-weight: normal;
    /* 太字を標準の太さに戻す */
    opacity: 0.9;
    /* 少しだけ透明度を下げて差別化 */

}

/* ▼ 溶接機セクションの画像パネルを淡いグラデーションに変更 ▼ */
.welder-section .image-showcase {
    background: linear-gradient(45deg, #fdf8f6, #f8c3a5);
    transform: rotate(2deg);
}

/* ▼ プレスブレーキセクションの画像パネルを淡いグラデーションに変更 ▼ */
.press-brake-section .image-showcase {
    background: linear-gradient(45deg, #fffbf4, #fcd5a3);
    transform: rotate(-2deg);
}


/* PC表示のレイアウト */
@media screen and (min-width:768px) {
    .box1 {
        display: flex;
        gap: 5vw;
        align-items: center;
        border-radius: 15vw 0 15vw 0;
        /* PC表示では特殊な角丸を上書き */
        padding: 5vw 8vw;
    }

    .box1.press-brake-section {
        flex-direction: row-reverse;
    }

    .box1>* {
        flex: 1;
    }

    .box1 .text {
        margin-bottom: 0;
    }

    /* ▼ PC表示の時に文字をさらに大きくする ▼ */
    .box1 h2 {
        font-size: 2.8rem;
    }

    .box1 .text .product-name {
        font-size: 2rem;
    }

    .box1 .price-container-box1 .price {
        font-size: 4rem;
    }

    .box1 .btn1 a {
        font-size: 1.2rem;
    }

}


/* スマホ表示で溶接機セクションの画像とテキストの順序を入れ替える */
@media screen and (max-width: 768px) {
    .box1.welder-section {
        display: flex;
        flex-direction: column;
    }

    .welder-section .image {
        order: 1;
        /* 画像を1番目に表示 */
    }

    .welder-section .text {
        order: 2;
        /* テキストを2番目に表示 */
    }

    .box1 .price-container-box1 .price .tax {
        margin: 6px 35px;
    }
}

/* アニメーション用のスタイル */
.blur {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.1);
}

.blurstyle {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    transition: 1s 0s;
}

.usage {
    text-align: center;
    /* 中央寄せ */
    font-size: 20px;
    /* フォントサイズ */
    color: #ffffff;
    /* 文字色 */
    margin-bottom: 10px;
    /* 上の要素との余白 */
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 500px;
}

@media(max-width: 768px) {

    .qa-question {
        font-size: 14px;
        /* 文字サイズを小さく */

    }

    .qa-answer p {
        font-size: 0.7rem;
    }

    .qa-answer h4 {
        font-size: 0.8rem;
    }


    .goodsDetail img {
        left: 55%;
        width: 45%;
        transform: translate(10%, -5%);

    }

    .goodsDetail {
        padding: 40px 0 130px;
        max-width: 450px;
    }

    .goodsDetail .inner .image {
        display: noneS
    }

    .goodsDetail .inner .titleImage {
        margin: 0 auto 20px;
        width: 80%;
        text-align: left
    }

    .goodsDetail .inner .titleImage img {
        width: 160px
    }

    .goodsDetail .inner .text .row {
        display: block;
        margin: 0px;
        text-align: left
    }

    .goodsDetail .inner .text .row .left {
        width: 100%;
        margin-bottom: 40px;
        padding: 0
    }

    .goodsDetail .inner .text .row .right {
        width: 100%
    }

    .goodsDetail .inner .text .row .right h2 {
        text-align: left
    }

    .goodsDetail .inner .text .row .right .spImage {
        display: block
    }

    .goodsDetail .inner .text .row .right .logo {
        width: 160px;
        margin: 20px auto 20px 0
    }

    .goodsDetail .inner .text .row .right p {
        font-size: 16px;
        text-align: left
    }

    .goodsDetail .inner .text .row .text {
        text-align: left
    }

    .goodsDetail .inner .text h2 {
        font-size: 0.5rem;
        text-align: left
    }


    .goodsDetail .inner .text .image {
        margin-bottom: 1em;
        display: block;
        width: auto
    }

    .goodsDetail .inner .text p {
        font-size: 20px;
        text-align: left;
        margin-left: 8px;
    }


    .goodsDetail .price {
        margin-bottom: 20px;
        position: absolute;
        font-size: 2rem;
    }

    .goodsDetail .price .tax {
        font-size: .55rem;
        margin: 0 0 0 0;
        vertical-align: 0;
        font-weight: bold;
        position: absolute;
        top: 7px;
        left: 65px;
    }

    .goodsDetail .pretax {
        margin-top: -9px;
    }

    .goodsDetail .detailBtn a {
        position: absolute !important;
    }

    .usage {
        font-size: 16px;
        /* フォントサイズ */
        transform: translate(-50%, -100%);
        margin-bottom: 0px;
        /* 上の要素との余白 */
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    #mv .detail .detail-c {
        font-size: 1rem;
    }

}


/* 新規追加セクション: スクロールオーバーレイギミック */

/* 2つのセクションを囲むコンテナ。高さはJSで設定 */
.pin-container {
    position: relative;
}

/* 覆われる側(Point3)のスタイル */
.pin-container .sec-megaview {
    position: sticky;
    /* 画面上部に固定する */
    top: 0;
    z-index: 1;
    /* 背面に配置 */
    /* 高さ(height)は指定せず、コンテンツ自身の高さに依存させる */
}

/* 覆いかぶさる側(#experience-cta)のスタイル */
#experience-cta {
    position: sticky;
    /* こちらも固定 */
    top: 0;
    z-index: 2;
    /* Point3より前面に配置 */

    /* 以下、見た目のスタイル */
    padding: 100px 0;
    background: linear-gradient(to right,
            #e64a3b 0%,
            #e64a3b 40%,
            #f78c0e 60%,
            #f78c0e 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    height: 150vh;
    /* 常に画面いっぱいの高さ */
    display: flex;
    align-items: center;
    justify-content: center;
}

#experience-cta .l-inner {
    width: 100%;
}

#experience-cta .qa-bubbles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

#experience-cta .qa-bubble {
    background-color: #fff;
    color: #333;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 60px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#experience-cta .qa-bubble.left {
    transform: rotate(-2deg);
}

#experience-cta .qa-bubble.right {
    transform: rotate(2deg);
}

#experience-cta .qa-bubble::before,
#experience-cta .qa-bubble::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

#experience-cta .qa-bubble::before {
    bottom: -20px;
    width: 30px;
    height: 30px;
}

#experience-cta .qa-bubble::after {
    bottom: -30px;
    width: 20px;
    height: 20px;
}

#experience-cta .qa-bubble.left::before {
    left: 25%;
}

#experience-cta .qa-bubble.left::after {
    left: 20%;
}

#experience-cta .qa-bubble.right::before {
    right: 25%;
}

#experience-cta .qa-bubble.right::after {
    right: 20%;
}

#experience-cta .qa-bubble.upstyle {
    opacity: 1;
    transform: translateY(0);
}

#experience-cta .qa-bubble.left.upstyle {
    transform: translateY(0) rotate(-2deg);
}

#experience-cta .qa-bubble.right.upstyle {
    transform: translateY(0) rotate(2deg);
}

#experience-cta .qa-bubble.upstyle:nth-child(1) {
    transition-delay: 0.2s;
}

#experience-cta .qa-bubble.upstyle:nth-child(2) {
    transition-delay: 0.4s;
}

#experience-cta .cta-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out 0.6s, transform 0.8s ease-out 0.6s;
}

#experience-cta .cta-content.upstyle {
    opacity: 1;
    transform: translateY(0);
}

#experience-cta .cta-text {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#experience-cta .cta-button {
    display: inline-block;
    background-color: #fff;
    color: #e83a21;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#experience-cta .cta-button:hover {
    background-color: #e83a21;
    color: #fff;
}

@media (max-width: 768px) {
    #experience-cta .qa-bubble::before {
        bottom: -20px;
        width: 20px;
        height: 20px;
    }

    #experience-cta .qa-bubble::after {
        bottom: -30px;
        width: 15px;
        height: 15px;
    }


    #experience-cta .qa-bubbles {
        flex-direction: column;
        gap: 50px;
    }

    #experience-cta .qa-bubble {
        width: 80%;
        padding: 15px 30px;
        font-size: 1.5rem;
        transform: translateY(0) rotate(-2deg) !important;
    }

    #experience-cta .qa-bubble::before,
    #experience-cta .qa-bubble::after {
        left: 50%;
        transform: translateX(-50%);

    }

    #experience-cta .qa-bubble.right::before {
        left: 25%;
    }

    #experience-cta .qa-bubble.right::after {
        left: 20%;
    }

    #experience-cta .qa-bubble::after {
        display: block;
    }

    #experience-cta .cta-text {
        font-size: 1.6rem;
    }

    #experience-cta .cta-button {
        font-size: 1rem;
        padding: 12px 30px;
    }

    #experience-cta {
        position: sticky;
        /* こちらも固定 */
        top: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        /* Point3より前面に配置 */

        padding: 100px 0;
        background: linear-gradient(to bottom,
                #e64a3b 0%,
                #e64a3b 50%,
                #f78c0e 65%,
                #f78c0e 100%);
        color: #fff;
        text-align: center;
        overflow: hidden;
    }
}

.pre-bubble-text {
    color: #fff;
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    /* 画面サイズに応じて文字サイズを調整 */
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    /* 吹き出しとの間に余白を作成 */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    /* 文字に影をつけて読みやすくする */
}

/* ブランドメッセージセクション */
#brand-message {
    background-color: #1a1a1a;
    background-image: linear-gradient(0deg, transparent 9%, rgba(255, 255, 255, 0.04) 10%, rgba(255, 255, 255, 0.04) 11%, transparent 12%), linear-gradient(90deg, transparent 9%, rgba(255, 255, 255, 0.04) 10%, rgba(255, 255, 255, 0.04) 11%, transparent 12%);
    background-size: 60px 60px;
    color: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ブランドメッセージ内のハイライト文章のblurアニメーションを調整 */
#brand-message .highlight.blur.blurstyle {
    transition-property: opacity, filter, transform;
    /* アニメーション対象を指定 */
    transition-duration: 0.5s;
    /* アニメーションの時間を2秒に設定 */
    transition-timing-function: ease-out;
    transition-delay: 0s;
    /* 遅延なく開始 */
}


/* 背景の装飾テキスト */
.brand-message-bg-text {
    position: absolute;

    font-size: 15vw;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    z-index: 1;
    user-select: none;
}

.brand-message-bg-text.left-side {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 初期位置を中央に */
}

.brand-message-bg-text.right-side {
    top: 70%;
    right: 50%;
    transform: translate(50%, -50%);
    /* 初期位置を中央に */
}

.brand-message-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 5%;
    padding: 0 40px;
    display: grid;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(29, 233, 182, 0.1), rgba(29, 200, 205, 0.1));
    transform: skewY(-4deg);
    padding: 65px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brand-message-container>div {
    transform: skewY(4deg);
}

.brand-message-text-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f0f0f0;
    text-align: left;
    margin-left: 10px;
    word-break: keep-all;
}

.brand-message-text-content h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}


/* ▼ ロゴ画像のサイズを大きくする ▼ */
.brand-message-text-content .brand-logo {
    height: 2.5em;
    /* サイズを大きく */
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: -13px;
}




.brand-message-text-content p {
    font-size: 1rem;
    line-height: 2;
    color: #dcdcdc;
    margin-bottom: 20px;
}

.brand-message-text-content span.highlight {
    font-size: 1.2rem;
    font-weight: bold;
    color: #f7ec8c;
    padding: 20px;
}

.brand-message-text-content .brand-logo .img {
    top: 20px
}

/* ▼▼▼ タイプライターアニメーション用のスタイル ▼▼▼ */
/* ブランドメッセージセクションのタイプライターでwbrを機能させる */

.typewriter-text {
    opacity: 0;
    /* 初期状態では非表示 */
    transition: opacity 0.5s ease;
    /* 表示される際に滑らかに */
    word-break: keep-all;
}

/* JSによって追加され、一度表示されたら消えないクラス */
.typewriter-text.is-visible {
    opacity: 1;
}

/* アニメーション中だけ表示されるカーソル */
.typewriter-text.is-active::after {
    content: "▋";
    /* カーソル */
    animation: blink 1s step-end infinite;
    /* 点滅アニメーション */
    margin-left: 0.2em;
    color: #f7ec8c;
    /* カーソルの色 */
}

/* 個々の単語のアニメーション */
.typewriter-text .word {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.typewriter-text .word.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 点滅アニメーションの定義 */
@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* ▲▲▲ ここまで ▲▲▲ */


/* スマートフォン表示用のスタイル */
@media (max-width: 960px) {
    #brand-message {
        padding: 80px 0;
    }

    .brand-message-container {
        grid-template-columns: 1fr;
        padding: 60px 30px;
        transform: skewY(-2deg);
    }

    .brand-message-container>div {
        transform: skewY(2deg);
    }

    .brand-message-text-content h3 {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .brand-message-text-content .brand-logo {
        height: 1.8em;
        /* スマホでのロゴサイズ */
        margin-right: 0;
        margin-bottom: 10px;
    }

    #brand-message .highlight {
        display: inline-block;
        /* 中央揃えを有効にするため */
        text-align: center;
        /* テキストを中央に配置 */
        width: 100%;
        /* 幅を親要素いっぱいに広げる */
    }

    .brand-message-text-content span.highlight {

        font-size: 1.1rem;
    }

    .brand-message-image-content {
        margin-top: 40px;
    }

    #brand-message {
        background-size: 40px 40px;
    }

    .brand-message-bg-text {
        font-size: 30vw;
    }

    .brand-message-text-content h2 {
        font-size: 1rem;
        margin-left: 5px;
    }

    .brand-message-text-content p {
        font-size: 0.8rem;
    }
}


#latest-info {
    padding: 100px 0;
    text-align: center;
    background-color: #f8f8f8;
    color: #333;
    overflow: hidden; /* アニメーション要素がはみ出さないように */
}

#latest-info .section-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #333;
}

#latest-info .section-description {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 60px;
}

.X-card {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block; /* 中央寄せとflex-direction: column; のため */
    text-decoration: none;
    color: inherit;
}

.X-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.X-card a {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center; /* 水平中央揃え */
    padding: 30px;
    text-decoration: none;
    color: #333;
}

.X-icon {
    width: 4em; /* アイコンの幅を指定 */
    height: 4em; /* アイコンの高さを指定 */
    margin-bottom: 15px;
    display: flex; /* 画像を中央に配置するため */
    align-items: center;
    justify-content: center;
}

.X-icon img  {
    width: 100%; /* 親要素に合わせて幅を調整 */
    height: auto;
}

.X-text {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 8px;
}

.X-username {
    font-size: 1.1em;
    color: #555;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
    #latest-info {
        padding: 60px 20px;
    }
    #latest-info .section-title {
        font-size: 2.5em;
    }
    #latest-info .section-description {
        font-size: 1em;
        margin-bottom: 40px;
    }
    .X-card {
        max-width: 90%;
        padding: 20px;
    }
    .X-icon {
        font-size: 3em;
    }
    .X-text {
        font-size: 1.1em;
    }
    .X-username {
        font-size: 0.9em;
    }
}
/*# sourceMappingURL=style.min.css.map */