.p-phpto {
    margin-bottom: 100px;
}

.c-page-under-mv__en-title {
    font-family: "Tangerine", cursive;
    font-size: 4rem;
    color: #a72126;
}

.c-red-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background-color: #a72126;
    border-radius: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-read-coment {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.c-read-coment::after,
.c-read-coment::before {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 20px;
    content: '';
    background-color: #a72126;
}

.c-read-coment::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-30deg);
    transform: translateY(-50%) rotate(-30deg);
}

.c-read-coment::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
}

.c-read-coment.black {
    font-weight: 400;
}

.c-read-coment.black::before,
.c-read-coment.black::after {
    background-color: #3d3938;
}

.c-ttl02 .small {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    background: none;
}

.c-small-redborder-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.c-small-redborder-title::after {
    display: block;
    width: 25px;
    height: 1px;
    margin: 25px auto 0;
    content: '';
    background-color: #a72126;
}

.c-color-red {
    font-weight: 700;
    color: #a72126;
}

.c-text-center {
    text-align: center;
}

.c-accordion-parent {
    position: relative;
    padding: 15px 20px;
    margin-top: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background: #a72126;
}

.c-accordion-parent::before,
.c-accordion-parent::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 20px;
    height: 1px;
    content: '';
    background: #fff;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-accordion-parent::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.c-accordion-parent.is-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.c-accordion-parent.is-active::before {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}

.c-accordion-child {
    display: none;
    padding: 20px 0 40px;
    margin-bottom: 20px;
}

.c-flow-gray-wrapper {
    position: relative;
    padding: 0 50px 60px;
    background-color: #eeeeee;
}

