
.fs-viewBtn {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 150px;
}
body.font-yu_mincho .fs-viewBtn {
    font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
}
.fs-gift-price-viewBtn span {
    content: '';
    position: absolute;
    top: inherit;
    bottom: inherit;
    width: 9px;
    height: 9px;
    margin-left: 300px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .fs-gift-price-viewBtn span {
        content: '';
        position: absolute;
        top: inherit;
        bottom: inherit;
        right: 70px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        box-sizing: border-box;
    }
}
.fs-gift-item-viewBtn span {
    content: '';
    position: absolute;
    top: inherit;
    bottom: inherit;
    width: 9px;
    height: 9px;
    margin-left: 300px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .fs-gift-item-viewBtn span {
        content: '';
        position: absolute;
        top: inherit;
        bottom: inherit;
        right: 70px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        box-sizing: border-box;
    }
}
/* ===========================================
* FV
* ======================================== */

.fv__bg {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    padding: 0 30px;
    margin-bottom: 14px;
    overflow: hidden;
}
.fv__inner {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fv__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 1.3rem;
    /* margin-bottom: 40px; */
}
.fv__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 4.0rem;
}
.fv__txt {
    font-size: 1.6rem;
    line-height: 1.83;
}
.fv__img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .fv__bg {
        height: calc(100vh - 142px);
        max-height: 600px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .fs-c-breadcrumb__list {
        margin-bottom: 80px;
    }
}

/* ===========================================
* 特徴
* ======================================== */
.s-feature__inner {
    padding: 0 30px;
    margin-bottom: 150px;
}
.s-feature__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}
.s-feature__heading h2 {
    font-size: 2.0rem;
}
.s-feature__heading h3 {
    font-size: 1.8rem;
}
.s-feature__heading p {
    line-height: 1.8;
    margin-top: 30px;
}
.s-feature .fs-series-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto;
}
.fs-series-feature .fs-pt-column__item {
    width: calc((100% - 100px) / 3);
}
.fs-series-feature .fs-pt-column__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin-bottom: 30px;
}
.fs-series-feature .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-series-feature .fs-pt-column__heading {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.fs-series-feature .fs-pt-column__description {
    line-height: 1.8;
}
.s-feature .fs-gift-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    padding: 30px;
}
.s-feature .fs-gift-service-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    max-width: 1540px;
    margin: 0 auto;
}
.s-feature .fs-gift-scene-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    max-width: 1540px;
    margin: 0 auto;
}

