@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* scene common
------------------------------------------------------------------------------------------------------------------------------- */

/* scene nav
===================================================================== */
.scene-nav-wrapper {
    position: sticky;
    z-index: 200;
    top: 80px;
}
.scene-nav {
    position: relative;
    display: flex;
    justify-content: center;
    background: #eadbbe;
}
.scene-nav a:hover {
    opacity: 1;
}
.scene-nav > li > a,
.scene-nav > li > button {
    position: relative;
    display: block;
    min-height: 50px;
    padding: 11px 32px 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #545454;
}
.scene-nav > li > a::after,
.scene-nav > li > button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    width: 2px;
    height: 20px;
    border-radius: 100vh;
    background-color: #cba258;
}
.scene-nav > li:last-child > a::after {
    content: none;
}
.scene-nav > li:hover > a::before,
.scene-nav > li:hover > button::before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 82px);
    height: 4px;
    border-radius: 100vh;
    background-color: #cba258;
}
@media screen and (max-width:767px) {
    .scene-nav {
        display: none;
    }
}


/* scene main
===================================================================== */
.scene-main {
    padding: 60px 0 110px;
    font-size: 18px;
    line-height: 2.1;
}
.scene-main-inner {
    width: 984px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .scene-main {
        padding: 30px 0 55px;
        font-size: 15px;
        line-height: 1.75;
    }
    .scene-main-inner {
        width: 100%;
    }
}

/* scene-mv */
@media screen and (max-width:767px) {
    .scene-mv {
        padding: 0 10px;
    }
}

/* scene-lead */
.scene-lead {
    position: relative;
    margin: 30px 0 50px;
    padding: 50px;
    font-weight: 600;
}
.scene-lead::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 70px;
    height: 4px;
    border-radius: 100vh;
    transform: rotate(-45deg);
}
.scene-lead::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 70px;
    height: 4px;
    border-radius: 100vh;
    transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
    .scene-lead {
        position: relative;
        margin: 30px 0 50px;
        padding: 30px;
        font-size: 110%;
        line-height: 2;
    }
    .scene-lead::before {
        top: 10px;
        left: 10px;
        width: 50px;
        height: 3px;
    }
    .scene-lead::after {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 3px;
    }
}

/* scene-index-nav */
.scene-index-nav {
    width: 780px;
    margin: 0 auto;
    padding: 50px 40px 80px;
    background: #fff;
    border-radius: 30px;
}
.scene-index-nav .ttl {
    font-size: 30px;
    font-weight: 700;
}
@media screen and (max-width:767px) {
    .scene-index-nav {
        width: calc(100% - 30px);
        padding: 25px 15px 40px;
        border-radius: 15px;
    }
    .scene-index-nav .ttl {
        font-size: 23px;
    }
}

.scene-index-nav ul li {  
    border-bottom: 1px solid #aaa;
}
.scene-index-nav ul li a {
    display: block;
    padding: 20px 0;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: right center;
}
.scene-index-nav ul li .num {
    display: inline-block;
    width: 4em;
    font-family: "Jost", sans-serif;
}
@media screen and (max-width:767px) {
    .scene-index-nav ul li a {
        padding: 15px 0;
    }
    .scene-index-nav ul li .num {
        width: 3em;
    }
}

/* scene-section */
.scene-section-wrapper {
    width: 890px;
    margin: 0 auto;
}
.scene-section {
    margin: 100px 0 0;
}
@media screen and (max-width:767px) {
    .scene-section-wrapper {
        width: 100%;
        padding: 0 30px;
    }
    .scene-section {
        margin: 60px 0 0;
    }
}

.scene-section h3 {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.scene-section h3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 100vh;
    background: #ebebeb;
}
.scene-section h3::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 4px;
    border-radius: 100vh;
}
.scene-section .note {
    font-size: 90%;
}
@media screen and (max-width:767px) {
    .scene-section h3 {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 25px;
    }
    .scene-section h3::before {
        height: 2px;
    }
    .scene-section h3::after {
        width: 90px;
        height: 2px;
    }
}