.c-flow-gray-wrapper .c-ttl01 {
    padding-bottom: 35px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.c-flow-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.c-flow-content:first-of-type::before {
    position: absolute;
    top: -50px;
    left: 50%;
    display: block;
    width: 1px;
    height: 50px;
    content: '';
    background-color: #b49445;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-flow-content::after {
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: block;
    width: 1px;
    height: 60px;
    content: '';
    background-color: #b49445;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-flow-content .image {
    position: relative;
    width: 50%;
}

.c-flow-content .image .c-red-circle {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 75px;
    height: 75px;
    margin: 0;
}

.c-flow-content .image .c-red-circle .number {
    font-size: 4.2rem;
    line-height: 30px;
}

.c-flow-content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-flow-content .text {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 44%;
    padding: 25px 25px 30px;
    text-align: center;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-flow-content .text .c-small-redborder-title {
    margin-bottom: 20px;
}

.c-flow-content .text .c-small-redborder-title::after {
    margin-top: 15px;
}

.c-flow-content .text .small {
    text-align: left;
}

.c-page-under-mv__img img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-anc__item--2line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.p-photo-memory {
    margin: 100px 0;
}

.p-photo-memory .c-ttl01 {
    padding-bottom: 36px;
    margin-bottom: 20px;
}

.p-photo-memory .l-inner--sp {
    margin-bottom: 35px;
}

.c-remember-image-wrapepr {
    text-align: center;
}

.c-remember-image-wrapepr .c-read-coment {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.c-remember-image-wrapepr img {
    display: block;
    width: 100%;
}

.p-photo-plan {
    margin-bottom: 60px;
}

.c-photo-title {
    color: #2d2524;
    position: relative;
    padding: 15px;
    margin-bottom: 60px;
    text-align: center;
}

.c-photo-title span {
    font-size: 24px;
    position: relative;
    z-index: 2;
}

.c-photo-title img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
}

.p-photo-section {
    margin-bottom: 80px;
}

.p-photo-section .c-ttl02 {
    margin-bottom: 40px;
    line-height: 34px;
}

.p-photo-section .c-ttl02 span:not(.small) {
    padding-bottom: 30px;
}

.p-photo-section .c-ttl02 .small {
    margin-top: -30px;
    font-weight: 700;
}

.p-photo-section .c-ttl02 .small>.small {
    display: inline;
    font-size: 12px;
}

.p-photo-section .c-small-redborder-title {
    margin-bottom: 20px;
}

.p-photo-section .c-small-redborder-title::after {
    margin-top: 15px;
}

.c-plan-wrapepr {
    margin-bottom: 60px;
}

.c-plan-wrapepr:not(:first-of-type) {
    padding-top: 60px;
}

.c-plan-wrapepr .c-ttl02 .c-color-red {
    font-size: 20px;
}

.c-plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 90px;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.status {
    font-size: 20px;
    margin: 40px 0 20px;
}

.c-plan-content .image {
    position: relative;
    width: 45%;
}

.c-plan-content .image img {
    display: block;
    width: 100%;
}

.c-plan-content .text {
    width: calc(55% - 90px);
}

.c-plan-content .text>p {
    line-height: 24px;
}

.c-icon-list {
    margin: 25px 0 20px;
}

.c-icon-list li {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-icon-list li span{
    display: block;
}

.c-icon-list li:not(:last-child) {
    margin-bottom: 10px;
}

.c-icon-list li img {
    width: 50px;
}

.p-photo-section.pink{
    color: #2d2524;
}

.p-photo-section.pink .c-photo-title {
    background-color: #f6dbe0;
}

.p-photo-section.pink .image img {
    -webkit-box-shadow: 30px 30px 0 #f6dbe0;
    box-shadow: 30px 30px 0 #f6dbe0;
}

.p-photo-section.pink .c-plan-wrapepr:not(:first-of-type) {
    border-top: 15px solid #f6dbe0;
}

.p-photo-section.yellow .c-photo-title {
    background-color: #f0e1b7;
}

.p-photo-section.yellow .image img {
    -webkit-box-shadow: 30px 30px 0 #f0e1b7;
    box-shadow: 30px 30px 0 #f0e1b7;
}

.p-photo-section.yellow .c-plan-wrapepr:not(:first-of-type) {
    border-top: 15px solid #f0e1b7;
}

.p-photo-point-wrapper {
    padding: 60px 70px 65px;
    margin-bottom: 140px;
    background-color: rgba(180, 148, 69, 0.07);
}

.p-photo-point-wrapper .c-ttl02 {
    margin-bottom: 55px;
}

.p-photo-point-wrapper .c-ttl02+p {
    margin-bottom: 75px;
    line-height: 32px;
}

.c-photo-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-photo-point:not(:last-child) {
    margin-bottom: 100px;
}

.c-photo-point .image {
    position: relative;
    width: calc((100% - 45px) / 2);
}

.c-photo-point .point {
    position: absolute;
    top: -62px;
    left: -36px;
    font-family: "Tangerine", cursive;
    font-size: 60px;
    color: #a72126;
    -webkit-transform: rotate(352deg);
    transform: rotate(352deg);
}

.c-photo-point .point span {
    margin-left: 15px;
}

.c-photo-point .text {
    width: calc((100% - 45px) / 2);
}

.c-photo-point .text h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
}

.c-photo-point .text p {
    line-height: 23px;
}

.c-photo-point .text p.small {
    margin-top: 15px;
}

.p-photo-flow {
    padding-top: 60px;
}

.p-photo-flow .c-flow-gray-wrapper::before {
    height: 76.9%;
}

.p-photo-flow .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 23%;
}

.p-photo-flow .text .c-small-redborder-title {
    margin-bottom: 15px;
    line-height: 34px;
}

.p-photo-flow .text .c-small-redborder-title::after {
    margin-top: 15px;
}

.p-photo-flow .text p {
    line-height: 30px;
}

.p-photo-flow .text p.small {
    margin-top: 15px;
    line-height: 18px;
    text-align: left;
}

.p-photo-flow .text .p-photo-btn {
    margin-top: 30px;
}

.p-photo-step7 {
    position: relative;
    margin-bottom: 100px;
}

.p-photo-step7::before,
.p-photo-step7::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-color: transparent;
    border-right: 1px solid #b49445;
    border-bottom: 1px solid #b49445;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.p-photo-step7::before {
    bottom: -50px;
}

.p-photo-step7::after {
    bottom: -58px;
}

.p-photo-step7 .text::after {
    position: absolute;
    bottom: -58px;
    left: 50%;
    display: block;
    width: 1px;
    height: 58px;
    content: '';
    background-color: #b49445;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-flow-content08::after {
    display: none;
}

html {
    scroll-behavior: auto;
    font-size: 62.5%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #2b2d31;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.spOnly {
    display: block !important;
}

.pcOnly {
    display: none !important;
}

.l-2col__main {
    width: 100%;
}

.c-anc__ttl {
    position: relative;
    padding-top: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.c-anc__ttl::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 65.33%;
    height: 65px;
    content: "";
    background: rgba(180, 148, 69, 0.1);
    -webkit-transform: translate(-50%, -28%);
    transform: translate(-50%, -28%);
}

.c-anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 4.34%;
}

.c-anc__item,
.c-anc__item--2line {
    position: relative;
    width: 47.24%;
    text-align: center;
    background: #a72126;
    border-radius: 2px;
}

.c-anc__item a,
.c-anc__item--2line a {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 1.4rem;
    color: #fff;
}

.c-anc__item::before,
.c-anc__item--2line::before,
.c-anc__item::after,
.c-anc__item--2line::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 7px;
    content: "";
}

.c-anc__item::before,
.c-anc__item--2line::before {
    background: #fff;
}

.c-anc__item::after,
.c-anc__item--2line::after {
    background: #a72126;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.c-anc__item--2line a {
    padding: 10px 8px;
    line-height: 1.3;
}

