@charset "UTF-8";
/* -----共通部品----- */
.banner-wrap {
    width: 270px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #F4511E;
    transition: background-color 0.2s, transform 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.banner-wrap:hover {
    background-color: #d84315;
}
.banner-wrap:active {
    background-color: #d84315; /* 押したときに少し暗めのオレンジに */
    transform: scale(0.97); /* 少し小さくして押した感を演出 */
}
.banner-circle {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-style {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 900;
    font-size: 19px;
    color: white;
}

/* -----スマホ表示用(共通)----- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #333;
    line-height: 1.8;
}
img {
    max-width: 100%;
}
a {
    display: inline-block;
}
/* ファーストビュー */
.first-view {
    width: 100%;
    height: 100vh;
    background-image: url(../img/smartphone/background_First.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.rogo-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.rogo-img {
    width: 70px;
}
.title-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.title-img {
    width: 260px;
    height: 40px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.2); /* 白 + 不透明度20% */
    padding: 20px;
}
.first-view-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-style {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 900;
    color: white;
    text-align: center;
}
/* ２ページ目 */
.page-2 {
    position: relative;
    padding: 20px 0 40px;
    text-align: center;
    background-color: #F2EEE4;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 900;
    color: #333;
}
.button-wrap {
    position: absolute;
    left: 50%;
    top: 270px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 190px;
}
.button-left {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-right {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-2 h2 {
    font-size: 32px;
    text-align: center;
}
.page-2 h3 {
    padding-bottom: 40px;
    font-size: 20px;
    text-align: center;
}
.slider {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden; /* ← スクロール可能にする */
    scroll-snap-type: x mandatory; /* スナップ効果を使いたいとき */
    overflow: hidden;
    display: flex;
    gap: 20px;
}
.page2-content {
    scroll-snap-align: center; /* スライド位置でパチっと止まる */
    flex-shrink: 0;
    width: 260px;
    height: 530px;
    background-color: white;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.content-img1 {
    width: 240px;
    height: 230px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                      url(../img/smartphone/content-img1.jpg);
    background-size: cover;
    background-position: center;
}
.content-img2 {
    width: 240px;
    height: 230px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                      url(../img/smartphone/content-img2.jpg);
    background-size: cover;
    background-position: center;
}
.content-img3 {
    width: 240px;
    height: 230px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                      url(../img/smartphone/content-img3.jpg);
    background-size: cover;
    background-position: center;
}
.img-text {
    color: white;
    font-size: 24px;
    padding-top: 170px;
}
.content-text {
    width: 240px;
    height: 69px;
    font-size: 16px;
    text-align: left;
}
/* ３ページ目 */
.page-3 {
    width: 100%;
    height: 917px;
    padding: 30px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),  /* ← オーバーレイ */
                      url(../img/smartphone/background_page3.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #F2EEE4;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: white;
}
.page3-heading {
    line-height: 1.3;
}
.page3-heading .line-1 {
    font-size: 16px;
}
.page3-heading .line-2 {
    font-size: 20px;
}
.page3-heading .line-3 {
    font-size: 32px;
}
.page3-heading .line-4 {
    font-size: 12px;
    color: #c3c3c3;
}
.page3-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 30px 0;
}
.content-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}
.item-left {
    font-size: 12px;
}
.item-center {
    flex-grow: 1;
    height: 1px;
    border: 1px solid #fff;
}
.item-right {
    font-size: 20px;
}
.content-heading {
    font-size: 20px;
}
.page3-text {
    font-size: 16px;
}
.space {
    height: 30px;
}

/* -----タブレット用----- */
@media (min-width: 600px) {
    /* 共通部分 */
    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 23px;
        color: #333;
        line-height: 1.8;
    }
    img {
        max-width: 100%;
    }
    a {
        display: inline-block;
    }
    .background-tablet-pc {
        width: 100vw;
        height: 100vh;
        background-image: url(../img/background-tablet.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        overflow-y: auto;
    }
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* ファーストビュー */
    .first-view {
        width: 440px;
        height: 100vh;
        background-image: url(../img/smartphone/background_First.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .rogo-wrap {
        display: flex;
        justify-content: flex-end;
        padding: 20px;
    }
    .rogo-img {
        width: 70px;
    }
    .title-wrap {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .title-img {
        width: 260px;
        height: 40px;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.2); /* 白 + 不透明度20% */
        padding: 20px;
    }
    .first-view-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .text-style {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 900;
        color: white;
        text-align: center;
    }
    /* ２ページ目 */
    .page-2 {
        width: 440px;
        height: 733px;
        position: relative;
        padding: 20px 0 40px;
        text-align: center;
        background-color: #F2EEE4;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 900;
        color: #333;
    }
    .button-wrap {
        position: absolute;
        left: 50%;
        top: 270px;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        gap: 190px;
    }
    .button-left {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .button-right {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .page-2 h2 {
        font-size: 32px;
        text-align: center;
    }
    .page-2 h3 {
        padding-bottom: 40px;
        font-size: 20px;
        text-align: center;
    }
    .slider {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden; /* ← スクロール可能にする */
        scroll-snap-type: x mandatory; /* スナップ効果を使いたいとき */
        overflow: hidden;
        display: flex;
        gap: 20px;
    }
    .page2-content {
        scroll-snap-align: center; /* スライド位置でパチっと止まる */
        flex-shrink: 0;
        width: 260px;
        height: 530px;
        background-color: white;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .content-img1 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img1.jpg);
        background-size: cover;
        background-position: center;
    }
    .content-img2 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img2.jpg);
        background-size: cover;
        background-position: center;
    }
    .content-img3 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img3.jpg);
        background-size: cover;
        background-position: center;
    }
    .img-text {
        color: white;
        font-size: 24px;
        padding-top: 170px;
    }
    .content-text {
        width: 240px;
        height: 69px;
        font-size: 16px;
        text-align: left;
    }
    /* ３ページ目 */
    .page-3 {
        width: 440px;
        height: 954px;
        padding: 30px 20px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),  /* ← オーバーレイ */
                        url(../img/smartphone/background_page3.jpg);
        background-size: cover;
        background-position: center;
        text-align: center;
        background-color: #F2EEE4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: white;
    }
    .page3-heading {
        line-height: 1.3;
    }
    .page3-heading .line-1 {
        font-size: 16px;
    }
    .page3-heading .line-2 {
        font-size: 20px;
    }
    .page3-heading .line-3 {
        font-size: 32px;
    }
    .page3-heading .line-4 {
        font-size: 12px;
        color: #c3c3c3;
    }
    .page3-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
        padding: 30px 0;
    }
    .content-item {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 5px;
    }
    .item-left {
        font-size: 12px;
    }
    .item-center {
        flex-grow: 1;
        height: 1px;
        border: 1px solid #fff;
    }
    .item-right {
        font-size: 20px;
    }
    .content-heading {
        font-size: 20px;
    }
    .page3-text {
        font-size: 16px;
    }
    .space {
        height: 30px;
    }  
}

/* -----パソコン用----- */
@media (min-width: 1024px) {
    /* 共通部分 */
    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: clamp(19px, 5.3vw, 23px);
        color: #333;
        line-height: 1.8;
    }
    img {
        max-width: 100%;
    }
    a {
        display: inline-block;
    }
    .background-tablet-pc {
        width: 100vw;
        height: 100vh;
        background-image: url(../img/background-tablet.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        overflow-y: auto;
    }
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* ファーストビュー */
    .first-view {
        width: 440px;
        height: 100vh;
        background-image: url(../img/smartphone/background_First.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .rogo-wrap {
        display: flex;
        justify-content: flex-end;
        padding: 20px;
    }
    .rogo-img {
        width: 70px;
    }
    .title-wrap {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .title-img {
        width: 260px;
        height: 40px;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.2); /* 白 + 不透明度20% */
        padding: 30px 0 clamp(30px, 9vw, 42px);
    }
    .first-view-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .text-style {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 900;
        color: white;
        text-align: center;
    }
    /* ２ページ目 */
    .page-2 {
        width: 440px;
        height: 733px;
        position: relative;
        padding: 20px 0 40px;
        text-align: center;
        background-color: #F2EEE4;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 900;
        color: #333;
    }
    .button-wrap {
        position: absolute;
        left: 50%;
        top: 270px;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        gap: 190px;
    }
    .button-left {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .button-right {
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-2 h2 {
        font-size: 32px;
        text-align: center;
    }
    .page-2 h3 {
        padding-bottom: 40px;
        font-size: 20px;
        text-align: center;
    }
    .slider {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden; /* ← スクロール可能にする */
        scroll-snap-type: x mandatory; /* スナップ効果を使いたいとき */
        overflow: hidden;
        display: flex;
        gap: 20px;
    }
    .page2-content {
        scroll-snap-align: center; /* スライド位置でパチっと止まる */
        flex-shrink: 0;
        width: 260px;
        height: 530px;
        background-color: white;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .content-img1 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img1.jpg);
        background-size: cover;
        background-position: center;
    }
    .content-img2 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img2.jpg);
        background-size: cover;
        background-position: center;
    }
    .content-img3 {
        width: 240px;
        height: 230px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* ← オーバーレイ */
                        url(../img/smartphone/content-img3.jpg);
        background-size: cover;
        background-position: center;
    }
    .img-text {
        color: white;
        font-size: 24px;
        padding-top: 170px;
    }
    .content-text {
        width: 240px;
        height: 69px;
        font-size: 16px;
        text-align: left;
    }
    /* ３ページ目 */
    .page-3 {
        width: 440px;
        height: 904px;
        padding: 30px 20px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),  /* ← オーバーレイ */
                        url(../img/smartphone/background_page3.jpg);
        background-size: cover;
        background-position: center;
        text-align: center;
        background-color: #F2EEE4;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: white;
    }
    .page3-heading {
        line-height: 1.3;
    }
    .page3-heading .line-1 {
        font-size: 16px;
    }
    .page3-heading .line-2 {
        font-size: 20px;
    }
    .page3-heading .line-3 {
        font-size: 32px;
    }
    .page3-heading .line-4 {
        font-size: 12px;
        color: #c3c3c3;
    }
    .page3-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
        padding: 30px 0;
    }
    .content-item {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 5px;
    }
    .item-left {
        font-size: 12px;
    }
    .item-center {
        flex-grow: 1;
        height: 1px;
        border: 1px solid #fff;
    }
    .item-right {
        font-size: 20px;
    }
    .content-heading {
        font-size: 20px;
    }
    .page3-text {
        font-size: 16px;
    }
    .space {
        height: 30px;
    } 
}