@charset "UTF-8";

#social-gift {
    letter-spacing: 0.1em;
}
/* mv */
#social-gift #mv {
    margin-bottom: 80px;
}
/* egift-about */
#social-gift #egift-about {
    margin-bottom: 100px;
}
#social-gift #egift-about h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 30px;
}
#social-gift #egift-about h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 15px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #egift-about .img {
    width: 480px;
    margin: 0 auto 40px;
}
#social-gift #egift-about .txt {
    font-size: 17px;
    line-height: 1.7;
    color: #1F1F1F;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
#social-gift #egift-about .r-btn {
    width: 470px;
    margin: 0 auto 20px;
    background-color: #3AB2C1;
}
#social-gift #egift-about .r-btn a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    /* font-weight: bold; */
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 20px 10px;
}
/* seen */
#social-gift #seen {
    padding: 40px 60px;
    margin-bottom: 100px;
    background-color: #fff;
}
#social-gift #seen .seen-list {}
#social-gift #seen .seen-list h4 {
    text-align: center;
    margin-bottom: 45px;
}
#social-gift #seen .seen-list h4 span {
    font-size: 26px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    border-bottom: 2px solid #1f1f1f;
    padding-bottom: 3px;
}
#social-gift #seen .seen-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
#social-gift #seen .seen-list ul li {
    width: 185px;
    margin-bottom: 10px;
}
#social-gift #seen .seen-list ul li .img {
    margin-bottom: 10px;
}
#social-gift #seen .seen-list ul li .ttl {
    font-size: 17px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3AB2C1;
    text-align: center;
    min-height: 55px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#social-gift #seen .seen-list ul li .txt {
    font-size: 12px;
    line-height: 1.7;
}
/* merit */
#social-gift #merit {
    margin-bottom: 50px;
}
#social-gift #merit h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
}
#social-gift #merit h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 20px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #merit .merit-list {
    background-color: #3AB2C1;
    padding: 30px 25px;
}
#social-gift #merit .merit-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#social-gift #merit .merit-list ul li {
    width: 213px;
    background-color: #fff;
    padding: 20px 10px 40px;
}
#social-gift #merit .merit-list ul li .img {
    width: 100px;
    margin: 0 auto 10px;
}
#social-gift #merit .merit-list ul li .img img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
#social-gift #merit .merit-list ul li .ttl {
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3AB2C1;
    text-align: center;
    margin-bottom: 10px;
}
#social-gift #merit .merit-list ul li .txt {
    font-size: 12px;
    line-height: 1.7;
}
/* receipt */
#social-gift #receipt {
    margin-bottom: 120px;
}
#social-gift #receipt .img {
    width: 600px;
    margin: 0 auto;
}
/* e-send */
#social-gift #e-send {
    margin-bottom: 100px;
}
#social-gift #e-send h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
}
#social-gift #e-send h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 20px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #e-send .send-list ul {
    display: flex;
    gap: 20px;
    margin: 0 auto;
}
#social-gift #e-send .send-list ul li {
    width: 230px;
}
#social-gift #e-send .send-list ul li .img {
    margin-bottom: 10px;
}
#social-gift #e-send .send-list ul li .desc {}
#social-gift #e-send .send-list ul li .desc .step {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3AB2C1;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 3px;
}
#social-gift #e-send .send-list ul li .desc .ttl {
    font-size: 16px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
#social-gift #e-send .send-list ul li .desc .txt {
    font-size: 12px;
    line-height: 1.7;
}
/* e-receive */
#social-gift #e-receive {
    margin-bottom: 100px;
}
#social-gift #e-receive h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
}
#social-gift #e-receive h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 20px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #e-receive .receive-list ul {
    display: flex;
    gap: 20px;
    margin: 0 auto;
}
#social-gift #e-receive .receive-list ul li {
    width: 230px;
}
#social-gift #e-receive .receive-list ul li .img {
    margin-bottom: 10px;
}
#social-gift #e-receive .receive-list ul li .desc {}
#social-gift #e-receive .receive-list ul li .desc .step {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3AB2C1;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 3px;
}
#social-gift #e-receive .receive-list ul li .desc .ttl {
    font-size: 16px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
