body {
    min-width: 330px;
}

.br--tb {
    display: none;
}

.br--sp {
    display: none;
}


@media screen and (max-width: 1440px) {
    .br {
        display: none;
    }

    .br--tb {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .br--sp {
        display: block;
    }

    .br--sp--n {
        display: none;
    }
}



header {
    position: absolute;
    width: 350px;
}

.header--img {
    display: block;
    margin: 50px auto 0;
}

.first-view {
    position: relative;
    width: calc(100% - 350px);
    height: 100vh;
    min-height: 1000px;
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/top-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-left: auto;
    animation: shrinkBackground 10s linear forwards;
    margin-bottom: 150px;
}

@keyframes shrinkBackground {
    from {
        background-size: 110%;
    }

    to {
        background-size: 100%;
    }
}

.first-view--btn {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.first-view--btn--text {
    display: inline-block;
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .48);
    border-radius: 10px;
    padding: 4px;
    margin: 12px 0;
    text-align: center;
}

.first-view--btn--link {
    background-color: #E8494B;
    border-radius: 10px;
    padding: 16px 40px;
    color: #FFFFFF;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.first-view--copy {
    position: absolute;
    font-size: 60px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    color: #FFFFFF;
    left: 10%;
    top: 40%;
    transform: translateY(-40%);
    letter-spacing: .3em;
    height: max-content;
}

.first-view--text {
    position: absolute;
    bottom: 20%;
    right: calc(100% + 80px);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .6em;
    line-height: 2;
    color: #6B0000;
}

.first-view--img {
    position: absolute;
    bottom: -150px;
    left: -350px;
}

.first-view--img--sp {
    display: none;
}

@media screen and (max-width: 1440px) {
    header {
        width: 150px;
        background-color: unset;
    }

    .first-view {
        width: 100%;
        max-height: 800px;
    }

    .header--img {
        width: 120px;

    }

    .first-view--copy {
        left: 150px;
    }

    .first-view--copy {
        font-size: 40px;
    }

    .first-view--img {
        display: none;
    }

    .first-view--img--sp {
        width: 100%;
        display: block;
        margin-top: 300px;
    }

    .first-view--text {
        font-size: 18px;
        right: 50%;
        transform: translateX(50%);
        top: calc(100% + 40px);
        bottom: auto;
        height: max-content;
    }
}

@media screen and (max-width: 768px) {
    .first-view {
        background-position: top;
        max-height: 600px;
    }

    @keyframes shrinkBackground {
        from {
            background-size: 190%;
        }

        to {
            background-size: 180%;
        }
    }

    .first-view--copy {
        font-size: 32px;
        left: 40px;
        top: 150px;
        transform: translateY(0);
    }

    .first-view--btn {
        width: 150px;
        bottom: 20%;
    }

    .first-view--btn--text {
        font-size: 16px;
    }

    .first-view--btn--link {
        font-size: 16px;
        padding: 12px 30px;
    }
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: max-content;
}

.section--concept {
    position: relative;
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/red-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
}

.concept--inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.concept--head {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .5em;
    color: #6B0000;
    margin-right: 50px;
}

.concept--sub {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: .36em;
    color: #6B0000;
    margin-right: 60px;
    margin-top: 50px;
}

.concept--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: .24em;
    line-height: 2;
    color: #6B0000;
    margin-right: 72px;
    margin-top: 60px;
}

.concept--img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    .concept--head {
        font-size: 24px;
    }

    .concept--sub {
        font-size: 20px;
        margin-right: 80px;
    }

    .concept--text {
        font-size: 16px;
        line-height: 2.5;
        margin-right: 38px;
    }

    .concept--img {
        width: 140px;
    }
}

@media screen and (max-width: 768px) {

    .concept--sub {
        margin-right: 24px;
    }

    .concept--text {
        margin-right: 24px;
    }

}

.section--story {
    padding: 200px 0;
}

.story--img {
    position: relative;
    width: 600px;
    height: 100%;
    margin-left: 160px;
    z-index: -2;
}

.story--inner {
    position: relative;
}

.story--iwate {
    width: 500px;
    position: absolute;
    top: -130px;
    z-index: -1;
}

.section--story .concept--text {
    margin-right: 50px;
}


@media screen and (max-width: 1440px) {

    .section--story .concept--head {
        margin-right: 0;
    }

    .section--story .concept--text {
        margin-right: 20px;
    }


    .story--img {
        width: 400px;
        margin-left: 50px;
    }

    .story--iwate {
        width: 400px;
        top: -130px;
        left: 55%;
        transform: translateX(-70%);
    }
}

