/* ----------------
reset
---------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    line-height: 1.4;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote,
button {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img,
picture {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/* ----------------
font
---------------- */

@font-face {
    font-family: "GenJyuuGothic";
    src: url("../fonts/GenJyuuGothic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GenJyuuGothic";
    src: url("../fonts/GenJyuuGothic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* ----------------
common
---------------- */
html {
    scroll-behavior: smooth;
}

html,
body {
    font-family: "NotoSans", sans-serif;
    font-weight: 500;
    background-color: #ffe478;
    color: #252422;
}

.container {
    min-width: 320px;
}

.spOnly {
    display: none;
}

@media screen and (max-width: 768px) {
    .spOnly {
        display: block;
    }

    .pcOnly {
        display: none;
    }
}

/* ----------------
header
---------------- */
.header {
    height: 70px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-top: 2px solid #ad0026;
    display: flex;
    align-items: center;
}

.headerInner {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.headerLogo {
    max-width: 173px;
}

.headerLink {
    position: relative;
}

.headerLink::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
}

.headerLink:hover::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .headerInner {
        padding: 0 10px
    }

    .header {
        height: 49px;
    }

    .headerLogo {
        max-width: 117px
    }
}

/* ----------------
cta
---------------- */
.cta {
    max-width: 664px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.ctaBtn {
    display: block;
    font-size: clamp(20px, 3vw, 28px);
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0.4em;
    background-color: #f67f00;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.ctaBtn:focus {
    outline: none;
}

.ctaBtn::before {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.9em;
    background-image: url('../img/cta_arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
}

.ctaBtn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    border-radius: 12px;
}

.ctaBtn:hover::after {
    opacity: 1;
}

.ctaLabel {
    border: solid 4px #f67f00;
    color: #f67f00;
    background-color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 50px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -78%);
    white-space: nowrap;
    box-shadow: 0.2em 0.2em 0.3em hsl(25, 45%, 34%, 0.4);
    z-index: 1;
    font-size: 0.65em;
    font-weight: bold;
    line-height: 1;
}

.ctaLabel::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-right: solid 4px #f67f00;
    border-bottom: solid 4px #f67f00;
    transform: translate(-50%, 69%) rotate(45deg);
    box-shadow: 0.2em 0.2em 0.3em hsl(25, 45%, 34%, 0.4);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.ctaLabelText02 {
    font-size: 0.8em;
}

.ctaLogin {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.ctaLoginLink {
    color: #f67f00;
    text-decoration: underline;
}

.ctaLoginLink:hover {
    opacity: 0.7;
}

.contentsInner .cta {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .ctaBtn {
        padding-top: 1.3em;
        padding-bottom: 1.2em;
    }

    .ctaBtn::before {
        background-image: url('../img/cta_arrow_sp.png');
    }

    .ctaLabel {
        border: solid 3px #f67f00;
    }

    .ctaLabel::after {
        width: 12px;
        height: 12px;
        border-right: solid 3px #f67f00;
        border-bottom: solid 3px #f67f00;
    }

    .contentsInner .cta {
        margin-top: 60px;
        width: 92%;
    }
}

/* ----------------
mv
---------------- */
.mvInner {
    padding-top: 60px;
    background-image: url('../img/mv_bg_01.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mvTitleWrapper {
    width: 90%;
    max-width: 1100px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: min(11vw, 130px);
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/mv_bg_02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.mvLabel {
    font-size: min(1.9vw, 23px);
    width: 5em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    line-height: 1.2;
    color: #534307;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 53px;
    left: 20px;
}

.mvLabel::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1.2em solid #fff;
    border-right: 0;
    position: absolute;
    bottom: 1.5em;
    right: -0.7em;
    transform: rotate(31deg);
}

.mvTitle {
    width: fit-content;
    font-size: min(5.2vw, 63px);
}

.mvTitle01,
.mvTitle02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #534307;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.mvTitle01 {
    font-size: 0.7em;
}

.mvTitle01 .mvTitle01_02 {
    font-size: 0.7em;
}

.mvTitle02 {
    font-size: 1em;
}

.mvCtaWrapper {
    padding-top: 70px;
    padding-bottom: 20px;
    background: repeating-linear-gradient(-45deg, #fff 0 3px, transparent 3px 28px);
    margin-top: -20px;
}

@media screen and (max-width: 768px) {
    .mvInner {
        padding-top: 35px;
        background-image: url('../img/mv_bg_01_sp.png');
    }

    .mvTitleWrapper {
        width: 100%;
        padding-top: max(12vw, 50px);
        padding-left: max(19vw, 70px);
        padding-bottom: max(64vw, 205px);
        background-image: url('../img/mv_bg_02_sp.png');
        background-position: top center;
    }

    .mvLabel {
        font-size: max(3vw, 12px);
        top: max(8vw, 30px);
        left: max(5vw, 20px);
    }

    .mvTitle {
        font-size: max(8.5vw, 26px);
    }

    .mvCtaWrapper {
        padding-top: max(8vw, 50px);
        padding-bottom: 10px;
        background: repeating-linear-gradient(-45deg, #fff 0 2px, transparent 2px 18px);
    }
}

/* ----------------
nav
---------------- */
.nav {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 70px 30px 30px;
}

.navListWrapper {
    width: 100%;
    display: flex;
}

.navList {
    flex: 1;
    background-color: #ffe478;
    position: relative;
}

.navList::after {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
}

.navListUse::after {
    background-image: url('../img/nav_use.png');
}

.navListSave::after {
    background-image: url('../img/nav_save.png');
}

.navListExchange::after {
    background-image: url('../img/nav_exchange.png');
}

.navList::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #534307;
    border-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.navList:not(:first-child) {
    border-left: solid 1px #D2AA18;
}

.navList:not(:last-child) {
    border-right: solid 1px #D2AA18;
}

.navList:first-child {
    border-radius: 6px 0 0 6px;
}

.navList:last-child {
    border-radius: 0 6px 6px 0;
}

.navLink {
    display: block;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
    color: #534307;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.navLink::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
}

.navLink:hover::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .nav {
        width: 100%;
        background-color: #ffe478;
        padding: 0 0 15px 0;
        margin-top: 60px;
    }

    .navList::after {
        width: 40px;
        height: 40px;
        transform: translate(-50%, -110%);
    }

    .navList::before {
        bottom: 7px;
    }

    .navLink {
        font-size: 18px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .navLink:hover::after {
        opacity: 0;
    }
}

/* ----------------
contents
---------------- */
.contents {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px 30px 60px 30px;
    overflow-x: hidden;
}

.contentsInner:not(:first-child) {
    margin-top: 60px;
}

.contentsTitle {
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
    color: #534307;
    background-image: url('../img/contents_title_bg.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.contentsText01 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
}

.contentsText01_02 {
    margin-top: 20px;
}

.contentsText02 {
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.contentsText02_02 {
    color: #F67F00;
}

@media screen and (max-width: 768px) {
    .contents {
        width: 100%;
        border-radius: 0;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 30px;
    }

    .contentsInner:not(:first-child) {
        margin-top: 40px;
    }

    .contentsTitle {
        font-size: 22px;
        padding-bottom: min(4vw, 30px);
        background-image: url('../img/contents_title_bg_sp.png');
    }

    .contentsText01 {
        text-align: left;
        font-size: 18px;
    }

    .contentsText02 {
        margin-top: 15px;
    }
}

/* ----------------
use
---------------- */
.useItemWrapper {
    margin-top: 30px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.useItem {
    background-color: #fdfbf4;
    border-radius: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.useItemImgWrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.useItemTitle {
    width: 82%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #8E7000;
    font-size: 18px;
}

.useItemText {
    width: 82%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .useItemWrapper {
        gap: 10px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .useItem {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .useItemImgWrapper {
        width: 60%;
    }

    .useItemTitle {
        margin-top: 5px;
        font-size: 17px;
    }

    .useItemText {
        margin-top: 5px;
    }
}


/* ----------------
save
---------------- */
.saveItemWrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    background-color: #fdfbf4;
    padding: 40px 8.5%;
    border-radius: 13px;
}

.saveItemImgWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.saveItemTitle {
    margin-top: 25px;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #8E7000;
    font-size: 20px;
}

.saveItemText {
    margin-top: 10px;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    .saveItemWrapper {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        margin-left: auto;
        margin-right: auto;
        padding: 40px 11.5%;
    }

    .saveItem {
        flex: 0 0 100%;
    }

    .saveItemImgWrapper {
        width: 60%;
    }

    .saveItemTitle {
        margin-top: 15px;
        font-size: 20px;
    }

    .saveItemText {
        margin-top: 5px;
    }
}

/* ----------------
exchange
---------------- */
.exchangeBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 15px;
    border: solid 3px #ffb667;
    background-color: #fffce0;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.exchangeBox:before {
    content: "";
    display: block;
    width: 50px;
    height: 70px;
    background-color: #ffb667;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.exchangeBox:not(:first-of-type) {
    margin-top: 40px;
}

.exchangeBoxTitle {
    color: #F67F00;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}

.exchangeBoxText {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .exchangeBox {
        width: 100%;
        padding: 20px;
    }

    .exchangeBox:not(:first-of-type) {
        margin-top: 20px;
    }

    .exchangeBoxText {
        text-align: left;
    }
}

/* exchangeItem01 */
.exchangeItem01Wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.exchangeItem01 {
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 9px hsl(44, 65%, 20%, 0.12);
}

.exchangeItem01ImgWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.exchangeItem01Text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .exchangeItem01Wrapper {
        gap: 20px;
        margin-top: 20px;
    }

    .exchangeItem01 {
        padding: 20px 12px;
    }

    .exchangeItem01ImgWrapper {
        width: 90%;
    }

    .exchangeItem01Text {
        font-size: 13px;
        text-align: left;
    }
}

/* exchangeItem02*/
.exchangeItem02Wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.exchangeItem02ImgWrapper {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 9px hsl(44, 65%, 20%, 0.12);
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchangeItem02Img {
    width: 80%;
}

.exchangeItem02Text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .exchangeItem02Wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        width: 90%;
        margin-top: 25px;
    }

    .exchangeItem02Text {
        font-size: 11px;
    }

    .exchangeItem02_02 {
        transform: translateX(calc(50% + 12.5px));
    }
}

/* exchangeItem03*/
.exchangeItem03Wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.exchangeItem03ImgWrapper {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 9px hsl(44, 65%, 20%, 0.12);
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchangeItem03Img {
    width: 60%;
}

.exchangeItem03Text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .exchangeItem03Wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        width: 90%;
        margin-top: 25px;
    }

    .exchangeItem03ImgWrapper {
        aspect-ratio: 1 / 1;
    }

    .exchangeItem03Img {
        width: 80%;
    }

    .exchangeItem03Text {
        font-size: 11px;
    }
}

/* exchangeItem04*/
.exchangeItem04Wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.exchangeItem04ImgWrapper {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 9px hsl(44, 65%, 20%, 0.12);
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchangeItem04Img {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .exchangeItem04Wrapper {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        margin-top: 25px;
    }

    .exchangeItem04ImgWrapper {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .exchangeItem04_02 {
        transform: translateX(calc(50% + 12.5px));
    }
}

/* ----------------
voice
---------------- */
.voice {
    padding-bottom: 40px;
}

.voiceItemWrapper {
    margin-top: 50px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    gap: 60px;
    position: relative;
}

.voiceItemWrapper:not(:first-of-type) {
    margin-top: 70px;
}

.voiceItem01 {
    flex: 1;
    border-radius: 15px;
    background-color: #fdfbf4;
    padding: 4% 5% 4% 9%;
    position: relative;
}

.voiceItem01::before {
    content: '“';
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    font-size: min(10vw, 106px);
    color: #ffb667;
    position: absolute;
    top: 0;
    left: 2%;
    transform: translateY(-20%);
    line-height: 1;
}

.voiceItem01::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    width: 45px;
    height: 45px;
    background-image: url('../img/voice_triangle.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}

.voiceItemTitle {
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #F46600;
}

.voiceItemText {
    font-size: 14px;
    margin-top: 15px;
}

.voiceItem02 {
    width: 170px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .voice {
        padding-bottom: 0;
    }

    .voiceItemWrapper {
        display: block;
        width: 100%;
    }

    .voiceItemWrapper.voiceItemWrapper:first-of-type {
        margin-top: 30px;
    }

    .voiceItemWrapper.voiceItemWrapper:not(:first-of-type) {
        margin-top: -20px;
    }

    .voiceItem01 {
        padding: 30px 20px;
    }

    .voiceItem01::before {
        font-size: 60px;
    }

    .voiceItem01::after {
        display: none;
    }

    .voiceItemTitle {
        text-align: center;
        font-size: 18px;
    }

    .voiceItemText {
        font-size: 14px;
    }

    .voiceItem02 {
        margin-top: -30px;
        width: 100%;
    }
}

/* voiceItemWrapper01 */
.voiceItemWrapper01 {
    z-index: 3;
}

.voiceItemWrapper01 .voiceItem02ImgWrapper {
    width: 80%;
    transform: translateY(5%);
}

.voiceItemWrapper01::before {
    content: "";
    display: block;
    width: 100%;
    height: 106px;
    background: repeating-linear-gradient(-45deg, #FBF3D3 0 2px, transparent 2px 16px);
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateX(50%);
}

@media screen and (max-width: 768px) {
    .voiceItemWrapper01 .voiceItem02ImgWrapper {
        transform: translateY(0);
        width: 65px;
        margin-left: auto;
    }

    .voiceItemWrapper01::before {
        display: none;
    }

}

/* voiceItemWrapper02 */
.voiceItemWrapper02 {
    z-index: 2;
}

.voiceItemWrapper02 .voiceItem01 {
    order: 1;
    padding: 4% 5.5%;
}

.voiceItemWrapper02 .voiceItem01::before {
    content: '”';
    left: unset;
    right: 2%;
}

.voiceItemWrapper02 .voiceItem01::after {
    right: unset;
    left: 0;
    transform: translate(-100%, -50%) rotate(180deg);
}

.voiceItemWrapper02 .voiceItem02ImgWrapper {
    width: 90%;
    transform: translateY(15%);
}

.voiceItemWrapper02::before {
    content: "";
    display: block;
    width: 100%;
    height: 106px;
    background: repeating-linear-gradient(-45deg, #FBF3D3 0 2px, transparent 2px 16px);
    position: absolute;
    top: 15%;
    left: 0;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .voiceItemWrapper02 .voiceItem02ImgWrapper {
        transform: translateY(0);
        width: 65px;
        margin-left: auto;
    }

    .voiceItemWrapper02::before {
        display: none;
    }

    .voiceItemWrapper02 .voiceItem01 {
        padding: 30px 20px;
    }

    .voiceItemWrapper02 .voiceItem01::before {
        content: '“';
        top: 0;
        right: unset;
        left: 2%;
    }
}

/* voiceItemWrapper03 */
.voiceItemWrapper03 {
    z-index: 1;
}

.voiceItemWrapper03 .voiceItem02ImgWrapper {
    width: 80%;
    transform: translateY(5%);
}

.voiceItemWrapper03::before {
    content: "";
    display: block;
    width: 100%;
    height: 106px;
    background: repeating-linear-gradient(-45deg, #FBF3D3 0 2px, transparent 2px 16px);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(10%, 40%);
}

@media screen and (max-width: 768px) {
    .voiceItemWrapper03 .voiceItem02ImgWrapper {
        transform: translateY(0);
        width: 65px;
        margin-left: auto;
    }

    .voiceItemWrapper03::before {
        display: none;
    }

}

/* ----------------
note
---------------- */
.note {
    padding-top: 30px;
    border-top: solid 2px #DED6BA;
}

.noteTitle {
    font-size: 20px;
    text-align: center;
    font-family: "GenJyuuGothic", sans-serif;
    font-weight: 500;
}

.noteTextWrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.noteTextLink {
    color: #252422;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .noteTitle {
        font-size: 16px;
    }

    .noteTextWrapper {
        width: 100%;
    }
}

/* ----------------
footer
---------------- */
.footer {
    background-color: #ffe478;
    padding-top: 60px;
    padding-bottom: 10px;
}

.footerText {
    font-size: 11px;
    color: #A88A1A;
    text-align: center;
}


/* ----------------
backBtn
---------------- */
.backTop {
    width: 115px;
    height: 115px;
    border: solid 3px #FFA13C;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 4px 10px rgb(116, 100, 37, 0.2);
    border-radius: 50%;
    background-color: #fffce0;
    z-index: 100;
    display: none;
}

.backTop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    border-radius: 50%;
}

.backTop:hover::after {
    opacity: 1;
    cursor: pointer;
}

.backTopInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.backTopImg {
    width: 50%;
}

.backTopText {
    color: #534307;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .backTop {
        width: 65px;
        height: 65px;
    }

    .backTopText {
        font-size: 10px;
    }
}