/* recommend-item */
#recommend-item-slider button.splide__arrow > svg {
	display: none;
} 
#recommend-item-slider .splide__slide .txt {
    padding: 5px 0 0;
    font-size: 16px;
}
@media screen and (max-width:767px) {
    .recommend-item {
        width: 100%;
        overflow: hidden;
    }
    #recommend-item-slider .splide__slide .txt {
        padding: 5px 0 0;
        font-size: 14px;
    }
    #recommend-item-slider button.splide__arrow {
        position: absolute;
        z-index: 100;
        top: calc(50% - 28px);
        width: 30px;
        height: 30px;
        font-size: 0;
        padding: 0;
        border: none;
    }
    #recommend-item-slider button.splide__arrow span {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }
    #recommend-item-slider button.splide__arrow span::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 8px);
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        
    }
    #recommend-item-slider .splide__arrow--prev {
        left: calc(20% - 30px);
    }
    #recommend-item-slider .splide__arrow--prev span::after {
        left: calc(50% - 4px);
        transform: rotate(-135deg);
    }
    #recommend-item-slider .splide__arrow--next {
        right: calc(20% - 30px);
    }
    #recommend-item-slider .splide__arrow--next span::after {
        right: calc(50% - 4px);
        transform: rotate(45deg);
    }
}


/* scene-worry */
.scene-worry {
    margin: 100px 0 0;
}
.scene-worry-content {
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 50px 100px;
}
.scene-worry-content::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
    .scene-worry {
        margin: 70px 0 0;
    }
    .scene-worry-content {
        border-radius: 15px;
        padding: 30px 15px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .scene-worry-content::after {
        bottom: -1.7rem;
        height: 4.2rem;
        background-size: 100%;
    }
}

.scene-worry-content h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.4;
}
.scene-worry-content h3 span {
    display: inline-block;
    padding: 0 0.1em;
    font-size: 120%;
}
.scene-worry-content ul li {
    padding: 20px 0 20px 50px;
    border-top: 1px solid #aaa;
    font-weight: 500;
}
.scene-worry-content ul li:last-child {
    border-bottom: 1px solid #aaa;
}
@media screen and (max-width:767px) {
    .scene-worry-content h3 {
        margin: 0 0 10px;
        font-size: 25px;
    }
    .scene-worry-content h3 span {
        font-size: 120%;
    }
    .scene-worry-content ul li {
        padding: 15px 10px;
        font-size: 95%;
    }
    .scene-worry-content ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.scene-worry-pic01 {
    position: absolute;
    left: 10px;
    bottom: 0;
}
.scene-worry-pic02 {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width:767px) {
    .scene-worry-pic01 {
        left: 5px;
        bottom: auto;
        top: 48px;
        width: 60px;
    }
    .scene-worry-pic02 {
        right: 0;
        bottom: auto;
        top: 43px;
        width: 80px;
    }
}

.scene-worry-salon {
    margin: 30px 0 0;
    text-align: center;
}
.scene-worry-salon dt {
    font-size: 20px;
    font-weight: 700;
}
.scene-worry-salon dt span {
    font-size: 120%;
    font-weight: 900;
}
@media screen and (max-width:767px) {
    .scene-worry-salon {
        margin: 20px 0 0;
    }
    .scene-worry-salon dt {
        font-size: 14px;
    }
}

.scene-worry-salon .btn {
    width: 380px;
    margin: 20px auto 0;
}
.scene-worry-salon .btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    border-radius: 100vh;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.scene-worry-salon .btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:767px) {
    .scene-worry-salon .btn {
        width: 90%;
        margin: 10px auto 0;
    }
    .scene-worry-salon .btn a {
        padding: 15px 0;
    }
    .scene-worry-salon .btn a::after {
        right: 20px;
        top: calc(50% - 5px);
        width: 8px;
        height: 8px;
    }
}


/* scene-u-nav */
.scene-u-nav {
    width: 980px;
    margin: 100px 0 0 -50px;
}
.scene-u-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scene-u-nav ul li {
    width: 153px;
}
.scene-u-nav ul li.current a {
    pointer-events: none;
}
@media screen and (max-width:767px) {
    .scene-u-nav {
        width: 100%;
        margin: 70px 0 0;
    }
    .scene-u-nav ul li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}


/* scene01
---------------------------------------------- */
.scene01 {
    background-color: #fefdfc;
}
.scene01 .scene-lead::before {
    background: #ff7b93;
}
.scene01 .scene-lead::after {
    background: #ff7b93;
}
.scene01 .scene-index-nav ul li a {
    background-image: url(/base/giftnavi/img/arrow_pink_b.png);
}
.scene01 .scene-index-nav .ttl {
    color: #ff7b93;
}
.scene01 .scene-index-nav ul li .num {
    color: #ff7b93;
}
.scene01 .scene-section h3::after {
    background: #ff7b93;
}
.scene01 .scene-worry-content::after {
    background-image: url(/base/giftnavi/img/scene_worry_03.png);
}
.scene01 .scene-worry-content h3 span {
    color: #ff7b93;
}
.scene01 .scene-worry-salon dt span {
    color: #ff7b93;
}
.scene01 .scene-worry-salon .btn a {
    background: #ff7b93;
}