@media screen and (max-width: 768px) {
    .story--inner {
        flex-wrap: wrap;
    }

    .story--img {
        width: 100%;
        margin-left: 0;
    }

    .section--story .concept--head {
        font-size: 22px;
        margin-top: 46px;
        margin-left: 28px;
    }

    .section--story .concept--text {
        margin-top: 46px;
    }

    .story--iwate {
        width: 60%;
        transform: translateX(-60%);
    }
}

@media screen and (max-width: 400px) {
    .story--iwate {
        top: -80px;
    }
}

.section--title {
    position: relative;
    width: 700px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    color: #6B0000;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #6B0000;
    border-bottom: 1px solid #6B0000;
    padding: 40px;
    margin: 0 auto;
}

.section--title::before {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 85px;
    background-color: #6B0000;
}

.section--title::after {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 85px;
    background-color: #6B0000;
}

.professional--contents {
    position: relative;
    height: fit-content;
}

.professional--item {
    margin-top: 100px;
    margin-bottom: 240px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.professional--item--sp--2 {
    margin-bottom: 100px;
}

.professional--head {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 25px;
    color: #6B0000;
    line-height: 2;
    background-color: rgba(255, 255, 255, .63);
}

.professional--name {
    display: block;
    position: absolute;
    top: 100%;
    right: 30px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 24px;
    color: #6B0000;
    line-height: 2;
}

.professional--item--sp--3 .professional--name {
    right: initial;
    left: 30px;
}

.professional--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: .24em;
    line-height: 2;
    color: #6B0000;
    margin-top: 35px;
}

.professional--img {
    margin: 25px 30px 0;
}

.professional--img--sub {
    position: absolute;
    bottom: -100px;
    right: -250px;
}

.professional--info {
    margin-top: 100px;
    margin-bottom: 300px;
    text-align: center;
}

.professional--info--head {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 24px;
    color: #6B0000;
    line-height: 2;
}

.professional--info--body {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 18px;
    color: #6B0000;
    line-height: 1.5;
    margin-top: 16px;
}