#social-gift #e-receive .receive-list ul li .desc .txt {
    font-size: 12px;
    line-height: 1.7;
}
/* recomend */
#social-gift #recomend {
    margin-bottom: 50px;
}
#social-gift #recomend h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 30px;
}
#social-gift #recomend h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #recomend .recomend-list {
    margin-bottom: 30px;
}
#social-gift #recomend .recomend-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
#social-gift #recomend .recomend-list ul li {
    width: 170px;
}
/* e-rank */
#social-gift #e-rank {
    margin-bottom: 100px;
}
#social-gift #e-rank h4 {
    font-size: 26px;
    /* font-weight: bold; */
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 10px 0;
    margin-bottom: 30px;
    color: #fff;
    background-color: #3AB2C1;
}
#social-gift #e-rank h4::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/rank-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    filter: invert(100%) sepia(1%) saturate(4126%) hue-rotate(98deg) brightness(112%) contrast(100%);
}
#social-gift #e-rank .rank-list {}
#social-gift #e-rank .rank-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
#social-gift #e-rank .rank-list ul li {
    width: 225px;
}
#social-gift #e-rank .rank-list ul li.no1 {
    width: 560px;
    margin: 0 auto 50px;
    padding: 0 100px;
}
#social-gift #e-rank .rank-list ul li .img {
    margin-bottom: 15px;
}
#social-gift #e-rank .rank-list ul li .img a .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
#social-gift #e-rank .rank-list ul li .img a .num::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/rank-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
}
#social-gift #e-rank .rank-list ul li.no1 .img a .num::before {
    width: 45px;
    height: 45px;
    filter: invert(91%) sepia(89%) saturate(613%) hue-rotate(334deg) brightness(94%) contrast(98%);
}
#social-gift #e-rank .rank-list ul li.no2 .img a .num::before {
    filter: invert(73%) sepia(0%) saturate(1214%) hue-rotate(253deg) brightness(106%) contrast(85%);
}
#social-gift #e-rank .rank-list ul li.no3 .img a .num::before {
    filter: invert(53%) sepia(60%) saturate(1064%) hue-rotate(353deg) brightness(86%) contrast(83%);
}
#social-gift #e-rank .rank-list ul li.no4 .img a .num::before {
    filter: invert(73%) sepia(23%) saturate(642%) hue-rotate(69deg) brightness(92%) contrast(85%);
}
#social-gift #e-rank .rank-list ul li .img a .num span {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-rank .rank-list ul li.no1 .img a .num span {
    font-size: 28px;
}
#social-gift #e-rank .rank-list ul li .desc {}
#social-gift #e-rank .rank-list ul li .desc .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-rank .rank-list ul li.no1 .desc .name {
    font-size: 24px;
    margin-bottom: 10px;
}
#social-gift #e-rank .rank-list ul li .desc .price {
    font-size: 15px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 15px;
    color: #B72A00;
}
#social-gift #e-rank .rank-list ul li .desc .price span {
    font-size: 15px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #B72A00;
}
#social-gift #e-rank .rank-list ul li.no1 .desc .price {
    font-size: 32px;
}
#social-gift #e-rank .rank-list ul li.no1 .desc .price span {
    font-size: 24px;
}
#social-gift #e-rank .rank-list ul li .desc .btn {
    width: 100%;
}
#social-gift #e-rank .rank-list ul li .desc .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #B72A00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-rank .rank-list ul li.no1 .desc .btn a {
    font-size: 20px;
}
#social-gift #e-rank .rank-list ul li .desc .btn a::after {
    content: ">";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}
#social-gift #e-rank .rank-list ul li.no1 .desc .btn a::after {
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 6px;
}
#social-gift .product-list-btn {
    width: 320px;
    margin: 0 auto;
}
#social-gift .product-list-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #B72A00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift .product-list-btn a::after {
    content: ">";
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 6px;
}
/* e-person */
#social-gift #e-person {
    margin-bottom: 100px;
}
#social-gift #e-person h4 {
    font-size: 26px;
    /* font-weight: bold; */
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 10px 0;
    margin-bottom: 45px;
    color: #fff;
    background-color: #3AB2C1;
}
#social-gift #e-person h4::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/person-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 35px;
    margin-right: 12px;
    display: inline-block;
    filter: invert(100%) sepia(1%) saturate(4126%) hue-rotate(98deg) brightness(112%) contrast(100%);
}
#social-gift #e-person .tab-contents {
    display: none;
}
#social-gift #e-person .tab-contents.show {
    display: block;
}
#social-gift #e-person .tab-contents h5 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 35px;
}
#social-gift #e-person .tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
#social-gift #e-person .tabs ul li {
    width: 172px;
    border: 2px solid #000;
    background-color: #fff;
    color: #1F1F1F;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#social-gift #e-person .tabs ul li.active {
    background-color: #171717;
    color: #fff;
}
#social-gift #e-person .gift-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
#social-gift #e-person .gift-list ul li {
    width: 225px;
}
#social-gift #e-person .gift-list ul li .img {
    margin-bottom: 15px;
}
#social-gift #e-person .gift-list ul li .desc .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Zen Maru Gothic", sans-serif;
    min-height: calc(1.5em * 3); /* 3行分の高さを確保 */
}
#social-gift #e-person .gift-list ul li .desc .price {
    font-size: 15px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 15px;
    color: #B72A00;
}
#social-gift #e-person .gift-list ul li .desc .btn {
    width: 100%;
}
#social-gift #e-person .gift-list ul li .desc .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #B72A00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-person .gift-list ul li .desc .btn a::after {
    content: ">";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}