.c-btn--bg-red {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    height: 60px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: url(../img/common/icon_arrow_white.svg) no-repeat center right 20px;
    background-color: #a72126;
    border: 1px solid #a72126;
}

.c-page-under-mv {
    position: relative;
    color: #3d3938;
    margin-bottom: 50px;
}

.c-page-under-mv__img img {
    display: block;
    width: 100%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}

.c-page-under-mv-ttl-wrapper {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.c-page-under-mv__ttl {
    position: relative;
    padding-bottom: 10px;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.11em;
}

.c-page-under-mv__ttl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 1px;
    margin: auto;
    content: "";
    background: #a72126;
}

.c-page-under-mv__ttl-sub {
    display: block;
    padding-bottom: 0;
    font-size: 1.8rem;
}

.c-page-under-mv__txt {
    padding-top: 10px;
}

.c-ttl01,
.c-ttl01--simple {
    position: relative;
    display: block;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
}

.c-ttl01 {
    padding-bottom: 20px;
}

.c-ttl01::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 10px;
    content: "";
    background: #b49445;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-ttl01__sub--red {
    display: block;
    padding-bottom: 10px;
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    line-height: 1;
    color: #a72126;
    letter-spacing: 0.2em;
}

.c-ttl02 {
    line-height: 1.4;
    text-align: center;
}

.c-ttl02 span:not([class]) {
    position: relative;
    display: inline-block;
    padding: 10px 32px;
    font-size: 1.9rem;
    letter-spacing: 0.15em;
    background-size: 18px auto, 18px auto;
}

.c-ttl02 span:not([class])::before {
    position: absolute;
    top: 50%;
    left: -6px;
    display: block;
    width: 2px;
    height: 65%;
    content: "";
    background: #a72126;
    -webkit-transform: rotate(25deg) translateY(-50%);
    transform: rotate(25deg) translateY(-50%);
}