@media screen and (max-width: 1440px) {

    .section--title {
        width: 500px;
        font-size: 22px;
        padding: 35px;
    }

    .section--title::before {
        height: 65px;
    }

    .section--title::after {
        height: 65px;
    }

    .professional--img {
        margin: 0;
    }

    .professional--img--1 {
        width: 270px;
        margin: 0 auto;
        margin-left: 60px;
    }

    .professional--head {
        font-size: 18px;
    }

    .professional--head--1 {
        writing-mode: vertical-rl;
        text-orientation: upright;
        width: auto;
        height: 100%;
        top: 0;
        right: 0;
        left: initial;
        transform: translateX(0);
        letter-spacing: .2em;
    }

    .professional--head--2 {
        width: 100%;
    }

    .professional--head--3 {
        top: 0;
        font-size: 20px;
        text-align: left;
        padding-left: 10px;
    }

    .professional--text {
        margin-right: 15px;
    }

    .professional--name {
        font-size: 18px;
        right: 10px;
    }


    .professional--img--sub {
        position: absolute;
        bottom: -50px;
        right: 50%;
    }

    .professional--item--sp--3 .professional--name {
        right: 0;
        left: initial;
    }

    .professional--item--sp {
        flex-direction: column;
        margin-right: 40px;
    }

    .professional--item--sp--2 {
        flex-direction: column-reverse;
    }

    .professional--item--sp .professional--text {
        margin-right: 180px;
        margin-top: 50px;
    }

    .professional--item--sp--2 .professional--text {
        margin-right: auto;
        margin-left: 300px;
    }

    .professional--item--sp .professional--contents {
        width: 600px;
        margin-right: 0;
        margin-left: auto;
    }

    .professional--item--sp--2 .professional--contents {
        width: 600px;
        margin-left: 40px;
    }

    .professional--item--sp--2 .professional--name {
        left: 0px;
    }

    .professional--img--2 {
        margin: 0;
    }

    .professional--head--2 {
        top: 0;
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {

    .section--title {
        width: 300px;
        padding: 10px 24px;
    }

    .section--title::before {
        height: 40px;
        left: 25px;
    }

    .section--title::after {
        height: 40px;
        right: 25px;
    }

    .professional--img--sub {
        position: absolute;
        bottom: -20px;
        right: 200px;
    }

    .professional--text {
        line-height: 1.8;
    }

    .professional--item--sp .professional--text {
        margin-right: 0;
        margin-top: 50px;
    }

    .professional--item--sp--2 .professional--text {
        margin-right: auto;
        margin-left: 0;
    }

    .professional--item--sp .professional--contents {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
    }

    .professional--item--sp--2 .professional--contents {
        width: 100%;
        margin-left: 0;
    }

    .professional--item--sp--3 {
        flex-direction: column;
        margin-right: 40px;
    }

    .professional--item--sp--2 {
        margin-left: 40px;
    }

    .professional--item--sp--3 .professional--contents {
        width: 100%;
    }

    .professional--img--1 {
        width: 300px;
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .professional--name {
        top: initial;
        right: initial;
        background-color: #FFFFFF;
    }

    .professional--item--sp--3 .professional--name {
        top: 10px;
        right: 135px;
        padding: 4px;
    }

    .professional--item--sp .professional--name {
        bottom: 4px;
        left: 4px;
    }

    .professional--item--sp--2 .professional--name {
        bottom: 4px;
        right: 4px;
        left: initial;
    }

    .professional--head--2 {
        font-size: 18px;
    }

    .professional--head--3 {
        text-align: center;
        padding-left: 0;
    }

    .professional--item {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}


.section--shop .section--inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 90px;
}

.shop--copy {
    position: absolute;
    top: 0;
    right: 90px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    color: #6B0000;
    letter-spacing: .5em;
    height: max-content;
}

.shop--copy span {
    margin-top: 120px;
}

.shop--img {
    width: 90%;
}

.shop--contents {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    align-items: center;
}

.shop--content {
    margin-left: 42px;
}

.shop--logo {
    width: 240px;
    height: 100%;
}

.shop--img--sub {
    width: 400px;
    height: 100%;
}

.shop--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: .24em;
    line-height: 2;
    color: #6B0000;
    margin-top: 30px;
}

@media screen and (max-width: 1340px) {
    .shop--img {
        width: 100%;
    }

    .section--shop .section--inner {
        padding: 0;
    }

    .shop--contents {
        display: block;
    }

    .shop--img--sub {
        margin-left: 40px;
        margin-bottom: 24px;
    }

    .shop--copy {
        font-size: 22px;
        top: initial;
        bottom: 24%;
        right: 140px;
    }

    .shop--copy span {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .shop--copy {
        background-color: rgba(255, 255, 255, .76);
        font-size: 20px;
        padding: 4px 16px;
        top: 10%;
        right: 40px;
        bottom: initial;
    }

    .shop--img--sub {
        width: 60%;
        margin-left: 0;
    }

    .shop--logo {
        width: 140px;
    }
}

.section--apple {
    margin-top: 300px;
}

.apple--list {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 80px;
    margin: 64px auto 0;
    border: solid 2px #6B0000;
    border-top: none;
    padding: 40px 40px 100px;
}

.apple--item {
    width: 350px;
    position: relative;
}

.apple--img {
    position: relative;
    display: block;
    margin: 0 auto -80px;
    z-index: -1;
}

.apple--date {
    position: absolute;
    top: 0;
    background-color: #D30000;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apple--content {
    height: 500px;
    border: solid 1px #6B0000;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    padding: 40px;
    background-color: #fff;
}

.apple--name {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 28px;
    color: #6B0000;
    text-align: center;
}

.apple--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #6B0000;
    margin-top: 30px;
}

.apple--item--info {
    text-align: center;
    width: 100%;
}

.apple--item--info--sp {
    display: none;
}

.apple--item--info--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #6B0000;
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {

    .apple--list {
        margin: 70px 15px;
    }

    .apple--name {
        font-size: 24px;
    }

    .apple--item--info--pc {
        display: none;
    }

    .apple--item--info--sp {
        padding: 0 40px;
        display: block;
        margin-bottom: 180px;
    }

    .apple--item--info--head {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
        font-size: 24px;
        line-height: 1.5;
        color: #6B0000;
        text-align: left;
        margin-bottom: 10px;
    }

    .apple--item--info--sp .apple--item--info--text {
        text-align: left;
        margin-bottom: 38px;
        margin-top: 0;
    }
}


@media screen and (max-width: 768px) {
    .section--apple .section--title {
        font-size: 18px;
    }

    .section--apple .section--title {
        width: 320px;
        padding: 10px 14px;
    }

    .section--apple .section--title::before {
        height: 35px;
        left: 10px;
    }

    .section--apple .section--title::after {
        height: 35px;
        right: 10px;
    }

    .apple--date {
        font-size: 18px;
        width: 95px;
        height: 95px;
    }

    .apple--list {
        border: none;
        padding: 40px 20px 0;
    }

    .apple--item--info--head {
        font-size: 20px;
    }

    .apple--content {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 468px) {
    .apple--text {
        margin-top: 10px;
    }
}

.section--feature {
    position: relative;
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/feature--bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 280px 0 200px;
    margin-top: 135px;
}

.feature--inner {
    max-width: 1200px;
    margin: 0 auto;
}

.feature--list {
    position: relative;
    display: flex;
    gap: 0 60px;
    justify-content: space-between;
}

.feature--item--head {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;
    color: #6B0000;
    text-align: center;
}

.feature--item--img {
    margin-top: 2px;
}

.feature--item--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #6B0000;
    text-align: center;
    margin-top: 16px;
}

.feature--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #6B0000;
    margin-top: 72px;
    text-align: center;
}

.feature--head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    height: max-content;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .5em;
    color: #6B0000;
}