/* e-price */
#social-gift #e-price {
    margin-bottom: 100px;
}
#social-gift #e-price h4 {
    font-size: 26px;
    /* font-weight: bold; */
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 10px 0;
    margin-bottom: 45px;
    color: #fff;
    background-color: #3AB2C1;
}
#social-gift #e-price h4::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/money-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    filter: invert(100%) sepia(1%) saturate(4126%) hue-rotate(98deg) brightness(112%) contrast(100%);
}
#social-gift #e-price .tab-contents {
    display: none;
}
#social-gift #e-price .tab-contents.show {
    display: block;
}
#social-gift #e-price .tab-contents h5 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
#social-gift #e-price .tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
#social-gift #e-price .tabs ul li {
    width: 172px;
    border: 2px solid #000;
    background-color: #fff;
    color: #1F1F1F;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#social-gift #e-price .tabs ul li.active {
    background-color: #171717;
    color: #fff;
}
#social-gift #e-price .gift-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
#social-gift #e-price .gift-list ul li {
    width: 225px;
    margin-bottom: 30px;
}
#social-gift #e-price .gift-list ul li .img {
    margin-bottom: 15px;
}
#social-gift #e-price .gift-list ul li .desc .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Zen Maru Gothic", sans-serif;
    min-height: calc(1.5em * 3); /* 3行分の高さを確保 */
}
#social-gift #e-price .gift-list ul li .desc .price {
    font-size: 15px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 15px;
    color: #B72A00;
}
#social-gift #e-price .gift-list ul li .desc .btn {
    width: 100%;
}
#social-gift #e-price .gift-list ul li .desc .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #B72A00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-price .gift-list ul li .desc .btn a::after {
    content: ">";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}
/* e-people */
#social-gift #e-people {
    margin-bottom: 100px;
}
#social-gift #e-people h4 {
    font-size: 26px;
    /* font-weight: bold; */
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 10px 0;
    margin-bottom: 45px;
    color: #fff;
    background-color: #3AB2C1;
}
#social-gift #e-people h4::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/people-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    filter: invert(100%) sepia(1%) saturate(4126%) hue-rotate(98deg) brightness(112%) contrast(100%);
}
#social-gift #e-people .tab-wrapper {
    margin-bottom: 70px;
}
#social-gift #e-people .tab-contents {
    display: none;
}
#social-gift #e-people .tab-contents.show {
    display: block;
}
#social-gift #e-people .tab-contents h5 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
#social-gift #e-people .tabs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
#social-gift #e-people .tabs ul li {
    width: 172px;
    border: 1px solid #000;
    background-color: #fff;
    color: #1F1F1F;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#social-gift #e-people .tabs ul li.active {
    background-color: #171717;
    color: #fff;
}
#social-gift #e-people .gift-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
#social-gift #e-people .gift-list ul li {
    width: 225px;
    margin-bottom: 30px;
}
#social-gift #e-people .gift-list ul li .img {
    margin-bottom: 15px;
}
#social-gift #e-people .gift-list ul li .desc .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Zen Maru Gothic", sans-serif;
    min-height: calc(1.5em * 3); /* 3行分の高さを確保 */
}
#social-gift #e-people .gift-list ul li .desc .price {
    font-size: 15px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 15px;
    color: #B72A00;
}
#social-gift #e-people .gift-list ul li .desc .btn {
    width: 100%;
}
#social-gift #e-people .gift-list ul li .desc .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #B72A00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    font-family: "Zen Maru Gothic", sans-serif;
}
#social-gift #e-people .gift-list ul li .desc .btn a::after {
    content: ">";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}
/* e-faq */
#social-gift #e-faq {
    margin-bottom: 120px;
}
#social-gift #e-faq h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 50px;
}
#social-gift #e-faq h3::before {
    content: "";
    background-image: url(https://www.yonezawa-sakano.co.jp/fs-group/socialgift/gift-icon-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 45px;
    margin-right: 20px;
    display: inline-block;
    filter: invert(70%) sepia(47%) saturate(490%) hue-rotate(138deg) brightness(83%) contrast(90%);
}
#social-gift #e-faq .item {
    margin-bottom: 40px;
}
#social-gift #e-faq .question {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
#social-gift #e-faq .question::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #B72A00;
    margin: auto 0;
}
#social-gift #e-faq .question span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #B72A00;
}
#social-gift #e-faq .question span::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
#social-gift #e-faq .question span::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s ease;
}
#social-gift #e-faq .question.checked span::after {
    transform: translateY(-50%) rotate(0deg);
}
#social-gift #e-faq .answer {
    font-size: 12px;
    line-height: 1.7;
    margin-left: 35px;
}