body {
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    color: #333;
}

ul,ol,li {
    list-style: none;
}
p {
    line-height: 1.8em;
}
img {
    margin: 0 auto;
}

:root {
    --primary: #feb0ab;
    --sub: #ffeded;
    --sub2: #f8c3c3;
    --accent: #ff7692;
}

/* rayout */
.s-wrap {
    width: 100%;
    padding: 5em 1em;
}
.s-inner {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 6em;
}
.s-wrap .s-inner:last-child {
    padding-bottom: 0;
}
.s-inner header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.s-title {
    text-align: center;
    margin-bottom: 3em;
    width: 100%;
}
.s-title .__en {
    display: block;
    font-size: .8em;
    margin-bottom: 60px;
    color: var(--accent);
    letter-spacing: 1px;
    position: relative;
}
.s-title .__en:after {
    content: "";
    position: absolute;
    background : url(/assets/image/title-deco_1.svg) no-repeat center center;
    width: 280px;
    height: 8px;
    top: 55px;
    left: 50%;
    margin-left: -140px;
}
.s-title .__ja {
    font-size: 1.2em;
}
.s-sub_title {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 2em;
    margin-bottom: 2em;
}
.s-sub_title:before {
    content: "";
    background: url(/assets/image/sub-title_l.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 48px;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.s-sub_title:after {
    content: "";
    background: url(/assets/image/sub-title_r.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 48px;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.s-body {
    text-align: center;
    width: 100%;
}

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}

/* list */
.list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.list .list__item {
    padding: 1em;
}
.list .list__item_2 {
    width: 50%;
    padding: 1em;
}
.list .list__item_3 {
    width: 33%;
    padding: 1em;
}
.list .list__item_4 {
    width: calc(100% / 4);
    padding: 1em;
}
.list .list__item_5 {
    width: calc(100% / 5);
    padding: .5em;
}


/* --------------------------------
fv
-------------------------------- */
.fv-wrap {
    background: url(/assets/image/main_bg.jpg) no-repeat center center / cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv-inner {
    width: 100%;
    max-width: 580px;
    text-align: center;
    padding: 1em;
}
.fv-inner .__h1 {
    margin-bottom: 2em;
}
.fv-inner .__h1 .__ja {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    display: block;
    letter-spacing: .1em;
}
.fv-inner .__h1 .__logo {
    display: block;
    filter: drop-shadow(0 0 5px #fff);
}
.fv-inner .__sub {
    font-size: 1.2em;
    letter-spacing: .1em;
    font-weight: bold;
}
/* アニメーション設定 */
.arrow-wrap {
    margin-top: 50vh;
    position: absolute;
    bottom: 20px;
}
.arrow-wrap p {
    margin-bottom: 10px;
}

.arrow {
    width: 15px;
    margin: 0 auto;
    -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
    animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow span {
    position: relative;
    display: block;
    left: 50%;
}

.arrow span:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
}

@keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%, -8px, 0);
        transform: translate3d(-50%, -8px, 0);
    }
}

/* --------------------------------
section 1
-------------------------------- */
#sec1 {
    background: url(/assets/image/sec1_bg.jpg) no-repeat top center / cover;
}

/* --------------------------------
section 2
-------------------------------- */
.s-figure figcaption {
    text-align: center;
    margin-bottom: 1em;
}

.ba__wrap {
    text-align: center;
}
.ba__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.ba__item {
    width: 50%;
    padding: 1em;
}
.ba__item:nth-child(2) {
    position: absolute;
    z-index: 2;
}

/* --------------------------------
section 3
-------------------------------- */
#sec3 {
    background-color: var(--sub2);
    color: #fff;
}
#sec3 .s-title {
    text-align: left;
    margin-bottom: 1em;
}
#sec3 .s-title .__en {
    color: #fff;
}
#sec3 .s-title .__en:after {
    background : url(/assets/image/title-deco_2.svg) no-repeat;
    width: 180px;
    top: 55px;
    left: 0;
    margin-left: 0;
}
.sec3-wrap {
    width: 100%;
}
.sec3-inner {
    display: flex;
    flex-wrap: nowrap;
}
.sec3-inner .__content {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    background: url(/assets/image/sec3_bg.png) no-repeat center bottom / contain;
}
.sec3-inner .__content > div {
    max-width: 480px;
    padding: 2em;
}
.sec3-inner .__image {
    width: 50%;
    margin-top: 0;
}
.sec3-inner .__image img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
}
.sec3-wrap .sec3-inner:nth-child(2) .__content {
    order: 2;
    justify-content: flex-start;
}

