p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.16em;
}
h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-align: center;
}
.fv-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.mw {
    max-width: 990px;
    margin: 0  auto;
    padding: 0 16px;
}

.mark {
    position: relative;
}
.mark::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 27px;
    background-image: url(../img/sales-img/mark.png);
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    z-index: 11;
}
a:hover {
    opacity: .6;
}
.fs24 {
    font-size: 24px;
}
.lh2 {
    line-height: 2;
}
.sp-br {
    display: none;
}
.sp-br2 {
    display: none;
}

/* スライダー挙動調整 */
.swiper-slide img {
    width: 100%;
    height: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 40px;
    height: 40px;
    margin: auto;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    background-image: url(../img/sales-img/arrow_left.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(../img/sales-img/arrow_right.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
    height: auto;
    width: 100%;
}
#cv-slider {
    padding-bottom: 100px;
}
.swiper-pagination-bullet {
    background-color: #603913;
}
.next-box {
    position: absolute;
    bottom: 30px;
    right: 29%;
}
.prev-box {
    position: absolute;
    bottom: 30px;
    left: 29%;
}

#cv-slider>.swiper-button-next {
    position: absolute;   /* 念のため指定 */
    top: 300px !important; /* Swiper のデフォルトを上書き */
    right: 130px !important;
    transform: none !important; /* 中央寄せ解除 */
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 80px;
}




@media screen and (min-width: 769px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .swiper-wrapper {
        display: block;
    }
    .swiper-pagination {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mw {
        width: 90%;
        padding: 0;
    }
}



/*scene-section===================================*/
#scene-sec {
    background-image: url(../img/sales-img/washi-01.png);
    padding-top: 104px;
}
.scene-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    row-gap: 72px;
}
#scene-sec h2 {
    margin-bottom: 44px;
}
.img-box__scene {
    margin-bottom: 16px;
}
.grid__scene p {
    line-height: 1.8;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
    #scene-sec .ranking-top-bg {
        margin-top: 80px;
    }
}
@media screen and (max-width: 430px) {
    #scene-sec h2 {
        font-size: 24px;
    }
    .sp-br {
        display: block;
    }
	.grid__scene p {
		font-size: 14px;
		letter-spacing: 0.12em;
		line-height: 1.6;
	}
	.scene-box {
		row-gap: 48px;
	}
}

/*ranking-section===================================*/
.grid-ranking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
#ranking-sec {
    position: relative;
    padding-bottom: 100px;
}
#ranking-sec h2 {
    margin-bottom: 48px;
    letter-spacing: 0.3em;
}
.grid-box__ranking h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.7;
}
.img-box__ranking {
    margin-bottom: 24px;
}
#ranking-sec.mark::after {
    top: -40px;
}
.grid-box__ranking .mb8 {
    margin-bottom: 8px;
}
.grid-box__ranking {
    position: relative;
    z-index: 0;
	text-align: center;
}
.no1::before {
    content: "";
    background-image: url(../img/sales-img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: 0;
    width: 55px;
    height: 45px;
    z-index: 20;
}
.no2::before {
    content: "";
    background-image: url(../img/sales-img/02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 10px;
    width: 38px;
    height: 38px;
    z-index: 20;
}
.no3::before {
    content: "";
    background-image: url(../img/sales-img/03.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 10px;
    width: 38px;
    height: 38px;
    z-index: 20;
}
@media screen and (max-width: 1024px) {
    #ranking-sec {
        padding-top: 40px;
    }
    #ranking-sec.mark::after {
        top: -5px;
    }
}
@media screen and (max-width: 768px) {
    .grid-ranking {
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
        gap: 48px;
        text-align: center;
    }
    .img-box__ranking {
        margin-bottom: 12px;
    }
    .grid-box__ranking h3 {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 430px) {
    #ranking-sec h2 {
        font-size: 24px;
		letter-spacing: 0.2em;
    }
}


/*kodawari-section===================================*/
.grid-box__kodawari {
    display: grid;
    grid-template-columns: 306px 1fr;
    gap: 40px;
    margin-bottom: 64px;
}
#kodawari {
    background-image: url(../img/sales-img/washi-01.png);
    padding-top: 100px;
}
#kodawari h2 {
    margin-bottom: 64px;
}
#kodawari h3 {
    margin-top: 16px;
    margin-bottom: 16px;
}
#kodawari p {
    line-height: 1.6;
	letter-spacing: 0.1em;
}
.kodawari-top-bg {
    position: absolute;
    top: 0;
}
#kodawari .mw {
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 768px) {
    .grid-box__kodawari {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    #kodawari h3 {
        font-size: 20px;
    }
    .sp-br {
        display: block;
    }
    #kodawari {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 430px) {
    #kodawari h3 {
        text-align: center;
    }
    #kodawari h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}



