@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
    #guide-point {
        margin-top: 100px;
        background-color: #f2f3ed;
        padding-bottom: 84px;
    }
    .guide-point__area {
        width: 100%;
        max-width: 1000px;
        margin:  0 auto;
    }
    .main-mv {
        text-align: center;
        margin-bottom: 40px;
    }
    .main-mv__wrapper  {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 18px;
    }
    .main-mv__wrapper img {
        width: 400px;
        height: auto;
    }
    .main-mv__wrapper img:nth-child(1) {
        margin-right: 24px;
    }
    .main-mv__wrapper img:nth-child(2) {
        margin-left: 24px;
    }
    .point {
        text-align: center;
        margin: 70px 0;
    }
    .point h2 {
        font-size: 30px;
        font-family: 蟆丞｡壹ざ繧ｷ繝�け Pr6N;
        color: #ffffff;
        background-color: #c9102f;
        margin: 0 0 30px;
        padding-top: 18px;
    }
    .point h2 span {
        font-size: 16px;
        color: #d6c48a;
        font-family: Bahnschrift;
        display: block;
    }
    .point__text {
        margin-bottom: 30px;
    }
    .point__text p {
        color: #333333;
        line-height: 2.5;
    }
    .point__text--12 {
        font-size: 14px;
    }
    .point__text--10 {
        font-size: 12px;
    }
    .point__text p:nth-child(1) {
        font-size: 16px;
    }
    .point__text--red {
        color: #c9102f;
        font-weight: bold;
    }
    .point__text p:nth-child(2) {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .point__wrapper {
        display: flex;
        justify-content: center;
        text-align: left;
    }
    .potint__confirmation {
        background-color: #ffffff;
        width: 460px;
        height: 500px;
        border: 1px solid #d6c48a;
        padding-top: 30px;
        padding-left: 26px;
        padding-right: 26px;
    }
    .potint__confirmation h3 {
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        font-size: 16px;

    }
    .potint__confirmation h3 .font-red {
        font-size: 18px;
        color: #c9102f;
        font-weight: bold;
        padding-left: 9px;
        pointer-events: none;
    }
    .potint__confirmation h3 span {
        border-left: 5px solid #c9102f;
        padding-left: 4px;
    }
    .potint__confirmation:nth-child(1) {
        margin-right: 13px;
    }
    .potint__confirmation:nth-child(2) {
    margin-left: 13px;
    }
    .potint__confirmation p {
        font-size: 15px;
        position: relative;
        padding-left: 18px;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .potint__confirmation p::before{
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 8px;
        left: 0;
        border: 6px solid transparent;
        border-top: 7px solid #c9102f;   /* 螂ｽ縺ｿ縺ｧ濶ｲ繧貞､峨∴縺ｦ縺上□縺輔＞ */
    }
    .potint__confirmation img {
        text-align: center;
    }
    .point__use {
        width: 942px;
        margin: 0 auto;
    }
    .point .point__use:nth-of-type(3) {
        margin: 40px auto;
    }
    .point__use--title {
        margin-right: 20px;
    }
    .point__use--title img {
        width: 560px;
        height: auto;
    }
    .point__use--title h3 {
        color: #c9102f;
        font-weight: bold;
        font-size: 20px;
        background-color: #f2f3ed;
        margin: 0 0 16px 0;
        padding: 0;

    }
    .point__use--text {
        padding-top: 40px;
        width: 360px;
    }
    .point-link h2 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #333333;
        position: relative;
        border: none;
        background-image: none;
    }
    .point-link h2::before {
        content: url(img/img-10.png);
        position: absolute;
        top: 8px;
        left: 155px;
    }
    .point-link h2::after {
        content: url(img/img-11.png);
        position: absolute;
        top: 8px;
        right: 160px;
    }
    .point-link__wrapper {
        display: flex;
        justify-content: space-between;
        width: 900px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    #guide-point  {
        margin-top: 100px;
        background-color: #f2f3ed;
        color: #333333;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .main-mv__wrapper {
        width: 95%;
        margin:  24px auto;
        text-align: center;
    }
    .main-mv__wrapper img {
        height: 350px;
    }
    .main-mv__wrapper img:nth-child(1) {
        margin-bottom: 10px;
    }
    .main-mv_banner {
        width: 95%;
        margin:  0 auto;
    }
    .point {
        text-align: center;
        margin: 50px auto;
        letter-spacing: 0.1em;
        line-height: 1.7;
    }
    .point h2 {
        font-size: 23px;
        font-family: 小塚ゴシック Pr6N;
        color: #ffffff;
        background-color: #c9102f;
        margin: 0 0 30px;
        padding-top: 10px;
        border: none;
    }
    .point h2 span {
        font-size: 13px;
        color: #d6c48a;
        font-family: Bahnschrift;
        display: block;
    }
    .point__text {
        text-align: left;
        width: 95%;
        margin:  0 auto;
    }
    .point__text {
        font-size: 14px;
    }
    .point__text--red {
        color: #c9102f;
        font-weight: bold;
    }
    .point__text p:nth-child(2) {
        font-size: 11px;
        line-height: 1.9;
        margin-top: 10px;
        font-weight: 300;
    }
    .potint__confirmation {
        background-color: #ffffff;
        text-align: left;
        width: 95%;
        margin:  20px auto;
        padding: 16px 0;
        border: 1px solid #d6c48a;
    }
    .potint__confirmation--wrapper {
        width: 93%;
        margin:  0 auto;
    }
    .potint__confirmation--wrapper p {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
    }
    .potint__confirmation--wrapper p::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 8px;
        left: 0;
        border: 6px solid transparent;
        border-top: 7px solid #c9102f;
    }
    .potint__confirmation h3 {
        background-color: #ffffff;
        font-size: 14px;
        border-left: 5px solid #c9102f;
        padding: 0 0 0 14px;
        margin: 0 0 24px 0;

    }
    .potint__confirmation h3 .font-red {
        font-size: 16px;
        color: #c9102f;
        font-weight: bold;
        pointer-events: none;
    }
    .point__use--title {
        color: #c9102f;
        font-size: 17px;
        background-color: #f2f3ed;
        font-weight: bold;
        margin: 22px 0 0px;
    }
    .point__text .point__use--wrapper p {
        font-size: 14px;
        margin-top: 0;
    }
    .point__text img {
        margin-top: 30px;
    }
    .point-link h2 {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        font-size: 24px;
        line-height: 1.45;
        border: none;
        position: relative;
        letter-spacing: 0.1em;
        background-image: none;
    }
    .point-link h2::before {
        content: "";
        display: inline-block;
        background-image: url(img-sp/img-12.png);
        position: absolute;
        top: 8px;
        left: 10px;
        height: 90px;
        width: 90px;
        background-size: contain;
    background-repeat: no-repeat;
    }
    .point-link h2::after {
        content: "";
        display: inline-block;
        background-image: url(img-sp/img-13.png);
        position: absolute;
        top: 8px;
        right: -34px;
        height: 90px;
        width: 90px;
        background-size: contain;
    background-repeat: no-repeat;
    }
    .point-link__wrapper {
        width: 300px;
        margin:  0 auto;
    }
    .point-link__wrapper a:nth-child(2) img {
        margin: 20px 0;
    }
}