/* --------------------------------
section 4
-------------------------------- */
#sec4 {
    background: url(/assets/image/sec4_bg.jpg) no-repeat bottom center / cover;
}
.c-list__wrap {
    display: flex;
    flex-wrap: wrap;
}
.c-list__item {
    width: 50%;
    padding: 1em;
    position: relative;
}
.c-list__item .__inner {
    background-color: var(--sub);
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 1em;
    z-index: 2;
    position: relative;
}
.c-list__item .__inner::before {
    content: "";
    position: absolute;
    border: solid;
    border-color: var(--primary) transparent transparent transparent;
    border-width: 150px 100px 0 0;
    opacity: .4;
    z-index: -1;
    top: 0;
    left: 0;
}
.c-list__item .__inner > div {
    margin-right: 1em;
    max-width: 250px;
}
.c-list__item .__inner > img {
    width: auto;
}

.c-list__item .__inner .__title {
    font-size: 18px;
    margin-bottom: 1em;
}

/* --------------------------------
section 5
-------------------------------- */
#sec5 {
    background: url(/assets/image/sec5_bg.jpg) no-repeat center bottom / cover;
}
#sec5 .s-inner {
    max-width: 800px;
}
#sec5 .s-inner h3 {
    text-align: center;
    color: var(--accent);
    margin-bottom: 1em;
    font-size: 1.2em;
}
#sec5 .list {
    justify-content: space-around;
}

/* --------------------------------
banner
-------------------------------- */
.banner__wrap {
    background: url(/assets/image/banner_bg.jpg) no-repeat center bottom / cover;
}
.banner__inner {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.banner__content {
    padding: 2em 1em 1em 1em;
    text-decoration: none;
    margin: 0 auto;
}
.banner__content h2 {
    margin-bottom: 2em;
}
.banner__content .__price {
    margin-bottom: 1.5em;
}
.banner__content .__link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
    max-width: 540px;
    text-align: center;
}
.banner__button {
    background-color: #fff;
    padding: 1em 2.5em;
    color: var(--accent);
    font-size: 1.2em;
    border-radius: 5px;
    transition: all .3s;
}
.banner__content:hover .banner__button {
    background-color: var(--accent);
    color: #fff;
}

/* --------------------------------
footer 
-------------------------------- */
.footer {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    padding: 1em;
    letter-spacing: 1px;
}


/* --------------------------------

responsive

-------------------------------- */
/* Tablet */
@media screen and (max-width: 869px) {
    .banner__link {
        width: 100%;
    }
}
@media screen and (max-width: 779px) {
    .list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .list .list__item {
        width: 100%;
    }
    .list .list__item_3 {
        width: 50%;
    }
    .list .list__item_5 {
        width: 33%;
    }
    
    .sec3-inner {
        flex-wrap: wrap;
    }
    .sec3-inner .__content {
        width: 100%;
    }
    .sec3-inner .__content > div {
        max-width: 100%
    }
    .sec3-wrap .sec3-inner:nth-child(2) .__content {
        order: unset;
    }
    .sec3-inner .__image {
        width: 100%;
    }

    .c-list__item {
        width: 100%;
    }
}

/* Smartphone */
@media screen and (max-width: 579px) {
    .ba__list {
        display: block;
    }
    .ba__item {
        width: 100%;
    }
    .ba__item:nth-child(2) {
        position: relative;
    }

    .banner__content .__link {
        flex-wrap: wrap;
    }
    .banner__button {
        width: 100%;
        margin-bottom: 1em;
    }
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    
}
@media screen and (max-width: 479px) {
    .list .list__item_3 {
        width: 100%;
    }
    .list .list__item_5 {
        width: 50%;
    }
    .c-list__item .__inner {
        flex-wrap: wrap;
    }
    .c-list__item .__inner > div {
        margin-right: 0;
        margin-bottom: 1em;
    }
}