/* scene02
---------------------------------------------- */
.scene02 {
    background-color: #fefdfc;
}
.scene02 .scene-lead::before {
    background: #ff7b93;
}
.scene02 .scene-lead::after {
    background: #ff7b93;
}
.scene02 .scene-index-nav ul li a {
    background-image: url(/base/giftnavi/img/arrow_pink_b.png);
}
.scene02 .scene-index-nav .ttl {
    color: #ff7b93;
}
.scene02 .scene-index-nav ul li .num {
    color: #ff7b93;
}
.scene02 .scene-section h3::after {
    background: #ff7b93;
}
.scene02 .scene-worry-content::after {
    background-image: url(/base/giftnavi/img/scene_worry_03.png);
}
.scene02 .scene-worry-content h3 span {
    color: #ff7b93;
}
.scene02 .scene-worry-salon dt span {
    color: #ff7b93;
}
.scene02 .scene-worry-salon .btn a {
    background: #ff7b93;
}


/* scene03
---------------------------------------------- */
.scene03 {
    background-color: #f8fcfc;
}
.scene03 .scene-lead::before {
    background: #6ddada;
}
.scene03 .scene-lead::after {
    background: #6ddada;
}
.scene03 .scene-index-nav ul li a {
    background-image: url(/base/giftnavi/img/arrow_green_b.png);
}
.scene03 .scene-index-nav .ttl {
    color: #6ddada;
}
.scene03 .scene-index-nav ul li .num {
    color: #6ddada;
}
.scene03 .scene-section h3::after {
    background: #6ddada;
}
.scene03 .scene-worry-content::after {
    background-image: url(/base/giftnavi/img/scene_worry_04.png);
}
.scene03 .scene-worry-content h3 span {
    color: #6ddada;
}
.scene03 .scene-worry-salon dt span {
    color: #6ddada;
}
.scene03 .scene-worry-salon .btn a {
    background: #6ddada;
}


/* scene04
---------------------------------------------- */
.scene04 {
    background-color: #f8fcfc;
}
.scene04 .scene-lead::before {
    background: #6ddada;
}
.scene04 .scene-lead::after {
    background: #6ddada;
}
.scene04 .scene-index-nav ul li a {
    background-image: url(/base/giftnavi/img/arrow_green_b.png);
}
.scene04 .scene-index-nav .ttl {
    color: #6ddada;
}
.scene04 .scene-index-nav ul li .num {
    color: #6ddada;
}
.scene04 .scene-section h3::after {
    background: #6ddada;
}
.scene04 .scene-worry-content::after {
    background-image: url(/base/giftnavi/img/scene_worry_04.png);
}
.scene04 .scene-worry-content h3 span {
    color: #6ddada;
}
.scene04 .scene-worry-salon dt span {
    color: #6ddada;
}
.scene04 .scene-worry-salon .btn a {
    background: #6ddada;
}


/* scene05
---------------------------------------------- */
.scene05 {
    background-color: #f7fafc;
}
.scene05 .scene-lead::before {
    background: #6c75a8;
}
.scene05 .scene-lead::after {
    background: #6c75a8;
}
.scene05 .scene-index-nav ul li a {
    background-image: url(/base/giftnavi/img/arrow_purple_b.png);
}
.scene05 .scene-index-nav .ttl {
    color: #6c75a8;
}
.scene05 .scene-index-nav ul li .num {
    color: #6c75a8;
}
.scene05 .scene-section h3::after {
    background: #6c75a8;
}
.scene05 .scene-worry-content::after {
    background-image: url(/base/giftnavi/img/scene_worry_05.png);
}
.scene05 .scene-worry-content h3 span {
    color: #6c75a8;
}
.scene05 .scene-worry-salon dt span {
    color: #6c75a8;
}
.scene05 .scene-worry-salon .btn a {
    background: #6c75a8;
}