.s-gift-feature__inner {
    padding: 0 30px;
    margin-bottom: 60px;
}
.s-gift-feature__heading {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.s-gift-feature__heading h2 {
    font-size: 2.0rem;
}
.s-gift-feature__heading h3 {
    font-size: 1.8rem;
}
.s-gift-feature__heading h4 {
    font-size: 1.6rem;
}
.fs-gift-feature .fs-pt-column__item {
    width: calc((100% - 100px) / 3);
    text-align: center;
}
.fs-gift-feature .fs-pt-column__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin-bottom: 30px;
}
.fs-gift-feature .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-gift-feature .fs-pt-column__heading {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-top: 5px;
}
.fs-gift-feature .fs-pt-column__description {
    line-height: 1.8;
}
.fs-gift-service-feature .fs-pt-column__item {
    width: calc((100% - 100px) / 2);
    text-align: inherit;
}
.fs-gift-service-feature .fs-pt-column__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin-bottom: 30px;
}
.fs-gift-service-feature .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-gift-service-feature .fs-pt-column__heading {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.fs-gift-service-feature .fs-pt-column__description {
    line-height: 1.8;
}
.fs-gift-scene-feature .fs-pt-column__item {
    width: calc((100% - 100px) / 4);
    text-align: center;
}
.fs-gift-scene-feature .fs-pt-column__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin-bottom: 10px;
}
.fs-gift-scene-feature .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-gift-scene-feature .fs-pt-column__heading {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.fs-gift-scene-feature .fs-pt-column__description {
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .s-feature__inner {
        padding: 0 20px;
        margin-bottom: 80px;
    }
    .s-feature__heading {
        margin-bottom: 40px;
    }
    .s-feature__heading p {
        text-align: justify;
    }
    .s-feature .fs-series-feature {
        flex-flow: column;
    }
    .fs-series-feature .fs-pt-column__item {
        width: 100%;
        margin-bottom: 40px;
    }
    .fs-series-feature .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
    .s-feature .fs-gift-feature {
        flex-flow: column;
        border-top: solid 1px #555;
        border-bottom: solid 1px #555;
        padding: 30px;
    }
    .fs-gift-feature .fs-pt-column__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .fs-gift-feature .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
    .s-feature .fs-gift-scene-feature {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1540px;
    flex-wrap: wrap;
    }
    .s-feature .fs-gift-service-feature {
        flex-flow: column;
    }
    .fs-gift-service-feature .fs-pt-column__item {
        width: 100%;
        margin-bottom: 40px;
    }
    .fs-gift-service-feature .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
    .fs-gift-scene-feature .fs-pt-column__item {
    width: calc((100% - 10px) / 2);
}
}

/* ===========================================
* カテゴリー
* ======================================== */
.cat__inner {
    padding: 0 30px;
    margin-bottom: 150px;
}
.fs-series-cat {
    display: flex;
    justify-content: space-between;
    max-width: 1540px;
    margin: 0 auto 30px;
}
.fs-series-cat .fs-pt-column__item {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2.08/1;
}
.fs-series-cat .fs-pt-column__item:last-child {
    display: none;
}
.fs-series-cat .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-series-cat .fs-pt-column__heading {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
}
.fs-series-cat .fs-pt-column__heading {
    inset: auto 0 165px 0;
}
.fs-series-cat .fs-pt-column__heading span {
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 3.6rem;
}
.fs-series-cat .fs-pt-column__description {
    position: absolute;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 46px;
    font-family: "bembo", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #080808;
    transition: all 0.2s ease-out;
}
.fs-series-cat .fs-pt-column__description {
    inset: auto 0 80px 0;
}
.fs-series-cat .fs-pt-column__item:hover .fs-pt-column__description {
    background-color: #F5F5F5;
    border: 1px solid #F7F7F7;
}
@media screen and (max-width: 768px) {
    .cat__inner {
        padding: 0 20px;
        margin-bottom: 80px;
    }
    .fs-series-cat {
        flex-flow: column;
        align-items: center;
    }
    .fs-series-cat .fs-pt-column__item {
        aspect-ratio: 1.2/1;
    }
    .fs-series-cat .fs-pt-column__item:first-child {
        display: none;
    }
    .fs-series-cat .fs-pt-column__item:last-child {
        display: block;
    }
    .fs-series-cat .fs-pt-column__heading {
        font-size: 1.3rem;
    }
    .fs-cat-list .fs-pt-column__heading span {
        font-size: 3.2rem;
        line-height: 1.2;
    }
    .fs-series-cat .fs-pt-column__heading {
        inset: auto 0 77px 0;
    }
    .fs-series-cat .fs-pt-column__description {
        width: 120px;
        height: 36.8px;
    }
    .fs-series-cat .fs-pt-column__description {
        inset: auto 0 30px 0;
    }
}
.gift__cat__inner {
    padding: 0 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .gift__cat__inner {
        padding: 0 0px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .fs-viewBtn {
        margin-bottom: 80px;
    }
}
	
@media screen and (max-width: 768px) {
    .fs-gift-price-viewBtn {
        width: auto;
        margin-bottom: 10px;
    }
}
	
@media screen and (max-width: 768px) {
    .fs-gift-item-viewBtn {
        width: auto;
        margin-bottom: 40px;
        margin-top: 30px;
    }
}