.c-ttl02 span:not([class])::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 2px;
    height: 65%;
    content: "";
    background: #a72126;
    -webkit-transform: rotate(25deg) translate(-100%, -50%);
    transform: rotate(25deg) translate(-100%, -50%);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.c-attention {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.c-jp-serif {
    font-family: "Shippori Mincho", serif;
}

.c-serif {
    font-family: "EB Garamond", serif;
}

.photo_studio_re .wrap {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
}

/* ============================================
   メディアクエリ: max-width: 768px (SP)
   ============================================ */
@media screen and (max-width: 768px) {
    .c-page-under-mv__en-title {
        margin-top: -10px;
    }

    .c-ttl01 {
        font-size: 2.8rem;
    }

    .c-read-coment {
        line-height: 25px;
    }

    .c-small-redborder-title::after {
        margin-top: 15px;
    }

    .c-flow-gray-wrapper {
        padding: 55px 4% 60px;
    }

    .c-flow-gray-wrapper .c-ttl01 {
        padding-bottom: 50px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .c-flow-content:first-of-type::before {
        top: -20px;
    }

    .c-flow-content .image {
        width: 100%;
        height: 40vw;
    }

    .c-flow-content .image .c-red-circle {
        top: -30px;
        left: 10px;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .c-flow-content .image .c-red-circle .number {
        font-size: 2.8rem;
        line-height: 20px;
    }

    .c-flow-content .text {
        width: 100%;
    }

    .c-flow-content .text>div {
        width: 100%;
    }

    .c-page-under-mv__img img {
        height: 400px;
    }

    .p-photo-memory {
        margin: 44px 0 50px;
    }

    .p-photo-memory .c-ttl01 {
        margin-bottom: 20px;
    }

    .p-photo-memory .l-inner--sp {
        margin-bottom: 40px;
    }

    .p-photo-memory .l-inner--sp .c-text-center {
        text-align: left;
    }

    .c-remember-image-wrapepr .c-read-coment {
        margin-bottom: 10px;
    }

    .p-photo-plan {
        margin-bottom: 40px;
    }

    .p-photo-plan-select {
        text-align: left;
    }

    .c-photo-title {
        padding: 15px;
        margin-bottom: 3vw;
    }

    .c-photo-title img {
        width: 20%;
    }

    .p-photo-section {
        margin-bottom: 40px;
    }

    .p-photo-section .c-ttl02 {
        margin-bottom: 15px;
    }

    .p-photo-section .c-icon-list li {
        display: flex;
        align-items: center;
        line-height: 20px;
    }

    .c-plan-wrapepr:not(:first-of-type) {
        padding-top: 40px;
    }

    .c-plan-wrapepr .c-ttl02 .c-color-red {
        font-size: 18px;
    }

    .c-plan-content {
        gap: 50px;
    }

    .c-plan-content .image {
        width: calc(100% - 20px);
    }

    .c-plan-content .text {
        width: 100%;
    }

    .p-photo-section.pink .image img {
        -webkit-box-shadow: 20px 20px 0 #f6dbe0;
        box-shadow: 20px 20px 0 #f6dbe0;
    }

    .p-photo-section.yellow .image img {
        -webkit-box-shadow: 20px 20px 0 #f0e1b7;
        box-shadow: 20px 20px 0 #f0e1b7;
    }

    .p-photo-point-wrapper {
        padding: 65px 0 55px;
        margin-bottom: 30px;
    }

    .p-photo-point-wrapper .c-ttl02 {
        margin-bottom: 25px;
    }

    .p-photo-point-wrapper .c-ttl02+p {
        text-align: left;
    }

    .c-photo-point {
        gap: 30px;
    }

    .c-photo-point:not(:last-child) {
        margin-bottom: 65px;
    }

    .c-photo-point .image {
        width: 100%;
    }

    .c-photo-point .point {
        top: -40px;
        left: -3%;
        font-size: 40px;
    }

    .c-photo-point .text {
        width: 100%;
    }

    .p-photo-flow .c-flow-gray-wrapper::before {
        height: 77%;
        padding-top: 30px;
    }

    .p-photo-flow .text {
        padding: 25px 10px;
    }

    .p-photo-step01 .image img {
        -o-object-position: top;
        object-position: top;
    }

    .p-flow-content08 .image img {
        -o-object-position: top;
        object-position: top;
    }

    .c-icon-list{
        margin-top: 0;
    }

    .c-icon-list li img{
        width: 40px;
    }

    .c-icon-list li span{
        font-size: 12px;
    }

    .c-attention{
        font-size: 1.1rem;
    }
}

/* ============================================
   メディアクエリ: max-width: 1023px and min-width: 769px (タブレット)
   ============================================ */
@media screen and (max-width: 1023px) and (min-width: 769px) {
    .c-flow-gray-wrapper {
        padding-right: 4%;
        padding-left: 4%;
    }

    .c-plan-content {
        gap: 50px;
    }

    .c-plan-content .image {
        width: calc(100% - 200px);
        margin-right: auto;
        margin-left: auto;
    }

    .c-plan-content .text {
        width: 100%;
    }

    .p-photo-point-wrapper {
        padding-right: 40px;
        padding-left: 40px;
        margin-bottom: 40px;
    }
}

/* ============================================
   メディアクエリ: max-width: 1024px (only screen)
   ============================================ */
@media only screen and (max-width: 1024px) {
    .l-inner--sp {
        padding-right: 4%;
        padding-left: 4%;
    }

    .c-anc__item:nth-child(even),
    .c-anc__item--2line:nth-child(even) {
        margin-left: 5.5%;
    }

    .c-anc__item:nth-child(n + 3),
    .c-anc__item--2line:nth-child(n + 3) {
        margin-top: 17px;
    }
}

/* ============================================
   メディアクエリ: min-width: 1025px (PC)
   ============================================ */
@media only screen and (min-width: 1025px) {
    .spOnly {
        display: none !important;
    }

    .pcOnly {
        display: block !important;
    }

    .c-hover {
        cursor: pointer;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .c-hover:hover {
        opacity: 0.6;
    }

    .c-anc__ttl {
        padding-top: 10px;
    }

    .c-anc__ttl::after {
        width: 100%;
        max-width: 830px;
    }

    .c-anc {
        gap: 28px 2.36%;
        padding: 10px 0;
    }

    .c-anc__item,
    .c-anc__item--2line {
        width: 23.22%;
    }

    .c-anc__item a,
    .c-anc__item--2line a {
        padding: 22px 0;
        font-size: 1.8rem;
    }

    .c-anc__item--2line a {
        padding: 15px 0;
    }

    .c-btn--bg-red {
        width: auto;
        min-width: 295px;
    }

    .c-btn--bg-red:hover {
        color: #a72126;
        background: url(../img/common/icon_arrow_red.svg) no-repeat center right 20px #fff;
        background-position: center right 10px;
    }

    .c-page-under-mv-ttl-wrapper {
        left: 12.22vw;
        width: 36.11vw;
        height: 100%;
        padding: 0;
    }

    .c-page-under-mv__ttl {
        font-size: 4.6rem;
    }

    .c-page-under-mv__ttl-sub {
        padding-bottom: 5px;
        font-size: 2.5rem;
    }

    .c-page-under-mv__txt {
        padding-top: 25px;
    }

    .c-ttl02 {
        line-height: 1.5;
    }

    .c-ttl02 span:not([class]) {
        display: inline-block;
        padding: 10px 50px;
    }

    .c-attention {
        font-size: 1.4rem;
    }
}