.scene05-subttl {
    margin: 40px 0 15px;
    font-size: 20px;
    font-weight: 700;
}
.scene05-subttl .small {
    font-size: 80%;
}
@media screen and (max-width:767px) {
    .scene05-subttl  {
        margin: 30px 0 10px;
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    .scene05-box01-image {
        overflow: auto;
    }
    .scene05-box01-image img {
        width: 200%;
    }
}

@media screen and (max-width:767px) {
    .scene05-box02 dt {
        text-align: center;
    }
    .scene05-box02 dd {
        width: 70%;
        margin: 0 auto;
    }
}

.scene05-box03 {
    margin: 50px 0 0;
}
.scene05-box03-example {
    width: 777px;
    margin: 40px auto 0;
}
.scene05-box03-example-image {
    margin: 10px 0 0;
}
@media screen and (max-width:767px) {
    .scene05-box03-example {
        width: 100%;
        margin: 20px auto 0;
    }
    .scene05-box03-example-image {
        overflow: auto;
    }
    .scene05-box03-example-image img{
        width: 200%;
    }
}

/* movie */
.movie {
	width: 580px;
	margin: 70px auto 0;
}
.movie-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px) {
	.movie {
		width: 100%;
		margin: 30px auto 0;
	}
}


/* scene06
---------------------------------------------- */
.scene06 {
    background-color: #f4f4f4;
}
.scene06 .scene-lead::before {
    background: #b53d2d;
}
.scene06 .scene-lead::after {
    background: #b53d2d;
}
.scene06 .scene-index-nav ul li a {
    display: flex;
    align-items: center;
    background-image: url(/base/giftnavi/img/arrow_darkred_b.png);
}
.scene06 .scene-index-nav .ttl {
    color: #b53d2d;
}
.scene06 .scene-index-nav ul li .num {
    color: #b53d2d;
}
.scene06 .scene-section h3::after {
    background: #b53d2d;
}
@media screen and (max-width:767px) {
    .scene06 .scene-index-nav ul li a {
        line-height: 1.6;
    }
}

/* scene06-1 */
.scene06-1-item {
    margin: 30px 0 0;
    background: #fff;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.8;
    overflow: hidden;
}
.scene06-1-item .note {
    font-size: 74%;
}
@media screen and (max-width:767px) {
    .scene06-1-item {
        font-size: 16px;
        line-height: 1.8;
    }
    .scene06-1-item .note {
        font-size: 80%;
    }
}

.scene06-1-box01 {
    position: relative;
    padding: 30px 30px 30px 310px;
}
.scene06-1-box01.scene06-1-box01-3 {
    padding-bottom: 50px;
}
.scene06-1-box01 dt {
    margin: 0 0 5px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #b53d2d;
}
.scene06-1-box01 .image {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 250px;
}
@media screen and (max-width:767px) {
    .scene06-1-box01 {
        padding: 20px;
    }
    .scene06-1-box01.scene06-1-box01-3 {
        padding-bottom: 20px;
    }
    .scene06-1-box01 dt {
        margin: 0 0 10px;
        font-size: 23px;
        text-align: center;
    }
    .scene06-1-box01 .image {
        position: relative;
        left: 0;
        top: 0;
        width: 90%;
        margin: 0 auto 20px;
    }
}

.scene06-1-detail button {
    border: none;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
    display: block;
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #b53d2d;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
.scene06-1-detail button span {
    position: relative;
    padding-right: 30px;
}
.scene06-1-detail button span::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
    background: #fff;
}
.scene06-1-detail button span::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
    background: #fff;
    transform: rotate(-90deg);
}
.scene06-1-detail button.active span::before {
    transform: rotate(0deg);
}
@media screen and (max-width:767px) {
    .scene06-1-detail button {
        font-size: 16.5px;
    }
}

.scene06-1-detail-content {
    display: none;
    padding: 30px 50px;
}
@media screen and (max-width:767px) {
    .scene06-1-detail-content {
        padding: 20px;
    }
}

.scene06-1-example {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}
.scene06-1-example li {
    width: 220px;
}
@media screen and (max-width:767px) {
    .scene06-1-example {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0;
    }
    .scene06-1-example li {
        width: 65%;
        margin: 0 auto;
    }
}