@media screen and (max-width: 1440px) {

    .feature--head {
        font-size: 22px;
        right: 120px;
    }

    .feature--list {
        flex-direction: column-reverse;
        align-items: center;
    }

    .feature--item {
        margin-bottom: 60px;
    }

    .feature--item--img {
        width: 200px;
        display: block;
        margin: 0 auto;
        margin-top: 8px;
    }

    .feature--item--head {
        font-size: 20px;
    }

    .feature--text {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {


    .section--feature {
        padding-top: 50px;
    }

    .feature--list {
        padding-right: 20px;
    }

    .feature--head {
        right: 20px;
        top: 0;
        transform: translateY(0);
    }

    .feature--text {
        padding: 0 25px;
        width: 332px;
        margin: 64px auto 0;
    }


}

.section--efficacy {
    margin-bottom: 100px;
}

.efficacy--bg {
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/efficacy-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 100px;
}

.efficacy--bg .section--title {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.efficacy--bg .section--title::before,
.efficacy--bg .section--title::after {
    background-color: #FFFFFF;
}

.efficacy--img {
    display: block;
    margin: -100px auto 0;
}

.efficacy--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #6B0000;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .efficacy--img {
        width: 120px;
        margin-top: -30px;
    }

    .section--efficacy .section--title {
        width: 100%;
        font-size: 20px;
    }

    .efficacy--bg {
        padding: 10px 0;
    }

    .efficacy--text {
        margin-top: 10px;
    }

}

.section--item {
    padding: 100px 0 100px;
}

.item--inner {
    max-width: 1000px;
    padding: 0 40px;
    margin: 80px auto 0;
}

@media screen and (max-width: 768px) {

    .item--inner {
        padding: 0;
    }
}

.section--gift {
    margin-bottom: 200px;
}

.gift--bg {
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/gift.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 100px;
}

.gift--bg .section--title {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.gift--bg .section--title::before,
.gift--bg .section--title::after {
    background-color: #FFFFFF;
}

.gift--img {
    display: block;
    margin: -100px auto 0;
}

.gift--contents {
    width: 600px;
    margin: 0 auto;
}

.gift--item {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #6B0000;
    margin-bottom: 28px;
}

.gift--text {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Source Han Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6B0000;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 80px;
}


@media screen and (max-width: 768px) {
    .section--gift {
        margin-bottom: 136px;
    }

    .gift--img {
        width: 120px;
        margin-top: -30px;
    }

    .section--gift .section--title {
        width: 100%;
        font-size: 20px;
    }

    .gift--bg {
        padding: 16px 0;
    }

    .gift--contents {
        width: 100%;
        padding: 25px;
    }


}


.footer--bg {
    width: 100%;
    height: 540px;
    background-image: url(https://gigaplus.makeshop.jp/aziwainoasa/img/category/apple/footer--bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer--inner {
    background-color: #E9494B;
    padding: 40px;
}

.footer--list {
    display: flex;
    justify-content: center;
    gap: 0 80px;
}

.footer--item {
    color: #FFFFFF;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 18px;
}

.footer--small {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {

    .footer--item {
        font-size: 16px;
    }

    .footer--small {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .footer--bg {
        height: 140px;
    }

    .footer--list {
        display: block;
    }

    .footer--item {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer--small {
        font-size: 12px;
    }
}