@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap);

:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
    all: unset;
    display: revert
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    -webkit-line-break: after-white-space;
    overflow-wrap: break-word
}

:root {
    --screen-height: 100vh
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body,
button,
html,
select {
    -webkit-font-smoothing: antialiased;
    color: #111;
    font-family: "Noto Serif JP", 游明朝, Yu Mincho, yumincho, Hiragino Mincho Pro, serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.75;
    -webkit-text-rendering: geometricPrecision
}

main,
main>* {
    position: relative
}

main>* {
    z-index: 1
}

picture {
    display: block
}

img,
svg {
    height: auto;
    vertical-align: bottom;
    width: 100%
}

a {
    cursor: pointer
}

.main-visual {
    background: url(../img/main-visual_bg.jpg) 50% no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
    position: relative;
    width: 100%
}

.main-visual__text {
    left: 14.71vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38.57vw
}

.fixed-banner {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: static;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (hover:hover) {
    .fixed-banner:hover {
        opacity: .8
    }
}

.fixed-banner a {
    display: block
}

.fixed-banner a picture {
    width: 100%
}

.fixed-banner.is-fixed {
    position: fixed;
    z-index: 2
}

.section01 {
    background: url(../img/section01_bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 96px 50px 144px
}

.section01__inner {
    margin: 0 auto;
    max-width: 1060px
}

.section01-heading {
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
    margin-bottom: 128px;
    position: relative
}

.section01-heading__title {
    line-height: 1.44;
    position: relative;
    text-align: center;
    z-index: 1
}

.section01-heading__title>span {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #e3bd5f), color-stop(23%, #e3bd5f), color-stop(40%, #ead291), color-stop(60%, #edd79c), color-stop(75%, #e3bd5f), color-stop(87%, #a77e20));
    background: linear-gradient(#e3bd5f 13%, #e3bd5f 23%, #ead291 40%, #edd79c 60%, #e3bd5f 75%, #a77e20 87%);
    -webkit-background-clip: text
}

.section01-heading__title>span.fz-lg {
    font-size: 45px
}

.section01-heading__title>span.fz-sm {
    font-size: 28px;
    margin-bottom: 4px
}

.fz-sm-ls{
letter-spacing: -0.15em;
}

.section01-list {
    -webkit-box-orient: vertical;
    color: #fff;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 80px
}

.section01-list,
.section01-list__item {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section01-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 0 18px
}

.section01-list__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.section01-list__item-content {
    width: calc(55.67% - 18px)
}

.section01-list__item-content h3 {
    font-size: 25px;
    line-height: 1.44;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative
}

.section01-list__item-content h3:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 23px
}

.section01-list__item-content p {
    font-size: 20px
}

.section01-list__item-image {
    width: 44.33%
}

.section02__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between
}

.section02-content,
.section02__inner {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section02-content {
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, right top, left top, from(#e3bd5f), color-stop(35%, #d1a947), color-stop(80%, #a77e20), to(#a77e20));
    background: linear-gradient(270deg, #e3bd5f 0, #d1a947 35%, #a77e20 80%, #a77e20);
    color: #fff;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 50px;
    width: 56.08%
}

.section02-content__title {
    font-family: Cormorant Garamond, 游明朝, Yu Mincho, yumincho, Hiragino Mincho Pro, serif;
    font-size: 45px;
    line-height: 1.22;
    margin-bottom: 32px
}

.section02-content__description {
    font-size: 20px;
    text-align: center
}

.section02-image {
    width: 43.92%
}

.section02-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section03 {
    background: #111;
    color: #fff;
    padding: 80px 50px 144px;
    position: relative
}

.section03__inner {
    margin: 0 auto;
    max-width: 862px
}

.section03-title {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #e3bd5f), color-stop(23%, #e3bd5f), color-stop(40%, #ead291), color-stop(60%, #edd79c), color-stop(75%, #e3bd5f), color-stop(87%, #a77e20));
    background: linear-gradient(#e3bd5f 13%, #e3bd5f 23%, #ead291 40%, #edd79c 60%, #e3bd5f 75%, #a77e20 87%);
    -webkit-background-clip: text;
    font-size: 30px;
    line-height: 1.46;
    margin-bottom: 20px
}

.section03-description01 {
    font-size: 20px;
    margin-bottom: 80px
}

.section03-description01 p {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #e3bd5f), color-stop(23%, #e3bd5f), color-stop(40%, #ead291), color-stop(60%, #edd79c), color-stop(75%, #e3bd5f), color-stop(87%, #a77e20));
    background: linear-gradient(#e3bd5f 13%, #e3bd5f 23%, #ead291 40%, #edd79c 60%, #e3bd5f 75%, #a77e20 87%);
    -webkit-background-clip: text
}

.section03-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 36px;
    margin-bottom: 100px;
    padding: 42px 0;
    position: relative
}

.section03-card:after,
.section03-card:before {
    background: -webkit-gradient(linear, right top, left top, from(#c1a359), color-stop(25%, #c8aa65), color-stop(65%, #efdaa5), color-stop(85%, #caaa60), to(#f4edd6));
    background: linear-gradient(270deg, #c1a359 0, #c8aa65 25%, #efdaa5 65%, #caaa60 85%, #f4edd6);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.section03-card:before {
    top: 0
}

.section03-card:after {
    bottom: 0
}

.section03-card__image {
    width: 274px
}

.section03-card__content {
    width: calc(100% - 310px)
}

.section03-card__content h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 15px
}

.section03-card__content p {
    line-height: 1.71
}

.section03-description02 {
    font-size: 20px;
    line-height: 1.85;
    text-align: center
}

.section03-bg {
    position: absolute;
    z-index: -1
}

.section03-bg__item01 {
    left: 0;
    top: 0;
    width: 247px
}

.section03-bg__item02 {
    right: 2.57vw;
    top: 0;
    width: 251px
}

.section03-bg__item03 {
    bottom: 0;
    right: 0;
    width: 333px
}

.section04 {
    background: url(../img/section04_bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 144px 50px
}

.section04__inner {
    margin: 0 auto;
    max-width: 1060px
}

.section04-title {
    font-size: 45px;
    line-height: 1.44
}

.section04-title,
.section04-title02 {
    margin-bottom: 20px;
    text-align: center
}

.section04-title02 {
    font-size: 30px;
    line-height: 1.46;
    margin-top: 76px
}

.section04-description {
    font-size: 20px;
    line-height: 1.85;
    margin-bottom: 42px;
    text-align: center
}

.section04-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto
}

.section04-list.is-2cols {
    gap: 0 67px;
    max-width: 767px
}

.section04-list.is-4cols {
    gap: 0 46px
}

.section04-list__item {
    width: calc(50% - 33.5px)
}

.is-4cols .section04-list__item {
    width: calc(25% - 34.5px)
}

.section04-list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

@media (hover:hover) {
    .section04-list__item a:hover .section04-list__item-image {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.section04-list__item-image {
    margin-bottom: 11px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.section04-list__item-content .title {
    font-size: 23px;
    line-height: 1.43
}

.is-4cols .section04-list__item-content .title {
    font-size: 20px
}

.section04-list__item-content .lead {
    color: #5a5a5a;
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 13px
}

.is-4cols .section04-list__item-content .lead {
    font-size: 14px
}

.section04-list__item-content .price {
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 4px
}

.section04-list__item-content .price span {
    font-size: 12px;
    font-weight: 500
}

.section04-list__item-content .description {
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    line-height: 1.57;
    margin-bottom: 16px
}

.is-4cols .section04-list__item-content .description {
    font-size: 12px
}

.section04-list__item-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #111;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 15px;
    justify-content: center;
    line-height: 1.53;
    margin: auto 0 0;
    opacity: 1;
    padding: 10px 10px 9px;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%
}

@media (hover:hover) {
    .section04-list__item-button:hover {
        opacity: .8
    }
}

.section04-list__item-button:after {
    background: url(../img/icon_arrow-right.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

.section05 {
    background: #111;
    color: #fff;
    padding: 144px 50px 202px
}

.section05__inner {
    margin: 0 auto;
    max-width: 1060px
}

.section05-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 52px
}

.section05-title {
    font-size: 30px;
    line-height: 1.46
}

.section05-title span {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #e3bd5f), color-stop(23%, #e3bd5f), color-stop(40%, #ead291), color-stop(60%, #edd79c), color-stop(75%, #e3bd5f), color-stop(87%, #a77e20));
    background: linear-gradient(#e3bd5f 13%, #e3bd5f 23%, #ead291 40%, #edd79c 60%, #e3bd5f 75%, #a77e20 87%);
    -webkit-background-clip: text
}

.section05-description {
    font-size: 20px
}

.section05-description span {
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #e3bd5f), color-stop(23%, #e3bd5f), color-stop(40%, #ead291), color-stop(60%, #edd79c), color-stop(75%, #e3bd5f), color-stop(87%, #a77e20));
    background: linear-gradient(#e3bd5f 13%, #e3bd5f 23%, #ead291 40%, #edd79c 60%, #e3bd5f 75%, #a77e20 87%);
    -webkit-background-clip: text
}

.section05-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 65px
}

.section05-list__item {
    width: calc(33.33% - 43.33333px)
}

.section05-list__item-image {
    margin-bottom: 12px
}

.section05-list__item-title {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 12px
}

.section05-list__item-description {
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    line-height: 1.57
}

.section06 {
    background: #eff2f4;
    background: url(../img/section06_bg.jpg) 100% no-repeat;
    background-size: cover;
    padding: 122px 50px 114px;
    position: relative
}

.section06__inner {
    margin: 0 auto;
    max-width: 872px
}

.section06-content {
    max-width: 436px
}

.section06-content__title {
    font-size: 30px;
    line-height: 1.46;
    margin-bottom: 19px;
    padding-bottom: 20px;
    position: relative
}

.section06-content__title:after {
    background: -webkit-gradient(linear, left top, right top, from(#e3bd5f), color-stop(35%, #ce9e1a), color-stop(40%, #edd79c), color-stop(55%, #ce9c1d), color-stop(80%, #a77e20), to(#9b8f67));
    background: linear-gradient(90deg, #e3bd5f 0, #ce9e1a 35%, #edd79c 40%, #ce9c1d 55%, #a77e20 80%, #9b8f67);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.section06-content__description {
    font-size: 20px;
    line-height: 1.75
}

@media screen and (max-width:980px) {
    .main-visual__text {
        left: 8vw;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50vw
    }
}

@media screen and (max-width:768px) {
    .main-visual {
        background: url(../img/main-visual_bg_sp.jpg) 50% no-repeat;
        background-size: cover;
        height: calc(100vh - 13.86667vw)
    }

    .main-visual__text {
        left: 50%;
        top: 12vw;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 74.9333333333vw
    }

    .fixed-banner a picture {
        height: 32vw
    }

    .section01 {
        background: url(../img/section01_bg_sp.jpg) 50% no-repeat;
        background-size: cover;
        padding: 12.8vw 4vw 13.8666666667vw
    }

    .section01-heading {
        -webkit-filter: drop-shadow(0 0 2.6666666667vw #000);
        filter: drop-shadow(0 0 2.6666666667vw #000);
        margin-bottom: 8.5333333333vw
    }

    .section01-heading__title>span {
        line-height: 1.53;
        white-space: nowrap
    }

    .section01-heading__title>span.fz-lg {
        font-size: 6.9333333333vw
    }

    .section01-heading__title>span.fz-sm {
        font-size: 5.866666vw;
        line-height: 1.44;
        margin-bottom: 0
    }

    .section01-list {
        gap: 8.5333333333vw
    }

    .section01-list__item {
        gap: 4.2666666667vw
    }

    .section01-list__item,
    .section01-list__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .section01-list__item-content {
        width: 100%
    }

    .section01-list__item-content h3 {
        font-size: 5.3333333333vw;
        line-height: 1.45;
        margin-bottom: 3.2vw;
        padding-bottom: 3.2vw
    }

    .section01-list__item-content h3:before {
        height: .2666666667vw;
        width: 6.1333333333vw
    }

    .section01-list__item-content p {
        font-size: 3.2vw;
        line-height: 1.66
    }

    .section01-list__item-image {
        width: 100%
    }

    .section02__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .section02-content {
        background: -webkit-gradient(linear, left bottom, left top, from(#e3bd5f), color-stop(35%, #d1a947), color-stop(80%, #a77e20), to(#a77e20));
        background: linear-gradient(0deg, #e3bd5f 0, #d1a947 35%, #a77e20 80%, #a77e20);
        padding: 13.8666666667vw 3.2vw 3.7333333333vw;
        width: 100%
    }

    .section02-content__title {
        font-size: 8vw;
        line-height: 1.23;
        margin-bottom: 4.2666666667vw
    }

    .section02-content__description {
        font-size: 3.2vw;
        line-height: 2
    }

    .section02-image {
        position: relative;
        width: 100%
    }

    .section02-image:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#e3bd5f), to(rgba(167, 126, 32, 0)));
        background: linear-gradient(180deg, #e3bd5f 0, rgba(167, 126, 32, 0));
        content: "";
        display: block;
        height: 15.4666666667vw;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .section03 {
        padding: 13.8666666667vw 4vw
    }

    .section03-title {
        font-size: 6.9333333333vw;
        line-height: 1.53;
        margin-bottom: 4.2666666667vw;
        text-shadow: rgba(0, 0, 0, .8) 0 0 2.6666666667vw
    }

    .section03-description01 {
        font-size: 3.2vw;
        margin-bottom: 8.5333333333vw
    }

    .section03-description01 p {
        text-shadow: rgba(0, 0, 0, .8) 0 0 2.6666666667vw
    }

    .section03-card {
        gap: 3.2vw;
        margin-bottom: 8.5333333333vw;
        padding: 4.8vw 0
    }

    .section03-card:after,
    .section03-card:before {
        height: .5333333333vw
    }

    .section03-card__content,
    .section03-card__image {
        width: 100%
    }

    .section03-card__content h3 {
        font-size: 4.8vw;
        line-height: 1.44;
        margin-bottom: 3.2vw
    }

    .section03-card__content p {
        font-size: 3.2vw;
        line-height: 1.66
    }

    .section03-description02 {
        font-size: 4.8vw;
        line-height: 1.55555556
    }

    .section03-bg__item01 {
        width: 36vw
    }

    .section03-bg__item02 {
        right: 0;
        width: 20.8vw
    }

    .section03-bg__item03 {
        width: 49.8666666667vw
    }

    .section04 {
        background: url(../img/section04_bg_sp.jpg) 50% no-repeat;
        background-size: cover;
        padding: 13.8666666667vw 4vw
    }

    .section04-title {
        font-size: 6.9333333333vw;
        line-height: 1.53846154;
        margin-bottom: 4.2666666667vw
    }

    .section04-title02 {
        font-size: 4.8vw;
        line-height: 1.44;
        margin-bottom: 0;
        margin-top: 10.6666666667vw
    }

    .section04-description {
        font-size: 3.2vw;
        line-height: 2;
        margin-bottom: 4.2666666667vw
    }

    .section04-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .section04-list.is-2cols {
        gap: 5.0666666667vw;
        max-width: 100%
    }

    .section04-list.is-4cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 4.2666666667vw
    }

    .section04-list__item {
        width: 100%
    }

    .is-4cols .section04-list__item {
        width: calc(50% - 2.13333vw)
    }

    .section04-list__item-image {
        margin-bottom: 0
    }

    .section04-list__item-content .title {
        font-size: 4.8vw;
        line-height: 1.44
    }

    .is-4cols .section04-list__item-content .title {
        font-size: 3.7333333333vw
    }

    .section04-list__item-content .lead {
        font-size: 3.2vw;
        line-height: 1.41;
        margin-bottom: 1.0666666667vw
    }

    .is-4cols .section04-list__item-content .lead {
        font-size: 2.6666666667vw;
        line-height: 1.5;
        margin-bottom: 0
    }

    .section04-list__item-content .price {
        font-size: 4vw;
        line-height: 1.4;
        margin-bottom: 3.2vw
    }

    .is-4cols .section04-list__item-content .price {
        margin-bottom: 2.1333333333vw
    }

    .section04-list__item-content .description {
        font-size: 3.2vw;
        line-height: 1.66
    }

    .is-4cols .section04-list__item-content .description {
        font-size: 2.9333333333vw;
        line-height: 1.63
    }

    .section04-list__item-button {
        font-size: 3.2vw;
        line-height: 1.41;
        padding: 1.8666666667vw 2.1333333333vw 2.1333333333vw
    }

    .section04-list__item-button:after {
        height: 2.9333333333vw;
        right: 2.4vw;
        width: 2.6666666667vw
    }

    .section05 {
        padding: 13.8666666667vw 4vw
    }

    .section05-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 4.2666666667vw;
        justify-content: start;
        margin-bottom: 8.5333333333vw
    }

    .section05-title {
        font-size: 6.9333333333vw;
        line-height: 1.53
    }

    .section05-title span {
        text-shadow: rgba(0, 0, 0, .8) 0 0 2.6666666667vw
    }

    .section05-description {
        font-size: 3.2vw
    }

    .section05-description span {
        text-shadow: rgba(0, 0, 0, .8) 0 0 2.6666666667vw
    }

    .section05-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 8.5333333333vw
    }

    .section05-list__item {
        width: 100%
    }

    .section05-list__item-image {
        margin-bottom: 2.1333333333vw
    }

    .section05-list__item-title {
        font-size: 4.8vw;
        line-height: 1.44;
        margin-bottom: 1.0666666667vw
    }

    .section05-list__item-description {
        font-size: 3.2vw;
        line-height: 1.66
    }

    .section06 {
        background: url(../img/section06_bg_sp.jpg) 100% no-repeat;
        background-size: cover;
        padding: 8.5333333333vw 4vw 39.4666666667vw
    }

    .section06-content {
        max-width: 69.0666666667vw
    }

    .section06-content__title {
        font-size: 6.9333333333vw;
        line-height: 1.38;
        margin-bottom: 3.2vw;
        padding-bottom: 3.7333333333vw
    }

    .section06-content__title:after {
        height: .5333333333vw
    }

    .section06-content__description {
        font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
        font-size: 3.2vw;
        line-height: 1.75
    }
}

.footer {
    background: url(../img/footer_bg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 144px 50px 164px;
    position: relative
}

.footer:after {
    background: url(../img/footer_bg-item.png) 50% no-repeat;
    background-size: contain;
    bottom: 40px;
    content: "";
    display: block;
    height: 14.71vw;
    left: 0;
    position: absolute;
    width: 100vw
}

.footer-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.83;
    margin-bottom: 110px;
    text-align: center
}

.footer-card {
    background: #fff;
    border-radius: 30px;
    color: #111;
    margin: 0 auto 100px;
    max-width: 862px;
    opacity: 1;
    outline: 2px solid #ce9c1d;
    outline-offset: -18px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (hover:hover) {
    .footer-card:hover {
        opacity: .8
    }
}

.footer-card a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 21px;
    padding: 40px
}

.footer-card__image {
    width: calc(100% - 404px)
}

.footer-card__content {
    width: 383px
}

.footer-card__content .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 22px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: 0;
    margin-bottom: 21px
}

.footer-card__content .title,
.footer-card__content .title span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer-card__content .title span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #111;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    height: 73px;
    justify-content: center;
    width: 73px
}

.footer-card__content .description,
.footer-card__content .title span {
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif
}

.footer-card__content .description {
    font-size: 13px;
    line-height: 1.76;
    margin-bottom: 21px
}

.footer-card__content .price {
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 36px;
    line-height: 1.44;
    margin-bottom: 12px;
    text-align: right
}

.footer-card__content .price span {
    font-size: 15px;
    font-weight: 500
}

.footer-card__content .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #111;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 15px;
    justify-content: center;
    line-height: 1.53;
    padding: 10px 10px 9px;
    position: relative;
    width: 100%
}

.footer-card__content .button:after {
    background: url(../img/icon_arrow-right.svg) 50% no-repeat;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px
}

.footer .copyright {
    font-size: 13px;
    text-align: center
}

@media screen and (max-width:768px) {
    .footer {
        background: url(../img/footer_bg_sp.jpg) 50% no-repeat;
        background-size: cover;
        padding: 16.2666666667vw 4vw 33.0666666667vw
    }

    .footer:after {
        background: url(../img/footer_bg-item.png) 50% no-repeat;
        background-size: contain;
        bottom: 25.6vw;
        height: 14.6666666667vw
    }

    .footer-title {
        font-size: 6.9333333333vw;
        line-height: 1.46;
        margin-bottom: 9.6vw
    }

    .footer-card {
        border-radius: 8vw;
        margin: 0 auto 17.0666666667vw;
        outline-offset: -3.2vw
    }

    .footer-card a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 4.2666666667vw;
        padding: 6.4vw 5.8666666667vw
    }

    .footer-card__image {
        width: 60.2666666667vw
    }

    .footer-card__content {
        width: 100%
    }

    .footer-card__content .title {
        font-size: 4.8vw;
        margin-bottom: 2.1333333333vw
    }

    .footer-card__content .title span {
        border: .2666666667vw solid #111;
        font-size: 2.9333333333vw;
        height: 14.1333333333vw;
        width: 14.1333333333vw
    }

    .footer-card__content .description {
        font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
        font-size: 2.9333333333vw;
        line-height: 1.63;
        margin-bottom: 2.1333333333vw
    }

    .footer-card__content .price {
        font-size: 6.9333333333vw;
        line-height: 1.42;
        margin-bottom: 3.2vw
    }

    .footer-card__content .price span {
        font-size: 3.2vw
    }

    .footer-card__content .button {
        font-size: 3.2vw;
        line-height: 1.41;
        padding: 1.8666666667vw 2.6666666667vw 2.1333333333vw;
        width: 100%
    }

    .footer-card__content .button:after {
        height: 2.1333333333vw;
        right: 4.2666666667vw;
        width: 1.8666666667vw
    }

    .footer .copyright {
        font-size: 2.6666666667vw
    }
}

.header {
    background: #201834;
    color: #fff;
    padding: 0 23px;
    width: 100%
}

.header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 80px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

.header-logo {
    max-width: 287px
}

.header-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
    font-size: 15px;
    gap: 0 7px;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 7px 18px 9px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background .3s;
    transition: background .3s
}

@media (hover:hover) {
    .header-button:hover {
        background: #3e315d
    }
}

.header-button:before {
    background: url(../img/icon_cart.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    width: 17px
}

@media screen and (max-width:900px) {
    .header-button {
        border: none;
        padding: 0
    }

    .header-button:before {
        height: 26px;
        width: 26px
    }

    .header-button span {
        display: none
    }
}

@media screen and (max-width:768px) {
    .header {
        padding: 0 3.4666666667vw
    }

    .header__inner {
        height: 13.8666666667vw
    }

    .header-logo {
        max-width: 45.3333333333vw
    }

    .header-button {
        border: none;
        padding: 0
    }

    .header-button:before {
        height: 4.5333333333vw;
        width: 4.5333333333vw
    }

    .header-button span {
        display: none
    }
}

.js-fadeUp {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.js-fadeUp,
.js-fadeUp.is-view {
    -webkit-transition-property: all;
    transition-property: all
}

.js-fadeUp.is-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.js-fadeLeft {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: all;
    transition-property: all
}

.js-fadeLeft.is-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.js-fadeIn {
    opacity: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: all;
    transition-property: all
}

.js-fadeIn.is-view {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media screen and (max-width:767px) {
    .hidden--md {
        display: none !important
    }
}

@media screen and (max-width:979px) {
    .hidden--pc-mid {
        display: none !important
    }
}

.visible--md {
    display: none
}

@media screen and (max-width:767px) {
    .visible--md {
        display: block !important
    }
}

.visible--pc-mid {
    display: none
}

@media screen and (max-width:979px) {
    .visible--pc-mid {
        display: block !important
    }
}

.dis-block {
    display: block
}

.dis-inline_block {
    display: inline-block
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}