.scene06-1-step dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0;
}
.scene06-1-step dl dt {
    background-color: #b53d2d;
    color: #fff;
    padding: 0 25px;
    border-radius: 100vh;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.scene06-1-step dl dd {
    flex: 1;
}
@media screen and (max-width:767px) {
    .scene06-1-step dl {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }
}


/* scene06-2 */
.scene06-2-flow {
    margin: 30px 0;
}
.scene06-2-flow li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 0 16px;
}
.scene06-2-flow li .num {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b53d2d;
    color: #fff;
    font-size: 26px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.scene06-2-flow li .txt {
    flex: 1;
    font-size: 22px;
    font-weight: 500;
    padding: 0 20px;
}
@media screen and (max-width:767px) {
    .scene06-2-flow li {
        align-items: flex-start;
        margin: 0 0 25px;
    }
    .scene06-2-flow li .num {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .scene06-2-flow li .txt {
        font-size: 15px;
        padding: 10px 15px;
        line-height: 1.6;
    }
}

.scene06-link {
    margin: 60px 0 0;
}
.scene06-link-ttl {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.6;
}
.scene06-link-note {
    font-size: 82.2%;
    text-align: center;
}
.scene06-link-itemlist {
    width: calc(50% - 20px);
    margin: 30px auto;
}
@media screen and (max-width:767px) {
    .scene06-link {
        margin: 50px 0 0;
    }
    .scene06-link-ttl {
        text-align: left;
        font-size: 17px;
    }
    .scene06-link-itemlist {
        width: 90%;
        margin: 30px auto;
    }
}

.scene06-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 30px 0 0;
}
.scene06-link-list dl {
    width: calc(50% - 20px);
    text-align: center;
}
.scene06-link-list dl dt {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width:767px) {
    .scene06-link-list {
        display: block;
        margin: 30px 0 0;
    }
    .scene06-link-list dl {
        width: 90%;
        margin: 20px auto 0;
    }
    .scene06-link-list dl dt {
        margin: 0 0 5px;
        font-size: 13px;
    }
}

.scene06-link .btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    background: #b53d2d;
    color: #fff;
    border-radius: 100vh;
}
.scene06-link .btn::after {
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:767px) {
    .scene06-link .btn {
        font-size: 14px;
        padding: 14px 0;
    }
    .scene06-link .btn::after {
        right: 20px;
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }
}

.scene06-link .tel {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
    padding-left: 1em;
}
.scene06-link .tel .arrow {
    color: #b53d2d;
    margin-right: 0.3em;
}
@media screen and (max-width:767px) {
    .scene06-link .tel {
        margin: 10px 0 0;
        font-size: 14px;
    }
}


/* scene06-3 */
.scene06-3-example {
    margin: 30px 0 0;
}
.scene06-3-example h4 {
    color: #b53d2d;
    font-size: 18px;
    font-weight: 600;
}
.scene06-3-example-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scene06-3-example-list dl {
    width: calc((100% - 60px) / 4);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px;
}
.scene06-3-example-list dl dt {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.scene06-3-example-list dl dd.image {
    width: 80%;
    margin: auto auto 0;
}
@media screen and (max-width:767px) {
    .scene06-3-example {
        margin: 20px 0;
    }
    .scene06-3-example-list {
        gap: 14px;
    }
    .scene06-3-example-list dl {
        width: calc((100% - 14px) / 2);
        font-size: 13px;
        padding: 15px 5px;
    }
    .scene06-3-example-list dl dt {
        font-size: 18px;
        letter-spacing: 0.04em;
    }
    .scene06-3-example-list dl dd.image {
        width: 80%;
        margin: auto auto 0;
    }
}

/* scene06-4 */
.scene06-4-point {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 0 0 40px;
}
.scene06-4-point dl {
    width: calc((100% - 40px) / 3);
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px 30px;
    text-align: center;
}
.scene06-4-point dl dt {
    display: inline-block;
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #b53d2d;
    padding: 0 40px 0;
    background: url(/base/giftnavi/img/scene06_deco01.png) no-repeat center left / 24px, url(/base/giftnavi/img/scene06_deco02.png) no-repeat center right / 24px;
}
.scene06-4-point dl dt span {
    display: inline-block;
    font-size: 180%;
    vertical-align: middle;
    padding-bottom: 0.1em;
}
.scene06-4-point dl dd {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    font-feature-settings: "palt";
}
.scene06-4-point dl dd .small {
    font-size: 80%;
}
.scene06-4-point-note {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
}
@media screen and (max-width:767px) {
    .scene06-4-point {
        display: block;
        margin: 20px 0 0;
        padding: 0;
    }
    .scene06-4-point dl {
        width: 100%;
        padding: 10px 10px 20px;
        margin: 20px 0 0;
    }
    .scene06-4-point dl dt {
        font-size: 18px;
        padding: 0 32px;
        background-size: 20px;
    }
    .scene06-4-point dl dd {
        font-size: 17px;
        
    }
    .scene06-4-point-note {
        position: relative;
        margin: 5px 0 0;
        font-size: 14px;
    }
}