/*cv-section===================================*/
#cv-sec {
    padding-bottom: 24px;
}
#cv-sec h2 {
    margin-bottom: 40px;
}
#cv-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    row-gap: 48px;
}
#cv-slider .swiper-wrapper > :nth-child(5) {
    grid-column: 1 / -1; /* 2カラムまたぎ */
    justify-self: center; /* 横方向で中央寄せ */
    width: auto; /* サイズは変えない */
}
.cv-5 img {
    width: 50%;
	margin: 0 auto;
}
.cv-5 {
    text-align: center;
}
#cv-sec.mark::after {
    top: -40px;
}
@media screen and (max-width: 768px) {
    #cv-slider .swiper-wrapper {
        display: flex;
        gap: 0;
        row-gap: 0;
    }
    .cv-5 img {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    #cv-sec h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }
}



/*houjinn-section===================================*/
#houjinn-sec {
    background-image: url(../img/sales-img/washi-02.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
#houjinn-sec h2{ 
    margin-bottom: 56px;
}
.grid-houjinn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    row-gap: 64px;
}
.gtid-box_houjinn {
    width: 30%;
    text-align: center;
}
.img-box__houjinn {
    margin-bottom: 16px;
}
#houjinn-sec .mw {
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 768px) {
    .grid-houjinn {
        flex-direction: column;
        row-gap: 48px;
    }
    .gtid-box_houjinn {
        width: 100%;
    }
    .gtid-box_houjinn p {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .gtid-box_houjinn p {
        font-size: 16px;
    }
}
@media screen and (max-width: 430px) {
    #houjinn-sec h2 {
        font-size: 24px;
    }
}

/*lineup-section===================================*/
#lineup-sec {
    background-image: url(../img/sales-img/washi-01.png);
    padding-bottom: 64px;
}

#lineup-sec h2 {
    margin-bottom: 32px;
    font-weight: 500;
}

#lineup-sec h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: 0.3em;
}
#lineup-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    row-gap: 56px;
}
.img-box__lu {
    margin-bottom: 20px;
}
.text-box__lu h4 {
    margin-bottom: 16px;
    line-height: 1.7;
	font-size: 16px;
}
.lu-bg {
    position: absolute;
    top: -200px;
}
#lineup-sec .mw {
    position: relative;
    z-index: 11;
}
#lineup-sec.mark::after {
    top: -40px;
}
.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #D7B478;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}
@media screen and (max-width: 1536px) {
    .lu-bg {
        top: -170px;
    }
}
@media screen and (max-width: 1280px) {
    .lu-bg {
        top: -130px;
    }
}
@media screen and (max-width: 1024px) {
    .lu-bg {
        top: -100px;
    }
}
@media screen and (max-width: 800px) {
    .lu-bg {
        top: -60px;
    }
}
@media screen and (max-width: 768px) {
    .sp-br {
        display: block;
    }
    #lineup-slider .swiper-wrapper {
        display: flex;
        gap: 0;
    }
    #lineup-slider {
        padding-bottom: 100px;
        text-align: center;
    }
    #lineup-slider .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 68px;
    }
    .lu-next {
        position: absolute;
        bottom: 30px;
        right: 29%;
    }
    .lu-prev {
        position: absolute;
        bottom: 30px;
        left: 29%;
    }
    .head-border {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .lu-bg {
        top: -40px;
    }
}
@media screen and (max-width: 500px) {
    .head-border {
        font-size: 24px;
    }
}
@media screen and (max-width: 430px) {
    .lu-bg {
        top: -25px;
    }
    .head-border:before,
    .head-border:after {
        display: none;
    }
    #lineup-sec h2 {
        justify-content: center;
    }
}
@media screen and (max-width: 375px) {
    .sp-br2 {
        display: block;
    }
    #lineup-sec h2 {
        line-height: 1.2;
    }
}
/*faq-section===================================*/
#qa-section {
    padding-top: 96px;
    padding-bottom: 100px;
}
#qa-section h2 {
    margin-bottom: 56px;
}

