@charset "utf-8";

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}



/* 基本スタイル */
html {
    height: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    width: 100%;
    min-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    font-size: 1.6rem;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sn__body {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 1.8rem;
    position: relative;
    z-index: 12;
}

#sn__section {
    width: 100%;
    max-width: 100%;
    background-color: #E7E7E8;
    border-bottom: 1px solid #A8ABAF;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
}


@media only screen and (max-width: 47.9375em) {
    body {
        font-size: 3.7333333333vw;
    }
}

@media only screen and (max-width: 47.9375em) {
    body {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }
}

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

@media (max-width: 640px) {
    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }
}

/* @media print {
    body {
        zoom: 0.5;
        -webkit-print-color-adjust: exact;
    }
} */

/* アニメーションキャンセル */
.br-640px,
.floating-btn,
.floating-btn img {
    opacity: 1;
    transform: none;
}


/* 見出しスタイル */
.sn__h1 {
    font-size: 6.6rem;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.05em;
    margin: 1vw 0;
}

.sn__h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin: 0;
}

.sn__h3 {
    font-size: 3rem;
    letter-spacing: 1rem;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .sn__h1 {
        font-size: 2rem;
    }

    .sn__h2 {
        font-size: 1.5rem;
    }

    .sn__h3 {
        font-size: 1.2rem;
    }
}



/*  テキストスタイル */
.sn__text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sn__text-left {
    text-align: left;
}

.sn__text-right {
    text-align: right;
}

/* 改行 */
.br-640px {
    display: inline;
}

.br-gt640px {
    display: block;
}

@media (max-width: 640px) {
    .br-640px {
        display: block;
    }

    .br-gt640px {
        display: inline;
    }
}




/* ボタン　共通スタイル */
.sn__btn {
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    border: 2px solid #393332;
    border-radius: 100px;
    padding: 20px 50px;
    position: relative;
    background-color: rgba(163, 163, 163, 0);
    box-shadow: 3px 5px 5px rgba(163, 163, 163, 0.5);
}

.sn__btn:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: none;
}

/* テキストのみボタン */
.sn__btn-text {
    padding: 20px 40px;
    text-align: center;
}

/* 左アイコンボタン */
.sn__btn-icon--left {
    padding-left: 75px;
}

/* 右アイコンボタン */
.sn__btn-icon--right {
    padding-right: 60px;
}

/* 四角スタイル */
.sn__btn--square {
    border-radius: 0;
    box-shadow: none;
}

/* ボタン中央揃え */
.sn__btn--center {
    display: block;
}

/* ボタン右寄せ */
.sn__btn--right {
    display: block;
    margin: 4vw 0 0 auto;
}

/* Smallサイズ */
.sn__btn-small {
    padding: 8px 25px;
}

/* @media only screen and (max-width: 47.9375em) {

    .sn__btn {
        font-size: 3.7333333333vw;
        padding: 20px;
        padding-left: 50px;
    }
} */
/* 
@media only screen and (max-width: 47.9375em) {

    .sn__btn::after {
        left: 20px;
    }
} */


/* 購入ボタン　アイコン */
.sn__btn-buy:hover::after {
    background-image: url(../images/icon-btn04-white.webp);
}

.sn__btn-buy::after {
    display: inline-block;
    content: "";
    background-image: url(../images/icon-btn04.webp);
    background-repeat: no-repeat;
    background-size: 22px 26px;
    width: 22px;
    height: 26px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

/* 問い合わせボタン　アイコン */
.sn__btn-contact {
    letter-spacing: 5px;
    padding: 20px 75px 20px 115px;
}

.sn__btn-contact:hover::after {
    background-image: url(../images/icon-mail_white.webp);
}

.sn__btn-contact::after {
    display: inline-block;
    content: "";
    background-image: url(../images/icon-mail_black.webp);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

/* 詳細（arrow）ボタン　アイコン */
.sn__btn-arrow:hover::after {
    background-image: url(../images/arrow-right.svg);
}

.sn__btn-arrow::after {
    display: inline-block;
    content: "";
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}



/* レイアウト */
.sn__flex-row {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.sn__flex-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sn__flex-row--rev {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
}

.sn__flex-col--rev {
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
}

.sn__flex-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2vw;
}



/* カード共通スタイル */
.sn__card {
    margin: 4vw 0;
    padding: 0;
}

.sn__card-hover:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.sn__card-small {
    padding: 10px;
}

.sn__card-large {
    padding: 50px;
}

/* 縦向きカード */
.sn__card-img--top {
    display: flex;
    flex-direction: column;
}

.sn__card-img--bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 2vw;
}

/* 横向きカード */
.sn__card-img--left {
    display: flex;
    flex-direction: row;
    gap: 3vw;
}

.sn__card-img--right {
    display: flex;
    flex-direction: row-reverse;
    gap: 3vw;
}





/* 画像 */
.sn__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.sn__img--square {
    width: 100%;
}

.sn__img--round {
    border-radius: 50px;
}


/* box */

.sn__box-01 {
    position: relative;
    padding: 10px 30px;
    border: solid 3px #A8ABAF;
    border-radius: 8px;
}

.sn__box-01 .sn__box-01--title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #E7E7E8;
    font-weight: bold;
}

.sn__box-01 p {
    margin: 0;
    padding: 0;
}




/* footer */
/* .page-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #333333;
    border-radius: 100%;
    opacity: 0.8;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100;
} */

/* フローティングボタン */
.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: rgba(42, 42, 42, 0.8);
    border-radius: 100%;
    opacity: 0.8;
    position: fixed;
    bottom: 35px;
    right: 20px;
    border: 1px solid #fff;
    z-index: 100;
}