/*アコーディオン*/
.accordion {
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid #603913;
}
.accordion01 {
    border-top: 1px solid #603913;
}
.accordion .accordion_ttl {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 30px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: flex;
    line-height: 1.5;
}
.accordion .accordion_ttl::before,
.accordion .accordion_ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    width: 14px;
    height: 2px;
    background: #603913;
    transition: 0.2s ease transform;
}
.accordion .accordion_ttl::after {
    transform: translate(0, -50%) rotate(-90deg);
}
.accordion .accordion_ttl.active::after {
    transform: translate(0, -50%) rotate(0deg);
}
.accordion .accordion_cnt {
    padding: 0 30px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease max-height;
    display: flex;
}
.accordion_cnt .answer {
	margin-right: 24px !important;
}
.accordion .accordion_cnt p {
    margin: 15px 0;
}
.q-color {
    color: #603913;
    margin-right: 16px;
}
.answer {
    color: #DC503C;
}
.accordion_cnt a {
    color: blue;
}
@media screen and (max-width: 768px) {
	.accordion .accordion_ttl {
		padding: 18px;
		padding-left: 6px;
	}
	.accordion .accordion_ttl::before, .accordion .accordion_ttl::after {
		right: 4px;
	}
	.accordion .accordion_cnt {
		padding-left: 6px;
		padding-right: 40px;
	}
	.accordion_cnt a {
		font-size: 16px;
	}
	.q-color {
		margin-right: 8px;
	}
	.accordion {
		padding: 0 8px;
	}
	.accordion_cnt .answer {
    	margin-right: 21px !important;
	}
	.q-yohaku {
		margin-right: 17px;
	}
}


/*zisseki-section===================================*/
#zisseki {
    background-image: url(../img/sales-img/washi-02.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.grid-zisseki {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 112px;
}
#zisseki h2 {
    margin-bottom: 24px;
}
.grid-box__zisseki h3 {
    font-size: 16px;
    line-height: 1.5;
}
.img-box__zisseki {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .grid-zisseki {
        grid-template-columns: 1fr;
        text-align: center;
		gap: 32px;
    }
	.img-box__zisseki img {
		width: 70%;
    	margin: 0 auto;
	}
}


/*footer===================================*/
footer {
    padding-top: 60px;
    padding-bottom: 20px;
    color: #fff;
    background-image: url(../img/sales-img/footer.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #000;
    height: 660px;
}
.cta-area {
    margin-bottom: 420px;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.cta-btn img {
    width: 277px;
}
footer p {
    text-align: center;
}
footer h2 {
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .cta-area {
        flex-direction: column;
    }
    .cta-btn {
        text-align: center;
    }
    .cta-btn img {
        width: 80%;
		margin: 0 auto;
    }
    footer {
        height: 860px;
    }
	h2 {
		letter-spacing: 0.2em;
    	line-height: 1.4;
	}
}
@media screen and (max-width: 500px) {
    footer h2 {
        margin-bottom: 72px;
    }
}
@media screen and (max-width: 400px) {
    footer {
        height: 800px;
    }
}
@media screen and (max-width: 375px) {
    footer {
        height: 775px;
    }
}